@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
	line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

html {
	background-color: #0068B6;
}


body {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFF;
}





/*=================================================
 * トップページ
 * ================================================= */





/* 各クラブへ*/
.to_club_box{
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 3px solid #245aa0;
	display: block;
}

.to_club_box a{
	text-decoration: none;
	color: #000;
}


.name_img {
	margin-bottom: 10px;
}

.tel {
	color: #e61a19;
}




/* トップへ戻るボタン */
#to_top {
	border-radius: 3px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#A6A6A6));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#to_top a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	color: #444444;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40;
}




/* フッターナビゲーション*/

.foot_nav li:first-child {
	border: none;
}

.foot_nav {
	height: 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00adef),to(#00005d));
	background-color: #00005d;
	margin-right: auto;
	margin-left: auto;
}

.foot_nav ul {
		text-align: center;
}

.foot_nav li {
	text-align: center;
	float: left;
	font-size: 13px;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	width: 100%;
	font-weight: bold;
}

.foot_nav li a {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	}

.foot_nav ul:after {
 content:".";
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
}


/* フッター */
.global-footer {
	padding: 10px 0;
	background-color: #0068B6;
}


.copyright {
	margin: 0;
	color:  #ffffff;
	text-align: center;
	font-size: 12px;
}



/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}


/* 画像共通*/

.right_img {
	float: right;
	margin-bottom: 3px;
	margin-left: 3px;
	width:30%;
}

.sp_list {
    display:table;
    table-layout: fixed;
    width:100%;
}
.sp_list li{
    display:table-cell;
    vertical-align:top;
    text-align:left;
}

.sp_list li:first-child{
	width:52%;
}

.sp_list li:last-child{
	width:42%;
}

