@charset "utf-8";

/*////////////////////////////////////////////////////////////
Name : style_sp.css
////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////

	for smartphone override

////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 897px) {

/*----------------------------------------------------------------------------------------
	common settting
---------------------------------------------------------------------------------------- */
body {
	min-width:0;
	-webkit-text-size-adjust: 100%;
	padding-top:0;
}
.inner {
	width:auto;
}
/*----------------------------------------------------------------------------------------
	header
---------------------------------------------------------------------------------------- */
header .inner {
	padding:0;
	position:relative;
}
header .inner > div.headerMenu {
	width:48px;
	font-size:2.4rem;
	line-height:38px;
	display:inline-block;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
}
header .inner > div.headerMenu i {
	cursor:pointer;
}
header .headerLogo {
	width:40%;
}
header .headerLogo h1 {
	padding-left:50px;
}
header .headerLogo h1 img {
	height:38px;
}
header .headerNav {
	width:auto;
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	background-color:rgba(255,255,255,0.9);
}
header .inner > div.headerNav {
	display:none;
}
header .headerNav > div {
	display:block;
	margin-right:0;
	border-bottom:1px solid #ddd;
}
header .headerNav > div a {
	display:block;
	padding:15px;
}
header .headerAction {
	width:60%;
}
header .headerAction > div {
	margin:0 2px;
}
header .headerAction > div:last-child {
	margin-right:10px;
}
header .headerAction > div span {
	display:block;
	text-align:center;
}
header .headerAction .headerActionText {
	display:none;
}
/*----------------------------------------------------------------------------------------
	contentBody
---------------------------------------------------------------------------------------- */
.contentBody {
	width:auto;
	padding:30px 15px 40px;
}
/*----------------------------------------------------------------------------------------
	conentTitle
---------------------------------------------------------------------------------------- */
.contentTitle h2 {
	font-size:2.4rem;
	margin-bottom:30px;
}

}
