
#cnt{	width: 100%;}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 30px 0;
}


/** other **/

.other_bg{
	width: 1100px;
	margin: 0 auto 30px auto;
	padding: 20px;
	border: 1px solid #5c0000;
	background: -webkit-linear-gradient(135deg, #370404 0%, #660000 49%, #370404 100%);
	background: -moz-linear-gradient(135deg, #370404 0%, #660000 49%, #370404 100%);
	background: -o-linear-gradient(135deg, #370404 0%, #660000 49%, #370404 100%);
	background: -ms-linear-gradient(135deg, #370404 0%, #660000 49%, #370404 100%);
	background: linear-gradient(-45deg, #370404 0%, #660000 49%, #370404 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.other{
	border: 1px solid #5c0000;
	padding: 20px 0;
	background: #000;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.other ul{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
	padding: 0 15px;
}

.other li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
}

.other.ask{	padding: 30px 0;}

.other.ask ul{
	display: block;
	width: 600px;
	margin: 0 auto;
}
.other.ask li{
	display: block;
	width: 100%;
}

.other li div{
	width: 100%;
	display: table;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #222;
}

.other li div p{
	display: table-cell;
	vertical-align: middle;
	line-height: 44px;
}
.other li div p:nth-of-type(1){
	font-size: 24px;
	color: #c9ba93;
	text-align: left;
}

.other li div p:nth-of-type(2){
	font-size: 20px;
	text-align: right;
}
.other li div p:nth-of-type(2) em{	font-size: 24px;}

.obox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
}

.obox div{
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.obox div h3{
	margin: 0 0 20px 0;
}

.obox div span{
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #ff6666;
	margin: 0 0 15px 0;
}

.obox div span em{	font-size: 24px;}

.obox div p{
	font-size: 14px;
	line-height: 24px;
}


/** card **/

#card{
	padding: 50px 0;
	background: rgba(37, 3, 3, 0.9);
}

#card h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	padding: 20px 0;
}

#card div{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
}
#card div:last-child{	margin-bottom: 0;}

#card p{
	width: 960px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

#card .bt{
	font-family: "Sawarabi Mincho";
	display: inline-block;
	width: 300px;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 2px;
	padding: 20px 0;
	color: #e9e0c7;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
	border-radius: 0;
	border: none;
	box-shadow:0px 0px 0px 1px #000 inset;
	-moz-box-shadow:0px 0px 0px 1px #000 inset;
	-webkit-box-shadow:0px 0px 0px 1px #000 inset;
	border: 1px solid #a1916a;
	background: -webkit-linear-gradient(90deg, #220000 0%, #500000 50%, #220000 100%);
	background: -moz-linear-gradient(90deg, #220000 0%, #500000 50%, #220000 100%);
	background: -o-linear-gradient(90deg, #220000 0%, #500000 50%, #220000 100%);
	background: -ms-linear-gradient(90deg, #220000 0%, #500000 50%, #220000 100%);
	background: linear-gradient(0deg, #220000 0%, #500000 50%, #220000 100%);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-appearance: none;
}
#card .bt:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/** guide **/

#guide{
	font-size: 0;
	line-height: 0;
	margin: 0 0 50px 0;
	padding: 50px 0;
	background: rgba(18, 18, 18, 0.9);
}

#guide h3{
	margin: 0 0 30px 0;
}

#guide .gbox{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 540px;
	height: 180px;
	margin: 0 10px;
	padding: 30px 48px 0 48px;
	background: url(img/gbox.png) no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#guide .gbox h4{
	display: inline-block;
	width: 270px;
	font-size: 22px;
	font-weight: normal;
	line-height: 48px;
	border: 1px solid #460000;
	border-radius: 25px;
	box-shadow:0px 0px 0px 1px #000 inset;
	-moz-box-shadow:0px 0px 0px 1px #000 inset;
	-webkit-box-shadow:0px 0px 0px 1px #000 inset;
	background: -webkit-linear-gradient(0deg, #220000 0%, #500000 50%, #220000 100%);
	background: -moz-linear-gradient(0deg, #220000 0%, #500000 50%, #220000 100%);
	background: -o-linear-gradient(0deg, #220000 0%, #500000 50%, #220000 100%);
	background: -ms-linear-gradient(0deg, #220000 0%, #500000 50%, #220000 100%);
	background: linear-gradient(90deg, #220000 0%, #500000 50%, #220000 100%);
	margin: 0 0 22px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#guide .gbox p{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

#guide > p{
	font-size: 12px;
	line-height: 20px;
	padding: 30px 0 0 0;
}


/** rule **/

#rule{
	width: 1100px;
	margin: 0 auto 20px auto;
	padding: 50px 20px;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #222;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#rule h3{
	margin: 0 0 40px 0;
}

#rule p{
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 40px 0;
}
#rule p:last-child{	margin-bottom: 0;}

#rule h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #c9ba93;
	margin: 0 0 10px 0;
}

#rule .rbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 0 40px 0;
}

#rule .rbox div{
	display: table-cell;
	vertical-align: top;
}

#rule .rbox ul{	text-align: left;}

#rule .rbox li{
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	padding: 5px 0;
	border-bottom: 1px dotted #222;
	width: 505px;
	margin: 0 12px;
}
