@charset "utf-8";

/*===============================================
●common_sp.css  画面の横幅が750px以下
===============================================*/
@media screen and (max-width : 750px){

/*--------------------------------------------
	サイト基本設定
--------------------------------------------*/


body {
	max-width: 750px;
    height: auto;
    color: #130C08;
	font-size:14px;
	line-height:1.4;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration:none;
	color:#333333;
	display:inline-block;
}
.last {
	margin-bottom:0 !important;
}
.for_pc {
	display:none;
}

/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

#header {
	width: 100%;
	background-color:#333;
	padding: 15px 0;
}
#header .hdr_inner {
	width: 94%;
    text-align: center;
    margin: 0 3%;
}
#header .hdr_logo li {
	width:25%;
	float:left;
}
#header .hdr_logo li:last-child {
	width: 63%;
}
#header .hdr_logo li img {
	width:100%;
}


/*--------------------------------------------
	ぱんくず
--------------------------------------------*/

#topicpath {
	display:none;
}

/*--------------------------------------------
	コンテンツ大枠
--------------------------------------------*/

#wrapper {
    position: relative;
}
#contents {
	width: 94%;
    padding: 30px 0;
    margin: 0 3%;
}
#main_cts {
	padding-bottom:60px;
}

/*--------------------------------------------
	サイドコンテンツ
--------------------------------------------*/

#side_cts .side_contact {
	text-align:center;
	margin-bottom:15px;
}
#side_cts .side01 {
	text-align:center;
}
#side_cts .side02 {
	margin:30px 0 20px;
}
#side_cts .side_box .side_ttl {
	color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    background-color: #7d0e0e;
    padding: 9px 0 3px;
}
#side_cts .side_box .side_ttl span {
	display:inline-block;
	vertical-align: text-top;
	margin:0 10px;
}
#side_cts .side_box li {
	border-bottom: #8d776c 1px dotted;
	padding: 0 5px;
}
#side_cts .side_box li:last-child {
	border-bottom:none;
}
#side_cts .side_box li a {
	padding: 10px 0;
}
#side_cts .side_box li a span {
	color: #6c3f08;
	font-weight:600;
	background:url(../Image/icon01.png) left center no-repeat;
	background-size:12px;
	display:block;
	padding-left:17px;
	margin-bottom: 2px;
}
#side_cts .side02 li a {
	font-size: 13px;
}
#side_cts .side03 li a {
	background:url(../Image/icon01.png) left center no-repeat;
	background-size:12px;
	padding-left:20px;
}

/*--------------------------------------------
	フッター
--------------------------------------------*/

#footer {
	width: 100%;
	color:#fff;
	background-color: #333;
}
#footer .ftr_inner {
	width: 94%;
    font-size: 12px;
    padding: 15px 0 20px;
	margin:0 3%;
}
#footer .ftr_box {
    text-align: right;
}

}