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

/*================================================
　import設定 
================================================*/

@import "reset.css";
@import "common.css";

/*================================================
　共通設定 
================================================*/

body {
    font:14px/1.231;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust:none;/*iPhone用ランドスケープ時の文字のサイズを自動で拡大防止*/
	background:#ffffff;
	line-height:1.5em;
	color:#666666;
	min-width:320px;
	max-width:800px;
	margin:0 auto;
}

section, nav {
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
}

aside {
	color:#000000;
	background: #fff9f9;
	-webkit-border-radius:0;
	border-radius:0;
	border:1px solid #ff9999;
	padding:3%;
}

aside p:last-child {
	margin-bottom: 0;
}

img{
	max-width:100%;
	height:auto;
	width:auto\9; /* ie8 */
}

/* 画像枠 */

img.waku{
	padding:0;
	background:#FFFFFF;
	border:none;
}

/*画像配置*/

.imgR{
	float:right;
	margin-left:10px;
	width:40%;
}

.imgL{
	float:left;
	margin-right:10px;
	width:40%;
}

@media screen and (max-width:340px){
.imgR{
	float:none;
	margin-left:0;
	width:100%;
	text-align:center;
}

.imgL{
	float:none;
	margin-right:0px;
	width:100%;
	text-align:center;
}
}

/* 見出し */

h1{
	font-size:100%;
	line-height:1.5em;
	font-weight:normal;
	color:#000;
}

#main-area h2{
	font-size:170%;
	font-weight:normal;
	line-height:1.5em;
	color:#fff;
	text-shadow:0 0 0px #fff;
	min-height:40px;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);*/
	background:#29417d;
	border:2px solid #fff;
	box-shadow:0px 0 1px #666;
	border-radius:10px;
	padding:10px 20px;
	padding-top:20px;
	margin-bottom:20px;
	text-align:center;
}

h3{
	font-size:150%;
	font-weight:normal;
	line-height:1.2em;
	color:#333;
	background:url(../images/common/h3_bg.png) left top repeat-y;
	margin-bottom:20px;
	padding-left:20px;
	min-height:20px;
}

h4{
	font-size:140%;
	line-height:1.5em;
	color:#333;
	background:url(../images/common/h4_bg.jpg) left bottom repeat-x;
	border-left:5px solid #55cad5;
	margin-bottom:10px;
	padding-left:10px;
}

h5{
	font-size:140%;
	line-height:1.5em;
	color:#fff;
	background:#55cad5;
	margin-bottom:10px;
	padding-left:15px;
	border-radius:5px;
}


h6{
	font-size: 120%;
	line-height:1.5em;
	text-align:left;
	min-height:20px;
	background-color:#63524a;
	background-image:url(../images/common/h5-bg.png);/*GoogleChromeには反映されません*/
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#ffffff;
	border:2px solid #ffffff;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	text-shadow: 1px 1px 1px #333;
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
	padding:5px;
	padding-top:7px;
	padding-left:15px;
    margin-bottom:10px;
}

/* ページ内ナビゲーション */

#pageNavi{
	margin-bottom:20px;
	text-align:right;
	font-size:80%;
	line-height:1.5em;
}

#pageNavi a{
	color:#7e7e7e;
	text-decoration:underline;
	border-left:1px solid #7e7e7e;
	padding:0 10px;
}

#pageNavi a.end{
	border-right:1px solid #7e7e7e;
}

#pageNavi a:hover{
	color:#ff8400;
	text-decoration:underline;
}

/* ページ内トップへのナビゲーション */

.pageTop{
	text-align:right;
	padding:10px 0 20px 0;
	clear:both;
}

.pageTop a{
	color:#333333;
	text-decoration:underline;
}

.pageTop a:hover{
	color:#000000;
	text-decoration:underline;
}

/*================================================
　レイアウト設定 
================================================*/

#container{
	width:100%;
	text-align:center;
}

#container-inner{
	width:100%;
	line-height:100%;
	margin:0 auto;
	text-align:left;
}


/* ヘッダー領域 -------------------------------- */

header{
	background:#fff url(../images/common/header_bg.png) left bottom repeat-x;
	background-size:100% 10px;
	width:100%;
	height:140px;
	text-align:center;
	margin-bottom:0px;
}

header #header-inner{
	width:100%;
	margin:10px auto;
	text-align:center;
}

header #header-inner h1 img{
	width:180px;
}

header .marquee{
	width:100%;
	padding:0.2em 0;
	overflow:hidden;
	position:relative;
	/*background:#000;
	border-bottom:1px solid #ad9670;*/
}

header .marquee h2:after {
	content:"";
	white-space:nowrap;
	padding-right:50px;
}

header .marquee h2{
	margin:0;
	padding-left:100%;
	display:inline-block;
	white-space:nowrap;
	font-size:14px;
	color:#000;
	font-weight:normal;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:20s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:20s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:20s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

@media screen and (max-width:360px){
header{
	height:130px;
	margin-bottom:0px;
}

header #header-inner h1 img{
	width:180px;
	margin-bottom:5px;
}
}

/*　メイン部　*/

#content{
	text-align:center;
	width:100%;
	background:url(../images/common/content-bg.png) left top repeat-x;
	margin-bottom:10px;
}

#content-inner {
	width:94%;
	margin:0 auto;
	text-align:left;
}


/* 中カラム -------------------------------- */

#main-area{
	width:100%;
}

#main-area-inner{
	padding:0px;
}

/* 右カラム -------------------------------- */

#right-area{
	float:none;
	width:100%;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	text-align:center;
	padding:20px 0px;
}

#right-area-inner{
	padding:0px 10px;
	text-align:left;
}

#right-area-inner ul{
	list-style:none;
}

#right-area-inner ul li{
	text-align:center;
	margin-bottom:5px;
}


#right-area-inner ul li.noad{
	font-size:100%;
	line-height:70px;
	color:#fff;
	text-align:center;
	color:#ccc;
	background:#fff;
	border:1px dotted #ccc;
}

#main-area .ad1{
	font-size:150%;
	line-height:100px;
	color:#000;
	text-align:center;
	background:#ccc;
}

/* 下部のテキストナビ -------------------------------- */

#footer_navi{
	width:100%;
	text-align:center;
	margin-bottom:20px;
	clear:both;
}

#footer_navi ul{
	width:100%;
	margin:0 auto;
	list-style:none;
}

#footer_navi ul li{
	float:left;
	margin:0 10px;
	font-size:100%;
	line-height:1.5em;
	background:url(../images/common/footer_navi_bg@2x.png) left center no-repeat;
	background-size:10px 10px;
	padding-left:12px
}

/* フッター -------------------------------- */

footer{
	width:100%;
	min-height:30px;
	color:#fff;
	text-align:center;
	background:#29417d;
	/*background:url(../images/common/header_bg.png) left top repeat-x;*/
	border-top:2px solid #fff;
	box-shadow:0 0 5px #666;
	padding:10px 0;
}

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

/* スライドショー　ClearFixElements */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom:20px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/index/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../images/index/next.png) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border-radius:10px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

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

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*検索枠*/

#index #search ul{
	list-style:none;
	margin-left:20px;
}

#index #search ul li{
	font-size:110%;
	line-height:1.5em;
}

#index #search ul li input{
	margin-right:5px;
}


#index #search .button{
	text-align:center;
}

#index #search .button input{
	font-size:150%;
	line-height:1em;
	width:150px;
	margin:0 auto;
}

/* 科目選択 ======================*/

#index #kamoku{
	float:left;
	width:48%;
	margin-bottom:30px;
}

#index #kamoku select{
	width:100%;
}

@media screen and (max-width:360px){
#index #kamoku{
	float:none;
	width:100%;
	margin-bottom:20px;
}

#index #kamoku select{
	height:20px;
	width:100%;
}
}
/* フリーワード ======================*/

#index #freeword{
	float:left;
	width:48%;
	margin-left:4%;
	margin-bottom:30px;
}

#index #freeword input{
	height:20px;
	width:100%;
}

#index #freeword p{
	font-size:90%;
	color:#999;
}

@media screen and (max-width:360px){
#index #freeword{
	float:none;
	width:100%;
	margin-left:0%;
	margin-bottom:20px;
}

#index #freeword input{
	height:20px;
	width:100%;
}

#index #freeword p{
	font-size:90%;
	color:#999;
}
}

/* 最寄駅  ======================*/

#index #station ul{
	list-style:none;
	margin-left:0;
}

#index #station li{
	float:left;
	width:33%;
	margin-bottom:10px;
}

@media screen and (max-width:360px){
#index #station li{
	float:left;
	width:50%;
	margin-bottom:10px;
}
}

/* 東京23区  ======================*/

#index #content02 ul{
	list-style:none;
	margin-bottom:30px;
}

#index #content02 li{
	float:left;
	display:block;
	width:88px;
	height:88px;
	margin:5px;
}

#index #content02 ul.list1 li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	font-size:140%;
	line-height:88px;
	text-align:center;
	background:#69B2E3;
	color:#FFF;
	border-radius:50px;
}

#index #content02 ul.list1 li a:hover{
	background:#0e8cd4;
}

#index #content02 ul.list2 li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	font-size:140%;
	line-height:88px;
	text-align:center;
	background:#f29354;
	color:#FFF;
	border-radius:50px;
}

#index #content02 ul.list2 li a:hover{
	background:#d95b08;
}

#index #content02 ul.list3 li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	font-size:140%;
	line-height:88px;
	text-align:center;
	background:#67be93;
	color:#FFF;
	border-radius:50px;
}

#index #content02 ul.list3 li a:hover{
	background:#169f5c;
}


/* その他絞込み条件  ======================*/

#index #other{
	margin-bottom:30px;
}

#index #other ul{
	list-style:none;
	margin-left:20px;
}

#index #other li{
	float:left;
	width:25%;
	margin-bottom:10px;
}


/* 医院情報欄  ======================*/

#search #main-area table.clinicinfo{
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:20px;
}

#search #main-area table.clinicinfo th{
	width:25%;
	background:#efefef;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px 5px;
	text-align:center;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#search #main-area table.clinicinfo td{
	width:75%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	padding:10px;
	text-align:left;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#search #main-area table.clinicinfo td.youtube iframe{
	height:210px;
}

@media screen and (max-width:360px){
#search #main-area table.clinicinfo td.youtube iframe{
	height:auto;
}
}

#search #main-area table.clinicinfo2{
	width:100%;
	border:1px solid #cccccc;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:15px;
}

#search #main-area table.clinicinfo2 th{
	width:25%;
	background:#f3feff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
	font-size:100%;
	line-height:1.5em;
}

#search #main-area table.clinicinfo2 tr.even{
	border-bottom:2px solid #666;
}

#search #main-area table.clinicinfo2 td{
	width:75%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	padding:10px 5px;
	text-align:left;
	vertical-align:middle;
	font-size:100%;
}

#search .reserve_btn a{
	display:block;
	font-size:110%;
	line-height:1.5em;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	color:#333;
	width:100%;
	background:#efefef;
	border:1px solid #333;
	background:#55cad5;
	border:1px solid #55cad5;
	border-radius:30px;
}

#search .reserve_btn a:hover{
	text-decoration:none;
	color:#333;
	background:#cccccc;
	background:#92eaf2;
}

/*================================================
　お問い合わせ　#contact 
================================================*/

#contact .formbtn a{
	display:block;
	font-size:110%;
	line-height:1.5em;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	color:#333;
	width:100%;
	background:#efefef;
	border:1px solid #333;
	border-radius:30px;
}

#contact .formbtn a:hover{
	text-decoration:none;
	color:#333;
	background:#cccccc;
}

#contact #main-area table{
	border:1px solid #ccc;
	width:100%;
	margin-bottom:10px;
}


#contact #main-area table th{
	border:1px solid #ccc;
	width:30% !important;
	font-size:100%;
	font-weight:normal;
	line-height:1.5em;
	padding:10px 5px;
	background:#f5f5f5;
	text-align:center;
	vertical-align:middle;
}

#contact #main-area table td{
	width:70%;
	border:1px solid #ccc;
	font-size:100%;
	line-height:1.5em;
	padding:10px 5px;
}

#contact #main-area table td input.text1{
	width:100%;
	height:30px;
}

#contact #main-area table td textarea{
	width:100%;
	height:100px;
}

#contact #main-area input.button{
	display:inline-block;
	font-size:120%;
	line-height:1.5em;
	height:50px;
	margin:0 auto;
}

/*================================================
　利用規約　#terms 
================================================*/

#terms #content01 section{
	margin-bottom:30px;
}

/*================================================
　プライバシー　#privacy 
================================================*/

#privacy #content01 section{
	margin-bottom:30px;
}

#privacy #content01 section ul{
	margin-left:20px;
	margin-bottom:10px;
}

#privacy #content01 section ul li{
	font-size:140%;
	line-height:1.5em;
}

/*================================================
　広告掲載について　#ad 
================================================*/

#ad #content01 .box{
	float:left;
	width:41%;
	margin:1%;
	padding:3%;
	border:1px solid #ccc;
	border-radius:5px;
}

#ad #content01 .box ul{
	margin-left:20px;
	margin-bottom:10px;
}

#ad #content01 .box ul li{
	font-size:120%;
	line-height:1.5em;
}

@media screen and (max-width:360px){
#ad #content01 .box{
	float:none;
	width:91%;
	margin:0px;
	padding:4%;
	border:1px solid #ccc;
	border-radius:5px;
	margin-bottom:20px;
}
}

#ad #content02 .box{
	width:91%;
	margin-bottom:20px;
	padding:4%;
	border:1px solid #ccc;
	border-radius:5px;
}

#ad #content02 .box ul{
	margin-left:20px;
	margin-bottom:10px;
}

#ad #content02 .box ul li{
	font-size:140%;
	line-height:1.5em;
}

#ad #content02 .box table{
	border:1px solid #ccc;
	width:100%;
	margin-bottom:20px;
}

#ad #content02 .box table th{
	font-size:120%;
	line-height:1.5em;
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
	background:#f5f5f5;
}

#ad #content02 .box table td{
	font-size:120%;
	line-height:1.5em;
	background:#fff;
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
}

#ad #content02 .box h5{
	font-size:140%;
	line-height:1.5em;
	color:#333;
	background:none;
	margin-bottom:10px;
	padding-left:0px;
	border-radius:5px;
}


#ad #content02 aside{
	font-size:100%;
	line-height:1.5em;
	text-align:left;
	margin-bottom:10px;
}

/*================================================
　運営会社　#company 
================================================*/

#company #content02 table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
	border:1px solid #ccc;
}

#company #content02 table th{
	border:1px solid #ccc;
	font-size:100%;
	line-height:1.5em;
	text-align:center;
	background:#e5e5e5;
	padding:10px 5px;
	width:28%;
}
	
#company #content02 table td{
	border:1px solid #ccc;
	font-size:100%;
	line-height:1.5em;
	text-align:left;
	padding:10px 5px;
}

#company #content02 table td h4{
	font-size:120%;
	line-height:1.5em;
	color:#333;
	border:none;
	padding:0;
	margin:0;
}

/*================================================
　診療科目　#treatment 
================================================*/

#treatment #kamoku .box{
	border:1px solid #ccc;
	padding:4%;
}

#treatment #kamoku .box ul{
	list-style:none;
}

#treatment #kamoku .box ul li{
	float:left;
	margin-right:15px;
	font-size:120%;
	line-height:1.5em;
}


/* その他  ======================

@charset "utf-8";
*{
	font-size:12px;
}
*/


/*================================================
　運営会社　#company 
================================================*/

/* 予約フォーム  ======================*/


table.mailerror{
	/*width:100%;*/
	padding:0px;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0px auto;
	margin-bottom:20px;
}

table.mailerror th{
	/*width:200px;*/
	min-width:50px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background:#dddddd;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	font-weight:normal;
	margin:0;
}

table.mailerror td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	text-align:center;
	vertical-align:top;
	min-height:81px;
	padding-bottom:10px;
}

table.mailconfirm{
	/*width:100%;*/
	padding:0px;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0px auto;
	margin-bottom:20px;
}

table.mailconfirm th{
	/*width:200px;*/
	min-width:50px;
	padding:10px;
	text-align:center;
	vertical-align:center;
	background:#dddddd;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	font-weight:normal;
	margin:0;
}

table.mailconfirm td{
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	text-align:center;
	vertical-align:center;
	min-height:81px;
	padding-bottom:10px;
}


/* カレンダー  ======================*/

table.reserve-calendar{
	/*width:100%;*/
	padding:0px;
	border-top:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:0px auto;
	margin-bottom:20px;
}
table.reserve-calendar caption{
	font-size:14px;
	font-weight:bold;
	margin:10px auto;
}

table.reserve-calendar th{
	/*width:200px;*/
	min-width:60px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background:#dddddd;
	border-right:1px solid #aeaeae;
	border-top:1px solid #aeaeae;
	font-weight:normal;
	margin:0;
}
table.reserve-calendar th.sun{
	background:#ffd7d7;
	color:#C30;
}
table.reserve-calendar th.hol{
	background:#ffd7d7;
	color:#C30;
}
table.reserve-calendar th.sat{
	background:#d7e0ff;
	color:#03C;
}

table.reserve-calendar td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#FFFFFF;
	text-align:center;
	vertical-align:center;
	min-height:100px;
	padding-bottom:10px;
	padding-top:40px;
	position:relative;
	font-size:90%;
}
table.reserve-calendar td .hiduke{
	padding:8px 0px;
	height:15px;
	width:100%;
	line-height:150%;
	margin-bottom:8px;
	text-align:center;
	background-color:#ffffee;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
table.reserve-calendar td.sun{
	color:#C30;
}
table.reserve-calendar td.hol{
	color:#C30;
}
table.reserve-calendar td.sat{
	color:#03C;
}
table.reserve-calendar td.weektoday{
	background-color:#ddd;
	border:3px solid #ff0000;
}
table.reserve-calendar td .zan a{
	display:inline-block;
	width:15px;
	height:15px;
	line-height:15px;
	padding:3px;
	font-weight:bold;
	font-size:12px;
	border:1px solid #ccc;
	border-radius:3px;
	text-decoration:none;
	background:#666;
	color:#fff;
	margin-bottom:3px;
}
table.reserve-calendar td .zan a:hover{
	background:#ddffff;
	color:#000;
}
table.reserve-calendar td .zero{
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	padding:3px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#333;
	margin-bottom:3px;
}

/* 折りたたみ/展開の仕掛け */
.toggle_hidden {
	display: none;
}
