@charset "utf-8";


/*-----------------------------
	topmain
------------------------------*/

#topmain{
	clear:both;
	width:1120px;
	height:935px;
	padding:0 10px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#topmain p{
	position:absolute;
	left:15px;
	top:30px;
}
#topmain ul{
	position:absolute;
	right:0;
	top:25px;
}
#topmain ul li{
	background:url(../../images/boxbg.png) no-repeat center top;
}
#topmain ul li:last-child{
	margin-top:-15px;
}
#topmain #movie{
	position:absolute;
	left:15px;
	top:410px;
}
@media screen and (max-width:768px){
#topmain{
	clear:both;
	width:100%;
	height:auto;
	padding:0 10px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#topmain figure{
	margin:0 -15%;
}
#topmain p{
	position:absolute;
	right:5px;
	top:25px;
	text-align:right;
}
#topmain p img{
	width:38%;
	height:auto;
}
#topmain ul{
	position:static;
	margin:-100px auto 20px;
}
#topmain ul li{
	display:inline-block;
	width:50%;
	margin-right:-1%;
	position:relative;
	background:none;
}
#topmain ul li:last-child{
	margin-top:0;
	margin-right:0;
	margin-left:-1%;
}
#topmain #movie{
	position:static;
	padding:0 3.5%;
	margin-bottom:30px;
}
#topmain #movie div{
	position: relative;
	width: 100%;
	max-width:500px;
	padding-top: 56.25%;
	margin:0 auto;
	margin-bottom:10px;
}
#topmain #movie div.img {
	padding-top: 0;
}
#topmain #movie div iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
}
@media screen and (max-width:640px){
#topmain ul{
	position:static;
	margin:-50px auto 10px;
}
}
@media screen and (max-width:480px){
#topmain ul li{
	display:block;
	width:100%;
	margin-right:0;
	position:relative;
}
#topmain ul li:last-child{
	margin-top:-15px;
	margin-right:0;
	margin-left:0;
}
}







/*-----------------------------
	topcont
------------------------------*/

#topcont{
	clear:both;
	width:1100px;
	padding:35px 50px 20px;
	margin:0 auto;
	overflow:hidden;
	background: #fff;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	position:relative;
}
/* topcont-news */
#topcont-news{
	float:left;
	width:100%;
	text-align:left;
}
#topcont-news h2{
	height:50px;
	background:url(../../images/titlebg.png) no-repeat left bottom;
	margin-bottom:15px;
    background-size: 100% 5px;
}
#topcont-news h2 img{
	margin:-7px 0 0 -7px;
}
#topcont-news div{
	clear:both;
	height:250px;
	padding-right:10px;
	overflow:auto;
}
#topcont-news div a{
	display:block;
}
#topcont-news div dl{
	clear:both;
	padding:10px 0;
	overflow:hidden;
}
#topcont-news div dl dt{
	float:left;
	width:7.5em;
	color:#5061A7;
	font-weight:bold;
}
#topcont-news div dl dd{
	overflow:auto;
}
#topcont-news div a dd{
	text-decoration:underline;
}
/* topcont-twitter */
#topcont-twitter{
	float:right;
	width:450px;
	text-align:left;
}
#topcont-twitter h2{
	height:50px;
	background:url(../../images/titlebg.png) no-repeat left bottom;
	margin-bottom:15px;
}
#topcont-twitter h2 a{
	display:block;
}
@media screen and (max-width:768px){
#topcont{
	clear:both;
	width:auto;
	padding:35px 20px 20px;
	margin:0 10px;
	overflow:hidden;
	background:#fff;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	position:relative;
}
/* topcont-news */
#topcont-news{
	float:none;
	width:100%;
	text-align:left;
	margin-bottom:30px;
}
#topcont-news h2{
	height:auto;
	padding-bottom:3px;
	background:url(../../images/titlebg.png) no-repeat left bottom;
	-webkit-background-size:100% 3px;
	-moz-background-size:100% 3px;
	background-size:100% 3px;
	margin-bottom:15px;
}
#topcont-news h2 img{
	margin:-7px 0 0 -7px;
}
#topcont-news div{
	clear:both;
	height:auto;
	max-height:200px;
	padding-right:10px;
	overflow:auto;
}
#topcont-news div a{
	display:block;
}
#topcont-news div dl{
	clear:both;
	padding:5px 0;
	overflow:hidden;
}
#topcont-news div dl dt{
	float:none;
	width:auto;
	color:#5061A7;
	font-weight:bold;
}
#topcont-news div dl dd{
	overflow:visible;
}
#topcont-news div a dd{
	text-decoration:underline;
}
/* topcont-twitter */
#topcont-twitter{
	float:none;
	width:100%;
	text-align:left;
}
#topcont-twitter h2{
	height:auto;
	padding-bottom:3px;
	background:url(../../images/titlebg.png) no-repeat left bottom;
	-webkit-background-size:100% 3px;
	-moz-background-size:100% 3px;
	background-size:100% 3px;
	margin-bottom:15px;
}
#topcont-twitter h2 a{
	display:block;
}
#topcont-twitter div{
	text-align:center;
}
}
/*banner*/
/* imgalpha-b */
a.imgalpha-b:hover{
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
a img.imgalpha-b{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
a:hover img.imgalpha-b{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
@media screen and (max-width: 768px){
a.imgalpha-b:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
a:hover img.imgalpha-b{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
}










