@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-image: radial-gradient(73% 147%, #EADFDF 59%, #FFFDF1 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
*/

	background-image:url("../images_new/bg.jpg");
	background-attachment: fixed;
	color: #000000;
	font-size:2rem;
	font-weight: 300;
	line-height:1.6;
	font-family: 'Noto Sans JP',"メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



img{vertical-align:bottom;}

img.w100{width: 100%;}
li{list-style-type:none;}
br{letter-spacing:0;}
br.spbr{display: none;}

.sp{display: none;}


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


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

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

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

.main{
	width:950px;
	margin:100px auto;
	background: #fff;/*水色#6dc2ff*/
	position: relative;
	border: solid 1px #000;
	font-size:20px;
	

}

.thanks_main{
	width:950px;
	margin:20px auto;
	background: #fff;/*水色#6dc2ff*/
	position: relative;
	border: solid 1px #000;
	font-size:20px;
	

}
/*　
*********************************************************/

table.list{
	width:60%;
	margin: 2rem auto;
	font-size: 1.8rem;
	border-spacing: 0;
	color: #ffffff;
	background-color: #004d99;
	border: 2px solid #004d99;
}


table.list th{
	padding: 2rem;
	width:100%;
	font-size: 2rem;
	font-weight: 1000;
	text-align: center;
	vertical-align: top;
	background-color: #004d99;
}


table.list td{
	padding: 2rem;
	text-align: center;
	width:100%;
	background-color: #fff;
	color:#000;
	border: 1px solid #004d99;
}


p.heading {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}



span.cat-l{
	display: inline-block;
	min-width:5rem;
	text-align: center;
	background-color: #004d99;
	color: #ffffff;
	font-weight: bold;
	margin-left: 1rem;
}


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

.text{
	width: 90%;
	margin: 0px auto  0 auto;
	text-align: left;

	padding-left: 3rem;
	padding-right: 3rem;
	padding-bottom: 8rem;
}

p{padding-top:3rem; }


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



/* result
/*==========================実績テーブル==============================*/



div.month{
	width:860px;
	height:1000px;
	background-color:#000000
}



table.result-t{
	width: 380px;
	margin:1rem auto 4rem auto;
	text-align: center;
	font-weight: normal;
	border-spacing: 0.2rem;
	padding: 1rem;
	border:5px solid #666666;
	border-collapse: collapse;
	background-color: #FFF;
}


table.result-t tr {
	margin: 0px auto 0 auto;
	padding: 0rem 1rem;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	font-size: 1.4rem;
	border:5px solid #666666;
}


table.result-t td.day{
	color:#fff;
	padding: 0px;
	text-align: center;
	font-size: 3rem;
	font-weight:1000;
	background-color: #666666;
}

table.result-t tr.race{
	padding: 0px;
	text-align: center;
	font-weight:bold;
	background-color: #666666;
}

table.result-t tr.race td{
	color: #fff;
	padding: 0px;
	font-size: 20px;

}



table.result-t tr.hit{
	background-color: #fffb8e;
	margin: 0px auto 0 auto;
	padding: 0rem 1rem;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	font-size: 18px;
	border:5px solid #666666;
}






table.result-t td.name{
	width:45%;
	padding: 1rem 0;
	text-align: left;
	color: #000;
}

table.result-t td.win{
	width:30%;
	padding: 1rem 0;
	text-align: center;
	color: #f00;
}

table.result-t td{
	padding: 1rem 0;
	text-align: center;
	color: #000;

}


/*==================フォームテーブル=========================*/




table.form{
	width:1100px;
	margin: 10px auto;
	padding:10px;
	border-spacing: 0;
	border:1px solid #000;
	background:url("../images_new/form_bg.jpg")no-repeat;
	font-size: 30px;
	text-align: center;
	box-shadow: 2px 2px 5px 0px #000;
}

table.form td.info{
	padding:5px 0 15px;
	text-size:50px;
	text-align: center;
	font-weight:1000;
}


table.form td.f_text{
	padding: 2rem;
	width:55%;
	text-align: center;

}


table.form td.f_button{
	width:45%;
	text-align: center;

}

input[type="text"]{
	width:95%;
	margin:0 0 25px;
	padding:1rem 1rem;
	font-size:24px;
	color:#000000;
	font-weight:bold;
	background-color: #fff;
	border: solid 1px #000;
	box-shadow: 1px 1px 4px 0px #000;
	text-align: center;
}

input[type="submit"]{
	border: none;
	width:100%;
	font-size:3rem;
	font-weight:bold;
	color:#ffffff;
	padding:3rem 1.5rem;
	cursor:pointer;

}

.submit_btn{
    border: 0px;
    width:100%;
    height:100%;
    background: url(../images_new/form_btn.png) left top no-repeat;
}

.submit_btn:hover{
    border: 0px;
    width:100%;
    height:100%;
    background: url(../images_new/form_btn_hover.png) left top no-repeat;
    
}

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

table.form_close{
	width:1100px;
	margin: 10px auto;
	padding:10px;
	border-spacing: 10px;
	border:1px solid #000;
	background:url("../images_new/formbg_close.png")no-repeat;
	font-size: 30px;
	text-align: center;
	box-shadow: 2px 2px 5px 0px #000;
}

table.form_close.td{
	width:80%;
	text-align: center;
	padding:10px;
}

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



.footer {
	color: #000;
	background-color:#fff;
	width: 100%;
	font-size:1.6rem;
	padding: 1rem;
	letter-spacing: 1px;
	text-align: center;
}

.footer a{
	color: #000;
	font-weight:800;
}

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


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

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



*, *:before, *:after {
	box-sizing: border-box;
}
.result{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:0 auto;
}
.result > div{
	width:50%;
}


p.month{ 
	width:90%;
	text-align:left;
	margin:3rem auto;
	font-size:3rem;
	font-weight:800;	
	border-bottom: solid 3px black;
	}
