@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

img{
	border:none;
	}

body{
font-size:80%;
text-align:center;
background:url(../images/header_back.jpg) repeat-x;
}

#header{
width:900px;
margin:0 auto;
text-align:left;
height:90px;
}

h5,p,li,dt,dd,th,td{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:114%;
	line-height:1.6em;
	}


li{
list-style:none;
}

a{
text-decoration:none;
overflow:hidden;
color:#666666;
}

a:hover{
text-decoration:underline;
color:#FF0000;
}

table{
	border-collapse:collapse;
	}

.hcopy{
	font-size:90%;
	font-weight:100;
	padding-left:10px;
	}
	
#header{
	margin-top:20px;
	}

#header_left{
	float:left;
	width:390px;
	}

#kensaku #kensaku_box{
	margin-top:-5px;
	width:150px;
	}
		
#cse{
	padding:10px;
	height:100px;
	}

#header_right{
	float:right;
	width:510px;
	}

#kensaku{
	float:left;
	margin-right:5px;
	padding:6px 0 0 0;
	}

#kensaku{
	background:url(../images/search_bg.jpg) no-repeat;
	padding:5px;
	width:322px;
	display: none;
}

#kensaku div{
	height:22px;
	float:right;
}


#srchInput{
	margin-right:3px;
	padding:1px 0;
}

#srchBtn{
	padding:1px 3px;
	_padding:1px 0px;
}

*+html #srchBtn{
	padding:1px 0px;
}

#fontsize{
	float:right;
}

#header_access{
	padding-top: 4px;
	clear: both;
	float:right;
	text-align: right;
}

#access{
	margin-top:5px;
	}

#header_recruit{
	margin-top:5px;
	margin-right:5px;
	}

#near_office{
	margin:5px 0 0 5px;
	}

.wrap_menu{
	background:url(../images/menu_back.jpg) repeat-x;
}
#menu{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#menu li{
	float:left;
	text-indent:-9999px;
	}

#menu li a{
	display:block;
	height:49px;
	}

#m1{background:url(../images/b1.jpg) no-repeat;
	width:181px;}
#m2{background:url(../images/b2.jpg) no-repeat;
	width:179px;}
#m3{background:url(../images/b3.jpg) no-repeat;
	width:179px;}	
#m4{background:url(../images/b4.jpg) no-repeat;
	width:179px;}
#m5{background:url(../images/b5.jpg) no-repeat;
	width:182px;}

#menu li a:hover{
	background-position:0 -50px;
	}
	

/* dd menu*/
#menu ul li{
    position: relative;
}
#menu ul li.dd a:hover{
  background-position: top;
  }
#menu ul li ul.child{
    list-style-type: none;
    margin:  0 0;
    display: none;
    position: absolute;
    padding: 0;
    width: 177px;
    z-index: 1000;
    background: #FFF;
    border: 2px solid #FF9900;
    border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
#menu ul li:nth-of-type(2) ul.child{
    width: 175px;
}
#menu ul li:nth-of-type(4) ul.child{
    width: 178px;
}
#menu ul ul.child li{
  text-indent: 0;
  border-bottom: 2px solid #FF9900;
  background: #FEF3D1;
}
#menu ul ul.child li:last-child{
  border-bottom: none;
}
#menu ul ul.child li a{
    padding: 10px 0 8px 26px;
    background: url("../images/dd_icon.png") no-repeat left 8px center;
    width: 161px;
    display: block;
    color: #3F3F3F;
    height: auto;
    font-size: 15px;
	letter-spacing:0;
	font-weight: bold;
}
#menu ul li:nth-of-type(2) ul.child li a{
    width: 159px;
}
#menu ul li:nth-of-type(4) ul.child li a{
    width: 162px;
}
#menu ul ul.child li a:hover{
    background: #FECC83 url("../images/dd_icon.png") no-repeat left 8px center;
}

#container{
width:900px;
margin:0 auto;
text-align:left;
}


#footer_back{
	background:url(../images/footer_back.jpg) repeat-x;
	}

#footer{
	background:url(../images/footer.jpg) no-repeat;
	width:900px;
    margin:20px auto 20px auto;
    text-align:left;
	height:140px;
	}

#footer_ul{
	padding-top:74px;
	}

#footer ul{
	margin-left:10px;
	}

#footer li{
	float:left;
	border-right:1px solid #ccc;
	padding:0 3px;
	line-height:1.3em;
	}

.border{
	border:1px solid #ccc;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.clearboth{
	clear:both;
	}

#background .big{
	font-size:130%;
	font-weight:bold;	
	}
	
	
.margin_b30{
	margin-bottom:30px;
}
.margin_b20{
	margin-bottom:20px;
}
.margin_b90{
	margin-bottom:90px;
}
.margin_b50{
	margin-bottom:50px;
}
	
	
.float_l{float:left;}
.float_r{float:right;}
.clear{clear:both;}
.text_l{text-align:left;}
.text_r{text-align:right;}
.text_c{text-align:center;}


/*--CSSハック--*/	
.clearfix:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display:inline-block;/* MAC IE用*/
	min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}	



/*--イメージ透過--*/	
a img {
	opacity: 1; /* IE以外透過設定 */
	filter: Alpha(opacity=100); /* IE用透過設定 */
}
a:hover img {
	opacity: 0.6; /* IE以外透過設定 */
	filter: Alpha(opacity=50); /* IE用透過設定 */
}


br.pcn{
	display: none;
}



.copy1{
	float: none !important;
	width: 100%!important;
	font-size: 30px !important;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.copy1 span{
	font-size: 40px !important;
}

.copy2{
	float: none !important;
	width: 100%!important;
	font-size: 26px !important;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.copy2 span{
	font-size: 36px !important;
}

.spnavi{
	display: none;
}
.onlySP{
	display: none;
}
.copyright{
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
}

.dot_list{
	padding-left: 1.8em;
}
.dot_list li{
	list-style-type: disc;
}

.pdf_list{
	padding-left: 1.8em;
}
.pdf_list li{
	list-style-type: disc;
}
.pdf_list li a{
	text-decoration: underline;
	vertical-align: middle;
}
.pdf_list li a::after{
	content: '';
	display: inline-block;
	background: url('../images/pdficon.png') no-repeat center;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 18px;
	height: 22px;
	margin-left: 6px;
	vertical-align: text-bottom;
}
.frame{
	border: 3px solid #F60;
	padding: 20px;
	border-radius: 8px;
}