@charset "UTF-8";

/*-----------------------------------
ul liはdisneyがNG

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

a {
	text-decoration: none;
	color: #3A5FCD;
	font-size: 120%;
}

p{
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul{
	list-style: none;
	margin:0 auto;
	padding: 0;
}

#header {
	background:#25B5C2;
	border-bottom:7px solid #0EA0AD;
	padding:5px;
	color:#FFF;
	font-weight: bold;
	font-size: 120%;
}

#footer {
	background-image: url("/s/info/img/images/bg-footer.gif");
	background-repeat: repeat-x;
	background-size: 100% 100%;
	display: block;
	height: 50px;
}

#footer #copyright {
	color: #999999;
	font-size: 10px;
	padding-top: 18px;
	text-align: center;
	text-shadow: 0 -1px 1px #000000;
}

#copyright{
	margin: 0 auto;
	padding: 0;
}

/*
------------------------------------------------------------------------*/
#contentsbox{
	margin:10px;
}

/* 場TOPへのリンク
------------------------------------------------------------------------*/
div#jolink {
	padding-left: 15px;
}


/* 見出し
------------------------------------------------------------------------*/
div.midashi{
	margin: 15px 0px 7px 0px;
	padding-left: 10px;
	border-left: 7px solid #25B5C2;
	border-bottom: 1px solid #25B5C2;
	font-weight: bold;
	font-size: 110%;
	color: #25B5C2;
}

div.midashi-green-dot{
	border-bottom: 1px dashed #25B5C2;
	margin-top:15px;
	font-size: 100%;
	color: #25B5C2;
	font-weight: bold;
}

div.midashi-gray-dot{
	border-bottom: 1px dashed #999;
	margin-top:15px;
	font-size: 100%;
	color: #999;
	font-weight: bold;
}

div.midashi-gray{
	background-color: #F5F5F5;
	margin:0px;
	padding-left: 10px;
	font-size: 100%;
}




/* イベント・ファンサービス　場外日程
------------------------------------------------------------------------*/
div.day {
	background-color: #E1FFF7;
	font-weight: bold;
	height: auto;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 110%;
}

div.name{
	font-weight: bold;
	color:#F32E69;
	margin-top:10px;
}

span.time{
	margin-right: 5px;
	color:#25B5C2;
	font-weight: bold;
}

span.place{
	margin-right: 5px;
	color:#25B5C2;
	font-weight: bold;
}


span.place02{
	color:#25B5C2;
	font-weight: bold;
	font-size: 110%;
}

span.place03{
	color:#F32E69;
	font-weight: bold;
	font-size: 110%;
}

span.racetime{
	color: #F32E69;
	margin-top: 15px;
	margin-bottom: 15px;
}

a.pink{
	color: #F32E69;
	font-size: 110%;
}

span.other{
	margin-right: 5px;
	color:#25B5C2;
	font-weight: bold;
}

hr.line{
	border: 1px #0EA0AD solid;
}

div.green-dot-line{
	border-bottom: 1px dashed #25B5C2;
	border-top: 1px dashed #25B5C2;
	font-size: 110%;
        padding: 5px;
	margin-top: 10px;
}

div.midashi-jogai{
	background:#AFEEEE;
	padding:3px;
	font-weight: bold;
	font-size: 100%;
	margin-top: 14px;
	margin-bottom: 14px;
}

div.text{
	font-size: 90%;
	margin-top: 14px;
}

div.one{
	margin-top: 14px;
}

/* 施設案内の aタグ
------------------------------------------------------------------------*/
a.shisetsu {
	display: block;
	height: 20px;
}

/* トピックスバックナンバー　　リンクの並び
------------------------------------------------------------------------*/
a.topics-list{
	display: block;
	border-bottom:1px solid #c7c7c7;
	font-size: 100%;
	font-weight: 500;
	color: #525252;
/* 領域をはみ出た文字は3点リーダにする */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 場外発売日程　　リンクの並び
------------------------------------------------------------------------*/
a.jogai-list{
	display: inline-block;
	background:#E1FFF7;
	border-left:7px solid #0EA0AD;
	font-size: 120%;
	font-weight: 500;
	padding: 4px 0px 4px 8px;
	margin-bottom: 5px;
	width:95%;
	color: #0EA0AD;
/* 領域をはみ出た文字は3点リーダにする */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.jogai-list:first-child{
	margin-top:10px;
}


/* 何かのバックナンバーに使ってます
------------------------------------------------------------------------*/
a.bk-list{
	display: inline-block;
	background:#E1FFF7;
	border-left:7px solid #0EA0AD;
	font-size: 100%;
	font-weight: 500;
	padding: 4px 0px 4px 8px;
	margin-bottom: 5px;
	width:95%;
	color: #0EA0AD;
/* 領域をはみ出た文字は3点リーダにする */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.bk-list:first-child{
	margin-top:10px;
}

/*
* 2021.3.24追記
--------------------------------------------------*/
.btn-blue,
.btn-green {
 text-align:center;
}

.btn-blue a,
.btn-green a {
 display:inline-block;
 position: relative;
 color:#FFF;
 font-weight:bold;
 padding:2px 16px;
 border-radius:5px;
}

.btn-blue a {
 background:#597cff;
 }
 .btn-green a {
  background:#0a8f52;
 }

.btn-blue a::after,
.btn-green a::after {
 position: absolute;
 top: 0.8em;
 right: 8px;
 display: block;
 width: 4px;
 height: 4px;
 content: '';
 border-right: 3px solid #FFF;
 border-bottom: 3px solid #FFF;
 transform: rotate(-45deg);
}

.text-red{
 color: #d74463;
}

.text-dotted {
 border-bottom:2px dotted #d74463;
}

.notice {
  width:90%;
  background-color:#fffac4;
  font-size:15px;
  border:2px solid #d6c99c;
  border-radius:10px;
  padding:12px;
  margin: 0 auto;
}
.notice-title {
  font-weight:bold;
  border-bottom:dotted 2px #2b2200;
  color:#2b2200;
  margin-bottom: 8px;
  text-align: center;
}