@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
body
----------------------------------------------------------*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.5;
	width: 100%;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

img { vertical-align: top;}

a {	color: #000; text-decoration: none;}

article { position: relative; padding-bottom: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}
#bread-crumb {
	padding: 15px 0 0 20px;
	margin-bottom: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#bread-crumb img:nth-child(2) { padding-top: 5px;
}
#bread-crumb a { margin-right: 10px;}
#bread-crumb span { margin-left: 10px;}
.btn-fb-header {
	position: absolute;
	top: 173px;
	right: 26px;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
header {
	position: relative;
}
header .logo-bs a {
	position: absolute;
	display: block;
	width: 185px;
	height: 25px;
	top: 120px;
	left: 28px;
}
#logo {
	padding: 27px 0 28px 27px;
}
#btn-menu {
	position: absolute;
	top: 57px;
	right: 36px;
}
nav {
	position: absolute;
	width: 100%;
	top: 132px;
	z-index: 100;
	display: none;
}
nav ul {
	background: url(../img/common/menu_balloon.png) no-repeat 556px top;
	background-size: 30px auto;
	padding-top: 37px;
}
.nav-footer li { list-style: none;}
.nav-footer ul { border-top: 1px solid #ccc;}
nav li a,
.nav-footer a {
	display: block;
	float: left;
	width: 50%;
	height: 78px;
	background-color: #f2f2f2;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 19px;
	border-bottom: 1px solid #ccc;
}
nav li:nth-child(2n) a,
.nav-footer li:nth-child(2n) a {
	border-left: 1px solid #ccc;
}
nav li:last-child a ,
.nav-footer li:last-child a {
	background-color: #231815;
}


/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
#pagetop {
	position: absolute;
	right: 20px;
	bottom: 50px;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
	position: relative;
	border-top: 1px solid #c8c8c8;
	padding-bottom: 50px;
}
footer .btn-fb {
	position: absolute;
	top: 60px;
	right: 72px;
}
footer p {
	font-size: 24px;
	line-height: 1.37;
	background-color: #fff;
	padding: 57px 0 67px 70px;
}
footer ul { text-align: center;}
footer li {
	display: inline-block;
	font-size: 24px;
}
footer li:first-child {
	border-right: 1px solid #c8c8c8;
	padding-right: 40px;
	margin-right: 40px;
}

/* ---------------------------------------------------------
clearfix
----------------------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}