@charset "utf-8";
/* -------------------------------------------------- 
	Copyright: (c)visual and echo japan
	Created: 2016-8
 -------------------------------------------------- */

/*----------------------------------------------------
 common
--------------------------------------------------- */
html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#787878;
	line-height:1.6;
	background-color:#fff;
	font-size:14px;
	min-width: 1280px;
}
@media all and (max-width: 800px) {
html, body {
	min-width:100%;
}
}

a:link,a:visited,a:hover,a:active {
	color:#787878;
	text-decoration:none;
}

@media all and (max-width: 800px) {
img {
	width:100%;
	height:auto;
}
}

.Hidden-pc {display: none !important;}
.Hidden-sp {display: block !important;}

@media all and (max-width: 800px) {
.Hidden-pc {display: block !important;}
.Hidden-sp {display: none !important;}
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/
#spHeader {display:none;}

#header {
	width:100%;
	background:rgba(255,255,255,1.0);
	padding:20px 0;
}
#header h1 {
	text-align:center;
}

@media all and (max-width: 800px) {
#header {display:none;}

#spHeader {
	z-index:9999;
	width:100%;
	background:rgba(255,255,255,1.0);
	display:block;
	padding:5% 0;
}
#spHeader #spHD_Logo {
	width:30%;
	margin:0 auto;
}
}


/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	width:1280px;
	background-color:#fff;
	margin:0 auto;
	padding:30px 0 25px;
	border-top:1px solid #e60014;
}
#footer #footerInner {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
#footer #footerRight {
	float:right;
}
#footer #footerLeft {
	float:left;
}
#footer #footerLeft #footerNavi {
	padding-bottom:10px;
}
#footerNavi li {
	font-size:12px;
	color:#fff;
	display:inline;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #787878;
}
#footerNavi li.last {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#footer #copyright {
	font-size: 10px;
}

@media all and (max-width: 800px) {
#footer {
	width:100%;
	background-color: #fff;
	margin:0 auto;
	padding:20px 0 15px;
}
#footer #footerInner {
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#footer #footerRight {
	width:25%;
	float:none;
	margin:0 auto 5px;
}
#footer #footerLeft {
	float:none;
	text-align:center;
}
#footer #footerLeft #footerNavi {
	padding-bottom:10px;
}
#footerNavi li {
	font-size:12px;
	color:#fff;
	display:inline;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #787878;
}
#footerNavi li.last {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#footer #copyright {
	font-size: 10px;
}
}


















