@charset "UTF-8";


#globalmenu{
	display: none;
}

/* hero
-------------------------------------------------------------------------------------------------------- */
#hero{
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0;
	*background:none;
	*zoom:1;
	*margin-bottom:0;
}
#hero_inner{
	width: 746px;
	height: 345px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#hero_main{
	width: 3840px;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 0;
}
#hero_main li{
	display: block;
	width: 746px;
	margin: 0;
	height: 345px;
	float: left;
}
#hero_ctrl{

	display: none;

	width: 220px;
	height: 20px;
	position: absolute;
	right: 15px;
	bottom:30px;
	z-index: 2;
	overflow: hidden;
}
#hero_ctrl ul{
	text-align: right;
}

#hero_ctrl li{
	width: 20px;
	height: 20px;
	display:inline-block;
	*zoom:1;
	*display: inline;
}
#hero_main li img{
	max-width: 100%;
	height: auto;
}
#hero_ctrl li a{
	display:block;
	width: 20px;
	height: 20px;
	background: url('img/hero_ctrl.png') no-repeat 4px 4px;
	cursor: pointer;
}
#hero_ctrl li a.on{
	background-position: 4px -26px;
}
#hero_ctrl li a:hover{
	filter:alpha(opacity=70); /*IE*/
	opacity:0.7;
}

/* topmenu
-------------------------------------------------------------------------------------------------------- */

#topmenu{
	width: 747px;
	margin-right:-1px;
	overflow: hidden;
	_zoom:1;
	margin-bottom:15px;
}
#topmenu li{
overflow: hidden;
	width: 248px;
	float: left;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background: #fff;
}
#topmenu li:hover{
	filter:alpha(opacity=80); /*IE*/
	opacity:0.8;
	cursor: pointer;
}
#topmenu li a{
	color: #000;
}
#topmenu li a:hover{
	text-decoration: none;
}
#topmenu li .ph{
	padding: 10px;
	margin-bottom:0;
}
#topmenu li h3{
	margin: 0 10px 10px;
	padding-left:5px;
	border-left: 5px solid #333;
	min-height: 2.5em;
	line-height: 2.5em;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('../../../cmn/img/arrow1_gray1.png');
}
#topmenu li h3.line2{
	line-height: 1.25em;
}

#topmenu li.smenu .ph{
	float: left;
}
#topmenu li.smenu h3{
	margin-top:15px;
	margin-left:105px;
	min-height: 40px;
	line-height: 40px;
	padding-right:20px;
}
#topmenu li.smenu h3.line2{
	line-height: 20px;
}

#topmenu li.m2 .ph{
	margin-bottom:0;
}
#topmenu li.m2 h3{
	margin-bottom:5px;
}

#topmenu li.m1 h3{ border-left-color: #FF1E00; background-image: url('../../../cmn/img/arrow1_red1.png');}
#topmenu li.m2 h3{ border-left-color: #FF649B; background-image: url('../../../cmn/img/arrow1_pink1.png');}
#topmenu li.m3 h3{ border-left-color: #D7AD6A; background-image: url('../../../cmn/img/arrow1_khaki1.png');}
#topmenu li.m4 h3{ border-left-color: #5F3225; background-image: url('../../../cmn/img/arrow1_brown1.png');}
#topmenu li.m5 h3{ border-left-color: #273553; background-image: url('../../../cmn/img/arrow1_navy1.png');}
#topmenu li.m6 h3{ border-left-color: #E56E3B; background-image: url('../../../cmn/img/arrow1_orange1.png');}
#topmenu li.m7 h3{ border-left-color: #E44818; background-image: url('../../../cmn/img/arrow1_orange2.png');}
#topmenu li.m8 h3{ border-left-color: #86BE67; background-image: url('../../../cmn/img/arrow1_green1.png');}
#topmenu li.m9 h3{ border-left-color: #CC223E; background-image: url('../../../cmn/img/arrow1_red2.png');}
#topmenu li.m10 h3{ border-left-color: #e622a0; background-image: url('../../../cmn/img/arrow1_pink1.png');}
#topmenu li.m11 h3{ border-left-color: #0071BC; background-image: url('../../../cmn/img/arrow1_blue1.png');}
#topmenu li.m12 h3{ border-left-color: #3FA9F5; background-image: url('../../../cmn/img/arrow1_blue2.png');}


.entrybtn{
	text-align: center;
	margin-bottom:15px;
}
.entrybtn img{
	max-width: 100%;
	height: auto;
}


/* responsive
-------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 710px) {

	/* hero */

	#hero{
		margin-bottom:0px;
		z-index: 10;
	}
	#hero_inner{
		width: 100%;
		overflow: hidden;
	}

	#hero_main li{
		width: 100%;
		margin: 0;
		height: auto;
	}


	#hero_ctrl{
		display: none;
	}
	#hero_main {
		width: 100%;
	}

	/* topmenu */

	#topmenu{
		width: 100%;
		margin: 0;
		background: #b3b3b3;
	}
	#topmenu li{
		width: 50%;
		margin-right:-1px;
		margin-bottom:1px;
		border: 0px none;
	}
	#topmenu li:nth-child(2n-1){
		margin-right:1px;
	}

	#topmenu li .ph{
		padding: 5px;
	}
	#topmenu li .ph img{
		max-width: 100%;
		height: auto;
	}
	#topmenu li h3{
		font-size:12px;
		margin: 5px;
		border-left-width: 4px;
	}
	#topmenu li.smenu .ph{
		display: none;
	}
	#topmenu li.smenu h3{
		margin:5px;
		min-height: 2em;
		line-height: 2em;
	}
	#topmenu li.smenu h3 br{
		display: none;
	}

	.entrybtn{
		margin:5px 10px 10px 10px;
	}
}
