@charset "utf-8";

/* SP：style_sp.css
 * **************************************************
 * Site Width
 * Header
 * Global Navigation
 * Content
 * Common Elements
 * Content Bottom
 * Page Top
 * Footer
 * **************************************************
 */

/* Font
------------------------------------------------------------------ */
/* 基本サイズ（16 * 0.625 = 10px） */
html {
    font-size: 62.5%;
}
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 1.6;
}

/*  Header
-------------------------------------------------- */

#header .logo img {
	height: auto;
	width: 216px;
}
#header .lead {
	color: #ffffff;
	font-size: 1.0rem;
	line-height: 1.3;
	letter-spacing: 0.02em;
}


/* MENU */
#header .menuBtn {
	color: #000000;
	font-size: 1.0rem;
    letter-spacing: 0.1em;
	list-style: none;
	position: absolute; top: 0; right: 10px;
	text-align: center;
}
#header .menuBtn a {
	border-top: none;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	color: #ffffff;
	display: block;
	height: 55px;
	padding: 35px 0 0 0;
	text-decoration: none;
	width: 50px;
}
#header .menuBtn a,
#header .menuBtn a.active {
	background: #bf0404 url(../images/sp/menu.png) no-repeat center 5px;
	background-size: auto 55%;
}

/* Global Navigation
-------------------------------------------------- */

#globalNavi ul.menu li a {
    font-size: 1.4rem;
}

/* Content
-------------------------------------------------- */
/* トップページ */
#home #content .main {
	margin: 0;
	padding: 0;
}
/* 下層ページ */
#subPage #content .main {
	margin: 0;
	padding: 0;
}


/* Common Elements
-------------------------------------------------- */
/* img */
img {
	vertical-align: bottom;
	width: 100%;
}

/* リンク */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

/* Content Bottom
-------------------------------------------------- */

#contentBtm {
	border-top: 1px solid #C8C9CA;
	overflow: hidden;
	padding: 2.2em 0;
}
#contentBtm .inner {
	padding: 0 5%;
}

/* btmLink */
#contentBtm .btmLink ul {
	display: table;
	list-style: none;
	width: 100%;
}
#contentBtm .btmLink ul li {
	/* border-right: 1px solid #3E3A39; */
	display: table-cell;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
/* #contentBtm .btmLink ul li:first-child {
	border-left: 1px solid #3E3A39;
} */

/* PageTop
-------------------------------------------------- */
#pageTop {
	position:relative;
	width: auto;
}
#pageTop a {
	background: #231815;
	border-radius: 40px;
	display: block;
	height: 40px;
	outline: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 5%;
	width: 40px;
	z-index: 9999;
}
#pageTop img {
	height: 40px;
	width: 40px;
}


/* Footer
-------------------------------------------------- */
#footer {
	background: #3E3A39;
	color: #ffffff;
}
#footer > p {
	border-bottom: 1px solid #9E9E9F;
	color: #DBDCDC;
	font-size: 1.2rem;
	padding: 1.8em 5%;
	text-align: center;
}
#footer .footerNav {
}
#footer .footerNav ul {
	list-style: none;
	overflow: hidden;
}
#footer .footerNav ul li {
	float: left;
	margin: 2.3em 0 0 0;
	width: 50%;
}
#footer .footerNav ul li p {
	color: #C8C9CA;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
}
#footer .footerNav ul li li {
	background: url(../images/common/arrow_footer@2x.gif) no-repeat left 0.1em;
	background-size: 0.9em auto;
	font-size: 1.2rem;
	line-height: 1.25;
	margin: 0.6em 0 0 0;
	padding: 0 0 0 1.2em;
	width: 100%;
}
#footer .footerNav ul li li a {
	color: #C8C9CA;
}
#footer .footerNav ul li li a:hover {
	color: #0068B7;
}

/* copyRight */
#footer .copyRight {
	background: #231815;
	clear: both;
	color: #888888;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	margin: 2.3em 0 0 0;
	padding: 2em 5% 4em;
	text-align: center;
}
