
/* ----------------------------------------------------------------------
	
	出馬表
	
---------------------------------------------------------------------- */



/* - 注目レース header
-------------------------------------------------- */
#header {
    margin-bottom: 0;
}

.header_wrap {
    background-color: #333;
    width: 100%;
}

#week_header {
	color: #fff;
	width: 100%;
	background-color: #333;
	width: 940px;
    margin: 0 auto;
}

#week_header .content {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	height: auto;
	display: block;
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	/zoom : 1;
}

#week_header .content:after {
	content: '';
	display: block;
	clear: both;
}

#week_header > .content > p {
    font-size: 123.1%;
}

#race_title {
	margin-top: 8px;
	font-size: 0;
}

#race_title >  h1 {
	display: inline-block;
	/*margin-right: 2em;*/
	margin-right: 24px;
	font-size: 13px;
}

#race_title > h1 img {
	max-height: 30px;
	height: 30px;
	width: auto;
	display: block;
}

#race_title > h1 span {
	display: none;
}

#race_title > p {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-size: 14px;
	
	/*margin-top: 5px;
	margin-top: 0;
	*/
}


#race_title > p > span {
	display: block;
	font-size: 11px;
	line-height: 1;
	margin-top: 5px;
}


/* ----- コンテンツメニュー ----- */
#contents_menu {
	width: 100%;
	box-sizing: border-box;
	margin-top: 15px;
}

#contents_menu > dl { display: block; }

#contents_menu > dl > dt { display: none; }
#contents_menu > dl > dd {
	border-top: 1px solid #444;
	padding-top: 10px;
	display: block;
}

#contents_menu > dl > dd.open { display: block; }

#contents_menu > dl > dd > ul {
	display: block;
}

#contents_menu > dl > dd > ul:after { content: ''; display: block; clear: both; }

#contents_menu > dl > dd > ul > li {
	font-size: 13px;
	/*display: table-cell;*/
	padding-bottom: 2px;
	float:left;
}

#contents_menu > dl > dd > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 13px;
}

#contents_menu > dl > dd > ul > li > a:hover { background-color: #455A64; }

#contents_menu > dl > dd > ul > li.current > a { background-color: #455A64; }

#contents_menu > dl > dd > ul > li > a > i { margin-right: 0.4em; }



/* ----- レース選択に戻る ----- */
#week_index {
	position: absolute;
	right: 15px;
	right: 20px;
	top: 0;
}

#week_index > a {
	background-color: #ddd;
	color: #222;
	text-decoration: none;
	padding: 8px;
	border-radius: 0 0 4px 4px;
	letter-spacing: normal;
	font-size: 100%;
	background-color: #546E7A;
	color: #fff;
	display: block;
	line-height: 1;
}

#week_index > a > i { margin-right: 0.4em; }

#thisWeek {
	clear: both;
	margin: 0;
	padding-top: 25px;
	background: none;
}


/* - パンくずリスト
-------------------------------------------------- */

#header {
	/*margin-bottom:0;*/
}

.bread_crumb {
	width: 100%;
	background-color: #eee;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
}

.bread_crumb > .content {
	width: 940px;
	margin: 0 auto;
	/*padding: 2px 0;*/
}

.bread_crumb > .content > ul > li > a {
	padding: 0 5px;
	font-size: 110%;
	/*font-family :'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}

.bread_crumb > .content > ul > li:first-child > a { padding-left: 0; }

.bread_crumb > .content > ul > li.current > a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

.rcrumbs {
  font-size: 93%;
  line-height: 1.8rem;
  white-space: nowrap;
}
.rcrumbs ul {
  padding: 0;
  list-style: none;
}
.rcrumbs ul > li {
  display:inline-block;
  vertical-align: middle;
  /*font-family :'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}


.rcrumbs a {
  color: #4682b4;
  text-decoration: none;
}
.rcrumbs a:hover {
  color: #1faa37;
}



/* - 準備画面
---------------------------------------------------------------------- */
.ready_box {
	max-width: 940px;
	margin: 0 auto;
	margin-top: 0;
	width: 100%;
	box-sizing: border-box;
	padding-top:15px;
}

.ready_box > .content {
	display:table;
	width: 100%;
	max-width: 100%;
	margin: 30px auto 0;
	
	vertical-align: middle;
	text-align: center;
	
	border: 1px dotted #ddd;
	background-color: #f7f7f7;
	
	height: 300px;
	min-height: 300px;
}


.ready_box > .content p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 128%;
	/*font-family :'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	line-height: 1.8;
}

.ready_box > .content p > span {
	font-size: 115%;
	font-weight: bold;
}

.ready_box > .content p br.sp { display: none; }

