@charset "utf-8";

/*　reset
*********************************************************/

*{
	margin:0;
	padding:0;
	line-height: 1.6;
}

body{
	background: url("images/bg-bk.jpg") ;
	background-size:cover;
	background-position: top center;
	background-attachment: fixed;
	background-color: #0F0205;
	color:#ffffff;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.25rem;
	line-height: 1.6;
}

img{vertical-align:bottom; border: 0;}
a img{border:none;}
li{list-style-type:none;}
br{letter-spacing:0;}

a:link{text-decoration:none; color:#ffffff;}
a:visited{text-decoration:none; color:#33C9F7;}
a:hover{text-decoration:underline; color:#33C9F7;}
a:active{text-decoration:none; color:#33C9F7;}


p {
	margin:0;
	line-height: 2;
}


/*　layout
*********************************************************/

#wrapper{
	margin:0 auto;
	text-align: center;
}

.container{
	width:960px;
	margin:0 auto;
	text-align: center;
	background-position: right top;
	background-attachment: fixed;
	box-shadow:0px 0px 10px 1px #ffffff;
}

.main{
	margin:0 auto;
	width:960px;
	background:#0F0205;
	box-shadow:rgba(40, 40, 40, 0.5) 0px 0px 40px 10px;
	-webkit-box-shadow:rgba(40, 40, 40, 0.5) 0px 0px 40px 10px;
	-moz-box-shadow:rgba(40, 40, 40, 0.5) 0px 0px 40px 10px;	
}


/*　
*********************************************************/

#header {
	width:960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}


/*=======================================*/

/*=======================================*/

.text{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

p{
	padding-top:96px; 
}
/*=======================================*/

img.bd{
	border: 10px double #ffffff;
}


section{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #221E1F), color-stop(0.01, #6C6E70));
	background: -webkit-linear-gradient(top, #6C6E70 1%, #221E1F 88%);
	background: -moz-linear-gradient(top, #6C6E70 1%, #221E1F 88%);
	background: -o-linear-gradient(top, #6C6E70 1%, #221E1F 88%);
	background: -ms-linear-gradient(top, #6C6E70 1%, #221E1F 88%);
	background: linear-gradient(to bottom, #6C6E70 1%, #221E1F 88%);
	color: #ffffff ;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.6;
	border-top: 1px solid #8D979B;	
	box-shadow:rgba(0, 0, 0, 0.55) 7px 7px 5px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.55) 7px 7px 5px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.55) 0px 0px 5px 5px;	
	position: relative;

}

section p{
	background-image: url("images/bg-dotwt.png");
	padding: 60px 0;
	-moz-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	-ms-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);

}

section.s-green{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #09c302), color-stop(1.00, #00270b));
	background: -webkit-linear-gradient(#09c302, #00270b);
	background: -moz-linear-gradient(#09c302, #00270b);
	background: -o-linear-gradient(#09c302, #00270b);
	background: -ms-linear-gradient(#09c302, #00270b);
	background: linear-gradient(#09c302, #00270b);
}

section.s-sky{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #03a2b0), color-stop(1.00, #0d46a5));
	background: -webkit-linear-gradient(#03a2b0, #0d46a5);
	background: -moz-linear-gradient(#03a2b0, #0d46a5);
	background: -o-linear-gradient(#03a2b0, #0d46a5);
	background: -ms-linear-gradient(#03a2b0, #0d46a5);
	background: linear-gradient(#03a2b0, #0d46a5);
}

section.s-red{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0002), color-stop(1.00, #5c0909));
	background: -webkit-linear-gradient(#ff0002, #5c0909);
	background: -moz-linear-gradient(#ff0002, #5c0909);
	background: -o-linear-gradient(#ff0002, #5c0909);
	background: -ms-linear-gradient(#ff0002, #5c0909);
	background: linear-gradient(#ff0002, #5c0909);	
}


.area-ex{
	background-color:#F2F0DE;
	padding:10px 20px 30px 20px;
	text-align:left;
	margin-bottom:50px;	
}

.hred{
	padding:10px 0 10px 10px;
	background-color:#B71D1D;	
}

/*=======================================*/

table.enq{
	margin: 20px auto;
	width: 100%;
	text-align: left;
	background-color: #FFF7C1;
	font-weight: bold;
}

table.enq td.yes{
	background-color: #BF0405;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff3600), color-stop(1.00, #cd0000));
	background: -webkit-linear-gradient(#ff3600, #cd0000);
	background: -moz-linear-gradient(#ff3600, #cd0000);
	background: -o-linear-gradient(#ff3600, #cd0000);
	background: -ms-linear-gradient(#ff3600, #cd0000);
	background: linear-gradient(#ff3600, #cd0000);
	color: #ffffff;
	padding:15px 20px;
}


table.enq td.normal{
	background-color: #0cdb00;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0cdb00), color-stop(1.00, #169900));
	background: -webkit-linear-gradient(#0cdb00, #169900);
	background: -moz-linear-gradient(#0cdb00, #169900);
	background: -o-linear-gradient(#0cdb00, #169900);
	background: -ms-linear-gradient(#0cdb00, #169900);
	background: linear-gradient(#0cdb00, #169900);
	color: #ffffff;
	padding:15px 20px;
}


table.enq td.no{
	background-color: #2B7CCE;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #03a2b0), color-stop(1.00, #0d46a5));
	background: -webkit-linear-gradient(#03a2b0, #0d46a5);
	background: -moz-linear-gradient(#03a2b0, #0d46a5);
	background: -o-linear-gradient(#03a2b0, #0d46a5);
	background: -ms-linear-gradient(#03a2b0, #0d46a5);
	background: linear-gradient(#03a2b0, #0d46a5);
	color: #ffffff;
	padding:15px 20px;
}

/*=======================================*/



.voice{
	margin: 80px auto;
	width: 90%;
	text-align: left;
	border: 1px solid #6D8200;
}

.voice .text{
	padding: 30px 40px;
}

table.voice td.face{
	padding: 15px;
	width: 100px;
	vertical-align: top;
}


table.voice td p{
	padding: 15px 20px;
}

table.voice td.col {
background-color:#DBDBDB;
border-radius:5px;
position:relative;
font-weight: bold;
}
 
table.voice td.col:after {
border:10px solid transparent;
border-right-color:#DBDBDB;
border-left-width:0;
left:-10px;
content:"";
display:block;
top:30px;
position:absolute;
width:0;
}


table.voice td.glad {
background-color:#F8F28D;
border-radius:5px;
position:relative;
padding: 20px 0;
}
 
table.voice td.glad:after {
border:10px solid transparent;
border-right-color:#F8F28D;
border-left-width:0;
left:-10px;
content:"";
display:block;
top:30px;
position:absolute;
width:0;
}

.area-glad{
	text-align: left;
	margin: 60px auto;
	width: 100%;
	background-color: #FFFBC6;
	border:4px double #F8F28D;
	border-radius: 20px;
}

.area-glad p{
	padding: 20px;
}

.area-glad table{
	margin: 64px 0;
	width: 98%;
}



.area-re{
	text-align: left;
	margin: 60px auto 0 auto;
	width: 100%;
	background-color: #F7E8E8;
	border:4px double #E8AAA9;
	border-radius: 20px;
}

.area-re p{
	padding: 46px 40px;
}

/*========================================================*/



table.qa{
	margin: 80px auto;
	width: 100%;
	padding: 15px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

table.qa td.face{
	padding: 15px;
	width: 100px;
	vertical-align: top;
}


table.qa td p{
	padding: 32px 25px;
}

table.qa td.qu {
background-color:#ffffff;
border-radius:5px;
position:relative;
}
 
table.qa td.qu:after {
border:10px solid transparent;
border-right-color:#ffffff;
border-left-width:0;
left:-10px;
content:"";
display:block;
top:30px;
position:absolute;
width:0;
}


table.qa td.an {
background-color:#ffffff;
border:10px solid #59DD42;
border-radius:5px;
position:relative;
}
 
table.qa td.an:after {
border:10px solid transparent;
border-left-color:#59DD42;
border-right-width:0;
right:-10px;
content:"";
display:block;
top:30px;
position:absolute;
width:0;
}



/* result
**********************************************************/

table.result{
	width: 800px;
	margin: 50px auto 0 auto;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #000000;
}

table.result th {
	color:#ffffff;
	margin: 0px auto 0 auto;
	padding: 5px 10px;
	background-color: #ff0000;
}


table.result td.first {
	background: #FFCAC9;
	color:#FF3D3D;
}

table.result td.second {
	background: #FFF67C;
	color:#FF3D3D;
}

table.result td.third {
	background: #E5EFFF;
	color:#FF3D3D;
}

table.result td {
	padding: 10px 5px;
	line-height: 1.6;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 5px 3px;	

}

table.result td.date{
	color:#ffffff;
	font-weight: bold;
}

.ugism table.result td.date{
	background-color: #000000;
}


table.result td.win{
	background: #FFF100;
	color:#E94C30;
	font-weight: bold;
	font-size: 24px;
}

table.result td.hit img{
	padding: 20px 10px 50px 10px;
	width: 220px;
}


/* form
*********************************************************/

.info{
	color:#ffffff;
	background-image: url("images/error-bg.gif");
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}

.buyarea{
	margin: 30px 0 0;
	padding-bottom: 60px;
	background-image: url("images/bg-try.png");
}

.form {
	margin: 0 auto;
	text-align: center;
}

.form table {
	width: 90%;
	margin: 30px auto 0;
	padding: 10px 30px;
	text-align: center;
	background-color: #221E1F;
	border-collapse: collapse;
	border-spacing: 0;
	position: relative;
}


.form table tr{
	border:1px solid #DADBDA;
}

.form table th{
	background-color: #C30D23;
	text-align: left;
	padding: 30px 40px;
	vertical-align: middle;
}

.form table td{
	background-color: #eeeeee;
	color:#11330C;
	padding: 30px 50px;
	vertical-align: middle;
	text-align: left;
}

.form table td.choice{
	font-size: 18px;
}

label{cursor: pointer;}




input[type="text"]{
	width:60%;
	padding:7px;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	border:1px solid #dddddd;
}

input[type="submit"]{
	margin: 60px auto ;
	width:70%;
	height: 100px;
	font-family: "メイリオ","Meiryo","Osaka","MS Pゴシック","MSゴシック",Helvetica,verdana,arial;
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	padding:9px 10px;
	cursor:pointer;
	border-radius: 60px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f4e3c9), color-stop(0.50, #c19e66), color-stop(0.50, #b68d4c), color-stop(1.00, #f6e7cf));
background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);
background: linear-gradient(to bottom, #f4e3c9 0%, #c19e66 50%, #b68d4c 50%, #f6e7cf 100%);

	-moz-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	-ms-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
}

input[type="submit"]:hover{
	color:#ffffff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fbe8fc), color-stop(0.49, #fba6e1), color-stop(0.51, #fd8ad7), color-stop(1.00, #ff7ad7));
background: -webkit-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
background: -moz-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
background: -o-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
background: -ms-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
background: linear-gradient(to bottom, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);

	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;

}


input[type="button"]{
	margin: 20px auto ;
	width:80%;
	height: 100px;
	font-family: "メイリオ","Meiryo","Osaka","MS Pゴシック","MSゴシック",Helvetica,verdana,arial;
	font-size:30px;
	font-weight:bold;
	color:#000000;
	padding:9px 10px;
	cursor:pointer;
	border-radius: 60px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f3ce00), color-stop(1.00, #ff7800));
	background: -webkit-linear-gradient(#f3ce00, #ff7800);
	background: -moz-linear-gradient(#f3ce00, #ff7800);
	background: -o-linear-gradient(#f3ce00, #ff7800);
	background: -ms-linear-gradient(#f3ce00, #ff7800);
	background: linear-gradient(#f3ce00, #ff7800);

	-moz-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	-webkit-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	-ms-text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
	text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);

}

input[type="button"]:hover{
	color:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c60000), color-stop(1.00, #ff3c00));
	background: -webkit-linear-gradient(#c60000, #ff3c00);
	background: -moz-linear-gradient(#c60000, #ff3c00);
	background: -o-linear-gradient(#c60000, #ff3c00);
	background: -ms-linear-gradient(#c60000, #ff3c00);
	background: linear-gradient(#c60000, #ff3c00);

	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;
}


textarea {
	padding: 10px;
	font-size:18px;
	width:90%;
	height: 180px;
	border:1px solid #6D6D6D;
}


.button {
	background: none;
	border: none;
}

.error{
	color:#EDD524;
	font-weight: bold;
}

.area{
	width: 100%;
	height: 394px;
	margin: 0 auto;
	position: relative;
}

.info2{
	position: absolute;
	width: 100%;
	height: 100%;
	top:70px;
	text-align: center;
}

.info2 table {
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

.info2 table td{
	padding: 10px;
}



.info2 input[type="text"]{
	width:450px;
	height:20px;
	padding:7px;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	border:1px solid #ffffff;
	box-shadow:rgba(170, 170, 170, 0.75) 0px 0px 6px 3px inset;
	-webkit-box-shadow:rgba(170, 170, 170, 0.75) 0px 0px 6px 3px inset;
	-moz-box-shadow:rgba(170, 170, 170, 0.75) 0px 0px 6px 3px inset;
}


.size {
	width: 450px;
	height: 35px;
	font-size: 18px;
	padding-left: 3px;
	letter-spacing: 1px;
	border: 2px #FF0000 solid;
}

input.size:focus {
	outline: none;
	background: #FFFFC0;
}

table.list{
	width:100%;
	margin: 70px 0 0 0;
	border-spacing: 5px;
	border:5px solid #C30D23;
}


table.list th{
	padding: 15px 20px;
	background-color: #C30D23;
	color: #ffffff;
}


table.list td{
	padding: 20px 40px;
	background-color: #ffffff;
	box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 5px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 5px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 3px 3px 5px 5px;	
}

.tryarea table.list td{
	padding: 30px;
}

table.list td p{
	padding: 48px 0px 48px 0;
}




div#wrapper_thanks2{
	background: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000000;
}


.footer {
	color: #dddddd;
	width: 100%;
	background: #0F0205;
	font-size: 10px;
	margin: 0 auto 0;
	text-align: center;
}


.link {
	display: inline-block;
	width: 90%;
	font-size: 19px;
	margin: 20px auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

.link li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
}



.rules table {
	width: 90%;
	letter-spacing: 1px;
	border-spacing: 0px;
	margin: 20px auto 0;
	text-align: left;
	border-collapse:collapse;
}


.rules td {
	padding: 10px 20px;
}




.timer{  
    text-align:center;  
    display: block;
    font-size: 35px;
    margin:30px auto 50px auto;  
    padding:20px 0; 
    color:#fff;  
    text-shadow:1px 1px 1px #ccc;  
    line-height:1.6;  
    border:1px solid #86AAD8;  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #7295b5), color-stop(0.00, #005081), color-stop(0.50, #147bb6), color-stop(1.00, #00abe5), color-stop(1.00, #02a8e4));
	background: -webkit-linear-gradient(top, #7295b5 0%, #005081 0%, #147bb6 50%, #00abe5 100%, #02a8e4 100%);
	background: -moz-linear-gradient(top, #7295b5 0%, #005081 0%, #147bb6 50%, #00abe5 100%, #02a8e4 100%);
	background: -o-linear-gradient(top, #7295b5 0%, #005081 0%, #147bb6 50%, #00abe5 100%, #02a8e4 100%);
	background: -ms-linear-gradient(top, #7295b5 0%, #005081 0%, #147bb6 50%, #00abe5 100%, #02a8e4 100%);
	background: linear-gradient(to bottom, #7295b5 0%, #005081 0%, #147bb6 50%, #00abe5 100%, #02a8e4 100%);
}  
