@charset "utf-8";

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

*{
	margin:0;
	padding:0;
	line-height: 1.6;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


body{
	background-color: #000000;
	background: url("images/bg.png") ;
	background-attachment: fixed;
	background-position: top center;
	color:#f4f4f4;
	font-size: 2rem;

	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



img{vertical-align:bottom;}
img.btm{vertical-align:bottom;}
img.mdl{vertical-align: middle;}
img.top{vertical-align: top;}
img.bod{border: 2px solid #ffffff; padding: 5px;}
.br5{border-radius: 0.5rem;}

a img{border:none;}
li{list-style-type:none;}
br{letter-spacing:0;}
br.spbr{display: none;}
br.pcbr{display: block;}

.sp-visual{display: none;}

a:link{text-decoration:none; color:#4285F4;}
a:visited{text-decoration:none; color:#4285F4;}
a:hover{text-decoration:underline; color:#4285F4;}
a:active{text-decoration:none; color:#4285F4;}

.pc{display:block;}
.sp{display:none;}

/*　layout
*********************************************************/

#wrapper{
	margin:0 auto;
	text-align: center;
}

.container{
	margin:0 auto;
	width:100%;
}

.main{
	width: 1000px;
	margin:0 auto;
}

.main-bk{
	margin:0 auto;
	background-color: rgba(0,0,0,0.4);
}


.container-rd{
/*	background-color: rgba(0,0,0,0.4);
	background-color: rgba(198, 19, 19,0.4);*/
	background: url("images/bg-rd.png") ;
	background-position: center;
	margin:0 auto;
}

.container-bl{
	background-color: rgba(0,0,0,0.4);
	background: url("images/bg-bl.png") ;
	background-position: center;
	margin:0 auto;
}


.container-y{
	background: url("images/bg-y.png") ;
	background-position: center;
	margin:0 auto;
}

.container-bk{
	background-color: rgba(0,0,0,0.4);
	background-color:#000000;
	background-position: center;
	margin:0 auto;
}



/*　
*********************************************************/



#header0 {
	background: url(images/header0.jpg) no-repeat center top;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


#header00 {
	background: url(images/header00.jpg) no-repeat center top;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 1000px;
	/*height: 900px;*/
	margin: 0 auto;
	text-align: center;
}
#header img{
	width: 100%;
}

#form-header{
	background: url(images/form-header.jpg) no-repeat center top;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: #ffffff;	
	font-size: 2rem;
	text-align: center;
}


#form-header input[type="text"]{
	width: 100%;
	max-width: 400px;
	padding: 1.3rem;
}

#form-header button{
	margin: 1rem auto ;
	width:100%;
	max-width: 60rem;
	font-weight:bold;
	padding:2rem 5rem;
}


/*=======================================*/


.text{
	width: 75rem;
	margin: 0px auto;
	text-align: left;
	padding-top: 3rem;
	padding-bottom: 7rem;
}

p{
	padding-top:12rem; 
}


/*=======================================*/


.border {
	padding: 3px 0;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 1s;
}
.border-af {
	background-position: -100% 0;
}




.tokuten .tokuten-i {
    margin-top: -50px;
    margin-left: -62px;
}

.i-flash{
	background: url(images/img-flash.png);
	padding: 4rem;
}

/*=======================================*/

img.bd{
	border: 10px double #ffffff;
}

.section-bg{
	padding: 10px 0;
}



section.bace{
	width: 100%;
	display: inline-block;
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	text-decoration: none;
	padding: 4rem 0;
	margin: 0 auto;
/*	background-color: rgba(200,200,200,0.2);

	box-shadow:rgba(0, 0, 0, 0.55) 0px 0px 5px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.55) 0px 0px 5px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.55) 0px 0px 5px 5px;	*/

	background-image: url(images/bg-section.png);
	background-repeat: no-repeat;
}


section p{
	line-height: 1.6;
	text-align: center;
	font-size:4.5rem;
	font-weight: bold;
/*	background-color: #000000;
*/	text-shadow: 
	-1px -1px 1px rgba(0, 0, 0, 0.4), 
	1px 1px 1px rgba(255, 255, 255, 0.5);
	padding: 10rem 0;

}


/*=======================================*/

/* result
**********************************************************
table.result{
	width: 85rem;
	margin: 5rem auto;
	font-size: 1.6rem;
	text-align: center;
	font-weight: normal;
	color: #000000;
	background-color: #2B2B2B;
	padding: 1rem;
}

table.result th.hline {
	color: #FBEE0C; 
	margin: 0px auto 0 auto;
	padding: 5px 5px;
	border: none;
	text-align: center;
	font-weight: bold;
	background-color: #2B2B2B;
}


table.result th{
	background-color:#000000;
	color:#ffffff;
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
	padding:0.5rem 0.5rem;
	border-bottom: 1px solid #878787;
}


table.result td{
	padding:0.5rem 0.5rem;
	background-color: #c1c1c1;
	border-bottom: 1px solid #878787;
}


table.result td.win{
	background-color:#FFE238; 
}


table.result td.money{
	text-align: right;
}


table.result td.hit{
	color: #E11600;
	font-size: 2.2rem;
	background-color:#FFE238; 
	font-weight: bold;
}

*/

/* result
**********************************************************/

table.result{
	width: 100%;
	margin:2rem auto;
	text-align: center;
	font-weight: normal;
	border-spacing: 7px 10px;
	background-color: #212121;
	padding: 2rem;
	color: #000000;
	border-radius: 0.5rem;
}

table.result th {
	color:#ffffff;
	margin: 0px auto 0 auto;
	padding: 0rem 1rem;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	font-size: 1.6rem;
}

table.result td{
	padding: 0rem 1rem;
	text-align: left;
	color: #ffffff;
	background-color: #212121;
	font-size: 1.6rem;
}



table.result td.date{
	background-color: #212121;
	background-image: none;
	color: #ffffff; 
	font-weight: normal;
	text-align: left;
}


table.result td.r-name{
	border-right: 0.5rem solid #fcf76c;
}


table.result tr td.hit{
	color: #000000;
	background-color:#fcf76c; 
	font-weight: bold;
	font-size:2rem;
}

table.result tr td.money{
	color: #E11600;
	font-size: 2.5rem;
}


/*========================================================*/

.alpha-wt{
	background-color: rgba(200,200,200,0.2);
}

.alpha-bk{
	background-color: rgba(0,0,0,0.4);
}


.alpha-rd{
	background-color: rgba(219, 47, 17,0.6);
}

.alpha-y{
	background-color: rgba(252, 247, 108,0.4);
}


/*========================================================*/

/*　
*********************************************************/

.btr{border-top: 0.4rem solid #EF7575;}
.bto{border-top: 0.4rem solid #FFB07F;}


a.hbt{
	margin: 0px auto ;
	font-size:3rem;
	text-align: center;
	font-weight:bold;
	border-radius: 0.5rem;
	color:#ffffff;
	padding:0.7rem 3rem;
	cursor:pointer;
	vertical-align: middle;
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c60000), color-stop(0.00, #ff3c00));
	background: -webkit-linear-gradient(#ff3c00, #c60000);
	background: -moz-linear-gradient(#ff3c00, #c60000);
	background: -o-linear-gradient(#ff3c00, #c60000);
	background: -ms-linear-gradient(#ff3c00, #c60000);
	background: linear-gradient(#ff3c00, #c60000);
}

a.hbt:hover{
	color:#ffffff;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
	background: -webkit-linear-gradient(#ffa443, #ff7400);
	background: -moz-linear-gradient(#ffa443, #ff7400);
	background: -o-linear-gradient(#ffa443, #ff7400);
	background: -ms-linear-gradient(#ffa443, #ff7400);
	background: linear-gradient(#ffa443, #ff7400);
}



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


/*=======================================*/



table.voice{
	margin: 2rem 0;
	width: 85%;
	font-size: 1.6rem;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000000;
}


table.voice td p{
	padding: 1rem 0.5rem;
}

table.voice td.col {
margin: 100px;
background-color:#EDEDED;
border-radius:5px;
position:relative;
padding: 2rem;
}
 
table.voice td.col:after {
border:10px solid transparent;
border-left-color:#EDEDED;
border-right-width:0;
right:-10px;
content:"";
display:block;
top:30px;
position:absolute;
width:0;
}


table.voice td.glad {
background-color:#F8F28D;
border-radius:5px;
position:relative;
padding: 2rem;
}
 
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;
}

/*======================================================*/


table.view{
	width: 80rem;
	margin: 3rem auto;
	border: 0.1rem solid #434545;
	font-size: 1.8rem;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 0.5rem;
	overflow: hidden;
}


table.view tr th{
	background-color: #000000;
	text-align: left;
	color: #ffffff;
	border: none;
	padding: 1rem 1rem 1rem 2rem;
	font-size: 2.5rem;
	font-weight: normal;
	border-bottom: 0.1rem solid #434545;

}

table.view tr td{
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	border: none;
	font-size:1.6rem;
	border-bottom: 0.1rem solid #434545;
	padding: 1rem 1rem 6rem 2rem;
}



table.view tr:last-child td{
	border-bottom: none;
}


/*========================================================*/


.headding{
	font-size: 2rem;
	font-weight: bold;
	padding: 0.3rem 0.5rem;
	border-left: 0.5rem solid #000000;
}

table.detail{
	width: 100%;
	margin: 1.6rem auto;
	border: 0.1rem solid #d3d3d3;
	font-size: 1.8rem;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 0.5rem;
	overflow: hidden;
}


table.detail tr th{
	background-color: #000000;
	text-align: left;
	color: #ffffff;
	border: none;
	padding: 1rem;
	border-bottom: 0.1rem solid #434545;

}

table.detail tr td{
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	border: none;
	font-size:1.6rem;
	border-bottom: 0.1rem solid #434545;
	padding: 1rem 1rem 2rem 1rem;
}


table.detail tr:last-child td{
	border-bottom: none;
}

/*========================================================*/

/* form
*********************************************************/

.form {
	width: 100rem;	
	margin: 3rem auto;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
/*	background-color: #000000;
*/	color: #ffffff;
	padding: 3rem 5rem;
	border-radius: 0.5rem;
}


label {
	margin: 2rem 0;
	width: 100%;
	font-weight: bold;
	font-size: 2.3rem;
	text-align: left;
	cursor:pointer;
	color: #000000;
	padding: 2rem 4rem;
	border-radius: 2rem;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#e9e9e9, #ababab);
	background: -moz-linear-gradient(#e9e9e9, #ababab);
	background: -o-linear-gradient(#e9e9e9, #ababab);
	background: -ms-linear-gradient(#e9e9e9, #ababab);
	background: linear-gradient(#e9e9e9, #ababab);
}

label:hover {
	border: none;
}



input[type="text"]{
	width:70%;
	padding:0.5rem 1rem;
	font-size:2rem;
	color:#000000;
	font-weight:bold;
/*	border: 5px double #3d3d3d;
*/	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;
}

input[type="submit"]{
	margin: 20px auto ;
	width:90%;
	font-size:2.1875rem;
	font-weight:bold;
	color:#ffffff;
	padding:30px 15px;
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #a2d93f), color-stop(0.50, #a1d54f), color-stop(0.50, #80c218), color-stop(1.00, #aef333));
	background: -webkit-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
	background: -moz-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
	background: -o-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
	background: -ms-linear-gradient(top, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
	background: linear-gradient(to bottom, #a2d93f 0%, #a1d54f 50%, #80c218 50%, #aef333 100%);
}

input[type="submit"]:hover{
	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%);
}


button{
	margin: 20px auto ;
	width:80%;
	font-size:3rem;
	font-weight:bold;
	padding:30px 15px;
	cursor:pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: #fcd164; /* Old browsers */
	background: -moz-linear-gradient(top, #fcd164 0%, #fccd4d 50%, #f8b500 51%, #fcd164 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcd164 0%,#fccd4d 50%,#f8b500 51%,#fcd164 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcd164 0%,#fccd4d 50%,#f8b500 51%,#fcd164 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd164', endColorstr='#fcd164',GradientType=0 ); /* IE6-9 */
}

button:hover{
	color:#ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+50,207cca+51,7db9e8+100;Blue+Gloss+%232 */
	background: #3b679e; /* Old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

a.abt{
	color:#ffffff;
	margin: 2px auto ;
	width:90%;
	font-size:3rem;
	font-weight:bold;
	padding:2rem 3rem;
	cursor:pointer;
	vertical-align: middle;
	display: block;
	border-radius: 2rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #2eff24), color-stop(1.00, #327344));
	background: -webkit-linear-gradient(#2eff24, #327344);
	background: -moz-linear-gradient(#2eff24, #327344);
	background: -o-linear-gradient(#2eff24, #327344);
	background: -ms-linear-gradient(#2eff24, #327344);
	background: linear-gradient(#2eff24, #327344);
}

a.abt:hover{
	color:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #70b6f2), color-stop(0.50, #54a3ee), color-stop(0.50, #3690f0), color-stop(1.00, #1a62db));
	background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
	background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
	background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
	background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
	background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);

}





a.graybt{
	margin: 2rem auto ;
	width:90%;
	font-size:2.5rem;
	font-weight:bold;
	color:#ffffff;
	padding:3rem 5rem;
	cursor:pointer;
	border-radius: 0.5rem;
	vertical-align: middle;
	display: block;
	background: #000000;
}

a.graybt:hover{
	transition: 0.3s ;
	background-color: #FDF844;
	color: #000000;
	text-decoration: none;
}


textarea {
	padding: 10px;
	font-size:1.125rem;
	width:90%;
	height: 180px;
	border:1px solid #6D6D6D;
}


.button {
	background: none;
	border: none;
}

.error{
	color:#E11600;
	font-weight: bold;
}




/*===========================================*/

table.list{
	width:90%;
	margin: 3rem auto;
}


table.list th{
	padding: 1.2rem;
	border-left: 1rem solid #000000;
	background-color: #322821;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}


table.list td{
	text-align: left;
	padding: 2rem 2rem 6rem 2rem;
	background-color: #ffffff;
	color: #000000;
	font-size: 1.7rem;
}




/*===========================================*/



.footer {
	color: #dddddd;
	width: 1100px;
	font-size:1.7rem;
	margin: 0 auto 0;
	letter-spacing: 1px;
	text-align: center;
}

.footer a{
	color:#ffffff;
}

.footer p {
	padding-top: 2rem;
}


.footer ul.link {
	margin-auto;
	overflow: hidden;
	text-align:center;
	}
	
.footer ul.link  li {
	list-style: none;
	display:inline-block;

	text-align: center;
	padding: 1.5rem 1.5rem;
	box-sizing :border-box;

}

/*=========================================*/

/*=========================================*/


.timer{  
    text-align:center;
    display: block;
    color: #000000;
	width: 100%;
	height: auto;
	margin: 5rem 0;
	padding: 2rem;
	background-color: #F9F8DC;
	background-image: url(images/bg-section.png);
	background-attachment: fixed;
	border-top: 0.5rem solid #000000;
	border-bottom: 0.5rem solid #000000;
}  

.timer_1{
	margin: 0 auto;
	padding: 0;
	width: 100%;

}


/*=============利用規約table=============*/

table.law{
	margin:0 auto;
	width:98%;
}

table.law th{
	margin:1rem 0 0;
	padding:0 1rem 0;
	color:#ffffff;
	background:#000000;
	font-size:18px;
	font-weight:bold;
	display: block;
}


table.law td{
	padding:0.5rem 1.6rem;
	font-size:14px;
	display: block;
}


/*=============特商法table=============*/

table.company{
	width:98%;
	margin: 3rem auto;
}


table.company th{
	padding: 1.2rem;
	border-left: 1rem solid #000000;
	width:25%;
	background-color: #322821;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size:18px;
}


table.company td{
	padding: 1.2rem;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #efefef;
	font-size:15px;
}

table.company td p{
	padding: 0;
}


table.company td p.txt{
	padding-left:10rem;
}





.voice{
	background-color: #00e2a1;
	padding: 2rem;
	color: #ffffff;
	border-radius: 0.5rem;
	border:solid 2px #00e2a1;
	box-shadow: #00e2a1 0px 0px 10px 2px;
}

.voice_inbox{
	background:#a7f1db;
	color:#000000;
	border-radius: 0.5rem;
	padding: 2rem;
	
}


