@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
}

body {
	overflow-x: hidden;
}

a.blank {
	text-decoration: underline;
}
a.blank:hover {
	text-decoration: none;
}


/* alpha */
.alpha a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}

.animsition {
	height: 100%;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(180, 180, 180, 0.8);
	z-index: 10;
	display: none;
}

.open .overlay {
	display: block;
}

/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
	position: relative;
	margin: 100px 0 80px 0;
	}
	
h1{
	margin-left: 5.8%;
	}
	
h1 img{
	width: 171px;
	}
	
header p.lead{
	margin: 20px 5.8% 0 5.8%;
	font-size: 15px;
	line-height: 1.8;
	}

header p.lead02{
	margin: 0 5.8% 0 5.3%;
	font-size: 15px;
	line-height: 1.8;
	}

header small{
	position: absolute;
	right:5.8% ;
	top: 0;
	color: #888888;
	}

/* -----------------------------------------------------------------------------

	container
  
----------------------------------------------------------------------------- */

#wrapper{
		overflow: hidden;
	}

#container{
	letter-spacing: 0.05em;
	background-color:#f8f8f8;
	width: 90%;
	margin: 0 auto 5%;
	padding-bottom: 80px;
	}

h2{
	text-align: center;
	}
	
h2 img{
	width: 208px;
	margin-top: -15px;
	}
	
table{
	width: 74%;
	margin: 40px auto 0;
	font-size: 13px;
	}
	
table tr{
	border-bottom: solid 1px #dbdbdb;
	}

table th{
	text-align: left;
	width: 20%;
	padding: 20px 0;
	padding-left: 1em;
	line-height: 1.8;
	}
	
table td{
	text-align: left;
	width: 80%;
	padding: 20px 0;
	color: #454545;
	padding-left: 1em;
	line-height: 1.8;
	}	

table td span{
	color: #6b6b6b;
	font-size: 11px;
	display: block;
	line-height: 1.8;
	padding-top: 10px;
}
/* -----------------------------------------------------------------------------

	sp
  
----------------------------------------------------------------------------- */
@media screen and (min-width: 641px) {
	.sp {display: none !important;}
}
@media screen and (max-width: 640px) {

	.pc {
	display: none !important;
	}
	
	#container{
	padding-bottom: 40px;
	margin-bottom: 5%;
	}
	
	h1{
	margin-left: 5%;
	}
	
	h1 img{
	width: 38%;
	}
	
	header p.lead,
	header p.lead02{
	width: 90%;
	margin-left:5%;
	}
	
	header small{
	right: 5%;
	}
	
	h2 img{
	width: 45%;
	margin-top: -3%;
	}
	
	dl{
	width: 85%;
	margin: 20px auto 0;
	font-size: 13px;
	}
	
	dl dt{
	padding-top: 15px;
	font-weight: bold;
	}
	
	dl dd{
	border-bottom: solid 1px #dbdbdb;
	color: #454545;
	padding-bottom: 15px;
	}
	
	dl dd span{
	display: block;
	font-size: 12px;
	line-height: 1.8;
	color: #6b6b6b;
	padding-top: 10px;
	letter-spacing: 0;
}

}
	