@charset "UTF-8";


/* ************************************************************************
* 
*	common
*
************************************************************************ */

body{
	text-align: center;
	background: #f6f6f6;
}

/* -------------- header -------------- */

header{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	padding: 0 0 4px 0;
	height: 48px;
	z-index: 999;
	background: url(../img/head_shadow.png) 0 bottom repeat-x;
	background-size:1px 4px;
}
.headInner{
	width:100%;
	height: 48px;
	background:#fff;
}
.headContents{
	margin: 0 auto;
	width:100%;
	text-align: left;
}
.headContents h1{
	float: left;
	margin: 14px 0 0 16px;
	width:160px;
	line-height:0;
}
.headContents #menuLink{
	float: right;
	width:50px;
}

/* -------------- container -------------- */

.container{
	position: relative;
	margin: 0 auto;
	padding-top: 47px;
	width:100%;
	text-align: left;
}
.container h2.ttlArea{
	padding: 20px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	background: #e91a1a;
}
.container h3{
	margin: 0 0 8px 0;
	padding: 13px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background: #838383;
}

/* -------------- footer -------------- */

footer{
	width:100%;
	border-top: 1px solid #e91a1a;
	border-bottom: 6px solid #e91a1a;
	background: #fff;
}
footer .copy{
	padding: 10px 0;
	font-size: 9px;
	line-height: 1.1em;
}

/* -------------- menu -------------- */

#menuOverlay{
	position: fixed;
	z-index: 900;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}
#menuArea{
	display: none;
	position: absolute;
	z-index: 998;
	top:48px;
	left:0;
	width:100%;
	height: 100%;
}
#menuArea ul{
	position: relative;
	z-index: 901;
	margin: 0 auto 32px auto;
	padding: 15px 12px;
	width:296px;
	text-align: left;
}
#menuArea ul li{
	position: relative;
	display: block;
	margin:0 0 3px 0;
	height: 50px;
	background: #fff;
}
#menuArea ul li a{
	display: table-cell;
	width:296px;
	height: 50px;
	vertical-align: middle;
	padding: 0 0 0 10px;
	color:#000;
	font-size: 12px;
	line-height: 1.1em;
	text-decoration: none;
}
#menuArea ul li.pc{
	background:#fff url(../img/ic_pc.gif) 265px 16px no-repeat;
	background-size: 16px 16px;
}

#menuArea .closeBtn{
	position: relative;
	z-index: 901;
	margin: 0 auto;
	padding: 0 0 50px 0;
	width:296px;
}

/* -------------- selectBox -------------- */

.selectBox{
	margin: 0 0 16px 0;
}
.selectBox .selectNavi .textBox{
	float: left;
	width: 253px;
	height: 37px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.2) 1px 2px 0px 1px inset;
	box-shadow:rgba(204, 204, 204, 0.2) 1px 2px 0px 1px inset;
	border: 1px solid #d3d3d3;
	border-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.selectBox .selectNavi .textBox span{
	display: table-cell;
	height: 37px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 11px;
	line-height: 1.1em;
}
.selectBox .selectNavi .arrow{
	float: left;
	width: 42px;
	height: 38px;
	background: url(../img/search_select_arrow.gif) 0 0 no-repeat;
	background-size: 42px 76px;
}
.selectBox .selectNavi .arrow.active{
	background-position: 0 bottom;
}
.selectBox .selectOption{
	display: none;
}
#selectLayer{
	display: none;
	position: absolute;
	z-index: 20;
}
#selectLayer .selectOption{
	width:295px;
	background: #959595;
}
#selectLayer .selectOption ul{
	padding: 9px 8px 7px 8px;
}
#selectLayer .selectOption ul li{
	display: block;
	margin:0 0 2px 0;
	width: 279px;
	height: 50px;
	background: #fff;
}
#selectLayer .selectOption ul li span{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.1em;
}

.lead_error{
	color:#f00;
	margin: 12px auto 15px;
	width: 276px;
font-size: 13px;
line-height: 1.2em;
border: 1px solid #f00;
padding: 10px;
}
.error-message{
	padding:5px 5px 0 5px;
}








