@charset "utf-8";


/* REGULATION */

#container #contentWrap .inner a {
	color: #e0b037;
	text-decoration: underline;
}


dl.terms {
	margin:0 0 30px;
}
dl.terms dd {
	line-height:24px;
}
dl.terms dd li {
	list-style:disc outside;
	margin:0 0 15px 20px;
}
dl.terms p {
	line-height:160%;
	margin-bottom:20px;
}

ul.bnrBox {
	margin:20px 0 0;
	list-style:none outside;
}
ul.bnrBox li {
	display:inline-block;
	margin:0!important;
}
ul.bnrBox li.mid {
	margin:0 21px!important;
}

table.spec {
	width:100%;
	margin:0 0 20px;
	background-color: #FFFFFF;
}
table.spec th, table.spec td {
	padding:15px;
	vertical-align:top;
	text-align:left;
	color: #000000;
	border:1px solid #2f2f2f;
}
table.spec th {
	width:130px;
}
table.spec .bg01 {
}
table.spec .bg02 {
}

table.pdf th, table.pdf td {
	padding:20px 20px 20px 0;
	vertical-align:middle;
	text-align:left;
}
table.pdf th {
	width:180px;
}
.lead{
	text-align: left;
	padding: 5% 0;
}


.notfound #contentWrap p {
	color:#acacac;
	font-size:20px;
	line-height:200%;
	text-align:center;
	margin:30px 0 0 0;
}
body.notfound #contentWrap p.bnr {
	margin: 30px auto 0;
}
.terms{
	text-align: left;
}
#contentWrap .inner{
	max-width: 1060px;
	font-size: 0.9rem;
	padding: 0 3% 150px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.terms > dt{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 2rem;
	font-weight: bold;
	color: #E0B037;
	line-height: 1.3;
	border-bottom: #E0B037 3px solid;
	text-align: left;
}
.terms > dd{
	text-align: left;
	padding-top: 30px;
}
.pdf{
	display: block;
	clear: both;
	padding-bottom: 4%;
}
.pdf:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.pdf dt{
	width: 20%;
	vertical-align: middle;
	display: inline-block;
}
.pdf dd{
	vertical-align: middle;
	display: inline-block;
}

@media only screen and  (max-width: 640px) {
	dl.terms dd{
		line-height: 1.4em;
	}
	#contentWrap .inner{
		padding: 5% 0;
		width: 90%;
		margin: 0 auto;
		font-size: 0.815rem;
	}
	table.spec th, table.spec td{
		padding: 3%;
    vertical-align: top;
    text-align: left;
    border: 1px solid #c9c9c9;
	}
	table.spec th {
    width: 22%;
    background: #F8F8F8;
	}
	.terms > dt{
		font-size: 1.5rem;
	}
	.terms > dd{
		padding-top: 10px;
	}
	.pdf dt{
		width: 100%;
		padding-bottom: 10px;
	}
	.notfound #contentWrap p {
		color:#acacac;
		font-size:1rem;
		line-height:1.6rem;
		text-align:center;
		margin:10px 0 0 0;
	}

}