@charset "utf-8";


 @media screen and (max-width: 480px) { 
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img{
    margin:0;
    padding:0;
	border:none;
	outline:none;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"]  {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}


input[type="password"]{
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}


input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="password"]::focus {
  outline-offset: -2px;
}

/*html {
    font-size: 100%;
  }*/

body{
/*	background-color: #000000;
*/	background-position: top center;
	font-weight: normal;
	font-size: 1.4rem;
	position: relative;
	font-family: 'Noto Sans JP',sans-serif;
}


img.icon{width: 4rem; border-radius: 0.5rem;}
img.icon-s{width: 3rem;}

img.img10{width: 10%;}
img.img20{width: 20%;}
img.img50{width: 50%;}
img.img70{width: 70%;}
img.img90{width: 90%;}
img.img100{width: 100%;}


br.spbr{display: block;}
br.blk{display: block;}
br.spbr{display: block;}
br.pcbr{display: none;}

table br{display: block;}

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


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


#wrapper{
	margin:0 auto 0rem auto;
	text-align: left;
	width: 100%;
}


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

#header-line{
	width: 100%;
	/*
	background-color: rgba(255,255,255,0.6);
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 20px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 20px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 20px 2px;	
	*/


}

#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1rem;
	text-align: left;
	color: #000000;
}

#header img.head{
	width: 90%;
}


table.header-wrap{
	width: 100%;
	font-size: 1.6rem;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	color: #ffffff;
}


table.header-wrap td.h-r{
	padding: 0 0 0 1rem;
	width:20rem;
	text-align: center;
	vertical-align: middle;
}


a.blackbt{
	margin: 1rem 0 0 0;
	background-color: rgba(0,0,0,0.5);
	padding: 0.5rem;
	color: #000000;
	font-size: 1.3rem;
	border-radius: 0.5rem;
	display: block;
	background:#ffffff;
}



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


.container-sp{
	float: none;
	width: 100%;
	height: auto;
	min-height: auto;
	margin: 0;
	display: block;

	z-index: 0;
	box-shadow:rgba(0, 0, 0, 0.55) 0px 5px 15px 5px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.55) 0px 5px 15px 5px;
	-moz-box-shadow:rgba(0, 0, 0, 0.55) 0px 5px 20px 5px;	


}


ul.menu-left{
	width: 100%;
	background-image: url(../images/bg.jpg);
	margin: 0 auto;
	height: auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.menu-left li{
 width: 48%;
 margin: 0 1% 1% 1%;
     display: block;
    box-sizing: border-box;
    word-break: break-all;
}

ul.menu-left li.intro{
	width: 100%;
	padding: 1rem;
	font-size: 1.3rem;
	margin: 0.5rem 0 0.5rem 0;
	color: #ffffff;
	border-left: none;
	background-color: rgba(0,0,0,0.5);
	box-shadow:0px 0px 10px 5px #000000 inset;
}
ul.menu-left li a{
	color: #000000;
	padding: 1rem;
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin: 0;
	border: none;
	background-color: none;
}

ul.menu-left img{
	width: 4.5rem;
	vertical-align: top;
	display: inline-block;
	text-align: left;
	margin-right: 1.5rem;
}

ul.menu-left a span.menu-style{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
}


/*Thanks https://www.1-firststep.com/archives/6169*/

ul#menu {
	list-style-type : none;
	background-color: rgba(255,255,255,0.8);
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 990;
	display : none;
}

ul#menu li {
	text-align : center;
}

ul#menu li a {
	text-decoration : none;
	display : block;
	padding : 15px 0;
}

ul#menu li a:hover {
	opacity : 0.8;
}


div#sp-icon {
	width : 70px;
	height : 70px;
	position : absolute;
	right : 0px;
	top : 0px;
	z-index : 999;
	background:#ffffff;
}

div#sp-icon:hover {
	cursor : pointer;
	opacity : 0.8;
}

div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
	display : inline-block;
	width : 30px;
	height : 3px;
	background : #000000;
	transition-property : transform;
	transition-duration : 0.3s;
}

div#sp-icon span {
	position : absolute;
	left : 50%;
	top : 50%;
	transform : translate( -50%, -50% );
}

div#sp-icon span:before {
	content : "";
	position : absolute;
	transform : translateY( -10px ) rotate( 0deg );
}

div#sp-icon span:after {
	content : "";
	position : absolute;
	transform : translateY( 10px ) rotate( 0deg );
}


div.sp-close span {
	background : transparent !important;
}

div.sp-close span:before {
	transform : rotate( 45deg ) !important;
}

div.sp-close span:after {
	transform : rotate( -45deg ) !important;
}


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


.container-r{
	margin-top: 0rem;
	margin-left: 0rem;
	display: block;
	height: auto;
	float: none;
/*	padding-top: 9rem;
*/}

.container{
	width:100%;
	float: none;
	padding:1rem 0;

}

.main{
	width:100%;
	padding:1rem;
}

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

.area-c{
	background-image: url(../images/bg-section.jpg);
	border: 0.5rem double #eeeeee;
}



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


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

.text{
	width: 95%;
	padding: 0.5rem 0 2.5rem 0 ;

}

p{
	padding-top:34px; 
}


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


section{
	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;
	margin: 0 auto 1.5rem auto;
	border-left: 1rem double #212121;  

}


section.bace-bk{
	padding: 1rem 0.5rem;
	border-left: 1rem double #F5F5F5;  
}

section.bace-wt{
	padding: 1rem 0.5rem;
	border-left: 1rem double #212121;  
}


section p{
	line-height: 1.6;
	text-align: left;
	font-size:1.7rem;
	font-weight: bold;
	margin-left: 0.5rem;
	padding: 1rem 0.5rem;
}




/* member
**********************************************************/

div.member{
	padding: 1rem;
}



div.member img{
	width: 30%;
	border-radius: 0.5rem;
	margin: 0rem 1rem 1rem 0;
	float: left;
}

div.member .dtl{
	padding-left: 1rem;
	font-size: 1.4rem;
	border-left: 0.5rem solid #FDF844;
}

div.member .area-wt{
	font-size: 1.4rem;
}

#kido .text,
#nakagawa .text,
#matoba .text,
#takase .text,
#kohama .text{
	width: 100%;
	padding-bottom: 0;
}



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

table.result{
	width: 100%;
	margin:1rem auto;
	font-size: 1.5rem;
	border-spacing: 0.1rem 0.2rem;
	padding: 0.5rem;
}

table.result th {
	font-size: 1.2rem;
}


table.result td{
/*	width: 20%;
*/	font-size: 1.5rem;
	padding: 0 0.2rem;
	font-weight: bold;
}


table.result td.date{
	width: 40%;
	padding: 1rem ;
	font-size: 1.6rem;
}


table.result td h2{ 
	position: relative; 
	margin: 2rem 0;
	padding: 1.5rem 1rem; 
	font-size: 1.6rem;
	border: 1px solid #FDF844;
	text-align: left;
}

table.result td h2:after{ 
	content: "城戸の注目ポイント"; 
	position: absolute; 
	top: -.6em; 
	left: 10px; 
	background: #212121; 
	font-size: 1.4rem; 
	color: #FDF844; 
	padding: 0 10px;
	font-weight: normal;
}



table.result td.area-text{
	background-color: #F5F5F5;
	color: #000000;
	padding: 0rem 1rem 1rem 1rem;
	font-weight: normal;
	font-size: 1.4rem;
	text-align: left;
}

table.result td.area-text p{
	padding-top: 2.5rem;
}



.history table.result tr th {
	font-size: 1.2rem;
	padding: 0.5rem 0 0.5rem 0.1rem;
}


.history table.result td {
	font-weight: normal;
	font-size: 1.4rem;
	padding: 0.3rem 0.1rem;
	color: #000000;
}

.history table.result tr th.date{
	font-size: 1.2rem;
	padding: 0.5rem 0 0.5rem 0.1rem;
}

.history table.result tr td.member{
	width: 5rem;
	padding-right: 0.5rem;
	text-align: right;
}

.history table.result tr.win td.member{
	width: 5rem;
	padding-right: 0.5rem;
/*	border-right: 0.2rem solid #fcf76c;*/
}


.history table.result tr td.h-name{
	width: 42%;
	padding: 0.3rem 0.1rem;
	font-size: 1.4rem;
}


.history table.result tr td.money{
	font-size: 1.4rem;
}



p.h2_fukidashi {
	margin-top: 4rem;
  position: relative;
  padding: 1rem 0.5rem!important;
  background: #212121;
	color:#ffffff;
  font-size: 18px!important;
}

p.h2_fukidashi:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #212121;
  width: 0;
  height: 0;
}


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

ul.log{
	background-color: #eeeeee;
	padding: 0.5rem;
	margin:0rem;
	border-radius: 0.5rem;
	overflow-y:scroll;
	height: 15rem;
	font-size: 1.3rem;
}

ul.log li{
	margin:0;
	padding: 1rem 0.5rem;
	border-bottom: 0.2rem dotted #b5b5b5;
}

ul.log li span.cat-l{
	font-size: 1.2rem;
	margin-right: 1rem;
}

ul.log li span.cat-r{
	font-size: 1.2rem;
	margin-right: 1rem;
}

ul.log li span.cat-n{
	font-size: 1.2rem;
	margin-right: 1rem;
}


ul.log li span.cat-i{
	font-size: 1.2rem;
	margin-right: 1rem;
}


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

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


.information{
	width: 100%;
	margin: 0rem auto 1rem auto;
	font-weight: bold;
	text-align: left;
	font-size: 1.5rem;
	border: none;
	overflow: hidden;
	padding: 0.5rem;
}

.information img.info{
	width: 100%;
	z-index: 1000;
}

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

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


.member{
	width: 98%;
	font-size: 1.6rem;
	margin: 2rem auto;
}

.member img.icon{
	border-radius: 1rem;
	width: 70%;
}



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

table.detail{
	font-size: inherit;
	width: 98%;
}

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

ul.backnumber-list li .date{
	display: block;
}

ul.backnumber-list li .board{
    height: 25px;
    line-height: 25px;
    font-size: 13px;

}

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



.cell-box img.cell-image{
	width: 10rem;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	margin-right: 1rem;
}


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

table.list{
	width:100%;
	margin: 0rem auto;
	font-size: 1.5rem;

}


table.list th{
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	font-size: 1.8rem;
	display: block;
	width: 100%;
}


table.list td{
	padding: 1rem;
	text-align: left;
	display: block;
	width: 100%;

}


table.list-r{
	width:100%;
	margin: 70px auto;
	border-spacing: 5px;
	border-spacing: 5px;
	border: 10px solid #000000;
	border-left: 10px solid #C12634;
	border-bottom: 10px solid #C12634;

	background-color: #F4E8BD;
}


table.list-r th{
	padding: 15px 20px;
	width:25%;
	background-color: #E25724;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}


table.list-r td{
	padding: 20px 20px 20px 20px;
	text-align: left;
	background-color: #BF1818;
	border: 5px solid #EFB6B7;
	color: #EAE4DC;
}

table.list-r td p{
	padding: 0;
	padding-bottom: 10px;
}


table.list-r td p.txt{
	padding-left:100px;
	border-top: 2px dashed #221E1F;
	border-bottom: 2px dashed #221E1F;
	padding-top: 30px;
	padding-bottom: 30px;
}


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


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


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



.form {
	width: 100%;	
	padding:0;
}


a.nbt{
	margin: 1.6rem auto;
	width: 93%;
	font-size: 2.5rem;
	border-radius: 1rem;
	padding: 1.5rem 1rem;
}

a.graybt{
	margin: 1rem auto ;
	width:95%;
	font-size:1.8rem;
	padding:1.5rem 1rem;
}

a.lookbt{
	margin: 1rem auto ;
	width:95%;
	font-size:1.6rem;
	padding:1.5rem 1rem;
}

a.abt{
	width:90%;
	padding:2rem 1rem;
}




label {
	width: 100%;
}


input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.2 , 1.2 );
}


input[type="text"]{
	width:100%;
	padding:1rem 0.5rem;
	font-size:1.6rem;
	margin: 0 auto;
}


input[type="submit"]{
	width:90%;
	margin: 1rem 0;
	font-size:1.8rem;
	cursor:pointer;
}


input[type="password"]{
	width: 100%;
	font-size:1.6rem;
	margin: 0 0 0rem 0;
}



textarea{
	padding:1.5rem;
	font-size:1.6rem;
	width:100%;
	height: 20rem;
	border: 0.1rem solid #d6d6d6;
}


button{
	text-align: center;
	width: 100%;
	border-radius: 0.5rem;
	padding: 1rem 0.5rem;
	font-size:2rem;
}


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


ul.answer{
	width: 100%;
}

ul.answer li{
	width: 100%;
	font-size: 1.6rem;
	display: block;
}


ul.answer li a{
	padding: 2rem 1rem;
	margin: 1rem 0;
	border: 0.3rem solid #212121;
}

ul.answer li a:hover{
	border: 0.3rem solid #e0522a;
}

ul.answer li .choices{
	background-color: #212121;
	color: #ffffff;;

	padding: 0.5rem 1.2rem;
	border-radius: 6rem;
	margin-right: 0.5rem;
	font-weight: bold;
}


/*モーダルウィンドウ*/
.modal-content-q {
	width: 90%;
	height: 50rem;
	min-height: 40rem;
	margin: 0 ;
	padding: 1rem;
	background: #F7F7F7;
	border-radius: 0.5rem;
	position: fixed ;
	display: none ;
	z-index: 9999 ;
}
  
#modal-overlay {
	z-index: 9998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.5 ) ;
}

.button-link {
	cursor: pointer;
}




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


.toggle-link{
	font-size: 1.5rem;
	border-radius: 0.5rem;
	margin-top: 1rem;
	padding: 2rem ;
}

.toggle-link:first-child{
	margin-top: 0rem;
}

.toggle-text{
	width: 98%;
	margin-top: 0;
	padding-top: 0;
}


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



#PageTopBtn {
font-size: 13px;
bottom: 10px;
right: 10px;
}
#PageTopBtn a {
width: 80px;
height: 80px;
padding: 18px 0;
}

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

.footer{
	width: 100%;
	background-color: #3a3a3a;
 	margin: 0 auto;
 	font-size: 1.4rem;
	padding: 2rem 0;
}

.footer ul.link, .footer ul.link li, .footer ul.link li a{
  margin: 0;
  padding: 0.5rem;
}

.footer ul.link li{
	padding: 0rem;
	display: inline-block;
}


.footer ul.link a {
	display: block;
font-size:1.4rem;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}

.copy{
	font-size: 1.2rem;
}


/*----------------------36連テーブル----------------------*/


table.result-36hit{
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size:16px;
	border-spacing: 0.2rem;
	padding: 0 0.5rem;
	border-collapse: collapse;
	background-color: #FFF;
	letter-spacing:0px;
	border:2px #5e5e67;
	border-style:solid;
	margin:1rem 0;
	
}

table.result-36hit td{
	border:1px #aaaaaa;
	border-style:dotted;
	border-collapse: collapse;
	padding:0.5rem;
}

table.result-36hit tr.wide{
	border:2px #5e5e67;
	border-style:solid dotted dotted dotted;
	border-collapse: collapse;
}


table.result-36hit th{
	font-weight:bold;
	font-size:18px;
	color: #000;
	background-color: #5e5e67;
	padding:0;
	text-align: center;
}

/*------------td-----------*/



table.result-36hit td.race{
	font-weight:bold;
	font-size:20px;
	color: #fff;
	background-color: #304075;
	text-align: left;

}

table.result-36hit td.race_ue{
	width:.100%;
	font-weight:bold;
	font-size:16px;
	color: #fff;
	background-color: #304075;
	text-align:left;
	padding:0 1rem;
	border-bottom: 2px solid #5e5e67;
}




table.result-36hit td.type{
	width:5%;
	text-align: center;
	color: #000;
	background-color: #fff;
}

table.result-36hit td.buy{
	width:45%;
	text-align: center;
	color: #000;
	background-color: #fff;
	letter-spacing:0px;
}


table.result-36hit td.number{
	width:25%;
	text-align: center;
	padding:0;
	letter-spacing:1px;
}


table.result-36hit td.money{
	width:20%;
	text-align: right;
	padding:5px
}



table.result-36hit td.non{
	background-color: #484d54;
	border: 2px #333333;
	border-style: dotted;
	border-collapse: collapse;
}

table.result-36hit td.blank{
	width:65%;	
}	

table.result-36hit td.hit{
	background-color: #fffb8e;
	font-weight: none;
	color:red;
}


table.result-36hit tr.hit{
	background-color: #fffb8e;
	font-weight:500;
	color:red;
}


table.result-36hit td.buy_yoso{
	width:70%;	
}

table.result-36hit td.type_yoso{
	width:30%;	
}





div.race{
	width:100%;
	height:auto;
	font-weight:bold;
	font-size:20px;
	color: #fff;
	background-color: #304075;
	text-align: center;
	border:4px solid #5e5e67;
	border-collapse: collapse;
	padding:2rem 0;
	float: left;
	clear: both;
}


/*--アコーディオン部分--*/

.result36-title{
	padding:5px 2rem;
	margin:1rem 0 0 0 ;
	background: #eee;
	color: #000;
	font-size:16px;
	font-weight:bold;
}



.result36-title:hover{
	background: #14ad74;
	color: #fff;
	
}

	

.result36-box{
	background: #ffffff;
	padding: 5px 0px;
}





/*--タブ部分--*/


.tab{
	color: White;
	background:#999;
	font-weight: normal;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	text-align: center;
	padding:0.5rem 0.5rem;
	margin:0 2px 0 0;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	/*flex: 1;*/
	font-size:16px;
}


.tab:hover {
	color: White;
	background: #14ad74;
	/*--font-weight: bold;--*/
	font-size:16px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	text-align: center;
	padding:0.5rem;
	margin:0 2px 0 0;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	/*flex: 1;*/
}


.tab-group{
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	width:95%;
}


.panel-group{
	width:95%;
	margin:0 auto 0;
	padding:0;
	height:auto;
	border-top:none;
	background:#5e5e67;
}

.panel{
	display:none;
}

.tab.is-active{
	background:#5e5e67;
	color:#99ffff;
	font-weight: normal;
	transition: all 0.2s ease-out;
	font-size:16px;
}


.panel.is-show{
	display:block;
	width:98%;
	margin:0 auto 0;
	padding:0.5rem;
	height:auto;
	border-top:none;
	background:#5e5e67;
}



.hit36_fs{font-size:2.5rem;}






#re_tablink {
	margin: 10px auto;
	padding: 5px;
	width: 250px;
	text-align: center;
	background-color: #333333;
	border-radius: 25px;
	cursor: pointer;
	font-weight:normal;
	font-size:16px;
}


#re_tablink a {
	text-decoration: none;
	color:#ffffff;
	
}


#re_tablink:hover{
	background:#14ad74;
	color:#ffffff;
}


#re_tablink:active {
	position: relative;
	top: 2px;
	left: 2px;
}


 }