@charset "UTF-8";

/*コーポレートサイトで上書きされていた本家common.cssをさらに上書き*/

.selbt_area{
	float:none;
	margin:0;
}

.selbt3{
	width:100%;
}

.selbt3 ul li a{
	background:none;
	background:url(/assets/images/common/arrow.png) no-repeat 4px 50% !important;
}

.selbt3 ul li a{
	color:#333;
}

.selbt3 ul li a:hover{
	background-color:#FFF !important;

}


.selbt_area ul li{
	background-color:#FFF;
}

/***h3**/
h3{
	display:block;
	height:40px;
	line-height:42px;
	font-size:22px;
	font-weight:normal;
	background:url(/assets/images/common/bk_h3.jpg) repeat-x 0 0;
	text-align:left;
	margin:5px auto 25px auto;
}

h3{
	color:#333;
}

h3 *{
	font-size:22px;
}

h3 img{
	display:inline-block;
	height:40px;
	float:left;
}

h3 .small{
	font-size:12px;
	font-weight:bold;
}


.ico_h3{
	display:block;
	float:left;
	width:20px;
	height:40px;
	background:url(/assets/images/common/ico_h3.jpg) no-repeat 0 0;
	text-indent:-9999px;
}

.toppane{
	border-bottom:none;
	height:auto;
}



