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

	海外競馬発売 ルール 共通

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

.rule_intro {
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCC;
	
}

.rule_intro > p {
	margin-top:20px;
	
}


.rule_block {
	margin-top:40px;
	
}

#rule_list > .rule_block:first-of-type {
	margin-top:20px;
	
}

.rule_cap {
	margin-top:20px;
}

.rule_cap p {
	margin-top:20px;
}

.rule_cap p strong {
	font-weight:bold;
}

.rule_cap p:first-child {
	margin-top:0;
}

.rule_cap p span.red {
	font-weight:bold;
	color:#d00;
	
}

.rule_cap table {
	border-collapse: collapse;
	width: 100%;
	margin-top:20px;
}

caption.n_title {
	display:none;
}

.rule_block table tr {
	
}

.rule_block table tr th {
	padding: 8px 15px;
	vertical-align: middle;
	font-size: 1.2rem;
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	box-sizing:border-box;
	white-space: nowrap;
	font-weight:bold;
}


/* --- 負担重量超過 テーブル --- */
.rule_block table.weight tr th { width: 150px; }


.rule_block table.state {
	width: auto;
}

.rule_block table.state caption {
	font-size: 1.2rem;
	margin-bottom: 5px;
	font-weight:bold;
}

.rule_block table.state tr {
	
}

.rule_block table.state tr th {
	text-align:left;
}

.rule_block table.state tr th.center {
	text-align:center;
}

.rule_block table.state tr td {
	vertical-align:middle;
	text-align:center;
	
}

.rule_block table tr td {
	padding: 8px 10px;
	vertical-align: top;
	font-size: 1.2rem;
	border: 1px solid #e3e3e3;
}

.rule_block .inner {
	
}

.rule_block .inner:after {
	content: '';
	display: block;
	clear: both;
	
}

.rule_block .inner .rule_cap {
	float:left;
	width:450px;
}

.rule_block .inner.two .rule_cap {
	
}

.rule_block .inner .rule_cap.t_two {
	width:400px;
}

.rule_block .inner .rule_cap.t_two_gbr {
	width:310px;
}

.rule_block .inner .r_content {
	float:right;
	margin-top:20px;
}

.rule_block .inner.two .r_content {
	
}

.rule_block .inner .r_content > .table_inner {
	display:table;
}

.rule_block .inner .r_content > .table_inner > .left {
	display:table-cell;
	padding-right:5px;
	vertical-align:top;
}

.rule_block .inner .r_content > .table_inner > .right {
	display:table-cell;
	padding-left:5px;
	vertical-align:top;
}


p.copy {
	text-align:right;
	margin-top:25px;
}

@media screen and ( max-width : 720px ) {
	.rule_block .inner.two .rule_cap {
	float:none;
	width:100%;
}

.rule_block .inner.two .r_content {
	float:none;
}

	
	
}


@media screen and ( max-width : 690px ) {

.rule_block .inner .rule_cap {
	float:none;
	width:100%;
}

.rule_block .inner .r_content {
	float:none;
}

}


@media screen and ( max-width : 479px ) {
	/* --- 負担重量超過 テーブル --- */
	.rule_block table.weight tr th { width: auto; }
}

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

.rule_block .inner .r_content > .table_inner {
	display: block;
}

.rule_block .inner .r_content > .table_inner > .left {
	display: block;
	padding-right: 0;
}

.rule_block .inner .r_content > .table_inner > .right {
	display: block;
	padding-left: 0;
	margin-top:  20px;
}	
	
}




