@charset "UTF-8";
/* CSS Document */

/*
 * 　全体設定
 */
*{
	margin:0px;
	padding:0px;
}

table{
	empty-cells: show;
}

a img{
	border:none;
}

td{
	empty-cells: show;
}

#container_h{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#container_b{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}

#container_small{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
}


/*
 *　ヘッダー設定
 */
#header{
	margin-top:15px;
	height:35px;
	margin-bottom:10px;
}

#header #logo{
	float:left;
}

#header #logout{
	float:right;
}



/*
 *　ナビゲーション設定
 */
#navi
{
	clear:both;
	background-color:#E3007F;
	height:50px;
}

#navi ul
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

#navi li
{
	text-indent:-9000px;
	float:left;
	width:131px;
	height:49px;
	list-style: none;
}

#navi #reserve
{

	background-image:url(../img/b_reserve.gif);
}

#navi #master
{
	width:131px;
	height:49px;
	background-image:url(../img/b_master.gif);
}

#navi #member
{
	width:131px;
	height:49px;
	background-image:url(../img/b_member.gif);
}

#navi #acount
{
	width:131px;
	height:49px;
	background-image:url(../img/b_account.gif);
}

#navi #log
{
	width:131px;
	height:49px;
	background-image:url(../img/b_log.gif);
}

#navi a
{
	width:131px;
	height:49px;
	display:block;
	text-decoration:none;
}

/*
 * サイドバー設定
 */
#side {
	background-color: #FDEFF5;
	width: 165px;
	border: 0.25px solid #E3007F;
	padding-top:15px;
	padding-left:5px;
	float:left;
}

#side dl{
	border-bottom-width: 0.25px;
	border-bottom-style: solid;
	border-bottom-color: 9F9FA0;
	width: 155px;
	margin-bottom:15px;
}

#side dt {
	magin-top:15px;
	width:155px;
	display:block;
	background-attachment: scroll;
	background-image:url(../img/side_title_bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	line-height: 28px;
	text-indent: 6px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 0.25px solid #9F9FA0;
}

#side dd{
	background-color: #FFFFFF;
	border-right-width: 0.25px;
	border-left-width: 0.25px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 9F9FA0;
	border-left-color: 9F9FA0;
	width: 155px;
}

#side dd a {
	color: #2c9ed9;
	display: block;
	line-height: 24px;
	margin-left:10px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	text-decoration: none;
	text-indent: 15px;
	background-image: url(../img/bg_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}

/*
 * 右メイン設定
 */
#r_main{
	float:left;
	width:605px;
	padding-left:10px;
}

/*
 * 予約表テーブル設定
 */
.reserve_table
{
	margin-top:15px;
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;	
}

.reserve_table th
{
	background-color: #f2dedb;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	color: #666666;
	empty-cells: show;
	font-weight: 400;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
}

.reserve_table td
{
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	empty-cells: show;
	padding-bottom: 15px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 15px;
	text-align: center;
	vertical-align:middle;
}

.t_date
{
	width:80px;
	font-weight:bold;
	font-size:12px;
}

.t_time{
	width:80px;
	font-size:12px;
}

.t_rest
{
	width:20px;
}

.t_p
{
	width:70px;
}

th.t_c1
{
	width:60px;
	background-color:#FFFF99;
}

td.t_cancel{
	width:100px;
	font-size:14px;
	background-color:#FFFFCC;
}

.t_admin_p
{
	width:120px;
	font-size:16px;
	height:2.5em;
}

/*
 *　日付テーブル
 */
.date_table{
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	border-left-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}

.date_table tr{
	border: 0.25px solid #CCCCCC;
}
.date_table th
{
	width:80px;
	height:30px;
	font-size:16px;
	empty-cells: show;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	text-align:center;
	vertical-align:middle;
}

.date_table td{
	empty-cells: show;
	height:80px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	text-align:center;
	vertical-align:middle;
}

.date_table td p{
	font-size:14px;
	font-weight:bold;
	margin:2px;
}

.date_table .sun
{
	background-color:#FFCCFF;
	color:#FF0000;	
}

/* レッスン用 テーブル */
.lesson_table{
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #CCCCCC;
	text-align:center;
}

.lesson_table td{
	border:1px solid #CCCCCC;
}

.lesson_table th{
	height:30px;
	font-size:16px;
	empty-cells: show;
	border:1px solid #CCCCCC;
	background-color:#C2EC99;
}

.lesson_table .week
{
	width:80px;
}

.lesson_table .time
{
	width:240px;
}

/*
 * 会員用テーブル
 */
#member_table
{
	font-size:12px;
}

.member_table{
	width:500px;
	margin-top:15px;
	text-align:center;
	font-size:12px;
}

.member_table th{
	background-color:#C2EC99;
	border:0px;
	text-align:center;
}

.member_table td{
	border-top:1px solid #CCCCCC;
	border-left:0px;
	border-right:0px;
	vertical-align:middle;
}


/*
 * フォーム用
 */
.submit-center{
	text-align: center;
	margin:0 5px;
}

.label
{
	padding-left:15px;
	border: 1px solid #CCCCCC;
	background-color:#C2EC99;
	font-size:14px;
	height:2em;
	line-height:2em;
	margin-top:5px;
}

.s_control
{
	margin-top:5px;
	display:block;
	padding-left:10px;
	margin-left:150px;
	/margin-left:0px; /* IE7用ハック */
	line-height:2em;
	font-size:14px;
	width:300px;
	border: 1px solid #CCCCCC;
}

.control
{
	padding-left:10px;
	font-size:14px;
	border: 1px solid #CCCCCC;
	height:2em;
	line-height:2em;
	margin-top:5px;
}

input.normal
{
	width:150px;
}

input.short{
	width:50px;
}

/*
 * 共通設定
 */
p.info{
	margin-left:20px;
	padding:5px;
	color:#0000FF;
	font-size:12px;
}

/*
 * ひらがなインデックス
 */
#index
{
	margin-top:10px;
	width:500px;
	height:30px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-top:3px;
	padding-bottom:3px;
}


#index ul
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
	padding-left:5px;
}

#index li
{
	float:left;
	width:45px;
	font-size:14px;
	list-style:none;
}

/*
 * ログイン
 */
#login{
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	width: 600px;
}

#login img{
	text-align:center;
}

#login dl{
margin-bottom: 30px;
padding-left: 40px;
padding-top: 30px;
}

#login dt{
clear: both;
color: #999999;
float: left;
font-family: "Elephant";
height: 30px;
margin-bottom: 15px;
width: 100px;
}

#login dd { 
height: 30px;
margin-bottom: 15px;
}

/*
 * エラー表示
 */
.error{
	margin:15px;
	line-height:1.5em;
	padding-left:20px;
	width:500px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

div.message
{
	margin:15px;
	line-height:1.5em;
	padding-left:20px;
	width:450px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

/*
 * 会員用画面
 */
#user_menu{
	float:left;
}

#user_menu img{
	margin-top:15px;
	margin-left:15px;
}

#navi #user_top
{
	width:131px;
	height:49px;
	background-image:url(../img/b_user_top.gif);
}

#navi #user_view
{
	width:131px;
	height:49px;
	background-image:url(../img/b_user_view.gif);
}

#navi #user_reserve
{
	width:131px;
	height:49px;
	background-image:url(../img/b_user_reserve.gif);
}

#navi #user_register
{
	width:131px;
	height:49px;
	background-image:url(../img/b_user_register.gif);
}

#navi #user_bill
{
	width:131px;
	height:49px;
	background-image:url(../img/b_user_bill.gif);
}

div.no-div-checkbox{
	float:left;
	margin-right:10px;
}

div.no-div-checkbox input{
	margin-right:3px;
}

div.no-div-checkbox label{
	display:inline;
}

.tbl-member-title{
	width:20%;
}

select.date-form-control{
	width: auto;
    max-width: initial;
}

div.error-message{
	padding:12px; font-weight:850; color:#262626; background:#FFEBE8; border:2px solid #990000;
}

.red{
	color:red;
}

.checkbox label{
	display: inline-block;
	padding-left: 5px;
}

textarea.email-content{
	height:15em;
}