@charset "UTF-8";






@media only screen and (max-width: 480px) {



/*======================================

	top-head
	
========================================*/
#top-head{
	width:100%;
	min-width: 100%;
	height:250px;
	border-bottom:5px solid #1898ca;
	border-top:5px solid #1898ca;
	padding: 0px 0 0 0;
	margin: 20px auto 0 auto;
	background: #fff url("../i_top/top.jpg") no-repeat center;
	background-size:auto 240px;;
}
#top-head  h2,#top-head  p{
	text-indent: -9999em;
}


/*======================================

	topmenu
	
========================================*/

#topmenu{
	position: relative;
	width:90%;
	min-width: 90%;
	padding:0 0 0 0;
	margin: 30px auto 50px auto;
	text-align: center;
}

.topmenu-box{
	display: inline-block;
	width:100%;
	padding:10px 10px 10px 10px;
	margin: 0 auto 20px auto;
	text-align: center;
	vertical-align: top;
	background: transparent;
	background: #fff2f6;
	border-left:6px solid #1898ca;
}

.topmenu-box h3{
	font-size:18px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 0 0 0;
	margin: 6px 0 8px 0;
}

.topmenu-box-left{
	display: block;
	width:40%;
	float: left;
	padding:0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}
.topmenu-box-right{
	display: block;
	width:58%;
	float: right;
	padding:0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.box-last{
	display: inline-block;
	width:300px;
	padding:12px 12px 12px 12px;
	margin: 0 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	background: transparent;
	background: #efefef;
}

.topmenu-box p{
	font-size:14px;
	line-height: 30px;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0;
}
.topmenu-box p span{
	display: block;
	font-size:10px;
	color:#42bddc;
	font-weight: 500;
}
a.to-page{
	display: block;
	width:100%;
	height: 50px;
	color: #fff;
	padding: 10px 0 0 0;
	background: #999  ;
}
.isoimg{
	border: 1px solid #efefef;
}




}/*//end  max-width: 480px ///////////////////////*/



@media print, screen and (min-width: 481px) {




/*======================================

	top-head
	
========================================*/
#top-head{
	width:100%;
	min-width: 960px;
	height:665px;
	border-bottom:5px solid #1898ca;
	border-top:5px solid #1898ca;
	padding: 0px 0 0 0;
	margin: 30px auto 0 auto;
	background: #fff url("../i_top/top.jpg") no-repeat center;
}
#top-head  h2,#top-head  p{
	text-indent: -9999em;
}


/*======================================

	topmenu
	
========================================*/

#topmenu{
	position: relative;
	width:960px;
	min-width: 960px;
	padding:0 0 0 0;
	margin: 30px auto 50px auto;
	text-align: center;
}

.topmenu-box{
	display: inline-block;
	width:450px;
	padding:10px 10px 10px 10px;
	margin: 0 30px 0px 0px;
	text-align: center;
	vertical-align: top;
	background: transparent;
	background: #fff2f6;
	border-left:6px solid #1898ca;
}

.topmenu-box h3{
	font-size:18px;
	font-weight: 500;
	line-height: 22px;
	padding: 0 0 0 0;
	margin: 15px 0 8px 0;
}

.topmenu-box-left{
	display: block;
	width:180px;
	float: left;
	padding:0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}
.topmenu-box-right{
	display: block;
	width:220px;
	float: right;
	padding:0px 0px 0px 0px;
	margin: 0 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

.box-last{
	display: inline-block;
	width:300px;
	padding:12px 12px 12px 12px;
	margin: 0 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	background: transparent;
	background: #efefef;
}

.topmenu-box p{
	font-size:14px;
	line-height: 30px;
	margin: 10px 0 0px 0;
	padding: 0 0 0 0;
}
.topmenu-box p span{
	display: block;
	font-size:10px;
	color:#42bddc;
	font-weight: 500;
}
a.to-page{
	display: block;
	width:100%;
	height: 50px;
	color: #fff;
	padding: 12px 0 0 0;
	background: #999  ;
}
.isoimg{
	border: 1px solid #efefef;
}




}