@charset "UTF-8";
/* CSS Document */
@import url(index_bn.css);

#index-content{
	width:98%;
	max-width:1440px;
	margin:10px auto 10px auto;
	padding:1%;
	clear:both;
}
#highlight{
	width:100%;
	margin:10px auto;
}
/*PC 三欄*/
.index_col_1{
	box-flex:1;
	-moz-box-flex:1;
	-webkit-box-flex:1;
	-ms-webkit-box-flex:1;
	margin:2% 1%;
	overflow:hidden;
	background:#fff;
	border:1px solid #ffc988;
	-moz-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	-webkit-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	box-shadow:5px 5px rgba(100%,70%,0%,0.2);
}
.index_col_2{
	box-flex:3;
	-moz-box-flex:3;
	-webkit-box-flex:3;
	-ms-webkit-box-flex:3;
	margin:2% 1%;
	overflow:hidden;
	background:#fff;
	border:1px solid #ffc988;
	-moz-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	-webkit-box-shadow:5px 5px rgba(100%,70%,0%,0.2);
	box-shadow:5px 5px rgba(100%,70%,0%,0.2);
}
.icon{
	width:80px;
	height:80px;
	margin:0 auto;
}
.title{
	width:90%;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	margin:5px auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	color:#666;
}
.subtitle{
	font-size:1.2em;
	font-weight:bold;
	margin:10px auto 10px 5%;
	color:#2692c3;
}
.evt{
	width:90%;
	margin:20px auto 10px auto;
    position:relative;
    overflow:hidden;
	box-sizing:border-box;
}
.evt:after{
	padding-top: 60%;
    content:"";
    display: block;
}
.evt_img{
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
    margin:auto;
}
.news{
	width:90%;
	overflow:hidden;
	margin:0 auto;
}

.news ul{
	margin-top:0;
	margin-left:-2em;
}
.news ul li{
	line-height:1.5em;
	list-style:none;
	border-bottom:1px dotted #ccc;
}
.news ul li a{
	font-size:0.9em;
	color:#666;
}
.news ul li a:hover{
	font-size:0.9em;
	color:#f90;
}
.news .more{
	font-size:0.9em;
	width:100%;
	text-align:right;
	margin-right:3%;
	margin-bottom:10px;
}
.news .more a{
	font-size:0.9em;
	color:#666;
}
.news .more a:hover{
	font-size:0.9em;
	color:#f90;
}
.news ul li date{
	font-size:0.9em;
	color:#666;
	margin-right:10px;
}
.news ul li sorc{
	font-size:0.9em;
	font-weight:bold;
	color:#666;
}
.event{
	width:90%;
	overflow:hidden;
	margin:0 auto;
}

.event ul{
	margin-top:0;
	margin-left:-2em;
}
.event ul li{
	line-height:1.5em;
	list-style:none;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
}
.event ul li a{
	font-size:0.9em;
	color:#666;
}
.event ul li a:hover{
	font-size:0.9em;
	color:#f90;
}
.event .more{
	font-size:0.9em;
	text-align:right;
	margin-top:-0.5em;
	margin-right:3%;
	margin-bottom:10px;
}
.event .more a{
	font-size:0.9em;
	color:#666;
}
.event .more a:hover{
	font-size:0.9em;
	color:#f90;
}
.event ul li date{
	font-size:0.9em;
	color:#666;
	margin-right:10px;
}
.event ul li sorc{
	font-size:0.9em;
	font-weight:bold;
	color:#666;
}

.content{
	width:100%;
	color:#666;
	font-size:0.9em;
	line-height:1.5em;
	list-style:none;
	display:block;
}
.content a{
	color:#666;
	font-size:0.9em;
}
.content a:hover{
	color:#f90;
	font-size:0.9em;
}
/*Mobile 單欄*/

/*News
.news{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.news ul{
	margin:-10px auto 0 0;
	line-height:1.5em;
	padding:5px;
}
.news ul li{
	line-height:1.5em;
	border-bottom:1px dotted #CCC;
	margin-top:5px;
	padding-left:1em;
	margin-left:1em;
	color:#333;
}
.news ul li a{
	text-decoration:none;
	color:#333;
}
.news ul li a:hover{
	text-decoration:none;
	color:#F90;
}
.newsdate{
	color:#999;
	line-height:2em;
}
.news .more{
	line-height:2em;
	text-align:right;
	margin-right:10px;
	list-style:none;
	border:none;
}
.news .more a{
	text-decoration:none;
	color:#666;
}
.news .more a:hover{
	text-decoration:none;
	color:#F90;
}
.news{
	width:100%;
	overflow:hidden;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.2em;
}
.news .title{
	border-bottom:1px dotted #ccc;
}
.news .title .date{
	color:#666;
	font-weight:normal;
	margin-right:10px;
	float:left;
}
.news .title .media{
	color:#666;
	font-weight:bold;
	float:left;
}
ul.news{
	margin-left:-20px;
}
ul.news li{
	list-style:none;
	border-bottom:1px dotted #ccc;
	line-height:2em;
	letter-spacing:1px;
	display:block;
}
ul.news li date{
	color:#666;
	font-weight:normal;
	margin-right:10px;
	float:left;
}
ul.news li sorc{
	color:#666;
	font-weight:bold;
	margin-right:10px;
	float:left;
}
ul.news li more{
	color:#666;
	margin-right:10px;
	line-height:1.6em;
	float:right;
	margin-right:8%;
	clear:both;
}
ul.news li more a{
	font-size:1em;
	color:#666;
}
ul.news li more a:hover{
	color:#f90;
}
ul.news li .content{
	color:#666;
	margin-right:10px;
	line-height:1.6em;
	float:none;
	clear:both;
}
ul.news li .content a{
	font-size:1em;
	color:#666;
}
ul.news li .content a:hover{
	color:#f90;
}*/


/*youtube video*/
.vdo{
	width:92%;
	margin:10px auto;
    position:relative;
    overflow:hidden;
	box-sizing:border-box;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.vdo iframe, .vdo object, .vdo embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
