@charset "utf-8";
/* CSS Document */

/* ==========================================================================
Reset & Base Setting
========================================================================== */
/* default style reset
-------------------------------------*/
html{background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
address,caption,em,strong,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th,td{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
a{text-decoration:none;color:#f85a1d;}
a:hover{text-decoration:none;color:orange;cursor:pointer!important;}
a:active{text-decoration:none;}
header, footer, nav, section, article, figure, aside {display:block;}
*{box-sizing:border-box;}
/* body setting
-------------------------------------*/
html{
	width:100%;
}

body{
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:75%;
	text-align:left;
	line-height:1.5;
	color:#666;
	width:100%;
	min-width:960px;
}

html:not(:target) body{
	font-size:12px;
}

ul li img{
	vertical-align:bottom;
	line-height:0;
}

.imgover:hover{
	opacity:0.6;
}

/* clearfix
-------------------------------------*/
.clear:before,
.clear:after{
	display:table;
	content:"";
}

.clear:after{
	clear:both;
}

.clear{
	zoom:1;
}

/* ==========================================================================
header setting
========================================================================== */
header{
	width:100%;
	min-width:960px;
	min-height:65px;
	position:fixed;
	top:0;
	background:rgba(0,0,0,0.50);
	z-index:9999;
}

header a{
	color:#FFF;
}

header a:hover{
	color:orange;
}


header h1{
	position:absolute;
	left:30px;
	top:15px;
	font-size:200%;
	font-weight:900;
}

header ul{
	position:absolute;
	right:30px;
	top:20px;
}

header ul li{
	float:left;
	margin-right:25px;
	font-size:150%;
	font-weight:bold;
}

/* ==========================================================================
footer setting
========================================================================== */
footer {
	width:100%;
	min-width:960px;
	padding:40px 0;
	background:#6c6c6c;
}

#footerAreaInner {
	width:960px;
	margin:0 auto;
}

footer ul li {
	float:left;
	margin-right:25px;
}

footer ul li a {
	color:#FFF;
	font-size:117%;
	display:block;
	margin-bottom:5px;
}

footer ul li a.head {
	font-size:125%;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:2px solid #FFF;
	pading-bottom:10px;
}

/* ==========================================================================
parts setting
========================================================================== */
h2{
	font-size:180%;
	text-align:center;
	font-weight:900;
	color:#111;
	letter-spacing: 1px;
	margin-bottom:5px;
}

p.h2Line{
	width:80px;
	margin:10px auto 40px;
	border-top:2px #111 solid;
}

.contactBlock {
	width:100%;
	min-width:960px;
	background:#3dc9b3;
}

.contactBlockInner{
	width:960px;
	margin:0 auto;
	padding:40px 0;
}

.contactBlock a.btnBlock {
	display:block;
	width:400px;
	padding:15px 0;
	text-align:center;
	margin:0 auto;
	border:3px solid #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:200%;
	font-weight:bold;
	color:#FFF;
}

.contactBlock a.btnBlock:hover {
	color:#3dc9b3;
	background:#FFF;
}

.contentsBlock{
	padding:200px 0;
}

.contentsBlock p {
	max-width:800px;
	padding:0 10px;
	margin:0 auto 20px;
	font-size:130%;
}

#copyright {
	width:100%;
	min-width:960px;
	padding:20px 0;
	background:#969393;
	color:#FFF;
	text-align:center;
}

#copyright a{
	color:#FFF;
	text-decoration:underline;
}

.sb-toggle-right,
.sb-slidebar{
	display:none;
}

/* ==========================================================================
汎用クラス
========================================================================== */
.mb00{margin-bottom:0px!important;}
.mb50{margin-bottom:50px!important;}

.pt30{padding-top:30px!important;}


.taC{text-align:center!important;}
.taR{text-align:right!important;}
.taL{text-align:left!important;}

.fwB{font-weight:bold!important;}

.font15{font-size:125%!important;}

.colorChange01{color:#ff9e20;}
.colorChange02{color:#ff0000;}

.SPdisplayBlock{display:none;}
