@charset "utf-8";

body{
	background:#FFF;
}

/* All
--------------------------------------------------------------------------*/

#wrap{
	width:100%;
	position:relative;
}

/* Header
--------------------------------------------------------------------------*/

#header{
	width:100%;
	position:fixed;
	top:0;
	z-index:500;
}

.header1{
	width:100%;
	min-width:1000px;
	height:52px;

	background:#FFF;
}

.header1 h1{
	float:left;
}

.header1 ul{
	float:right;
}

.header1 li, .header2 li, .header3 li{
	float:left;
}

.header2{
	width:100%;
	background:#b0000b;
	overflow:hidden;
}

.header2 ul{
	width:1000px;
	margin:0 auto;
}

.header2 li a{
	display:block;
	text-align:center;
	color:#FFF;
	background:#cf000d;
	border-right: solid 1px #b0000b;
	transition: background 0.8s ease 0s;
}

.header2 li a:hover{
	background:#F30;
}

.header3{
	width:100%;
	background:url(../img/cmn/header/hd3-bg.png);
	overflow:hidden;
}

.header3 ul{
	width:1000px;
	margin:0 auto;
}

.header3 li a{
	display:block;
	text-align:center;
	color:#FFF;
	transition: background 0.8s ease 0s;
}

.header3 li a:hover{
	background:#F30;
}

/* Key-v
--------------------------------------------------------------------------*/

#key-v{
	padding-top:70px;
	width:100%;
}

#key-v h2{
	width:1000px;
	margin:0 auto;
}


/* Contents
--------------------------------------------------------------------------*/

#contents{
	width:1000px;
	margin:0 auto 0 auto;
	z-index:100;
}

.cnt-box{
	padding:60px 85px 25px 85px;
	border-bottom: solid 1px #cacaca;
}

.cnt-box h3{
	font-size:200%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:0.1em;
	line-height:120%;
	margin-bottom:30px;
	font-weight:bold;
}

.cnt-box h4{
	font-size:160%;
	line-height:120%;
	margin-bottom:30px;
}

.cnt-ttl p{
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:120%;
	margin-bottom:5px;
}

.cnt-ca-2w, .cnt-ca-full{
	margin-bottom:20px;
}

.cnt-ca-2w p, .cnt-ca-full p{
	line-height:150%;
}

.cnt-ca-2w{
	clear:both;
}

.ca-left{
	float:left;
	margin-bottom:10px;
}

.ca-right{
	float:right;
	margin-bottom:10px;
}

.w9{ width:90% !important; }
.w8{ width:80% !important; }
.w8h{ width:83% !important; }
.w7{ width:70% !important; }
.w6{ width:60% !important; }
.w5{ width:50% !important; }
.w4{ width:40% !important; }
.w3{ width:30% !important; }
.w2{ width:20% !important; }
.w1h{ width:17% !important; }
.w1{ width:10% !important; }
.w0{ width:5% !important; }


.cnt-box table { margin:0 0 40px 0; background:#CCC; }
.cnt-box th{ background-color:#eaecef; text-align:left; padding: 7px 10px;
	border-spacing: 1px !important;}
.cnt-box td{ background-color:#FFF; padding: 7px 10px;
	border-spacing: 1px !important;}

/* Footer
--------------------------------------------------------------------------*/

#footer{
	width:100%;
	background:#b0000b;
	overflow:hidden;

}

#footer p{
	text-align:right;
	color:#FFF;
	font-size:70%;
	padding:7px;

}



/* Other
--------------------------------------------------------------------------*/

#pagetop {
	display: none;
	z-index:1000;
	position: fixed;
	bottom: 40px;
	right: 24px;
	cursor: pointer;
	color: #fff;
}

.a-center{ text-align:center; }
.a-right{ text-align:right; }
.a-left{ text-align:left; }

.tx-s{font-size:80%;}
.tx-xs{font-size:40%;}

.tx-c-red{color:#eb0000 !important;}

.no-boder{
	border:none !important;
}


/* Clear
--------------------------------------------------------------------------*/

.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */