@charset "UTF-8";
/*
////////////////////////////////
SPレイアウト　CSS Document
Prefix + _ + Block + _ + Element + - + Modifier
////////////////////////////////
*/

.is_pc_disp {
	display: none;
}
.l_gnavi {
	display: none;
}

/*=========================
ヘッダー
=========================*/
.l_header{
	background-image: url(../img/common/header_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
.l_header_wrapper{
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background-image: url(../img/common/header_bg2-sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.l_header_body {
	width: 100%;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
	padding-bottom: 35px;
	margin-right: auto;
}
.l_header_ti {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 20px;
	margin-bottom: 40px;
}

.l_gnavi{
	width: 100%;
	min-width: 960px;
	background-image: url(../img/common/gnavi_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-bottom: 26px;
}
.l_gnavi nav{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*=========================
フッター
=========================*/

.l_footer{
	width: 100%;
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: center;
}
/*=========================
メインコンテンツ
=========================*/

.l_wapper {
	width: 100%;
}
.l_topcontents {
	background-color: #d4d1d7;
}
.l_contents_bodyfix {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.l_contents_body {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
	text-align: left;
}
/*=========================
TOPページ
=========================*/

/*=========================
コンテンツページ共通
=========================*/
.l_indent01{
	margin-left: 25px;
	margin-right: 25px;
	overflow: hidden;
	margin-bottom: 25px;
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.l_indent02{
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
