@charset "utf-8";

/*!　春日賞
 * ---------------------------------------------------------- */
#kasuga #kasugaArea {
	padding: 0px 0px 75px;
	clear:both;
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:100%;
	background-image: url(../img/bg_08.jpg), url(../img/bg_02.jpg);
	background-repeat: repeat-x, repeat;
	background-position: left top, left 80px;
}
#kasuga .bg_color {
	padding: 0;

	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/* ================================================================================== */

/*　tab　*/
#kasuga #tab__block {
  background-color: rgba(255,255,255,0.8);
  color: #fff;
}

/* =========================
   ページ内タブ
========================= */

/* JSが動かなかった場合の予備値 */
:root {
  --anchor-offset: 250px;
}

#kasuga #tab__block {
  position: sticky;
  top: 80px;
  z-index: 998;
  background-color: rgba(255,255,255,0.8);
  color: #fff;
  padding: 10px;
}

/* PC */
@media (min-width: 640px) {

  :root {
    --anchor-offset: 160px;
  }

  #kasuga #tab__block {
    top: 60px;
  }

}

/* アンカーリンク先 */
.anchor-target {
  scroll-margin-top: var(--anchor-offset);
}


#kasuga #tab__block ul {
	list-style-type: none;
	width: 100%;

	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	
	-webkit-box-align: stretch;/*--- Androidブラウザ用 ---*/
	-ms-flex-align: stretch;/*--- IE10 ---*/
	-webkit-align-items: stretch;/*--- safari（PC）用 ---*/
	align-items:  stretch;
	
	webkit-box-pack: space-between;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: space-between;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
}

#kasuga #tab__block li {
	width: 32%;
	overflow: hidden;
}

#kasuga #tab__block li a {
	outline: none;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 7px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#kasuga #tab__block li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#kasuga #tab__block li:nth-child(1) a {
	background-color: #DB0081;
}

#kasuga #tab__block li:nth-child(2) {
	padding: 0px 0px 0px 10px;
}

#kasuga #tab__block li:nth-child(2) a {
	background-color: #E79113;
}

#kasuga #tab__block li:nth-child(3) {
	padding: 0px 0px 0px 10px;
}

#kasuga #tab__block li:nth-child(3) a {
	background-color: #8DC81D;
}

#kasuga #tab__block li:nth-child(4) {
	padding: 0px 0px 0px 10px;
}

#kasuga #tab__block li:nth-child(4) a {
	background-color: #02A3E7;
}

@media (min-width:640px) {

#kasuga #tab__block li a {
	padding: 20px;

}
}
/* ================================================================================== */

/*　トップ画像　*/
#kasuga #imgTop {
	font-size: 0px;
	line-height: 0;
	padding: 0 10px;
	text-align: center;
}

/*　カテゴリ内容　*/
#kasuga .bg_color > .inner {
	padding: 25px 10px;
}

/*　カテゴリタイトル　*/
#kasuga h2.categoryTit {
	overflow: hidden;
	text-align: center;
	font-size:0px;
	line-height:0;
	border-style: none;
	width: 100%;
	margin:0;
	padding: 0;
}

#kasuga h2 img.respoImage {
	width: 100% !important;
}


/*　タイトル　*/
#kasuga div.tit {
	overflow: hidden;
	width: 100%;
	padding: 0;
}
#kasuga div.tit.type01 {
	border-bottom: 2px solid #000;
}
#kasuga div.tit.type02 {
	border-bottom: 2px solid #1B4B10;
}
#kasuga div.tit.type03 {
	border-bottom: 2px solid #000;
}
#kasuga div.tit h3 {
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	padding: 0 10px;
}
#kasuga div.tit.type01 h3 {
	border-bottom: 5px solid #000;
	color: #000000;
}
#kasuga div.tit.type02 h3 {
	border-bottom: 5px solid #1B4B10;
	color: #1B4B10;
}
#kasuga div.tit.type03 h3 {
	border-bottom: 5px solid #000;
	color: #000;
}
#kasuga div.tit p {
	font-size: 1.333rem;
	font-weight: bold;
}

/* ================================================================================== */

/*　レース情報　*/
#kasuga section.race section {
	margin: 0px 0px 55px;
	padding: 0px;
}
#kasuga section.race section > .inner {
	padding: 0px 10px;
}

/*　ガンバレ！！奈良勢　*/
#kasuga section#local {
	background-color: #31B036;
}

#kasuga section#local h3,
#kasuga section#local figure {
	font-size: 0px;
	line-height: 0;
}

/*　レース情報　春日賞争覇戦展望　*/
#kasuga .outlook {
}
#kasuga .outlook p.lead {
	line-height: 1;
	font-size: 2.2rem;
	font-weight:bold;
	color: ;
}
#kasuga .outlook p.text {
	font-size: 1.6rem;
	font-weight:bold;
}


#kasuga .outlook ul.profileList {
}

#kasuga .outlook ul.profileList li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 15px;

}

@media (min-width: 640px) {
#kasuga .outlook ul.profileList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#kasuga .outlook ul.profileList li {
 
	font-size: 0px;
    line-height: 0;
  }
}

@media (max-width: 639px) {
#kasuga .outlook ul.profileList li {
	text-align: center;
  }	
	
}
/*　レース情報　バンク情報　*/
#kasuga div.bank {
}

/*　レース情報　発走時刻　*/
#kasuga div.start-time {
}

/* ================================================================================== */

/*　イベント　*/
#kasuga section.event h3,
#kasuga section.event p {
	font-size: 0px;
	line-height: 0;
}

#kasuga .btnCampaign a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=80;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* ================================================================================== */

/*　概定番組表　*/
#kasuga section#program {
}

/* ================================================================================== */

@media (min-width:640px) {
#kasuga .bg_color {
	width: 1120px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}

/*　tab　*/
#kasuga ul.tab {
	margin: 0;
}
#kasuga ul.tab li {
	width:280px;
	height:100px;
	margin-right: 15px;
}

/*　トップ　イメージ部分　*/
#kasuga #imgTop {
	padding: 0;
}


/*　カテゴリ内容　*/
#kasuga .bg_color > .inner {
	padding: 50px 60px;
}

#kasuga div.tit h3 {
	font-size: 2rem;
}

/*　レース情報　*/
#kasuga section.race section > .inner {
	padding: 0px 55px;
}


/*　展望　*/
#kasuga .outlook {

}
#kasuga .outlook h4 {
	font-size: 1.6rem;
}
#kasuga .outlook p.lead {
	font-size: 3.066rem;
}
#kasuga .outlook p.text {
	font-size: 1.6rem;
}

#kasuga section#other > .inner {
	padding: 0 60px
}

/*　場内イベントMAP　*/
#kasuga section.map .PDF {
	width:740px;
	margin: 0px auto;
}
}

