@charset "UTF-8";

body{
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	line-height:1.8;
	background-color:#f7f7f7;
}

a{
	color:#333;
}

a:hover{
	color:#00ace5;
}

#wrap_header{
	width:100%;
	height:85px;
	padding-top:45px;
	background-color:#32373b;
}

#header{
	width:1200px;
	margin:0 auto;
	clear:both;
}

#logo{
	width:304px;
	float:left;
	padding-top:10px;
}

#nav_list{
	width:200px;
	float:right;
	padding-top: 10px;
}

#nav_list li{
	display:inline-block;
	margin:0 10px;
}

#nav_list li#on>a{
	color:#fff;
}

#nav_list li a:hover{
	color:#d1dce5;
}

#nav_list li a{
	font-family:roboto;
	font-size:15px;
	text-decoration:none;
	color:#959da5;
	font-weight:bold;
	padding:0 5px;
}

#wrap_contents{
	width:1200px;
	margin:0 auto;
	padding:5.5% 0;
}

#headline{
	width:1200px;
	margin:0 auto;
}

h1{
	font-family:roboto;
	font-size:58px;
	font-weight:300;
	color:#555;
	margin-bottom:20px;
	text-align:center;
}

h2{
	font-family:roboto;
	font-size:28px;
	font-weight:300;
	color:#555;
	margin-bottom:20px;
}

h3{
	font-family:roboto;
	font-size:18px;
	font-weight:300;
	color:#555;
	margin-bottom:10px;
	font-weight:bold;
}

h4{
	margin-bottom:5px;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

footer{
	background-color:#eff0f1;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    padding: 7% 0;
    text-align: left;
    width: 100%;
}

#footer_box{
	width:1200px;
	margin:0 auto;
}

#bdash_address{
	font-family:roboto;
	width:400px;
	float:left;
}

.footer_title{
	font-weight:700;
	color:#555;
	margin-bottom:20px;
}

#footer_nav{
	width:320px;
	float:left;
}

#footer_nav ul li a{
	text-decoration:none;
	color:#999;
	font-family:roboto;
	font-size:16px;
}

#wrap_copyright{
	width:100%;
	background-color:#e4e5e7;
	padding: 2% 0;
    vertical-align: middle;
}

#copyright{
	width:90%;
	margin:0 auto;
	font-family:roboto;
	font-weight:400;
	color:#9b9c9e;
}

.contents_mb{
	margin-bottom:100px;
}

.contents_white_box{
	background-color:#fff;
	padding:40px;
}
