@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
	color:#9b8131;
	text-decoration: none;
}
a:visited {
	color:#9b8131;
	text-decoration: none;
}
a:hover {
	color:#b79f55;
	text-decoration: underline;
}
a:active {
	color:#b79f55;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	width: 160px;
	background: #fff;
	margin: 20px 0;
}
#headerDesc {
	background: #ededed;
	height: 30px;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 18px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}


#headerDescArea img {
	margin: 6px 0 0 5px;
}



#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 8px 10px 0 0;
	height: 20px;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding-top: 60px;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	background: #fff url(../img/navi_bg.png);
	height: 60px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0cab7;
}

#navi #gNav li {
	float: left;
	text-align: center;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	color:#fff;
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 159px;
	height: 50px;
	padding-top: 10px;
	background: #fff url(../img/gNav_li_bg.png);
}

#navi #gNav span {
	color:#f3e3b1;
	font-size: 10px;
}

#navi #gNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	text-decoration:none;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

#footerQr {
	text-align:right;
	margin-right:30px;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	height: 300px;
	width: 960px;
	margin: 0 auto ;
}
#contentsTitle {
	width: 743px;
	height:126px;
	margin: 0 ;
	position:relative;
}

#contentsTitle ul {
	position:absolute;
	margin:65px 0 0 530px;
	left: 6px;
	top: 2px;
}


#contentsTitle ul.registrationFlow {
	position:absolute;
	margin:65px 0 0 530px;
	left: -56px;
	top: 2px;
}


#contentsTitle ul.registrationFlow li a {
	opacity: 1.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1.0; /* Safari 1.x */
	-moz-opacity: 1.0; /* FF lt 1.5, Netscape */
}

#contentsTitle ul.nav_nofree li{
        width: 96px;
        float: right;
}




#contentsTitle ul li {
	background: none !important ;
	padding: 0 0 0 10px !important ;
	float:left;
}

#contentsTitle ul li a {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}


#contentsTitle ul li a:hover {
	opacity: 1.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1.0; /* Safari 1.x */
	-moz-opacity: 1.0; /* FF lt 1.5, Netscape */
}


#storeimg {
	width: 743px;
/*	height:126px;*/
	margin-bottom: 10px ;
	position:relative;
}

/*日付選択一覧設定*/

#daytime {
	margin: 20px 0 ;
        width: 743px ;
}

#form table.zebra tbody tr td.essential {
	text-align:center;
}

#form table.zebra tbody tr {
	margin:3px 0 ;
}

#form table.zebra tbody tr td.day img {
	margin:4px;
}


#form table.zebra thead tr th.essential {
	text-align:center;
}

.zebra {
	width:100%;
        table-layout: fixed;
}
.zebra td, .zebra th {
	/*
	border-bottom: 1px solid #f2f2f2;
	*/
	font-size:12px;
	padding: 15px 7px;
}
.zebra tbody tr:nth-child(even) {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.zebra th {
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #eee;
	/*
	border-bottom: 1px solid #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
	background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
	background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
	background-image:      -o-linear-gradient(top, #f5f5f5, #eee);
	background-image:         linear-gradient(top, #f5f5f5, #eee);
	*/
}
.zebra th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
.zebra th:last-child {
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}
.zebra th:only-child {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.zebra tfoot td {
	border-bottom: 0;
	border-top: 1px solid #fff;
	background-color: #f1f1f1;
	
}
.zebra tfoot td:first-child {
	-moz-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
.zebra tfoot td:last-child {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.zebra tfoot td:only-child {
	-moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;  
        border-radius: 0 0 6px 6px;
}


.zebra div.btn {
	background:#0093D5;
	color:#FFF;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 1em 0.5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}
.zebra div.btn:hover {
	text-decoration: none;
}
.zebra div.btn:active {
	position: relative;
	top: 1px;
}



.zebra tr .day {
	padding: 0;
}

.zebra tr .day img {
	margin-top:5px;
	margin-left:0px;
}

.zebra .password {
	width: 150px;
}



/*クーポン一覧設定*/

.coupon {
	margin:0 0 15px 0 ;
}

.couponList tbody tr {
	background:#F7F7F7;
	border: solid 1px #E0E0E0;
	border-radius: 4px;
}

.couponList tbody tr td {
	padding:10px;
}

.couponList tbody tr td.couponType {
	color:#FFFFFF;
	width:10px;
}

.couponList tbody tr td.common {
        background:#5FA743;
    
}

.couponList tbody tr td.new {
    background: #e7a94e;
    
}

.couponList tbody tr td.all {
    background: #cc0033;
    
}

.couponList tbody tr td.womens {
    background: #ff6666;
    
}

.couponList tbody tr td.allContents {
    background: #ffcccc;
}

.couponList tbody tr td.womensContents {
    background: #ffe1e0;
    
}

.couponList tbody tr td.mens {
        background:#0066cc;
    
}

.couponList tbody tr td.mensContents {
    background: #d1e1fb;
    
}

.couponList tbody tr td.commonContents {
    background: #dcfce0;
    
}

.couponList tbody tr td.newContents {
    background: #ffe6c2;
}

.couponList tbody tr td.couponContents {
	width:530px;
	border-right: solid 1px #E0E0E0;
}

.couponList tbody tr td img {
	vertical-align:middle;
	cursor:pointer;
}

select#couponType {
    float: right;
    margin: 0 5px 0 0;
    border:1px solid #E0E0E0;
    padding: 5px;
    color: #333333;
    background: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
     
    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}


/*メニュー一覧設定*/

.menuList {
	margin: 0 0 20px 0 ;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 980px;
	margin: 20px auto 0 auto;
	padding-bottom: 60px;
	text-align: left;
	overflow:hidden;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 15px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	width: 743px;
	float:left;
}

h1{
	margin:20px 0 ;
}

#main h2{
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 40px;
	background: url(../img/bg-h2.png) no-repeat;
	padding: 8px 0 0 32px;
}

#main h3{
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat;
	padding: 9px 0 0 32px;
}

#main h4{
	color: #9b8131;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main h5{
	color:#333333;
	border-bottom: solid 3px #5FA743 ;
	padding:5px;
	margin:5px 0;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #fff 1px;
	min-height:1px;
}

#main .box {
	width: 300px;
	float: left;
	margin-right: 5px;
	margin-bottom:10px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 300px;
	float: right;
	margin-right: 5px;
	padding: 0 0 0 10px;
}


#main .box2 {
	width: 200px;
	float: left;
	margin: 10px 23px 0 23px ;
}

.fclear {
	clear:both;
}

#main .box2-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}


/* staff一覧
----------------------------------------------------------　*/
#staffList {
	margin: 20px 0 0 0 ;
}

.staffName {
	color:#333333;
	font-weight:bold;
}

.staffTitle {
	color:#E19C28;
	border-bottom: solid 1px #CCC ;
}

.shimeiButton {
	width:144px ;
	height:32px ;
	margin: 10px auto ;
}

.staffComment {
	min-height:35px;
}



/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #E0E0E0;
	padding: 10px;
	width: 560px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #E0E0E0;
	padding: 10px;
	width: 135px;
	background:#F7F7F7;
}

/* 予約確認画面、詳細入力部分
----------------------------------------------------------- */
#main .t-headSyousai {
	border-collapse: collapse;
	border: solid 1px #E0E0E0;
	padding: 10px;
	width: 200px;
}

#main .t-itemSyousai {
	border-collapse: collapse;
	border: solid 1px #E0E0E0;
	padding: 10px;
	width: 495px;
	background:#F7F7F7;
}


#main .t-head div {
	clear:both;
}

#main .t-item img {
	vertical-align:middle;
	cursor:pointer;
	margin: 0 auto;
	display:block;
}

#main .t-head p {
	float:left;
        font-size: 12px;
}


#main .t-head p.price {
	float:right;
}


p.price {
	float:right !important;
}

/*新規登録画面設定*/

.registration {
	margin: 20px 0 ;
}

.nextBtn {
	background:url(../img/webyoyaku3_r5_c12.gif) ;
	width:168px;
	height:45px;
	border:none;
	cursor:pointer;
	margin:10px auto;
	display:block;
}


.registrationBtn {
	background:url(../img/webyoyaku3_r5_c102.gif) ;
	width:168px;
	height:45px;
	border:none;
	cursor:pointer;
	margin:10px auto;
	display:block;
}


input.text {
	border: 1px solid #C8C8C8;
	border-radius:3px;
	box-shadow:0 1px 0 #FFFFFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	color:#333333;
	padding:5px;
}

select.dropdown {
	border: 1px solid #C8C8C8;
	border-radius:3px;
	box-shadow:0 1px 0 #FFFFFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	color:#333333;
	padding:5px;
}


#compIcon {
	width:211px ;
	margin: 50px auto 100px auto ;
	padding:10px;
}

#goRegistration {
	width:168px ;
	margin: 0 auto ;
}

#registration_note{
        text-align: center;
        border: solid 1px #b74447;
        padding: 10px 0;
        border-radius: 3px;
}

#registration_note p{
        font-size: 2em;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 186px;
        margin: 0 0 0 40px;
}

#sub h3{
	font-size: 14px;
	font-weight: normal;
	width: 186px;
	height: 35px;
	background: url(../img/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 9px 0 0 32px;
}

#sub ul {
	margin: -10px 0 2px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}

#sub .loginTitle {
	border-bottom:solid #333333 4px ;
}

.button {
	background:url(../img/webyoyaku1_r16_c16.gif) ;
	width:168px;
	height:45px;
	border:none;
	cursor:pointer;
	margin: 0 auto;
	display:block;
}

.logoutbutton {
	background:url(../img/logout.gif) ;
	width:168px;
	height:45px;
	border:none;
	cursor:pointer;
	margin: 0 auto;
	display:block;
}



input#email,input#password {
	border: 1px solid #C8C8C8;
	border-radius:3px;
	box-shadow:0 1px 0 #FFFFFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
	color:#333333;
	padding:5px;
	width:174px;
}




#sub div form div img {
	margin: 15px 0 0 0 ;
}

#sub div form div div#save p {
	margin: 15px 0 ;
}



.iptCheckBtn {
     position: relative;
     display: -moz-inline-box;
     display: inline-block;
     font-size: 87.5%;
}
.iptCheckBtn input {
     position: absolute;
     z-index: -1;
}



.iptCheckBtn label {
	width:132px;
	height:47px;
     display: block;
     background: url("../img/off.gif") no-repeat;
     cursor: pointer;



}
.iptCheckBtn label.focus { /*inputのフォーカス中に割り当てるClass*/
     border: 1px solid #FFFF66;
}

/*inputの選択中に割り当てるClass*/
.iptCheckBtn label.selected {
	background: url("../img/on.gif") no-repeat;

}



/* ie older version */
* html .iptCheckBtn01 {
     display: inline;
     zoom: 1;
}
*:first-child+html .iptCheckBtn01 {
     display: inline;
     zoom: 1;
}


#main .border{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	border-bottom: solid 3px #CCC ;
	padding:5px;
	margin:5px 0;
}

#nostaff {margin: 0 auto;
}


#nostaff img {

	width:144px;
	margin: 10px auto ;
}


#menuNextBtn img {
	display:block;
	width:132px;
	margin: 10px auto;
	cursor:pointer;
}

#menuNextBtn input {
	display:block;
	width:132px;
	margin: 10px auto;
	cursor:pointer;
}

.menuNextButton {
	background:url(../img/menunext.gif);
	width:132px;
	height:47px;
	border:none;
	cursor:pointer;
	margin: 10px auto;
	display:block;
}


#compText {
	width:350px;
	margin: 0 auto;
}

#welcome {
	padding:10px;
	margin:15px 0;
	border-radius:4px;
	background:#F9F9F9;
}

.welcomebutton{
        margin: 5px 0;
        padding: 10px 5px;
        border-radius: 5px;
        text-align: center;
}

.welcomebutton a{
        color:#ffffff;
        font-weight: bold;
}
.welcomebutton a:hover {
	text-decoration: none;
}
#cancelbutton{
        background-color: #d45336;
}
#changebutton{
        background-color: #5fa743;    
}

.currentPoints {
	font-size:20px;
	color:#D1921B;
	font-weight:bold;
}


.addPoints {
	padding:0 5px;
	color:#EAB800;
	font-weight:bold;
}

#main h4.couponTitle {
    font-weight: bold;
    

}
.couponContents p{
    float: left;
    font-size: 12px;
}
.couponNote {
	clear:both;
}

#totalPoints {
	margin: 0 0 10px 0 ;
}

#totalPoints img {
	height:58px;
	width:74px;
	vertical-align:middle;
	margin:0 10px 0 0;
}

.menuTitle {
	font-weight:bold;
	font-size:14px;
	margin:5px 0 ;
}

.takeMinutes {
	margin: 0 10px 0 0;
}

.menuWrap p img {
	height:17px;
	vertical-align:middle;
	margin:-3px 0 0 0;
}

img.yoyakuDisable {
    cursor: default !important;
}

#coupon {
    margin-top: 20px;
}

p.error {
	color:#900;
	font-weight:bold;
}


ul#tab {
	zoom: 1;
	background: #FFFFFF;
	border-bottom: 3px solid #5FA743;
	list-style: none;
	margin: 0 auto 10px auto;
	padding: 0;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
	background:#F3F3F3;
	padding:0;
	border:#E8E8E8 solid 1px;
	border-bottom: none;
}
ul#tab li:last-child {
	background: #F3F3F3;
	border:#E8E8E8 solid 1px;
	border-bottom: none;
}
ul#tab li a {
	display: block;
	width: 138px;
	padding: 8px 0;
	text-decoration: none;
	color: #222;
}
ul#tab li a:hover {
	background: #8AC94B;
	color: #fff;
	border:#8AC94B solid 1px;
	border-bottom: none;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background: #5FA743;
	color: #fff;
	border:#5FA743 solid 1px;
	border-bottom: none;
	
}

.tabbox {
	display: none;
}

/* スケジュール表 */
.schtable th {
    padding: 7px;
}

.schtable th:first-child {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.schtable th:last-child {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#round_corner_l{
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

#round_corner_r{
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.thmonth{
	text-align: center !important;
}

.c_month{
	border-left: 1px solid #b7b7b7;
}

/* スケジュール画面選択中クーポンメニュー */
#disp_selectmenu{
	border-collapse: collapse;
	border: solid 1px #E0E0E0;
	padding: 10px;
}
