
/*=====================================
common
======================================*/
* {
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

html {
	background: #252525;
}

body {
	background: #fff;
}

a.hover {
	display: block;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

p.past {
	text-align:right;
	margin-top:20px;
}

@media (max-width: 766px) {

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p {
	font-size: 13px;
}
}

p.inner {
	padding: 0px 10px;
}

span.smallflag {
	padding: 10px !important;
}

span.smallflag img {
	height: 1.3em;
	width: auto;
	vertical-align: top;
}

.horse_name {
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 3px 0;
}

@media (min-width: 1200px) {

.container {
	width: 970px;
}
}

.contents_set {
	margin-bottom: 30px;
}

.section {
	padding: 20px 0;
}

.section.bg_grey {
	background: #dde4ea;
}

img.center {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.section [class*='col-'] img {
	margin-bottom: 10px;
}

/*------------天地中央ぞろえ拡張-------*/
.row-center {
	text-align: center;
	letter-spacing: -0.4em;
}

.row-center > [class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}

.row-center.va-middle > [class*='col-'] {
	vertical-align: middle;
}

.row-center.va-bottom > [class*='col-'] {
	vertical-align: bottom;
}

.row-center.va-middle.right > [class*='col-'] {
	vertical-align: middle;
	float: right !important;
}

/*-------------title------------------*/
.title {
	margin-top: 50px;
	margin-bottom: 30px;
}

.title h1 {
	font-size: 36px;
	font-weight: 900;
}

.title h2 {
	font-size: 20px;
	font-weight: 700;
}

.title h3.top10 {
	background: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.title .top10-row {
	width: 90%;
	margin: 0 auto;
}

.title span {
	padding-right: 1em;
}

.title span.year {
	padding-right: 0;
}

@media (max-width: 766px) {

.title .top10-row {
	width: 100%;
}

.title .top10-row .row-center .col-xs-12 {
	padding-right: 0;
	padding-left: 0;
}
}

@media (max-width: 766px) {

.title {
	margin-top: 30px;
	margin-bottom: 10px;
}

.title h1 {
	font-size: 22px;
}

.title h2 {
	font-size: 20px;
}

.title h3 {
	font-size: 18px;
}

.title h4 {
	font-size: 14px;
}

.title span {
	display: block;
	padding: 0;
}
}

/*-------------pre_loader-------------*/
#pre_loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f1f1f1;
	z-index: 1040;
	display: none;
}

/*-------------nav-------------------*/
.navbar {
	border: none;
}

.navbar-collapse.collapse {
	display: none !important;
}

.navbar-collapse.collapse.in {
	display: block !important;
}

.navbar-default .navbar-collapse, .navbar .navbar-toggle {
	border: none;
}

.nav_block {
	overflow: hidden;
}

.nav_block img {
	width: 100%;
}

.navbar-header {
	float: none;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 9px 10px;
	margin: 0;
	background-color: transparent;
	background-image: none;
	text-align: center;
	font-weight: bold;
}

.navbar-toggle {
	padding: 15px;
	float: none;
	border-radius: 50%;
	background-color: #000;
	margin: 0 auto;
	margin-bottom: 5px;
	display: block;
}

.navbar-toggle span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.navbar-toggle span.icon-bar {
	display: block;
	width: 22px;
	height: 4px;
	border-radius: 1px;
	background: #fff;
}

.navbar-toggle.active span:nth-of-type(2) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.navbar-toggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.navbar-toggle.active span:nth-of-type(4) {
	opacity: 0;
}

.navbar-default .navbar-nav .open a.dropdown-toggle:first-child, .navbar-default .navbar-nav .open .dropdown-menu > li a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #555;
	background-color: #E7E7E7;
!important;
}

#menu-1 {
	background: #000;
	//border-bottom: 8px solid #000;
}

#menu-1 a {
	color: #fff;
}

#menu-1 a:hover {
	text-decoration: none;
	color: #000;
}

/*brand*/
.brand {
	text-align: center;
}

.brand .brand_title {
	background: #fff;
	padding: 0 5px;
}

 .brand .brand_title h2{
margin:0;
padding:0 10px;
}

 .logo{
display:block;
padding:0px 0;
}

 .brand{
width:100%;
height:auto;
border:none;
background:#fff;
padding:20px;
text-align:left;
}

 .brand h1{
display:inline-block;
width:100px;
margin:0;
}

 .brand img#JRA{
padding-top:2px;
width: 98px;
height: 44px;
}

 .brand_title{
display:inline-block;
width:120px;
padding:0 5px;
}

 .brand_title img{
width:88px;
height:38px;
}


a.hover img.back_ground {
	display: block;
	-moz-transition: -moz-transform 0.4s linear;
	-webkit-transition: -webkit-transform 0.4s linear;
	-o-transition: -o-transform 0.4s linear;
	-ms-transition: -ms-transform 0.4s linear;
	transition: transform 0.4s linear;
}

a.hover:hover img.back_ground {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/*-------------footer-------------*/

#footer {
	padding: 20px 15px 50px 15px;
	color: #fff;
	background: #252525;
	margin-top:30px;
}

/*-------------2nd page header-------------*/
/*#header {
	position: relative;
	padding: 20px;
	border-bottom: 8px;
	background-image: url('/overseas_pr/images/top/bg_right.jpg');
	background-size: cover;
	background-position: center center;
	border-bottom: 8px solid #000;
}

@media (min-width: 992px) {

#header {
	padding: 40px;
}
}

.brand_2nd {
	width: 121px;
	height: 111px;
	background: #ffffff;
	border: 3px solid #000;
	text-align: center;
}

@media (max-width: 991px) {/*幅991px以下で適用されるスタイル*/

.brand_2nd {
	margin: 0 auto;
}
}

.brand_2nd a {
	color: #000;
}

.brand_2nd h1 {
	margin: 0;
}

.brand_2nd img#JRA {
	width: 98px;
	padding-top: 8px;
	padding-bottom: 2px;
}

.brand_2nd .brand_title h2 {
	margin: 0;
	padding: 10px;
	padding-top: 5px;
}

.brand_2nd .brand_title h2 img {
	width: 100%;
}*/

/*-------------slider-------------------*/
.sp-layer {
	padding: 10px 15px;
}

.sp-layer h3 {
	margin: 15px 0;
	font-weight: 700;
}

.sp-layer h4 {
	margin: 0;
}

.sp-layer.moreinfo h4 {
	margin: 10px 0;
}

.sp-layer.sp-custom {
	color: #000;
	background: #ddd;
}

.no_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.6;
	background: #414141;
}

.no_link::after {
	content: "COMING SOON";
	color: #757575;
	font-weight: 700;
	font-size: 22px;
	line-height: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 45%;
}

#wide {
	background: #000;
	border-bottom: 8px solid #000;
}

#wide .on .sp-image-container {
	border: 4px solid #000;
	border-top: none;
	border-bottom: none;
}

#wide .on .sp-layer::before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid red;
	top: 0;
	right: 0;
	margin-top: 0px;
}

#wide .on .sp-layer::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	margin-top: -13px;
	border-bottom: 13px solid red;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

#wide .on .sp-layer {
	color: #FFF;
	background: #000;
}

#wide .sp-layer.new, #wide .on .sp-layer.new {
	color: none;
	background: none;
}

#wide .on .sp-layer.new::before {
	content: '';
	position: absolute;
	width: 100%;
	border: none;
	top: 0;
	right: 0;
	margin-top: 0px;
}

#wide .on .sp-layer.new::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	margin-top: -13px;
	border: none;
}

#wide .sp-layer p.over {
	margin: 0 -15px;
}

/*-------------topic_titler-------------------*/
.topic_title {
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.topic_title .sub {
	font-weight: 700;
}

@media (max-width: 766px) {

.topic_title p {
	margin: 0;
	font-size: 15px;
}
}

/*-------------top top btn-------------*/
.top-to {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	right: 4%;
	display: none;
	background-color: #07b0e4;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.top-to a span {
	color: #fff;
	font-size: 28px;
	line-height: 48px;
}

div.page {
	max-width: 280px;
	margin: 80px auto;
	text-align: center;
	position: relative;
	display: block;
	font-size: 16px;
}

div.page a {
	max-width: 280px;
	background: #000;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 8px 3px 11px 3px;
	border-radius: 5px;
	line-height: 1em;
}

div.page a::before {
	content: "\e257";
	color: #fff;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	left: 12px;
	top: 9px;
}

div.page a:hover {
	opacity: 0.8;
}

/*------------gallery--------------*/
#gallrey_nav .col-sm-4 p {
	background: #d0dcdc;
	color: #fff;
}

#gallrey_nav .col-sm-4 p.no-link, #gallrey_nav .col-sm-4 p a {
	padding: 7px 5px;
	border-radius: 5px;
	overflow: hidden;
}

#gallrey_nav .col-sm-4 p a::before {
	content: "\e258";
	color: #fff;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 27px;
	top: 9px;
}

#gallrey_nav .col-sm-4 p a {
	background: #000;
	color: #fff;
	display: block;
}

#gallrey_nav .col-sm-4 p a:hover {
	opacity: 0.8;
}

h4.cap {
	margin-top: 0;
	padding: 10px 5px;
}

@media (min-width: 992px) {

h4.cap {
	padding-top: 0;
}
}

/*------------info3--------------*/
/*sokupat*/
.panel-body .section {
	padding-right: 20px;
	padding-left: 20px;
}

#info_soku h3 {
	margin-top: 0;
	line-height: 1.5em;
}

#soku_logo {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}

#info_soku h3 strong {
	color: #bb0000;
	font-size: 140%;
}

#step_sokupat .panel .panel {
	border: 2px solid #ddd;
	margin-top: 20px;
}

#step_sokupat .panel .panel h4 {
	margin-top: -19px;
	text-align: center;
}

#step_sokupat .panel .panel img {
	max-width: 100%;
}

#step_sokupat .panel .panel h4 img {
	max-width: 250px;
	width: 90%;
	margin: 0 auto;
}

#step_sokupat .col-md-4:nth-child(1) .panel::after, #step_sokupat .col-md-4:nth-child(2) .panel::after {
	font-family: 'Glyphicons Halflings';
	content: "\e250";
	position: absolute;
	right: -15px;
	top: 45%;
	color: #ddd;
	font-size: 30px;
}

@media (max-width: 991px) {

#step_sokupat .col-md-4:nth-child(1) .panel::after, #step_sokupat .col-md-4:nth-child(2) .panel::after {
	font-family: 'Glyphicons Halflings';
	content: "\e252";
	right: 45%;
	top: auto;
	bottom: -14px;
}

.panel-body .section {
	padding-right: 0px;
	padding-left: 0px;
}
}

.bannerBtn {
	text-align: center;
	margin-top: 20px;
}

.icon_soku {
	border-radius: 2px;
	border: 1px solid #07b0e4;
	color: #07b0e4;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	margin-bottom: 10px;
}

@media (min-width: 992px) {

#step_sokupat .panel .panel {
	min-height: 260px;
}
}

p.point {
	margin-bottom: 30px;
	background: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

@media (max-width: 766px) {

p.point {
	font-size: 18px;
}
}

.video-btn {
	font-weight: 500;
	max-width: 280px;
	width: 100%;
	background: #000;
	color: #fff !important;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	padding: 8px 3px 11px 3px;
	border-radius: 5px;
	line-height: 1em;
	font-size: 16px;
}

.video-btn span {
	padding-right: 1em;
	display:inline-block;
}

.video-btn:hover {
	opacity: 0.8;
	color: #fff !important;
}

.btn-soku {
	text-align: center;
}

.btn-soku .btn {
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
	padding-left: 40px;
	position: relative;
	border-radius: 2px;
	font-size: 16px;
	background: #f2f2f2;
}

.btn-soku .btn::before {
	content: "\e258";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-size: 12px;
	position: absolute;
	left: 15px;
	top: 11px;
	background: #268300;
	color: #fff;
	width: 20px;
	height: 20px;
	padding: 4px;
	border-radius: 2px;
}

@media (min-width: 767px) {

.btn-soku {
	text-align: right;
}
}

dt {
	clear: left;
	float: left;
	width: 6em;
	position: relative;
	display: block;
	font-weight: normal;
}

dd {
	margin: 0 0 0 5em;
	padding-left: 1em;
}

dt:after {
	content: '：';
	position: absolute;
	right: 0;
	top: 2px
}

/*------------history--------------*/

#history-nav a {
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	border: none;
}

#history-nav a:hover {
	opacity: 0.8;
}

#history-nav a.disabled {
	background: #d0dcdc;
	color: #fff;
}

.info_more dt {
	width: 3em;
}

.info_more dd {
	margin: 0 0 0 2em;
}

@media (max-width: 480px) {

.title span.year {
	display:block;
}
}


/*---------------------
brand
----------------------*/
.brand_2nd .brand_title h2{
margin:0;
padding:0 10px;
}

 .logo{
display:block;
padding:0px 0;
}

 .brand_2nd{
width:100%;
height:auto;
border:none;
background:#fff;
padding:20px;
text-align:left;
}

.brand_2nd h1{
display:inline-block;
width:100px;
margin:0;
}

.brand_2nd img#JRA{
padding-top:2px;
width: 98px;
height: 44px;
}

.brand_title{
display:inline-block;
width:120px;
padding:0 5px;
}

.brand_title img{
width:88px;
height:38px;
}

.navbar-header {
    top: 0;
    right: 5px;
    padding-top: 6px;
}

#menu-1 .container-fluid {
    padding: 0;
}
/*---------------------
header
----------------------*/
#header{
padding:0;
//border-bottom:0;
border-bottom:1px solid #ddd;
}


