
/* ----------------------------------------------------------------------
	
	馬主サイト - 賞金のしくみ
	
---------------------------------------------------------------------- */


/* - 共通フォーマット
---------------------------------------------------------------------- */
#prize_sim {
    max-width: 940px;
    margin: 30px auto 0 auto;
	box-sizing: border-box;
	position: relative;
}

div.section > p,
div.article > p {
	line-height: 1.6;
}

div.article > p span.annotation {
	font-size: 1.1rem;
	vertical-align: super;
}

.article > .block_sub_header > h4 > span {
	font-size: 1.2rem;
}


/* --- 注釈・備考 --- */
ul.caution {  }
ul.caution > li { display: table; }

ul.caution > li > span {
	display: table-cell;
	vertical-align: top;
	font-size: 1.2rem;
}

ul.caution > li > span.cap { white-space: nowrap; }
ul.caution > li > span.txt {  }


/* ----- 交付対象 ----- */
dl.target {
	display: table;
	width: 100%;
}

dl.target > dt {
	display: table-cell;
	width: 80px;
	vertical-align: middle;
	background-color: #268300;
	color: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	white-space: nowrap;
	font-weight: bold;
	border-radius: 4px 0 0 4px;
}

dl.target > dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 1.4rem;
	border-radius: 0 4px 4px 0;
}

/* ----- テーブルフォーマット ----- */
table.prize { width: 100%; }

table.prize > caption {
	font-weight: bold;
	background-color: #555;
	color: #fff;
	padding: 10px 0;
	font-size: 1.3rem;
}

table.prize > caption span {
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
}

table.prize > thead tr th {
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1.4;
}

table.prize > tbody th {
	border: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 1.3rem;
	background-color: #F9FBE7;
	font-weight: bold;
	color: #555;
    
    vertical-align: middle;
	/*text-align: left;*/
	text-align: center;
	word-break: keep-all;
}

table.prize > tbody th span {
	font-size: 1.2rem;
    font-size: 1rem;
}

table.prize > tbody th span.opt {
    font-size: 1rem;
}

table.prize > tbody th span.opt.block {
    display: block;
}

table.prize > tbody th span.type {
    display: block;
    font-size: 1.1rem;
}

table.prize > tbody th span.cap {
    font-size: 1.3rem;
}


table.prize > tbody td {
	border: 1px solid #ddd;
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
}

/* --- 注釈 --- */
table.prize > tbody td span.annotation {
	font-size: 1.1rem;
}

/* --- 「・」リスト --- */
ul.dot_list { }
ul.dot_list > li { display: table; }

ul.dot_list > li > span {
	display: table-cell;
	vertical-align: top;
	/*padding: 2px 0;*/
}

ul.dot_list > li > span.dot {
	padding-right: 0.5em;
	width: 1em;
	box-sizing: border-box;
	white-space: nowrap;
}

/* --- 番号リスト --- */
ul.num_list { }
ul.num_list > li { display: table; }

ul.num_list > li > span {
	display: table-cell;
	vertical-align: top;
	/*padding: 2px 0;*/
}

ul.num_list > li > span.num {
	padding-right: 0.5em;
	width: 1em;
	box-sizing: border-box;
	white-space: nowrap;
}

/* --- スマホ用改行 --- */
br.sp { display: none; }



/* --- 複数テーブルリスト --- */
ul.multi_table_list {
	font-size: 0;
	/*margin-top: 10px;*/
}

ul.multi_table_list > li {
	font-size: 1.3rem;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	width: 50%;
	vertical-align: top;
}


/* --- 下線 --- */
strong.underline {
    text-decoration: underline;
    font-weight: normal;
}



/* - 賞金の基本
-------------------------------------------------- */
#prize_basic > ul.inner > li.cell {
	margin-top: 20px;
}

#prize_basic > ul.inner > li.cell > div.content {
	
}

ul.btns {
	display: table;
	width: 100%;
	background-color: #f5f5f5;
	background-color: #ebebeb;
	padding: 5px;
}

ul.btns > li {
	display: table-cell;
	width: 33.33%;
	box-sizing: border-box;
	padding: 5px;
}

ul.btns > li > a {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	display: block;
	color: #0069a8;
}

ul.btns > li > a:hover {
	background-color: #fff8e1;
}

ul.btns > li > a i {
	margin-right: 0.5em;
	color: #188542;
	font-size: 1.3rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

ul.btns > li > a span.opt {
	display: block;
	font-size: 1.2rem;
	margin-top: 5px;
	padding-top: 8px;
	border-top: 1px dotted #ddd;
	color: #555;
    line-height: 1.4;
}



/* - 本賞
-------------------------------------------------- */
ul.main_prize_list {
	font-size: 0;
	margin-top: 5px;
}

ul.main_prize_list > li {
	font-size: 1.3rem;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}

/* --- 第1着本賞単価 --- */
#prize_1st table.prize > tbody th {
	width: 230px;
    width: 240px;
}

#prize_1st table.prize > tbody th,
#prize_1st table.prize > tbody td {
	vertical-align: middle;
}






/* - 出走奨励金
-------------------------------------------------- */
/* --- 交付額の表 --- */
#incentive_ratio table.prize > tbody > tr > th > span.line {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
}


/* --- 不交付のケース --- */
#incentive_ng ul.inc_time_list {
	font-size: 0;
	margin-top: 10px;
}

#incentive_ng ul.inc_time_list > li {
	font-size: 1.3rem;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	width: 50%;
}

table.prize.inc_time_table {
	table-layout: fixed;
}

table.prize.inc_time_table > tbody th {
	text-align: center;
}


/* --- 出走奨励金の交付額 --- */
table.prize.incentive_ratio { table-layout: fixed; }
table.prize.incentive_ratio > thead > tr > th:first-child { width: 240px; }


/* --- 3歳初出走時に加算されるケース --- */
table.prize.incentive_case {
    table-layout: fixed;
}
table.prize.incentive_case > caption {
	font-weight: normal;
	background-color: #fff;
	color: #333;
	padding: 10px 0 0 0;
	font-size: 1.3rem;
    text-align: left;
    margin-bottom: 5px;
}

table.prize.incentive_case > caption .cap {
    text-align: right;
    font-size: 1.1rem;
    margin-top: 5px;
}

table.prize.incentive_case > thead tr th {
    line-height: 1.3;
    color: #333;
    font-weight: normal;
}

/*
table.prize.incentive_case > caption span {
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
}
*/



/* ----- 特別出走奨励金：（2-1）3（4）歳以上馬のGT競走 ----- */
#incentive_g1 > h5 {
    font-weight: bold;
	font-size: 1.4rem;
}

#incentive_g1 > table.prize {
	
}

#incentive_g1 > table.prize > thead > tr > th:first-child {
    width: 75%;
}

#incentive_g1 > table.prize > tbody > tr > td:first-child {
    /*text-align: left;*/
}


/* ----- 特別出走奨励金：（2-1）古馬の芝中長距離GII競走 ----- */
#incentive_g2 > h5 {
	font-weight: bold;
	font-size: 1.4rem;
}


/* ----- 特別出走奨励金（2） ----- */
#incentive_race > h5 {
	font-weight: bold;
	font-size: 1.4rem;
}

#incentive_race div.race_unit > h6 {
	font-weight: bold;
	font-size: 1.3rem;
}


/* - 特別出走手当
-------------------------------------------------- */
#allowance ul.allo_base_list {
	display: table;
	width: 100%;
	margin-top: 10px;
}

#allowance ul.allo_base_list > li {
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}

#allowance ul.allo_base_list > li:first-child {
	padding-right: 10px;
}

#allowance ul.allo_base_list > li:last-child {
	padding-left: 10px;
}

#allo_basic table.prize {
	table-layout: fixed;
}

#allo_basic table.prize > tbody th {
	text-align: center;
}


/* --- 加算措置・減額措置リスト --- */
ul.allo_type_list {
	display: table;
	width: 100%;
}

ul.allo_type_list > li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

ul.allo_type_list > li:first-child {
	padding-right: 10px;
}

ul.allo_type_list > li:last-child {
	padding-left: 10px;
}

ul.allo_type_list > li div.allo_type_unit {
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 4px;
}

ul.allo_type_list > li div.allo_type_unit > h5 {
	font-weight: bold;
	font-size: 1.3rem;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 4px;
	margin-bottom: 10px;
	color: #555;
}

ul.allo_type_list > li div.allo_type_unit > ul {
	
}

ul.allo_type_list > li div.allo_type_unit > ul > li {
	
}

ul.allo_type_list > li div.allo_type_unit > ul > li > a {
	display: block;
	color: #555;
	text-decoration: none;
	padding: 4px 6px;
	
	border-radius: 4px;
	/*border-radius: 1em;*/
	border: 1px solid #f7f7f7;
	line-height: 1.4;
}

ul.allo_type_list > li div.allo_type_unit > ul > li > a:hover {
	/*
	background-color: #F9FBE7;
	background-color: #777;
	color: #fff;
	*/
	background-color: #fff;
	border: 1px dashed #ddd;
	
}


ul.allo_type_list > li div.allo_type_unit > ul > li > a strong {
	
}

ul.allo_type_list > li div.allo_type_unit > ul > li > a i {
	margin-right: 0.4em;
	color: #1565C0;
}


/* --- 例 --- */
div.example {
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 4px;
	border: 1px dashed #ddd;
}

div.example p.case {
	/*
	font-size: 1.3rem;
	font-weight: bold;
	color: #555;
	*/
	display: table;
}

div.example p.case > span {
	display: table-cell;
	vertical-align: top;
	font-size: 1.3rem;
	font-weight: bold;
	color: #555;
}

div.example p.case > span.icon {
	white-space: nowrap;
}

div.example p.case > span.icon > span {
	background-color: #268300;
	color: #fff;
	padding: 4px;
	/*border-radius: 1em;*/
	border-radius: 4px;
	position: relative;
	top: -1px;
	font-size: 1.1rem;
	font-weight: bold;
	margin-right: 0.5em;
}

div.example p.case > span.txt {
	
}



div.example p.result {
	font-size: 1.3rem;
	color: #555;
	word-break: break-all;
}

div.example p.result span.mark {
	margin: 0 0.5em;
}

div.example p.result .price {
	font-size: 1.8rem;
	color: #268300;
}

div.example div.ex_result {
	/*border: 1px solid #ddd;*/
	background-color: #fff;
	/*background-color: #eee;*/
	border-radius: 4px;
	padding: 10px 15px;
	
	display: inline-block;
	
	border: 1px dotted #e3e3e3;
	border: 1px dashed #ddd;
}




/* --- 特別出走手当の減額措置（1）タイム差 --- */
#allo_reduct1 ul.inc_time_list {
	font-size: 0;
	margin-top: 10px;
}

#allo_reduct1 ul.inc_time_list > li {
	font-size: 1.3rem;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	width: 50%;
}


#allo_reduct1 table.time_reduction {
	
}

#allo_reduct1 table.time_reduction > caption {
	font-size: 1.3rem;
	text-align: left;
	/*border-bottom: 1px dotted #ddd;*/
	margin-bottom: 4px;
}

#allo_reduct1 table.time_reduction thead tr th {
	font-size: 1.2rem;
	border: 1px solid #ddd;
	padding: 5px;
	
	background-color: #555;
	color: #fff;
	
	background-color: #eee;
	color: #333;
	vertical-align: middle;
}

#allo_reduct1 table.time_reduction tbody tr th,
#allo_reduct1 table.time_reduction tbody tr td {
	font-size: 1.4rem;
	padding: 5px 10px;
	border: 1px solid #ddd;
	color: #555;
	
	background-color: #fff;
	
	vertical-align: middle;
}


#allo_reduct1 table.time_reduction tbody tr td strong.price {
	font-size: 1.8rem;
	color: #268300;
}



/* --- 平地未勝利馬の減額措置 --- */
#allo_reduct2 ul.dot_list > li > span {
	padding: 2px 0;
}


/*
#allo_reduct2 ul.multi_table_list > li:first-child {
	padding-left: 0;
}

#allo_reduct2 ul.multi_table_list > li:last-child {
	padding-right: 0;
}
*/

#allo_reduct2 ul.multi_table_list > li > table.prize thead th.season {
    width: 150px;
}

#allo_reduct2 ul.multi_table_list > li > table.prize.main thead th.season {
    width: 180px;
}

#allo_reduct2 ul.multi_table_list > li > table.prize tbody th,
#allo_reduct2 ul.multi_table_list > li > table.prize tbody td {
	vertical-align: middle;
	font-size: 1.3rem;
}

#allo_reduct2 ul.multi_table_list > li > table.prize tbody th {
	font-size: 1.2rem;
}

#allo_reduct2 ul.multi_table_list > li > table.prize tbody td span.cap {
	display: block;
	font-size: 1.2rem;
}

#allo_reduct2 ul.multi_table_list > li > table.prize tbody td strong {
	font-size: 1.6rem;
	color: #D32F2F;
}


/* --- 特別出走手当の減額措置（2）　平地500万円以下馬 ---*/
#allo_reduct3 table.prize {
	table-layout: fixed;
}

#allo_reduct3 table.prize thead tr th span {
	display: block;
	font-size: 1.2rem;
	margin-bottom: 2px;
}

#allo_reduct3 table.prize tbody tr th,
#allo_reduct3 table.prize tbody tr td {
	vertical-align: middle;
}

#allo_reduct3 table.prize tbody tr td strong {
	font-size: 1.8rem;
	/*color: #D32F2F;*/
}

#allo_reduct3 table.prize tbody tr td.price strong {
	font-size: 1.8rem;
	color: #D32F2F;
}

#allo_reduct3 div.horse_unit > h5 {
	font-size: 1.3rem;
	font-weight: bold;
}

/* --- 特別出走手当の減額措置（3）　地方馬・外国馬 ---*/
#allo_reduct4 ul > li {
	padding: 2px 0;
}


/* - 距離別出走奨励賞
-------------------------------------------------- */
#dist_incentive table.prize {
	table-layout: fixed;
}

#dist_incentive table.prize tbody th {
	font-size: 1.4rem;
}

#dist_incentive table.prize tbody th span.cap {
	font-size: 1.1rem;
}

#dist_incentive table.prize tbody th span.opt {
	display: block;
	font-size: 1.2rem;
	margin-top: 2px;
}

#dist_incentive table.prize tbody th span.opt.rank {
	display:inline;
	font-size:1.0rem;
}

#dist_incentive table.prize tbody td strong {
	font-size: 1.8rem;
	color: #D32F2F;
}


#dist_incentive table.prize > thead tr th span.inner {
    display: table;
    margin: 0 auto;
}

#dist_incentive table.prize > thead tr th span.inner > span {
    display: table-cell;
    vertical-align: middle;
}

#dist_incentive table.prize > thead tr th span.inner > span.txt {
    /*text-align: left;*/
}




/* - 内国産馬奨励賞
-------------------------------------------------- */
#dom_basic ul.multi_table_list > li {
	/*width: 33.33%;*/
}

#dom_basic ul.multi_table_list > li table.prize {
	table-layout:fixed;
}

#dom_basic ul.multi_table_list > li table.prize tbody th,
#dom_basic ul.multi_table_list > li table.prize tbody td {
	vertical-align: middle;
}

#dom_basic ul.multi_table_list > li table.prize tbody th {
	text-align: center;
    padding: 10px;
}


#dom_basic ul.multi_table_list > li table.prize tbody td strong {
	font-size: 1.6rem;
	color: #D32F2F;
}


/* - 内国産牝馬馬奨励賞
-------------------------------------------------- */
#dom_female ul.dot_list > li {
	padding: 2px 0;
}

#dom_female ul.multi_table_list > li table.prize {
	table-layout:fixed;
}

#dom_female ul.multi_table_list > li table.prize tbody th,
#dom_female ul.multi_table_list > li table.prize tbody td {
	vertical-align: middle;
	text-align: center;
}

#dom_female ul.multi_table_list > li table.prize tbody td strong {
	font-size: 1.6rem;
	color: #D32F2F;
}


/* - 付加賞
-------------------------------------------------- */
#addition ul.num_list > li {
	padding: 2px 0;
}


#addition ul.num_list > li > span.num {
	/*
	background-color: #268300;
	color: #fff;
	text-align: center;
	*/
}

#addition strong.red {
	font-size: 1.6rem;
	color: #D32F2F;
}

#addition ul.addition_list {
	
}

#addition ul.addition_list > li {
	display: table;
}

#addition ul.addition_list > li > span {
	display: table-cell;
	vertical-align: baseline;
}

#addition ul.addition_list > li > span.order {
	width: 2em;
	white-space: nowrap;
	box-sizing: border-box;
}

#addition ul.addition_list > li > span.txt {
	
}

#addition ul.addition_list > li > span.txt strong.price {
	font-size: 1.6rem;
	color: #D32F2F;
}



/* - 馬主賞品
-------------------------------------------------- */
#owner_prize table.prize {
	table-layout: fixed;
}



/* - 戻るボタン
-------------------------------------------------- */
div.btn_back {
	background-color: #ebebeb;
	padding: 10px;
}

div.btn_back > a {
	display: block;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 4px;
	text-decoration: none;
}

div.btn_back > a:hover {
	background-color: #fff8e1;
}

div.btn_back > a i {
	margin-right: 0.5em;
	color: #188542;
	font-size: 1.3rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
}












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

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	
	/*
	#prize_basic ul.btns {
		display: block;
	}
	
	#prize_basic ul.btns > li {
		display: block;
		width: 100%;
	}
	*/
	
	/* - 共通系
	-------------------------------------------------- */
	
	table.prize > thead tr th,
	table.prize > tbody th,
	table.prize > tbody td {
		padding: 10px;
		line-height: 1.4;
	}
	
	table.prize > tbody td span.annotation { display: block; }
	
	
	/* - 賞金の基本
	-------------------------------------------------- */
	#prize_basic ul.btns > li a { font-size: 1.5rem; }
	
	
	/* - 本賞
	-------------------------------------------------- */
	#prize_1st table.prize > tbody th { width: auto; }
	
	#prize_1st table.prize > tbody th span {
		display: block;
		font-size: 1.1rem;
	}
	
	
	/* - 特別出走手当
	-------------------------------------------------- */
	
	/* - 特別出走手当の減額措置（2）　平地未勝利馬 - */
	#allo_reduct2 ul.multi_table_list > li > table.prize thead th.season {
        width: 120px;
    }
    
    #allo_reduct2 ul.multi_table_list > li > table.prize tbody th,
	#allo_reduct2 ul.multi_table_list > li > table.prize tbody td {
		font-size: 1.2rem;
		padding: 10px;
	}
	
	#allo_reduct2 ul.multi_table_list > li > table.prize tbody th {
		font-size: 1.2rem;
	}
	
	#allo_reduct2 ul.multi_table_list > li > table.prize tbody td span.cap {
		display: block;
		font-size: 1.2rem;
	}
	
	#allo_reduct2 ul.multi_table_list > li > table.prize tbody td strong {
		font-size: 1.3rem;
		color: #D32F2F;
	}
    
    
	
    
    /* - 内国産馬所有奨励賞
	-------------------------------------------------- */
    #dom_basic ul.multi_table_list > li table.prize > caption {
        font-size: 1.2rem;
    }
    
    #dom_basic ul.multi_table_list > li table.prize thead > tr > th:first-child {
        width: 56%;
    }
    
    #dom_basic ul.multi_table_list > li table.prize tbody th {
        padding: 10px 5px;
    }
    
    #dom_basic table.prize > tbody th span.cap {
        display: block;
    }
    
    
	
}


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

	767px以下

------------------------------------------------------------ */
@media screen and (max-width : 767px) {
	
	ul.main_prize_list > li {
		width: 100%;
		display: block;
	}
	
	/*
	#main_prize table.prize > tbody th span {
		display: inline;
	}
	*/
	
	
	/* --- 例 --- */
	div.example p.result .price { font-size: 1.6rem; }
	div.example p.result span.mark { margin: 0 0.3em; }
	
	/* --- 表 --- */
	table.prize > tbody th,
	table.prize > tbody td { padding: 10px; }
	
	
	/* - 本賞
	-------------------------------------------------- */
	#prize_1st table.prize { table-layout:fixed; }
	#prize_1st table.prize > tbody th { width: auto; }
	#prize_1st table.prize > tbody td { padding: 10px; }
	
    
	
	/* - 出走奨励金
	-------------------------------------------------- */
	/* - 不交付のケース - */
	table.prize.inc_time_table { table-layout: auto; }
	table.prize.inc_time_table > tbody th { width: 50%; }
	table.prize.inc_time_table > tbody td { width: 25%; }
	#incentive_ng > ul.inc_time_list > li:last-child table.prize > tbody td { width: 50%; }
	
	
	/* - 特別出走手当
	-------------------------------------------------- */
	ul.allo_type_list { display: block; }
	
	ul.allo_type_list > li {
		display: block;
		width: 100%;
	}
	
	ul.allo_type_list > li:first-child { padding: 0; }
	
	ul.allo_type_list > li:last-child {
		padding: 0;
		margin-top: 20px;
	}
    
    #allo_reduct2 ul.multi_table_list > li > table.prize thead th.season {
        width: auto;
    }

	#allo_reduct2 ul.multi_table_list > li > table.prize.main thead th.season {
		width: auto;
	}
	
	
	
	
	/* --- 特別出走手当の減額措置（2）　平地未勝利馬 --- */
	#allo_reduct2 ul.multi_table_list {　
		
	}
	
	#allo_reduct2 ul.multi_table_list > li {
		display: block;
		width: 100%;
	}
	
	#allo_reduct2 ul.multi_table_list > li > table.prize {
		table-layout: fixed;
	}
	
    /* - 距離別出走奨励賞 - */
    /*#dist_incentive table.prize > thead tr th:first-child {
        width: 120px;
    }
    #dist_incentive table.prize tbody th {
        font-size: 1.3rem;
    }
    
    #dist_incentive table.prize tbody th span.opt {
        font-size: 1.1rem;
    }
    */
	#dist_incentive table.prize tbody th span.cap { display: block; }
	
	
	
	
	/* - 内国産馬所有奨励賞
	-------------------------------------------------- */
    #dom_basic ul.multi_table_list > li table.prize > caption {
        font-size: 1.3rem;
    }
    
    #dom_basic ul.multi_table_list > li table.prize thead > tr > th:first-child {
        width: 50%;
    }
    
	#dom_basic ul.multi_table_list {
		
	}
	
	#dom_basic ul.multi_table_list > li {
		display: block;
		width: 100%;
	}

	/* --- 馬主賞品 --- */
	#owner_prize table.prize > thead th {
		width: 50%;
	}
	
}


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

	639px以下

------------------------------------------------------------ */
@media screen and (max-width : 639px) {
	
	br.sp {
		display: block;
	}
	
	#prize_basic ul.btns {
		display: block;
	}
	
	#prize_basic ul.btns > li {
		display: block;
		width: 100%;
	}
	
	ul.btns > li > a span.opt {
		display: inline;
		border-top: none;
		margin-left: 15px;
		margin-top: 0;
	}
	
	ul.btns > li > a span.opt > br { display: none; }
	
	
    /* --- 本賞 --- */
    #prize_1st table.prize > tbody th {
		/*width: 160px;*/
        padding: 10px 2px 10px 10px;
	}
    
    #prize_1st table.prize > tbody th span {
        font-size: 1rem;
    }
    
    
	#incentive_ng ul.inc_time_list {
		
	}
	
	#incentive_ng ul.inc_time_list > li {
		display: block;
		width: 100%;
	}
	
	
	div.example { padding: 10px; }
	div.example p.result span.mark { margin: 0; }
	div.example p.result .price { font-size: 1.5rem; }

	/* --- 出走奨励金の交付額 --- */
	table.prize.incentive_ratio { table-layout: auto; }
	table.prize.incentive_ratio > thead > tr > th:first-child { width: auto; }
	table.prize.incentive_ratio > tbody > tr > th { line-height: 1.4; }
	
	
	/* --- 特別出走手当の減額措置（1）　タイム差 --- */
	#allo_reduct1 ul.inc_time_list > li {
		display: block;
		width: auto;
	}
	
	#allo_reduct1 table.time_reduction tbody tr th {
		white-space: nowrap;
		font-size: 1.3rem;
	}
	
	#allo_reduct1 table.time_reduction tbody tr td {
		font-size: 1.3rem;
	}
	#allo_reduct1 table.time_reduction tbody tr td:last-child {
		font-size: 1.2rem;
	}
	
	#allo_reduct1 table.time_reduction tbody tr td strong.price {
		font-size: 1.6rem;
		display: block;
	}
	
	
	/* --- 特別出走手当の減額措置（2）　平地未勝利馬 --- */
	#allo_reduct2 ul.multi_table_list > li:first-child > table.prize {
		table-layout: auto;
	}
	
	/* --- 特別出走手当の減額措置（2）　平地500万円以下馬 --- */
	#allo_reduct3 #allo_reduct3 table.prize {
		
	}
	
	#allo_reduct3 table.prize tbody tr td strong {
		font-size: 1.6rem;
	}
	
	#allo_reduct3 table.prize tbody tr td.price strong {
		font-size: 1.6rem;
	}
	
	
	
	/* - 距離別出走奨励賞 - */
    #dist_incentive table.prize > thead tr th:first-child {
        width: 120px;
    }
    #dist_incentive table.prize tbody th {
        font-size: 1.3rem;
    }
    
    #dist_incentive table.prize tbody th span.opt {
        font-size: 1.1rem;
    }
    
	#dist_incentive table.prize tbody th span.cap { display: block; }
	#dist_incentive table.prize tbody td strong { font-size: 1.5rem; }
    
    table.prize > thead tr th {
        font-size: 1.2rem;
    }
    
    
    #dist_incentive table.prize > thead tr th span.inner {
        /*display: table;
        margin: 0 auto;*/
        display: block;
    }

    #dist_incentive table.prize > thead tr th span.inner > span {
        display: block;
    }
    
    #dist_incentive table.prize > thead tr th span.inner > span.sp_off {
        display: none;
    }
    
    #dist_incentive table.prize > thead tr th > span.sp_off {
        display: none;
    }
    
    
	
	/* - 内国産牝馬奨励賞 - */
	#dom_female ul.multi_table_list {  }
	
	ul.multi_table_list > li {
		display: block;
		width: 100%;
	}
	
    
    
}


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

	479px以下

------------------------------------------------------------ */
@media screen and (max-width : 479px) {

	ul.btns > li > a span.opt {
		display: block;
		margin-top: 5px;
		padding-top: 8px;
		border-top: 1px dotted #ddd;
	}
	
	span.sp_off { display: none; }
	
	/* --- 交付対象 --- */
	dl.target > dd { font-size: 1.3rem; }
	
	

	table.prize > thead tr th.prize {
		width: 120px;
	}
	
    table.prize > tbody th span.opt {
        display: block;
    }
    
    table.prize > tbody th span.cap {
        font-size: 1.3rem;
        display: block;
    }

    
	#prize_1st table.prize { table-layout: auto; }
	
    
    #prize_1st table.prize > tbody th {
		font-size: 1.2rem;
		width: 140px;
        padding: 10px 2px 10px 10px;
	}
	
	#prize_1st table.prize > tbody td {
		
	}
    
    #prize_1st table.prize > tbody th span,
    #prize_1st table.prize > tbody th span.opt,
    #prize_1st table.prize > tbody th span.type {
        font-size: 1rem;
    }
	
    
	#incentive_ng table.prize thead th, 
	#incentive_ng table.prize tbody th,
	#incentive_ng table.prize tbody td {
		font-size: 1.3rem;
		padding: 5px;
	}
	
	#incentive_ng table.prize tbody th { font-size: 1.2rem; }
	
	
	/* --- 出走奨励金 --- */
	#incentive_ratio table.prize thead th {
		padding: 5px;
	}
	
	#incentive_ratio table.prize tbody th,
	#incentive_ratio table.prize tbody td {
		font-size: 1.3rem;
	}
    
    
    #incentive_ratio table.prize.incentive_case > thead tr th {
        padding: 5px 0;
    }
	
	
    /* --- 特別出走奨励金 --- */
    #incentive_g1 > table.prize > thead > tr > th {
        font-size: 1.2rem;
    }
    
    #incentive_g1 > table.prize > thead > tr > th:first-child {
        width: 72%;
    }
    
    #incentive_g1 table.prize tbody td {
        font-size: 1.3rem;
    }
    
    
	
	div.example p.case { font-size: 1.2rem; }
	div.example p.case span.txt {
		word-break:break-all;
	}
	
	div.example p.result {
		margin-top: 10px;
		font-size: 1.2rem;
	}
	
	div.example p.result .price {
		font-size: 1.3rem;
	}
	
	
	
	#allo_basic ul.allo_base_list > li {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	#allo_basic ul.allo_base_list > li:first-child {
		padding-right: 0;
	}
	
	#allo_basic ul.allo_base_list > li:last-child {
		padding-left: 0;
	}
	
	#allo_basic ul.allo_base_list > li table.prize { width:100%; }
	
	#allo_basic ul.allo_base_list > li:last-child table.prize {
		margin-top: 20px;
	}
	
	
	
	/* --- 特別出走手当の減額措置（1）　タイム差 --- */
	#allo_reduct1 table.time_reduction thead tr th > span { display: block; }
	
	#allo_reduct1 table.time_reduction tbody tr th { font-size: 1.3rem; }
	
	#allo_reduct1 table.time_reduction tbody tr td {
		text-align: center;
		font-size: 1.3rem;
	}
	
	#allo_reduct1 table.time_reduction tbody tr td:last-child { font-size: 1.2rem; }
	#allo_reduct1 table.time_reduction tbody tr td > span { display: block; }
	#allo_reduct1 table.time_reduction tbody tr td strong.price { font-size: 1.6rem; }
	
	
	/* --- 特別出走手当の減額措置（2）　平地未勝利馬 --- */
	#allo_reduct3 table.prize thead tr th span {
		font-size: 1.1rem;
	}
	
    #allo_reduct2 ul.multi_table_list > li > table.prize thead th.season {
        width: 120px;
    }
    
	#allo_reduct2 ul.multi_table_list > li > table.prize thead th,
	#allo_reduct2 ul.multi_table_list > li > table.prize tbody th,
	#allo_reduct2 ul.multi_table_list > li > table.prize tbody td {
		padding: 10px 5px;
	}
	
	#allo_reduct2 ul.multi_table_list > li:first-child > table.prize tbody th {
		white-space: nowrap;
	}
	
	
	
	/* - 距離別出走奨励賞 - */
	#dist_incentive table.prize {
		table-layout: auto;
	}
	
	#dist_incentive table.prize > thead tr th {
		font-size: 1.2rem;
        padding: 10px 5px;
        
        font-size: 1.1rem;
        padding: 10px 2px;
	}
	
    #dist_incentive table.prize > thead tr th:first-child {
        width: 110px;
        width: 104px;
    }
    
	#dist_incentive table.prize > tbody th {
		font-size: 1.3rem;
		padding: 10px 5px;
        
        font-size: 1.2rem;
        text-align: left;
        
        font-size: 1.1rem;
	}
	
    
    #dist_incentive table.prize > thead tr th span.inner > span.txt {
        text-align: center;
    }
    
	#dist_incentive table.prize > tbody th span {
		font-size: 1rem;
	}
	
	#dist_incentive table.prize tbody th span.cap {
		font-size: 1.1rem;
        font-size: 1rem;
	}
	
	#dist_incentive table.prize tbody th span.opt {
		font-size: 1.1rem;
        font-size: 1rem;
	}
	
	#dist_incentive table.prize tbody th span.opt.rank {
		display:block;
	}
	
    #dist_incentive table.prize tbody td {
        padding: 10px 5px;
    }
    
	#dist_incentive table.prize tbody td strong {
		font-size: 1.4rem;
	}
	
    #dist_incentive table.prize tbody td strong span {
        font-size: 1.1rem;
    }
    
    
    /* - 内国産馬所有奨励賞
	-------------------------------------------------- */
    #dom_basic ul.multi_table_list > li table.prize thead > tr > th:first-child {
        width: 56%;
    }
    
	
}

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

	359px以下

------------------------------------------------------------ */
@media screen and (max-width : 359px) {

	ul.btns > li > a span.opt > br { display: block; }
	
	table.prize > caption { font-size: 1.2rem; }
	
    
    #prize_1st table.prize > thead tr th {
        padding: 10px 5px;
    }
    
    #prize_1st table.prize > tbody th {
		font-size: 1.2rem;
		
        font-size: 1.1rem;
        width: 120px;
        /*padding: 10px 2px 2px 10px;*/
        padding: 5px 0 5px 5px;
	}
    
    #prize_1st table.prize > tbody td {
        padding: 10px 5px;
    }
    
    
	
	#dom_basic table.prize > thead th { padding: 10px 5px; }
	
	#dom_basic table.prize > tbody th {
		font-size: 1.2rem;
		padding: 5px;
	}
	
	#dom_basic table.prize > tbody th span.opt { display: block; }
	
	
	
	/* --- 特別出走手当の減額措置（1）　タイム差 --- */
	#allo_reduct1 table.time_reduction thead tr th > span {
		display: block;
	}
	
	#allo_reduct1 table.time_reduction tbody tr th {
		font-size: 1.2rem;
	}
	
	#allo_reduct1 table.time_reduction tbody tr td {
		text-align: center;
		font-size: 1.2rem;
	}
	
	#allo_reduct1 table.time_reduction tbody tr td:last-child {
		font-size: 1.1rem;
	}
	
	#allo_reduct1 table.time_reduction tbody tr td > span {
		display: block;
	}
	
	#allo_reduct1 table.time_reduction tbody tr td strong.price {
		font-size: 1.4rem;
	}
	
    #allo_reduct2 ul.multi_table_list > li > table.prize thead th.season {
        width: auto;
    }
	
	
	#allo_reduct3 table.prize { table-layout: auto; }
	
	#allo_reduct3 table.prize tbody th {
		white-space: nowrap;
	}
	
	#allo_reduct3 table.prize tbody tr td strong { font-size: 1.4rem; }
	#allo_reduct3 table.prize tbody tr td.price strong { font-size:1.4rem; }
	
    
    /* --- 出走奨励金 --- */
	#incentive_ratio table.prize.incentive_ratio tbody th { padding: 5px; font-size: 1rem; }
	#incentive_ratio table.prize.incentive_ratio > tbody > tr > th > span.line { font-size: 1rem; }

    #incentive_ratio table.prize.incentive_case > thead tr th {
        padding: 5px;
        line-height: 1.2;
    }

	#incentive_ratio table.prize.incentive_case > tbody tr td { padding: 5px; }
	
    
    /* --- 特別出走奨励金 --- */
    #incentive_g1 > table.prize > caption {
        text-align: left;
        padding: 10px;
    }
    #incentive_g1 > table.prize > thead > tr > th {
        font-size: 1.2rem;
    }
    
    #incentive_g1 > table.prize > thead > tr > th:first-child {
        width: 68%;
    }
    
    #incentive_g1 table.prize tbody td {
        font-size: 1.3rem;
        padding: 5px;
    }
    
	
	/* --- 距離別出走奨励賞 --- */
    #dist_incentive table.prize > thead tr th:first-child {
        width: 102px;
		width:106px;
    }
    
    #dist_incentive table.prize > thead tr th {
        font-size: 1rem;
    }
    
    
	#dist_incentive table.prize tbody th span.cap {
		font-size: 1rem;
	}
	
	#dist_incentive table.prize tbody th span.opt {
		font-size: 1rem;
	}
	
	
	#dist_incentive table.prize tbody td {
		padding: 10px 5px;
	}
	
	#dist_incentive table.prize tbody td strong {
		font-size: 1.3rem;
	}
    
    #dist_incentive table.prize tbody td strong span {
        display: block;
        font-size: 1rem;
        line-height: 1.3;
    }
    
    
    /* - 内国産馬所有奨励賞
	-------------------------------------------------- */
    #dom_basic ul.multi_table_list > li table.prize thead > tr > th:first-child {
        width: 50%;
    }
    
    
    #owner_prize table.prize > tbody th {
        font-size: 1.2rem;
        padding: 10px 5px;
    }
    
    table.prize > tbody th span.cap {
        font-size: 1.2rem;
    }
}



