﻿@charset "utf-8";
/* CSS Document */
	
.title{
	margin-bottom:80px;}

.title h2{
	display:block;
	width:164px;
	height:61px;
	margin:0 auto;
	text-indent:-9999px;
	background-image:url(../../images/ZH-TW/title_media.png);
	background-position:left top;
	background-repeat:no-repeat;}
	
.content{
	width:980px;
	margin:0 auto;}

.media_head{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:50px;
	border-bottom:2px solid #b28360;}

.media_title{
	float:left;
	font-size:1.75rem;
	color:#5b483b;
	font-weight:600;}

.media_date{
	float:right;
	font-size:0.9375rem;
	margin-top:20px;}

.media_content{}

.media_content img{
	display:block;
	max-width:100% !important;
	height:auto !important;
	margin:0 auto;
	margin-bottom:30px;}

.media_article p, .media_article div{
	display:block;
	font-size:1rem;
	color:#111;
	line-height:2;}
	
.media_story{
	clear: both;
	width:100%;
	line-height:2;
}
	

@media screen and (max-width: 1024px) {
	
.content {
	width:100%;}

}

@media screen and (max-width: 768px) {
	

	
}

@media screen and (max-width: 736px) {
	

	
}

@media screen and (max-width: 568px) {

.media_article iframe{
	width:482px !important;
	height: 270px !important;
}

@media screen and (max-width: 500px) {

.media_article iframe{
	width:350px !important;
	height: 197px !important;
}
	
}

@media screen and (max-width: 375px) {

.media_article iframe{
	width:318px !important;
	height: 179px !important;
}
	
}

@media screen and (max-width: 320px) {

.media_article iframe{
	width:270px !important;
	height: 152px !important;
}


}