@charset "utf-8";

/*　reset
*********************************************************/

*{
	margin:0;
	padding:0;
}
body{
	color:#222222;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:18px;
	letter-spacing:2px;
	line-height:1.8;
	background:#222222;
}
img{
	vertical-align:bottom;
}
a img{
	border:none;
}
li{
	list-style-type:;
}
br{letter-spacing:0;}

a:link{text-decoration:none; color:#222222;}
a:visited{text-decoration:none; color:#333333;}
a:hover{text-decoration:underline; color:#b50000;}
a:active{text-decoration:none; color:#222222;}

/*　ページレイアウト 
*********************************************************/

#wrapper{
	width:960px;
	margin:0 auto;
	background:#ffffff;
	border-left:2px solid #b4dc00;
	border-right:2px solid #b4dc00;
	-webkit-box-shadow:0px 1px 10px #b4dc00;
	-moz-box-shadow:0px 1px 10px #b4dc00;
	box-shadow:0px 1px 10px #b4dc00;
}
.section{
	width:750px;
	margin:0 auto;
}
.section p{
	margin-bottom:50px;
}

/*　header form result font-style
*********************************************************/

#header{
	margin-bottom:50px;
}
.form{
	width:960px;
	height:1301px;
	background:url(img/form.gif) no-repeat;
}
.form table.entry{
	position:relative;
	top:220px;
	left:200px;
}
.form table.special{
	width:700px;
	top:250px;
	left:130px;
	position:relative;
}
.form table.special tr.sp1{background:yellow;font-weight:bold;}
input[type="text"]{
	width:400px;
	height:25px;
	padding:3px;
	font-size:20px;
	font-weight:bold;
	border:3px solid #999999;
	border-radius:5px;
}
/*input[type="submit"]{
	margin-top:10px;
	padding:15px 90px;
	cursor:pointer;
	background:#FF0000;
	background:-ms-linear-gradient(top, #FF0000 0%, #E50000 50%, #DD0000 50%, #AD0000 100%);
	background:-moz-linear-gradient(top, #FF0000 0%, #E50000 50%, #DD0000 50%, #AD0000 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FF0000), color-stop(0.5, #E50000), color-stop(0.5, #DD0000), color-stop(1, #AD0000));
	border-bottom: 1px solid #568a03;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-ms-box-shadow: inset 0 1px 0 0 #c8eb8f;
	-moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
	-webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
	box-shadow: inset 0 1px 0 0 #c8eb8f;
	color: #ffffff;
	font:18px "ヒラギノ角ゴ Pro W3",tahoma,arial;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	font-weight:bold;
}*/
input[type="submit"]{
	font:18px "ヒラギノ角ゴ Pro W3",tahoma,arial;
	font-weight:bold;
	color:#ffffff;
	padding:15px 90px;
	background:green;
	background: -moz-linear-gradient(
		top,
		#9bf723 0%,
		#51b310);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#9bf723),
		to(#51b310));
	border:1px solid #6db818;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.2);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.2);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0.2);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	border-radius:10px;
	margin-top:10px;
	cursor:pointer;
}

input[type="submit"]:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.text-style1{
	color:#ff3c00;
	font-weight:bold;
	font-size:25px;
}
.text-style2{
	color:red;
	font-weight:bold;
	font-size:25px;
}
.text-style3{
	background:red;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	padding:0px 5px 0 5px;
	margin-right:5px;
}
.text-style4{
	color:#ff3c00;
	font-size:20px;
}

#result{
	mmargin-bottom:150px;
}
#result table{
	font-size:12px;
	margin:0 auto;
	width:915px;
	border:1px solid #CCCCCC;
}
#result table th{
	background:#555555;
	font-size:14px;
	color:#fff;
}
#result table tr th,
#result table tr td{
	padding:2px 6px 2px 6px;
}
#result table caption{
	font-size:30px;
	font-weight:bold;
}
.right{
	text-align:right;
}
.r-red{
	text-align:right;
	font-weight:bold;
	color:red;
}
.center{
	display:block;
	text-align:center;
}
.win{
	/*background:#E4FFCA;*/
	background:#EFEFEF;
}
.date{
	width:110px;
}
.total{
	text-align:right;
	font-weight:bold;
	background:#CCCCCC;
	font-size:20px;
}

.bold{font-weight:bold;}
.red{color:red;}
.orange{color:orange;}
.bg-y{background:yellow;}
.bg-r{background:red;}
.fs35{font-size:35px;color:red;}
.pd10{padding:10px;}
.notice{
	font-size:90%;
	text-align:right;
	margin-right:50px;
}
.mb50{margin-bottom:50px !important;}

/*　footer
*********************************************************/

#footer{
	margin-top:30px;
	padding-bottom:10px;
	font-weight:bold;
	text-align:center;
}
#footer .inner{
	text-align:center;
}
#footer ul li{
	display:inline;
}
#footer p.copy{
	margin-top:5px;
	font-size:14px;
}

/*　規約　特商法　プライバシーポリシー
*********************************************************/


body#privacy,
body#rules,
body#law{
	font-size:14px;
	letter-spacing:1px;
}

#container{
	width:750px;
	margin:0 auto;
	padding:0 50px 0 50px;
	background:#ffffff;
	border-left:1px solid #b4dc00;
	border-right:1px solid #b4dc00;
	-webkit-box-shadow:0px 1px 10px #b4dc00;
	-moz-box-shadow:0px 1px 10px #b4dc00;
	box-shadow:0px 1px 10px #b4dc00;

}

#rules .description,
#privacy .description{
	margin-bottom:30px;
}

#rules dl dt,
#privacy dl dt{
	border:2px solid #b4dc00;
	border-left:15px solid #b4dc00;
	padding:2px 0 2px 10px;
	font-weight:bold;
}
#rules dl dd{
	padding:20px;
}
#rules dl ol{
	padding-left:50px;
	font-size:13px;
}
#rules ol li{
	margin-bottom:10px;
}
#privacy ul{
	padding-left:50px;
}
#privacy dl{
	margin-top:30px;
}
#privacy dl dd{
	padding:20px 0 20px 0;
}
#privacy ul li{
	margin-bottom:10px;
	font-size:13px;
}
#law table{
	border:1px dotted #B4DC00;
}
#law table tr th,
#law table tr td{
	padding:5px 0 5px 10px;
}
#law table tr th{
	background:#B4DC00;
	width:100px;
	text-align:left;
}
#law table tr td{
	border:1px dotted #cccccc;
}

.sp_form{
	width:960px;
	height:308px;
	background:url(../geter/img/sp_form.png) no-repeat;
	position:relative;
}
.sp_form table{
	position:absolute;
	top:170px;
	left:170px;
}

/*****アコーディオン*****/

h3{text-align:center;}
.accordion-head{
	cursor:pointer;
	font-size:22px;
	width:915px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	background:#A5C100;
	color:#fff;
	border-bottom:1px dashed #ffffff;
	text-shadow:0px -1px 0px rgba(000,000,000,0.4),0px 1px 0px rgba(255,255,255,0.3);
}
.accordion-head:hover{background:#9FAF00;}
.first{border-top-left-radius:10px;border-top-right-radius:10px;}
.first{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border:none;
	background:#A5C100;
	width:915px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px dashed #FFFFFF;
}
.last{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border:none;
	background:#A5C100;
	width:915px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
