@charset "utf-8";
/* CSS Document */

/* 全体の設定
--------------------*/
header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
}
.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}
body{
	font-size:13px;-webkit-text-size-adjust:none;
	font-family: Verdana, Roboto, 'Droid Sans', sans-serif;
}
img{border:none;}
li{list-style:none;}
a{color:#039343;}/* リンク色変更はここ */
#container1{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background-image: url(../img/bg_ptn.gif);
}
#container2{
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
}

/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/

h1{
	background:url() repeat-x bottom center #111;
	color:#fff;
	font-size:12px;
	padding:4px 0 4px 12px;
}
#top-h1{
	width: 100%;
	height: auto;
}
h2#top{
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	color: #448aca;
}
#topImg{
	text-align:center;
	line-height: 0%;
}
#topImg img{
	width:100%;
}
#centerImg{
	text-align:center;
}
#centerImg img{
	width:100%;
	max-width: 640px;
	margin-top: -5px;
	margin-bottom: 4px;
}

/* 導入テキスト部分
--------------------*/

#intro{
	margin:15px 10px 0;
}

/* カテゴリ部分
--------------------*/
#catebox{
	width:100%;
	margin:0 auto;
	margin-top: 0px;
}
#catebox ul{
	text-align: center;
	padding: 5px 0;
}
#catebox li{
	width: 94%;
	text-align:center;
	margin: 0 auto 6px;
}
#catebox li img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#catebox a{
	text-decoration:none;
}
#button2{
	float: left;
}
#button3{
	float: left;
}
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#toplink{
	margin-top: 2px;
	margin-bottom: 14px;
	margin-left: 12px;
	font-weight: bold;
	font-size: 120%;
}
#toplink a{
	display: block;
	text-decoration: none;
	margin: 0.4em 0 0 0;
}

/* ポッドキャスト
--------------------*/
#pod-in{
	width: 320px;
	margin-top: 4px;
}
#junbi{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

/* 利用規約
--------------------*/
.rules{
	text-align:center;
	margin-top: 12px;
}
#rule_txt{
	padding: 0 10px;
}
#rule_top{
	background: #ccddff;
	padding: 3px 6px 3px 6px;
	font-size: 14px;
	font-weight: bold;
}

/* JRA公式リンク
--------------------*/
.jra{
	text-align:center;
	margin-top: 1px;
}

/* 最後の文章部分
--------------------*/
#outro{
	margin:0 10px 15px;
	text-align: center;
}


/* フッタ部分
--------------------*/
#footer{
	text-align:center;
	background:url(img/line_b.gif) repeat-x top center #034343;
	color:#fff;
	font-size:12px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 4em;
}

#footer a{color:#fff; text-decoration:none;}

/*----------------------------------------
 カテゴリページここから
----------------------------------------*/
/* ヘッダ部分
--------------------*/
h2#cate{
	font-size:20px;
	font-weight:bold;
	padding-top:10px;/* カテゴリ名が長くて2行になるときはここで高さ調整 */
	color: #448aca;
	text-shadow: 0 1px 0 white;
	margin:0 10px;
	text-align:left;
}
#box_t p img{
	margin:5px 7px 0 10px;
}

/* サイト紹介部分
--------------------*/
h3{
	color:#448aca;
	font-size:16px;
	background:url(img/sitebg.gif) repeat-x;
	line-height:29px;
	height:29px;
	padding-left:10px;
	margin-top:15px;
}
h3 span{
	background:url(img/icon1.gif) no-repeat left center;
	padding-left:18px;
}
.sitebox div{
	margin:10px;
}
.siteimg{
	float:left;
	margin-right:10px;
}
.siteimg img{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}
.sitetxt{
	float:left;
	width:200px;
}

@media screen and (min-width: 480px) {
	.sitetxt{
	float:left;
	width:360px;
	}
}

.sitebtn{text-align:center;}

.sitebtn a,
#homebtn a{
	display:block;
	text-decoration:none;
	text-shadow:0 1px 0 white;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	margin:0 auto;
	width:170px;
	height:35px;
	border:1px solid #8b8b8b;
	border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top,#f4f3f3,
									#ecebeb 50%,
									#e3e3e3 51%,
									#d9d9d9);
	background:-webkit-gradient(linear, left top, left bottom, from(#f4f3f3),
									color-stop(0.5, #ecebeb),
									color-stop(0.51, #e3e3e3),
									to(#d9d9d9));
}
.sitebtn a img{
	margin-left:5px;
}
.link_area ul {
	margin: 10px auto;
	text-align: center;
}
.link_area img {
	width: 84%;
	height: auto;
	margin: 2px auto;
}

/* 広告部分
--------------------*/
.ad2{
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #448aca;
}

/* ホームへ戻るボタン
--------------------*/
#homebtn{
	text-align:center;
	margin:25px 0;
}

#homebtn a img{
	margin-right:5px;
}

/* 最新情報
--------------------*/
#news_wraptop{
	width: 304px;
}

#news_wrap{
	width: 98%;
	margin-left: 5px;
	padding-right:7px;
}
#news_wrapdetail{
	width: 304px;
	margin-left: 7px;
}
#news_listtop{
	width: 290px;
}
#news_listdetail{
	width: 290px;
	margin-left: 5px;
}
.up_ymd{
	margin-bottom: 9px;
}
#topnews-area{
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 4px;
	padding: 6px 6px 6px 6px;
	border: solid 2px #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #fdfdfd;
}
#news-title{
	text-align: center;
	color: #fff;
	background: #034343;
	padding: 2px 0;
	margin: 0 0 10px 0;
}
ul#news_list li{
	margin: 0 0 8px 0;
}
span.news_List_Title{
	font-size: 1.1em;
	margin: 3px 0 0 0;
	display: block;
}

/* ポッドキャスト
--------------------*/
.pod-area{
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 12px;
}

.pod-txt{
	margin-top:5px;
	margin-left: 12px;
	font-size:15px;
	font-weight:bold;
}

/* 駐車場混雑状況
--------------------*/
#map_contents{
	width: 100%;
	height: auto;
	background-color: #ececec;
	padding: 0 0 1em 0;
}
#map_contents_in{
	width: 320px;
	height: auto;
	padding: 0 5px;
	margin: 0 auto 20px;
}
#renewal{
	border-left: solid 5px #034343;
	padding-left: 8px;
	margin: 12px 0 10px 3px;
}
.web_map img{
	width: 100%;
	height: auto;
}
