﻿@charset "utf-8";


/*-------------------------------------
#container
---------------------------------------*/


/* tabs
---------------------*/
div.tabs {	
	background-color: #fff;
	margin: 5px 2px;
}

ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
	border-bottom: 2px solid #005D36;
}

ul.tabNavigation li {
	/*width:70px;*/
	float:left;
}

ul.tabNavigation li a {
	padding: 1px 10px 1px 10px;
	background-color: #F6F6F6;
	color: #000;
	text-decoration: none;
	display:block;
	text-align:center;
	border: 1px solid #D7D8D9;
	border-bottom: 0px solid #ccc;
	margin-right: 5px;
	height: 38px;
	line-height: 38px;
}

/* ul.tabNavigation li a.selected,ul.tabNavigation li a:hover { */
ul.tabNavigation li a.selected {
	padding: 1px 10px 1px 10px;
	background-color: #005D36;	/*E54C30*/
	color: #fff;
	text-decoration: none;
	display:block;
	text-align:center;
	border: 1px solid #005D36;	/*D6CEB4*/
	border-bottom: 0px solid #ccc;
	margin-right: 5px;
	height: 39px;
	line-height: 39px;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs div {
	padding: 5px;
	margin-top: 0px;
	border: 1px solid #ccc;
}

div.tabs > div h2 {
	margin-top: 0;
}
/*
#first {
	background-color:#fff;
	border: 1px solid #D6CEB4;
}

#second {
	background-color:#fff;
	border: 1px solid #D6CEB4;
}

#third {
	background-color:#fff;
	border: 1px solid #D6CEB4;
}

.waste {
	min-height: 1000px;
}	clear:both;
	color:#0e432b;
	font-weight:bold;
	font-size:105%;
	text-align:center;
	padding-left:7px;
	padding-bottom:5px;
}
*/

p.banner {
	margin: 10px 0;
	text-align: center;
}


table.kaisai{
	width:100%;
}

table.kaisai td.basyo{
	text-align:center;
}


/*今週の開催*/

table.konsyu{
	width:100%;
	border-width: 1px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-collapse:collapse;
/*	border-radius: 8px;*/
}

table.konsyu td.data_midasi
{
	width:22%;
	font-size:70%;
	text-align:center;
	vertical-align:middle;
	line-height: 2.5;
	background-color:#ffffff;
}

table.konsyu td.data_midasi font.saturday{
	color:#0000FF;
}

table.konsyu td.data_midasi font.sunday{
	color:#FF0000;
}

table.konsyu td.upline{
	border-top: 1px solid #eeece4;
}

table.konsyu td.data
{
	width:26%;
	text-align:center;
	line-height: 2.0;
	border-left: 1px solid #eeece4;
	background-color:#ffffff;
}

table.konsyu td.list
{
	text-align:center;
	vertical-align:top;
	font-size:60%;
	line-height: 1.5;
	border-left: 1px solid #eeece4;
	background-color:#ffffff;
}

table.konsyu td.data a {
	text-decoration: none;	/*リンクの下線なし */
	display: inline;
	color: #0000cc;					/* リンク文字色を黒に */
}

#TekichuCont{
	width:100%;
	font-size:12px;
}

#TekichuCont a{
	color:#000000;
}

#TekichuCont #Tekichu{
	width:100%;
}

#TekichuCont #Tekichu dt{
	width:auto;
	background-color:#AD8200;
}

#TekichuCont #Tekichu dd{
	border:1px solid #AD8200;
	padding-top:3px;
	padding-left:5px;
	height:60px;
}

#Book-image{
	float:left;
	width:120px;
}


#Book-image p{
	margin:0 0 10px;
}

ul.syukanbook li dl{
	margin:0 0 0 125px;
}


div.banner {
	margin: 10px 0;
	text-align: center;
	display:table;
	width:100%;
}

div.banner p{
	display:table-cell;
	width:50%;
	text-align:center;
}



div.toplus{
	float:right;
	display:block;
	width:180px;
	padding:10px 5px;
	border:1px solid #444;
	background-color:#444;
	font-size:12px;
	background: -webkit-gradient(linear, left bottom, left top, from(#888), color-stop(85%, #444), to(#222));	/* 行の背景 */
	background: -webkit-linear-gradient(bottom, #888, #444 85%, #222);	/* 行の背景 */
	background: -moz-linear-gradient(bottom, #888, #444 85%, #222);	/* 行の背景 */
	background: -o-linear-gradient(bottom, #888, #444 85%, #222);	/* 行の背景 */
	background: linear-gradient(to top, #888, #444 85%, #222);	/* 行の背景 */

	border-radius:8px;
}

div.toplus a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	width:100%;
	text-align:center;
}

p.banner2 {
	margin: 10px 0 0 0 ;
	padding:2px 0 6px 0;
	text-align: center;
	border:1px solid #EEECE4;;
	border-bottom-width:0px;
}

p.banner3 {
	margin: 0 0 10px 0;
	text-align: right;
	border:1px solid #EEECE4;;
	border-top-width:0px;
	padding:10px 5px 7px 0;
	background-color:#EEEEEE;
}

p.banner3 a{
	color:#070b47;
/*	text-decoration:none;*/
	display:block;
	width:100%;
}