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

	海外レース レース共通

-------------------------------------------------- */
body {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.3rem;
}

.android #contentsBody * { max-height: 999999px; }
strong { font-weight: bold; }
#contents { position: relative; }


/* - レース header
-------------------------------------------------- */
#week_header {
	color: #fff;
	width: 100%;
	background-color: #333;
}

#week_header .content {
	max-width: 940px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	height: auto;
	display: block;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

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


/* ----- 複数レースメニュー ----- */
.race_list_block { margin-top: 5px; margin-bottom: 25px; }

.race_list_block > .head { display: none;}

.race_list_block > .head > a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px;
    background-color: #455A64;
    border-radius: 4px;
}

.race_list_block > .head > a.on { border-radius: 4px 4px 0 0; }
.race_list_block > .head > a i { margin-right: 0.4em; }

.race_menu_line { padding: 3px; background-color: #455A64; }

.race_menu_line > .cell.head {
    background-color: #455A64;
    border: 1px solid #455A64;
    padding: 0;
}

.race_menu_line > .cell.menu { padding-left: 8px; }

.race_menu_line > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.race_menu_line > ul > li { flex-basis: 100%; padding: 3px; }

.race_menu_line > ul > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #455A64;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
    color: #f3f3f3;
    color: #444;
    background-color: #FFF;
    text-align: center;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border: 1px solid #FFF;
}

.no-touch .race_menu_line > ul > li > a:hover,
.race_menu_line > ul > li > a:focus {
    color: #222;
    border-color: #333;
    background-color: #f7f7f7;
}

.race_menu_line > ul > li.current > a {
    background-color: rgba(69,90,100, 0.5);
    color: #fff;
    position: relative;
    border: 1px solid #052338;
    background-color: #052338;
    color: #fffbaa;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.race_menu_line > ul > li.current > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(23, 106, 164, 0);
	border-top-color: #176aa4;
	border-width: 8px;
	margin-left: -8px;
  display: none;
}

.no-touch .race_menu_line > ul > li.current > a:hover,
.race_menu_line > ul > li.current > a:focus {
    color: #fffbaa;
    border-color: #052338;
    background-color: #052338;
}

.race_menu_line > ul > li > a i {
    margin-right: 0.4em;
    font-size: 1.2rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #176aa4;
}

.race_menu_line > ul > li.current > a i { color: #fffbaa; }
.race_menu_line > ul > li > a i.fa.fa-chevron-circle-down { display: none; }
.race_menu_line > ul > li.current > a i.fa.fa-chevron-circle-down { display: inline-block; }
.race_menu_line > ul > li.current > a i.fa.fa-chevron-circle-right { display: none; }

#category_title { font-size: 0; font-size: 0rem; }
#category_title > h1 { font-size: 1.6rem; }
#category_title > p { font-size: 1.6rem; position: relative; }
#category_title > h1 > a { text-decoration: none; color: #fff; }

/* ----- レース名 ----- */
#race_title { margin-top: 8px; font-size: 0; font-size: 0rem; }

#race_title > h1 {
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1rem;
	display: inline-block;
	width: auto;
	max-width: 100%;
	margin-right: 20px;
}

#race_title > h1 a {
	text-decoration: none;
	color: #fff;
	display: block;
}

#race_title > h1 img {
	max-width: 100%;
	height: 30px;
	width: auto;
	height: auto;
	width /***/:auto;/*IE8のみ適用*/
	display: block;
	
	height: 30px;
}

#race_title > h1 > span { display: none; }

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

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

/* --- レース条件表記無し --- */
#race_title.simple > h1 { vertical-align: middle; }
#race_title.simple > p {
	vertical-align: middle;
	margin-bottom: 4px;
}


/* ----- 発売開始・発走予定時刻 ----- */
div.time_area { margin-top: 12px; }
div.time_area > ul { font-size: 0; }
div.time_area > ul > li { font-size: 1.3rem; display: inline-block; }
div.time_area > ul > li:first-child { margin-right: 2em; }
div.time_area > ul > li > p { font-size: 1.3rem; }

div.time_area > ul > li > p > span.cap {
	background-color: #CFD8DC;
	color: #222;
	padding: 5px 8px 5px 1em;
	border-radius: 1em 0 0 1em;
	font-weight: bold;
	background-color: #176aa4;
	color: #fff;
	font-size: 1.1rem;
	margin-right: 0.8em;
	line-height: 1;
}

div.time_area > ul > li > p > strong { color: #FFFDE7; margin-left: 0.8em; }

/* ----- 発売開始・発走予定時刻 2018 ----- */
div.time_area.full { margin-top: 12px; }

div.time_area.full > .unit { display: table; margin-top: 5px; }
div.time_area.full > .unit:first-child { margin-top: 0; }

div.time_area.full > .unit > .cell { display: table-cell; vertical-align: middle; }

div.time_area.full > .unit > .cell.cap {
    padding: 4px 6px;
    font-weight: bold;
    background-color: #176aa4;
    font-size: 1.1rem;
    line-height: 1;
}

div.time_area.full > .unit > .cell.cap > .opt { display: none; }

div.time_area.full > .unit > .cell.time {
    padding: 2px 5px;
    font-size: 1.2rem;
    color: #fff;
    padding-left: 8px;
}

div.time_area.full > .unit > .cell.time > strong { color: #fffde7; margin-left: 5px; }
div.time_area.full > .unit > .cell.time > strong > span { margin-left: 5px; }

div.time_area.full > .unit > .cell.time > .line { display: table; }

div.time_area.full > .unit > .cell.time > .line > div {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fffde7;
}

div.time_area.full > .unit > .cell.time > .line > div.date { color: #fff; padding-right: 5px; }
div.time_area.full > .unit > .cell.time > .line > div.date strong { margin-left: 5px; color: #fffde7; }

div.time_area.full > .unit > .cell.time > .line > div.time {
    padding-right: 15px;
    color: #fff;
    font-size: 1.1rem;
}

div.time_area.full > .unit > .cell.time > .line > div.time:last-child { padding-right: 0; }
div.time_area.full > .unit > .cell.time > .line > div.time strong { color: #fffde7; font-size: 1.2rem; }
div.time_area.full > .unit > .cell.time > .line > div.time strong a { color: #FFF; }


/* - ログインバナー
---------------------------------------------------------------------- */
.time_area_line {
	width: 100%;
	margin-top: 12px;
	display: flex;
	align-items: center;
	position: relative;
}

.time_area_line > .cell {
	/*display: table-cell;
	vertical-align: middle;*/
}

.time_area_line > .cell.main { border-bottom: none; flex-grow: 1; }
.time_area_line > .cell.opt { width: 200px; }

.time_area_line > .cell.main > .time_area { margin-top: 0; }

.banner_login { /*padding: 0 10px 10px 10px; background-color: #ebebeb;*/ }

.banner_login > a {
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    height: auto;
    border-radius: 3px 6px 6px 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}

.no-touch .banner_login > a:hover { background-color: #fff8e1; }

.banner_login > a > .inner { display: flex; justify-content: center; width: 100%; }

.banner_login > a > .inner > .cell { text-align: center; flex-grow: 0; }
.banner_login > a > .inner > .cell.left { flex-grow: 1; padding: 5px; }
.banner_login > a > .inner > .cell.left > .main { line-height: 1.2; font-size: 1.3rem; border:none; }

.banner_login > a > .inner > .cell.left > .main > span {
    background-color: #2d6fb7;
    color: #fff;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 2px;
    margin-right: 0.2em;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
    display: inline-block;
}

.banner_login > a > .inner > .cell.left > .cap {
    font-size: 1rem;
    font-weight: bold;
    color: #444;
    margin-top: 4px;
    line-height: 1;
}

.banner_login > a > .inner > .cell.right {
    background-color: #2d6fb7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #2d6fb7;
    flex-grow: 0;
    
    padding: 0 6px;
    border-radius: 0 4px 4px 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.banner_login > a > .inner > .cell.right > span {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.banner_login > a > .inner > .cell.right > span i { margin-left: 0.2em; }


.time_area_line > .cell.opt .btn_release_info {
	position: absolute;
	right: 0;
	bottom: -20px;
}

.time_area_line > .cell.opt .btn_release_info > a,
.time_area_line > .cell.opt .btn_release_info > span {
	display: block;
	text-decoration: none;
	background-color: #176aa4;
	background-color: #455A64;

	color: #fff;

	width: 200px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;

	font-weight: bold;
	line-height: 1.4;
	font-size: 1.6rem;
	border-radius: 3px 3px 0 0;

	height: 46px;
}




/* - 発売情報エリア
---------------------------------------------------------------------- */
/* --- レーストップ用 --- */
.release_info_area {
	background-color: #455A64;
	border-radius: 0 0 6px 6px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
	position: relative;
}

.release_info_area > .header { display: none; }

.release_info_area > .header.top {
	background-color: #455A64;
	color: #fff;
	color: #fffde7;
	text-shadow: 0 1px 4px rgba(0,0,0,0.3);

	width: 180px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.6rem;
	border-radius: 3px 3px 0 0;
	height: 46px;

	position: absolute;
	right: 0;
	top: -46px;
}


/* --- レーストップ以外 --- */
#week_header .release_info_area {
	background-color: #455A64;
	position: relative;
	margin-top: 15px;
	box-shadow: none;
	border-radius: 0;
}

#week_header .release_info_area > .header {
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.4rem;
	border-radius: 3px 3px 0 0;
	height: 36px;
	position: absolute;
	right: 0;
	top: -36px;
}

#week_header .release_info_area > .header.top { display: none; }

#week_header .release_info_area.on > .header {  }

#week_header .release_info_area > .header a {
	text-decoration: none;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0 0;

	display: flex;
	justify-content: center;
	align-items: center;

	background-color: #eee;
	color: #333;
	transition: all 0.3s ease-in-out;
}

.no-touch #week_header .release_info_area > .header a:hover { background-color: #455A64; color: #fffde7; }

#week_header .release_info_area.on > .header a {
	background-color: #455A64;
	color: #fffde7;
	text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

#week_header .release_info_area > .header a i { margin-right: 0.5em; font-size: 1.2rem; }

#week_header .release_info_area > .header a i.fa.fa-chevron-circle-up { display: none; }
#week_header .release_info_area.on > .header a i.fa.fa-chevron-circle-up { display: inline-block; }

#week_header .release_info_area > .header a i.fa.fa-chevron-circle-down { display: inline-block; }
#week_header .release_info_area.on > .header a i.fa.fa-chevron-circle-down { display: none; }

#week_header .release_info_area > .area_main { display: none; }

#week_header .release_info_area.on > .area_main {
	display: block;
	animation: release_info_fade_in 0.3s ease-in-out;
	animation-fill-mode: forwards;
}


/* --- レーストップ・それ以外共用 --- */
.release_info_area > .area_main > .unit { display: none; }/* --- スマホ用発売開始時刻 --- */

.release_info_area > .area_main > .line {
	display: flex;
	align-items: center;
	width: 100%;
}

@keyframes release_info_fade_in {
    from{ opacity: 0; }
    to{ opacity: 1; }
}

.release_info_area > .area_main > .line > .cell { flex-grow: 1; }

.release_info_area > .area_main > .line > .cell.banner {
	width: 220px;
	min-width: 220px;
	flex-grow: 0;
	padding: 10px;
}

.release_info_area.end > .area_main > .line > .cell.banner { display: none; }
.jra-app .release_info_area > .area_main > .line > .cell.banner { display: none; }

.release_info_area > .area_main > .line > .cell.menu { padding: 10px; padding-right: 0; }
.release_info_area.end > .area_main > .line > .cell.menu { padding-right: 10px; }

.release_info_area > .area_main > .line > .cell.menu > .inner { display: flex; align-items: center; gap: 10px;}
.release_info_area > .area_main > .line > .cell.menu > .inner > .cell { flex-grow: 1; }
.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link { width: 320px; flex-grow: 0; }
.release_info_area > .area_main > .line.col3 > .cell.menu > .inner > .cell.db_link,
.release_info_area > .area_main > .line.col3 > .cell.menu > .inner > .cell { flex: 1; }

.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a {
	text-decoration: none;
	color: #333;
	font-weight: bold;

	display: flex;
	align-items: center;
	justify-content: center;

	background-color: #fff;
	border: 1px solid #fff;
	padding: 0 10px;
	border-radius: 4px;
	box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
	height: 46px;
	transition: all 0.3s ease-in-out;
}

.no-touch .release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a:hover {
	color: #222;
	border-color: #333;
	background-color: #f7f7f7;
}
.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a > .icon {
	flex-shrink: 0;
}
.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a > .icon img {
	max-width: 28px;
	vertical-align: top;
	display: block;
}

.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link > a > .icon img {
	display: inline-block;
	max-width: 20px;
}

.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a > .icon img + img {
	margin-left: 3px;
}

.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a > .txt {
	padding-left: 10px;
	line-height: 1.3;
}
.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a > .txt span {
	display: inline-block;
}
.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a > .txt > .opt {
	display: block;
	font-size: 1rem;
	margin-top: 1px;
}

.release_info_area.on + #contents_menu {
	/*margin-top: 0;*/
}



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

#contents_menu > dl {
	display: block;
	border-radius: 4px;
	background-color: #5c7885;
	background: none;
	padding: 0;
}

#contents_menu > dl > dt {
	display: block;
	padding: 5px 8px;
	cursor: pointer;
	font-weight: bold;
	display: none;
}
#contents_menu > dl > dt > i { margin-right: 0.4em; }

#contents_menu > dl > dd {
	border-top: 1px solid #444;
	padding-top: 10px;
	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;
	font-size: 1.3rem;
	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;
	font-size: 1.3rem;
}

#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;
	top: 0;
	right: 0;
}

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

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

.contents_unit { max-width: 100%; }


/* - コンテンツタイトルブロック
---------------------------------------------------------------------- */
.contents_head { max-width: 940px; margin:  0 auto; }
.contents_head > .inner { display: table; width: 100%; }
.contents_head > .inner.auto { width: auto; }
.contents_head > .inner > .cell { display: table-cell; vertical-align: top; }

.contents_head > .inner > .cell.title > h1 { margin: 0; }

.contents_head > .inner > .cell.title > h1 > img {
	height: 27px;
    max-height: 27px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
	object-fit: contain;
}

.contents_head > .inner > .cell.title > h1 > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    vertical-align: bottom;
}

.contents_head > .inner > .cell.title > h1 > span > a { color: #444; }
.no-touch .contents_head > .inner > .cell.title > h1 > span > a:hover { text-decoration: none; }

.contents_head > .inner > .cell.title > h1 > span > a i { margin-right: 0.4rem; color: #43a047; }

.contents_head > .inner > .cell.sns { text-align: right; vertical-align: top; }

.contents_head > .inner > .cell.opt {
    text-align: right;
    vertical-align: top;
    width: 120px;
}

.contents_head > .inner.auto > .cell.opt {
    padding-left: 15px;
    width: 140px;
    text-align: left;
    vertical-align: bottom;
}


/* - 注意書き
---------------------------------------------------------------------- */
#caution_block {
	border: 2px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	max-width: 100%;
	max-width: 940px;
	margin: 30px auto 0 auto;
}

#caution_block > h2,
#caution_block > h3,
#caution_block > h4 {
	font-weight: bold;
	color: #c00;
	line-height: 1;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	font-size: 1.4rem;
}

#caution_block > p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
	font-size: 1.2rem;
}


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

.ready_box > .content {
	display:table;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	
	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: 1.6rem;
	line-height: 1.8;
}

.ready_box > .content p > span {
	font-size: 1.8rem;
	font-weight: bold;
}

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




/* - コンテンツページ内バナーブロック
---------------------------------------------------------------------- */
.banner_block { max-width: 940px; margin: 30px auto 0 auto; }

.banner_block > a {
    padding: 15px;
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.no-touch .banner_block > a:hover { background-color: #fff8e1; border: 1px solid #ddd; }

.banner_block > a img { max-width: 360px; vertical-align: top; }
.banner_block.min > a img { max-width: 280px; }

.banner_block > a .inner { display: table; }

.banner_block > a .inner > .cell { display: table-cell; vertical-align: middle; }
.banner_block > a .inner > .cell.txt { padding-left: 40px; }
.banner_block > a .inner > .cell.txt.no_pic { padding-left: 0; }

.banner_block > a .inner > .cell.txt p { font-size: 3rem; line-height: 1.3; }
.banner_block.min > a .inner > .cell.txt p { font-size: 2.4rem; }

.banner_block > a .inner > .cell.txt p span.block { display: block; }

.banner_block > a .inner > .cell.txt p span.cap {
    font-size: 2rem;
    display: block;
    line-height: 1.8;
}

.banner_block.min > a .inner > .cell.txt p span.cap { font-size: 1.6rem; }

.banner_block > a .inner > .cell.txt .opt {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 10px;
}

.banner_block.min > a .inner > .cell.txt .opt {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 10px;
}

/* - 2021. 直前出走取消
---------------------------------------------------------------------- */
.cancel_caution { margin: 30px 0; }

.cancel_caution .caution dl.colon_list + dl.colon_list {
  margin-top: 8px;
}

.cancel_caution .caution dl.colon_list > dt:after {
  font-weight: bold;
  color: #c02;
}

/* - 汎用クラス
---------------------------------------------------------------------- */
.clearfix { overflow: hidden; }
.clearfix:after { content: ''; display: block; clear: both; }


/* - QAタイトル
---------------------------------------------------------------------- */
.title-q { display: table; }
.title-q > span { display: table-cell; }
.title-q > span.cap { white-space: nowrap; }
.txt-right { text-align: right; }


/* - デフォルト使用でのコンテンツ（単発制作など）
---------------------------------------------------------------------- */
#contentsBody div.default {
  margin-top: 30px;
}

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

	-979px

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	
	#category_title > h1 { font-size: 18px; font-size: 1.8rem; }
    #category_title > p:after { display: none;}
    
	#race_title > h1 {
		margin-bottom: 5px;
		font-size: 13px;
		font-size: 1.3rem;
		display: inline-block;
		width: auto;
		max-width: 100%;
	}
	
	#race_title > h1 img {
		max-width: 100%;
		height: 30px;
		width: auto;
		width /***/:auto;/*IE8のみ適用*/
		display: block;
	}
	
	#race_title > p { margin-top: 0; margin-left: 20px; }
	
	#week_header .content { padding: 15px 10px; }
	
    /* ----- 複数レースメニュー ----- */
    .race_menu_line > ul { flex-wrap: wrap; }
    .race_menu_line > ul > li { flex-basis: 50%; font-size: 1.3rem; }
    .race_menu_line.col3 > ul > li { flex-basis: 33.33%; }
    .race_menu_line > ul > li > a { text-align: center;  }
    .race_menu_line > ul > li.current > a:after { display: none; }
    
	/* ----- コンテンツメニュー ----- */
	#contents_menu > dl { padding: 5px; background-color: #5c7885; }
	#contents_menu > dl > dt { display: block; }
	#contents_menu > dl > dd { display: none; }
	#contents_menu > dl > dd.open { display: block; }
	#contents_menu > dl > dd > ul { display: block; }
	#contents_menu > dl > dd > ul > li { display: block; }
	
	/* ----- レース選択に戻る ----- */
	#week_index { right: 10px; }
	#week_index > a { font-size: 11px; font-size: 1.1rem; }
	
	/* - ログインバナー
	---------------------------------------------------------------------- */
	.time_area_line { display: block; }
	.time_area_line > .cell { display: block; }
	.time_area_line > .cell.opt { margin-top: 15px; width: 100%; text-align: left; }
	.time_area_line > .cell.opt > .banner_login { display: inline-block; }
	
    /* - コンテンツタイトルブロック
    ---------------------------------------------------------------------- */
    .contents_head { max-width: 100%; }
    
	/* - 注意書き
	---------------------------------------------------------------------- */
	#caution_block { max-width: 100%; }
	
	.ready_box { padding: 0 10px; }
	
    /* - コンテンツページ内バナーブロック
    ---------------------------------------------------------------------- */
    .banner_block { max-width: 100%; }
    .banner_block.min > a img { max-width: 100%; }

    .banner_block > a {
        padding: 15px;
        display: block;
        color: #333;
        text-decoration: none;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .no-touch .banner_block > a:hover { background-color: #fff8e1; border: 1px solid #ddd; }

    .banner_block > a img { max-width: 100%; }
    .banner_block > a .inner > .cell { width: 50%; }
    .banner_block > a .inner > .cell.txt { padding-left: 30px; }
    .banner_block > a .inner > .cell.txt p { font-size: 2.2rem; }
    .banner_block.min > a .inner > .cell.txt p { font-size: 2.2rem; }
    .banner_block > a .inner > .cell.txt p span.cap { font-size: 1.6rem; }

}


/* ------------------------------------------------------------
	-939px
------------------------------------------------------------ */
@media screen and ( max-width : 939px ) {
	
	/* - 発売情報
	---------------------------------------------------------------------- */
	#week_header .release_info_area > .header {
		right: inherit;
		left: 0;
		top: -36px;
		width: 100%;
		/*border-bottom: 1px dashed #333;*/
		font-size: 1.5rem;
		line-height: 1.4;
		height: 36px;
		display: flex;
		align-items: center;
		position: static;
	}

	#week_header .release_info_area > .header > a { border-radius: 4px; }
	#week_header .release_info_area.on > .header > a { border-radius: 4px 4px 0 0; }

	.release_info_area > .area_main > .line > .cell.menu > .inner { flex-wrap: wrap; }
	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link {
		width: 100%;
		flex-grow: 1;
	}
	.release_info_area > .area_main > .line.col3  > .cell.menu > .inner > .cell.db_link,
	.release_info_area > .area_main > .line.col3 > .cell.menu > .inner > .cell{
		flex-basis: auto;
	}

	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell + .cell { padding-left: 0; }
	.release_info_area > .area_main > .line.col3 > .cell.menu > .inner > .cell:last-child { padding-left: 0; }
	#week_header .release_info_area > .area_main { border-top: 1px dashed #333; }

}



/* ------------------------------------------------------------
	-767px
------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
	
    /* ----- レース名 ----- */
	#race_title > h1 { margin-right: 0; display: block; }
	
	#race_title > h1 img {
		max-width: 100%;
		height: 30px;
		width: auto;
		height: auto;
		display: block;
		max-height: 30px;
	}
	
	#race_title > p { margin: 0; margin-top: 5px; }

	div.time_area > ul > li { display: block; }
	div.time_area > ul > li:first-child { margin-right: 0; }
	div.time_area > ul > li > p { padding: 4px 0; }

    /* - コンテンツページ内バナーブロック
    ---------------------------------------------------------------------- */
    .banner_block > a .inner > .cell.txt p span.block { display: inline; }
	
	/* - 発売開始時刻｜発走時刻 2018 - */
	div.time_area.full > .unit { display: block; }
	div.time_area.full > .unit > .cell { display: block; }
	div.time_area.full > .unit > .cell.cap { line-height: 1.3; }
	div.time_area.full > .unit > .cell.time { padding: 4px 0 4px 4px; }
	div.time_area.full > .unit > .cell.time > .line { display: block; }
	div.time_area.full > .unit > .cell.time > .line > div { display: block; }
	div.time_area.full > .unit > .cell.time > .line > div.date {
		padding-right: 0;
		margin-bottom: 2px;
	}
	div.time_area.full > .unit > .cell.time > .line > div.time { display: inline-block; }


	/* - 発売情報
	---------------------------------------------------------------------- */
	.release_info_area > .area_main > .line > .cell { flex-grow: 0; }
	.release_info_area > .area_main > .line > .cell.menu { flex-grow: 0; max-width: 100%; }
	.release_info_area > .area_main > .line > .cell.banner { flex-grow: 1; width: 280px; }

}


/* ------------------------------------------------------------
	639px
------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	
	/* - レース header
	-------------------------------------------------- */
	#week_header {  }
	
    /* ----- 複数レースメニュー ----- */
    .race_list_block > .head { display: block; }
    
    /*.race_menu_line { display: none; }*/
    .race_menu_line.on { display: block; }
    
    .race_menu_line > ul > li,
    .race_menu_line.col3 > ul > li{ flex-basis: 100%; }
    .race_menu_line.col4 > ul > li { flex-basis: 50%; }
    
    .race_menu_line > ul > li > a { text-align: left; padding: 6px 8px; }
    
	/* ----- コンテンツメニュー ----- */
	#contents_menu > dl { padding: 5px; background-color: #5c7885; }
	#contents_menu > dl > dt { display: block; }
	#contents_menu > dl > dd { display: none; }
	#contents_menu > dl > dd.open { display: block; }
	#contents_menu > dl > dd > ul { display: block; }
	#contents_menu > dl > dd > ul > li { display: block; }

	/* ----- レース選択に戻る ----- */
	#week_index > a { font-size: 11px; font-size: 1.1rem; }
    
    /* - コンテンツタイトルブロック
    ---------------------------------------------------------------------- */
    .contents_head > .inner { display: block; }
    .contents_head > .inner > .cell { display: block; }
    .contents_head > .inner.auto { display: table; }
    .contents_head > .inner.auto > .cell { display: table-cell; }
    .contents_head > .inner > .cell.sns { text-align: left; margin: 20px 0 0 10px; }
	
	/* - 準備画面
	---------------------------------------------------------------------- */
	.ready_box { padding: 0 10px; }
	.ready_box > .content { min-height: 200px; height: 200px; }
	.ready_box > .content p { font-size: 1.4rem; }
	.ready_box > .content p > span { font-size: 1.5rem; }
	.ready_box > .content p br.sp { display: block; }
	
    /* - コンテンツページ内バナーブロック
    ---------------------------------------------------------------------- */
    .banner_block > a { padding: 10px; }
    .banner_block > a .inner > .cell.txt { padding-left: 15px; }
    .banner_block > a .inner > .cell.txt p { font-size: 1.8rem; }
    .banner_block > a .inner > .cell.txt p span.cap { font-size: 1.4rem; line-height: 1.4; }
    
    /* - 発売情報
	---------------------------------------------------------------------- */
	#race_title > p > span { display: none;}
  	div.time_area.full > .unit { display: table; }
	div.time_area.full > .unit > .cell { display: table-cell; }
  	div.time_area.full > .unit:first-child { display: none;}
  	.time_area_line > .cell.opt { display: none;}

	.release_info_area { margin-top: 46px; }

	#week_header .release_info_area { margin-top: 15px; }

	.release_info_area > .header.top {
		right: inherit;
		left: 0;
		top: -36px;
		width: 100%;
		border-bottom: 1px dashed #333;
		font-size: 1.5rem;
		line-height: 1.4;
		height: 36px;
		display: flex;
		align-items: center;
	}

	.release_info_area > .header h2 { line-height: 1.2; }

	.release_info_area > .area_main > .line,
	.release_info_area.on > .area_main > .line { display: block; }
	.release_info_area > .area_main > .line > .cell.menu { padding-right: 10px; }
	.release_info_area > .area_main > .line > .cell.banner { width: 200px; margin: 0 auto; padding: 0 0 10px 0; }

	/* --- スマホ表示時 発走開始時刻 --- */
	.release_info_area > .area_main > .unit {
		display: block;
		align-items: center;
		width: 100%;
		padding: 10px;
		padding-bottom: 5px;
		color: #FFF;
	}

	.release_info_area > .area_main > .unit > .cell.cap {
		padding: 4px 6px;
		font-weight: bold;
		background-color: #176aa4;
		background-color: #222;
		color: #f4bf87;
		font-size: 1.1rem;
	}

	.release_info_area > .area_main > .unit > .cell.time { padding: 4px 2px; font-size: 1.2rem; }
	.release_info_area > .area_main > .unit > .cell.time > .line { display: block; font-size: 1.2rem; }
	.release_info_area > .area_main > .unit > .cell.time > .line > div.date { margin-bottom: 2px; }
	.release_info_area > .area_main > .unit > .cell.time > .line > div.date strong {
		margin-left: 5px;
		color: #fffde7;
	}

	.release_info_area > .area_main > .unit > .cell.time > .line > div.time { color: #fff; font-size: 1.1rem; }
	.release_info_area > .area_main > .unit > .cell.time > .line > div.time strong {
		font-size: 1.2rem;
		color: #fffde7;
	}

	.release_info_area > .area_main > .unit > .cell.time > .line > div.time strong a { color: #FFF; }
  
  /* - デフォルト使用でのコンテンツ（単発制作など）
  ---------------------------------------------------------------------- */
  #contentsBody div.default {
    margin-top: 25px;
  }

}

/* ------------------------------------------------------------
	479px
------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
	
    .contents_head > .inner.auto { width: 100%; }
    .contents_head > .inner.auto > .cell.opt { width: 116px; padding: 0; text-align: right; }
    
	/* - ログインバナー
	---------------------------------------------------------------------- */
	.time_area_line > .cell.opt { text-align: center; }
    
    div.time_area > ul > li > p { font-size: 1.2rem; }

	#contents_menu > dl > dd > ul > li { display: block; width: 50%; }
    
    /* - コンテンツページ内バナーブロック
    ---------------------------------------------------------------------- */
    .banner_block > a .inner { display: block; }
    .banner_block > a .inner > .cell { display: block; width: 100%; }
    .banner_block > a .inner > .cell.txt { padding-left: 0; margin-top: 10px; }
    .banner_block > a .inner > .cell.txt p,
    .banner_block.min > a .inner > .cell.txt p { font-size: 1.6rem; }
    .banner_block > a .inner > .cell.txt p span.cap,
    .banner_block.min > a .inner > .cell.txt p span.cap { font-size: 1.3rem; line-height: 1.4; }
    .banner_block > a .inner > .cell.txt .opt,
    .banner_block.min > a .inner > .cell.txt .opt { font-size: 1.2rem; }

    div.time_area > ul > li:first-child { margin-bottom:5px; }
    div.time_area > ul > li > p > span.cap {
		display: block;
		width: 100%;
		border-radius: 1em;
		margin-bottom: 4px;
		padding: 4px 8px;
    }
    
    /* --- 発売開始時刻・発走予定時刻 2018 --- */
    div.time_area.full > .unit > .cell.time > .line > div.time { display: block; }

}

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

/* ------------------------------------------------------------
	359px
------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
  
  .race_menu_line > ul > li > a { font-size: 1.0rem; }
  
	div.time_area.full > .unit > .cell.cap { font-size: 1.0rem; padding: 4px 2px;}
	div.time_area.full > .unit > .cell.time { font-size: 1.1rem; }
	div.time_area.full > .unit > .cell.time > strong { margin-left: 3px; }
	div.time_area.full > .unit > .cell.time > strong > span { margin-left: 3px; }

	/* - 発売情報
	---------------------------------------------------------------------- */
	.release_info_area > .area_main > .unit > .cell.time > .line > div.date + .time { margin-right: 0; }
	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link > a {
		display: block;
		height: auto;
		padding: 5px;
		text-align: center;
	}
	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link > a > span { display: block; }
	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link > a > span + span { margin-top: 5px; }

	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell > a > .icon img { max-width: 24px; }
	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link > a > .icon img { max-width: 24px; }
	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link > a > .icon img + img { margin-left: 8px; }
	.release_info_area > .area_main > .line > .cell.menu > .inner > .cell.db_link > a > .txt { padding-left: 3px; }

}


/* --------------------------------------------------
	印刷用
-------------------------------------------------- */
@media print { 
	table { border-collapse: separate; }
	#race_title > h1 { background-color:#333; }
}

