/*==========  btn link ==========*/
.btn_box{
display: flex;
justify-content: center;
}

.btn01,a.btn01{
font-size: 1.0rem;
font-weight: 600;
line-height: 1.5;
display:inline-block;
background:#ff7300;
padding:12px 35px;
text-align:center;
color:#FFF;
margin:5px 5px 30px 5px;
border:1px solid;
cursor:pointer;
border-radius: 0.5rem;
ertical-align: middle;
text-decoration: none;
}

.btn01:hover,
a.btn01:hover,
.btn02:hover,
a.btn02:hover{
  color: #fff;
  background: #ba0000;
}

.btn02,a.btn02{
font-size: 1.0rem;
font-weight: 600;
line-height: 1.5;
display:inline-block;
background:#ba0000;
padding:12px 35px;
text-align:center;
color:#FFF;
margin:5px 5px 30px 5px;
border:1px solid;
cursor:pointer;
border-radius: 0.5rem;
ertical-align: middle;
text-decoration: none;
}

/************* シリーズ **************/

/* テーブル */
.section_table {
   margin:15px 0px 0px 0px;
   border:2px solid #462f19; 　　   /* テーブルボーダー */
}

/* th全体 */
.section_table th {
   padding:3px;
   text-align:center;
   font-size:10pt;
   font-weight:bold;
   border:1px solid #462f19;  　　  /* テーブルボーダー */
   letter-spacing:0.1em;
}



/* シリーズ名  */
.section_table th.series{
   color:#fff;
   background-color:#462f19;
}

/* カードの種類 『EX種牡馬カード』『繁殖牝馬カード』 */
.section_table th.card_type{
   color:#000;
   background-color:#fff;
}

/* カード馬名 */
.section_table th.card_name{
   color:#452f18;
   background-color:#ebffde;
}

/* シリーズ中身 */
.section_table td {
   padding:7px;
   font-size:10pt;
   border:1px solid #462f19;
}

.section_table ol 
{
margin-top: 0px;
margin-left: 20px;
}


/************* ロト **************/

.loto{
background:#222222;
}

.loto th{
background:#444444;
color:#FFFFFF;
font-weight:bold;
padding:2px 5px;
text-align:center;
}

.loto th.lotosub{
background:#dddd99;
color:#222222;
font-weight:bold;
padding:2px 5px;
text-align:center;
}

.loto td{
padding:5px;
background:#ffffee;
vertical-align:text-top;
}



.m_20{
	margin:20px 0 !important;
}

.f_style{
	font-size:110% !important;
	line-height:1.5;
	margin:10px 0;
}

.f_style_Bold{
	font-size:110% !important;
	line-height:1.5;
	font-weight:bold;
}

.f_w_b{
	font-weight:bold;
}

.f_size_B{
	font-size:130% !important;
	font-weight:bold;
	margin:10px 0;
	line-height:1.5;
}

.f_size_B2{
	font-size:150% !important;
	font-weight:bold;
	margin:10px 0;
}

.f_size_B3{
	font-size:180% !important;
	font-weight:bold;
	margin:10px 0;
}

.f_size_B4{
	font-size:200% !important;
	font-weight:bold;
	margin:15px 0;
}

.p_t_10{
	padding-top:10px;
}

.p_m_10{
	margin-top:10px;
}

.f_size_m{font-size:90% !important;}
.f_size_s{font-size:85% !important;}
.f_size_ss{font-size:80% !important;}
.f_size_sss{font-size:75% !important;}

.f_w_normal{ font-weight:normal !important;}

.section_table_kuro td{
	padding:5px;
}

.ab4 {
    background-color: #FFFFCC;
    border: 1px solid #3F3F65;
    margin: 5px;
    padding: 5px;
    text-align: left;
}

.liStyle_ex{
	list-style:none;
	margin:0 !important;
	margin-top:10px !important;
	margin-left:10px !important;
}

.table_sc{
	border-top:1px solid #000;
	border-left:1px solid #000;
	margin-top:10px;
}

.table_sc td,
.table_sc th{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:6px;
	line-height:1.2;
}

.table_sc th{
	background:#134aa5;
	color:#fff;
}

.table_sc td{
	font-size:90%;
}

.f_100{
	font-size:100% !important;
}

.c_1{
	background:#e8f1ff !important;
	font-weight:bold !important;
	color:#000 !important;
}

.dg_1{
	background:#ffd7ed !important;
	font-weight:bold !important;
	color:#000 !important;
}

.t_center{
	text-align:center !important;
}

.period_border{
	border:2px solid #134AA5;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-size:120% !important;
	margin:0 !important;
	padding:8px;
	background:#e8f1ff;
}

/* 20130906 add */

.title_darkRed{
	background:#3e0000;
	padding:10px 15px;
	font-size:100%;
	color:#fff;
}

.title_gray{
	background:#ddd;
	padding:10px 15px;
	font-size:100%;
}

.title_pink{
	background:#ffdde7;
	padding:10px 15px;
	font-size:100%;
	color:#a6002f;
}

.title_blue{
	background:#134AA5;
	padding:10px 15px;
	font-size:100%;
	color:#fff;
}

.title_blue_x{
	background:url(_img/blue_bk.jpg) repeat-x bottom #134AA5;
	color:#fff;
	text-align:center;
	border-bottom:2px solid #00296d;
	font-size:100%;
	font-size:150%;
}

.title_blue_x span{
	display:block;
	padding:15px 0;
	border-bottom:1px solid #ffffff;
}

.title_darkRed_x{
	background:url(_img/darkRed_bk.jpg) repeat-x bottom #770022;
	color:#fff;
	text-align:center;
	border-bottom:2px solid #770022;
	font-size:100%;
	font-size:150%;
}

.title_darkRed_x span{
	display:block;
	padding:15px 0;
	border-bottom:1px solid #ffffff;
}



.bor_gray{
	border:1px solid #ddd;
	padding:10px;
}


.bor_gray03{
	border:3px solid #ddd;
	padding:10px;
}

.bor_pink03{
	border:3px solid #ffdde7;
	padding:10px;
}

.title_blue p,
.bor_gray p,
.bor_gray03 p,
.title_darkRed p{
	margin:0 !important;
}

.listCircle{
	margin:0 !important;
}

.listCircle li{
	list-style:none;
	text-indent:-1.5em;
	padding-left:1.5em;
}

.innerList {
	margin:0 !important;
	margin-left:20px !important;
}

.innerList li{
	margin-bottom:10px !important;
}

.innerList li:last-child{ margin-bottom:0 !important;}

.arrow_posi{
	text-align:center;
	margin:20px 0;
}

.dot_top{
	border-top:1px dotted #bbb;
	padding-top:20px;
}

.red_dark{
	color:#a6002f;
}

.m_t_5{ margin-top:5px !important;}

.list_kome{ margin-left:2em;}
.list_kome li{
	list-style:none;
	text-indent:-2em;
}

.text_r{
	text-align:right;
	margin:0 !important;
}


.table_green{
	border-right:1px solid #000;
	border-top:1px solid #000;
}

.table_green th,
.table_green td{
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
}

.table_green th{
	background:#006c1e;
	color:#fff;
}

.c_green{
	background:#d3f0e9 !important;
	font-weight:bold !important;
	color:#000 !important;
}

.table_box table{
	width:45%;
	float:left;
	margin:0 9px;
}

.table_box{
	margin:20px 0;
}

.table_box{
	zoom: 1;
}

.table_box:after,
.table_box_2:after{
	content: " ";
	display:block;
	clear:both;
}

.t_right{
	text-align:right;
}

.t_left{
	text-align:left;
}

ul.sub_menu{
	margin:0;
	margin:0 10px 7px 10px;
}

ul.sub_menu li{
	display:inline;
	padding-right:15px;
	padding-left:7px;
	background:url(_img/arrow_s.jpg) no-repeat left;
	font-size:90%;
}

ul.sub_menu li a{
	color:#333;
	text-decoration:none;
}

ul.sub_menu li a:hover{
	color:#ff0000;
}

.title_s{
	padding:2px 5px;
	border-left:5px solid #770022;
	font-size:140% !important;
	font-weight:bold;
	line-height:1;
	margin-top:25px !important;
}

.page_top p{
	margin:0;
	font-size:85% !important;
	text-align:right;
	margin-top:15px;
}
.page_top p a{
	color:#666;
}

.page_top p a:hover{
	color:#ff0000;
}

.index_area{
	margin:10px 5px;
}

.index_tit{
	margin:0 !important;
	background:#ff9d00;
	color:#770022;
	margin:0;
	font-size:120%;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:10px !important;
}

.table_text{
	margin:0c;
	margin-left:10px !important;
}

.table_text th span{
	display:block;
	padding:3px;
	border:1px solid #aaa;
	
}

.table_text td{
	vertical-align:top;
}

.table_text ul{
	padding:5px;
	margin-left:10px;

}

.point_01{
	background:url(_img/bk_yukino.jpg) no-repeat right top;
	border:2px solid #ffd0b5;
	margin:15px;
	padding:10px;
}

.point_02{
	background:url(_img/bk_chinatsu.jpg) no-repeat right top;
	border:2px solid #ffd0b5;
	margin:15px;
	padding:10px;
}

#btn_pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#btn_pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 8px 8px 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #b0df90;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
}
 
#btn_pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/************* モーダル **************/

.modal-content {
	width: 940px ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	overflow-y: auto;
	max-height: 90%;
}

.modal-content_l {
	width: 1100px ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	overflow-y: auto;
	max-height: 90%;
}

.modal-content_ll {
	width: 1260px ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	overflow-y: auto;
	max-height: 90%;
}

.modal-content_s {
	width: 780px ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	overflow-y: auto;
	max-height: 90%;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

.close_btn {
	display: inline-block;
    background: #EEE;
    color: #111;
    -moz-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
    -webkit-box-shadow: inset -1px -1px 1px rgba(000,000,000,0.2),inset 2px 2px 1px rgba(255,255,255,1);
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 130px;
    padding: 10px 3px;
	font-weight: bold;
}

