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

input:focus, option:focus, textarea:focus {
	background-color: #bde9ba;
}

table.soubalist tr {
	background: #fff;
}

table.soubalist tr:nth-child(even) {
	background: #fee;
}
table.soubalist tr:nth-child(1) {
	background: #090;
	color:#fff;
}
table.soubalist td.kin {
	vertical-align:bottom;
	text-align:center;
}

table.soubalist td.niko {
	vertical-align:middle;
	text-align:center;
}

table.soubalist td.ken {
	vertical-align:bottom;
	text-align:center;
}

table.soubalist td.td_meihen {
	color:#F33;
	vertical-align:bottom;
	text-align:center;
}

table.soubalist td.td_teishi {
	vertical-align:middle;
	background-color:#eee;
	text-align:center;
	color:#999;
}

table.soubalist td.seiyaku {
	text-align:center;
	vertical-align:middle;
}

table.soubalist td.meigara {
	text-align:left;
	vertical-align:bottom;
}

.reccount {
	color:#ff0;
}

#golfclub  {
	width: 100%;
	line-height: 2em;
	font-size: 150%;
	font-weight: bolder;
	text-align: center;
	background: #009;
	color: #fff;
}

#jidosya  {
	width: 100%;
	text-align: left;
	line-height: 1em;
	font-size:100%;
}

div.selken {
	width: 400px;
	float: right;
}
 
form select.kenselect {
	width: 200px;
	line-height: 1.5em;
	text-align: center;"
	font-size: 100%;
}

p.p80 {
	margin:2;
	font-size:80%;
}

/*p.doc {
	margin:2;
	width:960px;font-size:80%;
}*/

a:LINK.irai {
  color:#666666;
  background-color:transparent;
}



a:VISITED.irai {
  color:#666666;
  background-color:transparent;
}

a:HOVER.irai {
  color:#666666;
  text-decoration:underline;
}

a:ACTIVE .irai {
	width:100px;
	height:100px;
  background-color:#00ff00;
}

table.soubalist {
	border-collapse: collapse;
}

table.list th {
	background-color:#009900;
	color:#ffffff;
	font-weight:bolder;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

table.list tr td {
  border-bottom: 1px solid #009900;
  border-left: 1px solid #009900;
}

table.list td.left {
  text-align: left;
}

table.list td.center {
  text-align: center;
}

table.list td.right {
  text-align: right;
}

table.practiceList tr:nth-child(1) {
/*	background: #090;*/
/*	color:#fff;*/
}

table.practiceList tr:nth-child(even) {
	background-color:#FFC;
}

table.practiceList tr:nth-child(odd) {
	background-color:#FFF;
}

table.practiceList tr:hover {
background-color:#FCC; color: red; 
}


table.ryokinList tr:nth-child(1) {
/*	background: #090;*/
/*	color:#fff;*/
}

table.ryokinList tr:nth-child(even) {
	background-color:#FFC;
}

table.ryokinList tr:nth-child(odd) {
	background-color:#FFF;
}

table.ryokinList tr:hover {
background-color:#FCC; color: red; 
}

/* 50音順タブ********************************************************/

.tab-input {
    display: none;
}
#content1, #content2, #content3 {
    display: none;
}
#radio1:checked + #content1 {
    display: block;
}
#radio2:checked + #content2 {
    display: block;
}
#radio3:checked + #content3 {
    display: block;
}



/************************************
** CSSでタブ表示
************************************/
/* タブの外枠 */
.tabs {
	margin: 0;
	padding: 0;
}

/* タブのスタイル */
.tabs .tab-label {
  display: inline-block;
	border-collapse: collapse;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #999;
	background: #fff;
	color: #333;
  margin:0 1px;
  padding: 0.25em 0.75em;
/*  padding: 0.25em 0.5em;*/
  border-bottom-style: 1px #ccc solid;
  font-size: 1em;
	cursor: pointer;
}

/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {
  opacity: 0.7;
}

/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content {
  display: none;
}

/* タブ内容のスタイル */
.tabs .tab-content{
	border: 1px solid #999;
	margin:0;
	min-height: 1em;
	color: #333;
}

/* 選択されているタブのコンテンツのみを表示 */
	.tabs #tab-all:checked ~ .tab-all-content,
	.tabs #tab-a:checked ~ .tab-a-content,
	.tabs #tab-ka:checked ~ .tab-ka-content,
	.tabs #tab-sa:checked ~ .tab-sa-content,
	.tabs #tab-ta:checked ~ .tab-ta-content,
	.tabs #tab-na:checked ~ .tab-na-content,
	.tabs #tab-ha:checked ~ .tab-ha-content,
	.tabs #tab-ma:checked ~ .tab-ma-content,
	.tabs #tab-ya:checked ~ .tab-ya-content,
	.tabs #tab-ra:checked ~ .tab-ra-content,
	.tabs #tab-wa:checked ~ .tab-wa-content {
	display: block;
}

/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
	background: #090;
	color: #fff;
}

/********************************************************************************************************/

div#tab-selken {
	display: inline-block;
}

.form-selectbox {
	height: 2.75em;
	font-weight: 700;
	background: #ff0;
	color: #f00;
	width: 8em;
}

.form-selectbox > option {
	font-weight: 500;
	background: #fff;
	color: #333;
}

.formSelectbox2 {
	height: 2.75em;
	font-weight: 700;
	background-color:#090;
	color:#fff;
	width: 7em;
}

.formSelectbox2 > option {
	font-weight: 500;
	background: #fff;
	color: #333;
}




@media screen and (max-width: 896px) {

select, option {
	font-size: 18px;
	font-weight: normal;
}

.tabs {
  margin-top: 0.5em;
}

/* タブのスタイル */
.tabs .tab-label {
	border-radius: 0;
	border-collapse: collapse;
	display: inline-block;
	border: 1px solid #999;
	background: #fff;
	color: #333;
	font-size: 1em;
	width: 16.6666%;
	margin: 0;
	padding: 0.5em 0px;
	text-align: center;

}
div#tab-selken {
	display: block;
	width: 100%;
}

.form-selectbox {
	height: 2.75em;
	font-weight: 700;
	background: #fff;
	color: #00f;
	width: 50%;
	border-collapse:collapse;
	box-sizing: border-box;
}

.form-selectbox > option {
	font-weight: 500;
	background: #fff;
	color: #333;
}


.formSelectbox2 {
	height: 2.75em;
	font-weight: 700;
	background: #fff;
	color: #00f;
	width: 100%;
}

.formSelectbox2 > option {
	font-weight: 500;
	background: #fff;
	color: #333;
}

}


tr.zebura {
	background-color:#fff;
}

tr.zebura:nth-child(even) {
	background-color:#ffeeee;
}

tr.zebura:nth-child(1) {
	background-color:#0000ff;
	color:#fff;
}

tr.zebura:nth-child(2) {
	background-color:#0000ff;
	color:#fff;
}
