@charset "utf-8";

/* =======================================

	Reset CSS

========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {background: #FFF; color: #333;}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
img {border: 0; vertical-align: top;
	max-width: 100%; height: auto;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}


/* その他共通設定
---------------------------------------------------- */

/* テキスト位置 */
.t_left   {text-align: left;}
.t_center {text-align: center;}
.t_right  {text-align: right;}

/* float関係 */
.f_left   {float: left;}
.f_right  {float: right;}
.f_clear  {clear: both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

a:link {
    color: #333;
    text-decoration: underline;
}
a:hover {
    color: #333;
    text-decoration: none;
}
.red {
	color: #ff0000;
}

/* ====================================================
	
		ページ全体

==================================================== */

/* 基本レイアウト
---------------------------------------------------- */
#wrapper {
	position: relative;
	width: 100%;
}

@media all and (min-width: 640px) {
	#wrapper {
		position: relative;
		width: 640px;
		margin: 0 auto;
	}
}

#header {
	margin: 0 0 25px;
}
/* ロゴ */
#h_logo {
	margin: 10px 0;
	text-align: center;
}
#h_logo img {
	height: 30px;
	width: 120px;
}
h1 {
	border-bottom: 1px solid #009be5;
	color: #009be5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* コンテンツ */
#contents {
	margin: 0 0 50px;
}

/* テキストのまとまり（両サイドに余白) */
.box {
	margin: 15px 7px 30px;
}

/* フッター */
#footer {
	margin: 0 0 30px;
}

/* アドレス */
.address {
	text-align: center;
	margin: 20px 0 0;
}
.address p {
	margin: 0 0 2em 0;
}

/* 電話番号 */
.address li {
	margin-bottom: .5em;
}
.tsuru, .tsuru a {
	color: #e95098;
}
.sakata, .sakata a {
	color: #4c4398;
}

/* フッターナビ
---------------------------------------------------- */
.f_nav{
	display: block;
	border-top: 1px solid #009be5;
	overflow: hidden;
	background: #fff;
}
.f_nav li{
	border-bottom: 1px solid #009be5;
}
.f_nav li a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 13px 25px 13px 10px;
	background: #fff;
}
.f_nav li a:hover {
}
.f_nav li a::before,
.f_nav li a::after {
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	content: '';
	width: 12px;
	height: 2px;
	background-color: #009be5;
}
.f_nav li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.f_nav li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ボタン
---------------------------------------------------- */

/* デフォルトのデザインリセット */
input[type="button"] {
	border-style: none;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-appearance: none;
}
.btn {
	background-color: #009be5;
	border-radius: 5px;
	box-shadow: 0 3px #006da1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}
/* 戻るボタン */
.btn_back {
	background-color: #dbe6e6;
	border-radius: 5px;
	box-shadow: 0 2px #959c9c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}
/* キャンセルボタン */
.btn_cancel {
	background: #dbe6e6;
	border-radius: 5px;
	box-shadow: 0 2px #959c9c;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 0;
	text-align: center;
	width: 50px;
}
/* 抽選申込ボタン */
.btn_entry {
	background: #ccebfa;
	border-radius: 5px;
	box-shadow: 0 2px #ccc;
	color: #009be5;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 8px 0;
	text-align: center;
	width: 50px;
}
/* 空き状況と利用申込ボタン */
.btn_use {
	background-color: #1AAE8E;
	border-radius: 5px;
	box-shadow: 0 3px #1b7f67;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}
/* 本日の空き状況 */
.btn_today {
	background-color: #333;
	border-radius: 5px;
	box-shadow: 0 3px #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 0;
	width: 100%;
}

/* タイトル
---------------------------------------------------- */

/* 予約中 */
.title_reserve {
	background-color: #e95098;
	color: #fff;
	font-size: 18px;	
	padding: 4px 0 4px 10px;
	margin: 0 0 15px;
}
/* 抽選申込中 */
.title_entry {
	background-color: #47408f;
	color: #fff;	
	font-size: 18px;	
	padding: 4px 0 4px 10px;
	margin: 0 0 20px;
}
/* 会員情報 */
.title_info {
	background-color: #dbe6e6;
	font-size: 18px;	
	padding: 4px 0 4px 10px;
	margin: 0 0 15px;
}
/* コートの空き状況と利用申込み */
.title_use {
	background-color: #1AAE8E;
	color: #fff;	
	font-size: 18px;	
	padding: 4px 0 4px 10px;
	margin: 0 0 15px;
}
.sorry {
	color: #ff0000;
	font-weight: bold;
	margin: 20px 0;
}
/* 本日の空き状況 */
.title_today {
	background-color: #333;
	color: #fff;
	font-size: 18px;	
	padding: 4px 0 4px 10px;
	margin: 0 0 15px;
}
/* テーブル
---------------------------------------------------- */
/* 共通*/
table {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
	white-space: nowrap;
}
table th {
	padding: 0 0 5px 0;
	vertical-align: bottom;
}
table td {
    white-space: nowrap;
    width: 80px;
}

/* 予約中 */
.table_reserve {
	margin-bottom: 50px;
}
.table_reserve th {
	border-bottom: 1px solid #e95098;
	color: #e95098;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.table_reserve td {
	border-bottom: 1px solid #e95098;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}

/* 抽選状況 */
.table_entry {
	margin-bottom: 1em;
}
.table_entry th {
	border-bottom: 1px solid #4c4398;
	color: #4c4398;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.table_entry td {
	border-bottom: 1px solid #4c4398;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
.lottery_date {
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}
.minute {
	background-color: #dbe6e6;
	padding: 3px 5px;
}
/* 抽選終了 */
.table_end {
	margin-bottom: 40px;
}
.table_end td {
	background-color: #DBE6E6;
}

/* コートの空き状況と利用申込み */
.table_use {
	margin-bottom: 30px;
}
.table_use th {
	border-bottom: 1px solid #1AAE8E;
	color: #1AAE8E;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.table_use td {
	border-bottom: 1px solid #1AAE8E;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
.about_coat {
	color: #1AAE8E;
	font-weight: bold;
}
.entry_end {
	font-weight: bold;
	margin: 20px 0;
}
.entry_detail {
	line-height: 2;
	margin: 0 14px 20px;
}

/* 本日の空き状況 */
.table_today {
	margin-bottom: 1em;
}
.table_today th {
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.table_today td {
	border-bottom: 1px solid #333;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}


/*　会員情報
---------------------------------------------------- */
.info_sec {
	border: 1px solid #bebebe;
	margin: 0 10px 15px;
	padding: 10px;
}
.info_sec dd {
	color: #009be5;
}
/* 変更不可 */
.info_sec .unchange {
	color: #ff0000;
	font-size: 14px;
	padding-left: 16px;
}

/* ようこそ */
.welcome {
	margin: 0 0 25px;
	text-align: center;
}

/* リンク先はこちら */
.link_text {
	text-align: center;
}

/* 抽選申込内容 */
.info {
	margin: 30px 0;	
}
.info dt {
	background-color: #dbe6e6;
	padding: 6px 14px 4px;	
	margin-bottom: 10px;
}
.info dd {
	padding: 6px 14px 4px;	
	margin-bottom: 20px;
}


/*　フォーム
---------------------------------------------------- */
/* テキスト入力欄 */
.textbox {
	border: 1px solid #c6c6c6;
	font-size: 16px;
    height: 45px;
	margin: .5em 0;
    padding-left: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
/* セレクトボックス */
.selectbox {
	border: 1px solid #c6c6c6;
	font-size: 16px;
    height: 45px;
    padding-left: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
/* 数字入力欄 */
.number {
	border: 1px solid #c6c6c6;
	font-size: 16px;
    height: 45px;
	margin: 8px 8px 8px 0;
    padding-left: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	float: left;
}
.change {
	overflow: hidden;
}
.change li {
	float: left;
	margin: 8px 5px 0;
}
/* プラスマイナスボタン */
a.btn_change {
	background: #ccebfa;
	border-radius: 10px;
	box-shadow: 0 2px #ccc;
	color: #009be5;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	width: 40px;
	padding: 8px 10px;
	text-decoration: none;
}
/* ご利用日選択 */
.choice_text {
	float: left;
	line-height: 45px;
	margin-right: 2%;
	width: 35%;
}
.choice_box {
	float: left;
	width: 63%;
}

/* お知らせ */
.info {
	background-color: #f7f7f7;
	padding: 20px;
}
#contents .info h2 {
	font-size: 20px;
	font-weight: bold;
    background: none;
    padding: 0;
	margin-bottom: 10px;
}
.info dt {
	clear: both;
	color: #0091db;
	float: left;
	width: 105px;
}
.info dd {
	margin: 0 0 0 105px;
}
