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

/*--------------------基本的な設定--------------------*/

/* ---------- body ---------- */

HTML {
	HEIGHT: 100%
}
body {
	background-color: #FFF;
	/*background-image: url(../img/bg.jpg);*/
	text-align: center;
	color: #333;
	/*line-height : 150%;*/
	background-repeat: repeat-x;
	font: 24px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;

    line-height:1;
}


/* ---------- /body ---------- */
/* ---------- anchor ---------- */

a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #669900;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #660;
}
a:hover img {
	border:none;
	background:transparent;
}
/* ---------- /anchor ---------- */

/* ---------- clear ---------- */
.clear
{
	clear:both;
	width: 100%;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
/* ---------- /clear---------- */
	
/* ---------- font ---------- */
.fs10{
	font-size: 20px;
}
.fs14{
	font-size: 20px;
}	
	/* for IE7 */
	*+html .clearfix {
	display:inline-block;
	}
.fc01{
	color: #930;
} 
.fc02{
	color: #090;
	font-size:20px;
}
.fc02-2{
	color: #000;
	font-size:15px;
}
.fc02-3{
	color: #666;
	font-size:12px;
} 
.fc02-4{
	color: #666;
	font-size:20px;
}
.fc03{
	color: #fff;
} 
.bold{
	font-size: 16px;
	font-weight: bold;
}

.calender{
	font-size:14px;
	color: #090;
}
/* ---------- img ---------- */
a img, img { 
border:0;
}

img {
vertical-align: top;
}

/*画像を中央に(垂直方向）*/
.img{
	vertical-align:middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*画像を右寄せ*/
.imgright {
	float: right;
	margin: 0 5px;
	}
/*画像を左寄せ*/
.imgleft {
	float: left;
	margin: 0px 10px 10px;
	}
/* ---------- /img ---------- */

/* --OTHER TAGS-- */
a {
overflow:hidden;
}

h2, h3, h5, h6 {
	font-size: medium;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border: dashed #999;
	border-width:1px 0px 0px 0px;
}

/*上余白指定*/
.mt_10{
	margin-top: 10px;
}
/*上下余白指定*/
.mtb_10{
	margin-top: 10px;
	margin-bottom: 10px;
}
/*左右余白指定*/
.mrl_10{
	margin-right: 10px;
	margin-left: 10px;
}
/*--------------------基本的な設定ここまで--------------------*/

/*
---------- レイアウト ---------- */
#container{
	text-align: center;
	/*width: 720px;*/
	width: 320px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}

/*
---------- ヘッダー ---------- */
#header{
	/*background-image: url(../img/head_bg.jpg);*/
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 90px;
}
#header h1{
	font-size: 16px;
	/*color: #666;*/
}
#rogo {
	font-size: 20px;
	color: #333;
	margin-top: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#h1 {
	margin-left: 20px;
	margin-top: 0px;
}
#rogo a{
	font-size: 20px;
	color: #333;
	text-decoration: none;
}

.h1{
	font-size: 30px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

.h4{
	font-size: 16px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
/*
---------- ナビゲーション ---------- */

ul#globalNavi {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: 100px;
	text-align: center;
}

ul#globalNavi li a {
	padding: 8px 20px;
	display: block;
	position: relative; /* for IE6 */
	color: #333;
	background-color: #FFF;
	text-decoration: none;
	border: 1px solid #418D11;
}

ul#globalNavi li a:hover {
	background-color: #090;
	border: 1px solid #418D11;
	color: #FFF;
}

/* ClearFix */

ul#globalNavi {	_height: 1px;
	min-height: 1px;
}

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

/*
---------- メイン ---------- */
#main{
	float: center;
 	margin-left:auto;    /* 左側マージンを自動的に空ける */
    	margin-right:auto;   /* 右側マージンを自動的に空ける */
     	width:300px;         /* 幅を決定する */

}
#main h2{
	font-weight: bold;
	background-image: url(../img/main_h2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 280px;
	padding-left: 40px;
	font-weight: bold;
	padding-top: 5px;
}
#main h3{
	text-align:center;
	background-image: url(../img/main_h3.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 280px;
	padding-top: 8px;
	color: #060;
}
#main h4{
	text-align:left;
	font-size: 20px;
	color: #666;
}

#wrap {
	text-align: center;
 	margin-left:auto;    /* 左側マージンを自動的に空ける */
    	margin-right:auto;   /* 右側マージンを自動的に空ける */
}

.main_box{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 310px;
	font-size: 14px;
}

.main_box2{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCC;
	padding: 10px;
	width: 280px;
	font-size: 16px;
}

.main_box2 hr{
	border-top: 1px dashed #690;
	border-right: 0px dashed #690;
	border-bottom: 0px dashed #690;
	border-left: 0px dashed #690;
}


.main_box3{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
/*	font-size: 28px;*/
	font-size: 18px;
}


.main_box4{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	font-size: 16px;
}

.calender{
	font-size: 14;
}
.patient_info{
	font-size: medium;
}

.rsv_info{
	font-size: large;
}
.pRConfirm_1{
	text-align:center;
	background-color:#EEEEEE;
	height:18px;
	color:#666666;
}

.pRConfirm_2{
	text-align:center;
	background-color:#fafad2;
	height:18px;
	color:#666666;
}

.pRList_1{
	text-align:center;
	background-color:#EEEEEE;
	height:18px;
	color:#666666;
}

.pRList_2{
	text-align:center;
	background-color:#fafad2;
	height:18px;
	color:#666666;
}

.sendMail_1{
	text-align:center;
	background-color:#EEEEEE;
	height:18px;
	color:#666666;
}

.sendMail_2{
	text-align:center;
	background-color:#fafad2;
	height:18px;
	color:#666666;
}

.pCalender_1{
	text-align:center;
	width:38px;
	background-color:#CCFF99;
	color:#666666;
}

.pCalender_2{
	text-align:center;
	height:35px;
	background-color:#FFCC99;
	color:#666666;
}

.pCalender_3{
	text-align:center;
	height:35px;
	background-color:#FFFFFF;
	color:#666666;
}

.pCalender_4{
	text-align:center;
	height:45.7px;
	background-color:#FFFFFF;
	color:#666666;
}

.pCalender_5{
	text-align:center;
	height:45.7px;
	background-color:#FFCC99;
	color:#666666;
}

.pTime_1{
	text-align:center;
	background-color:#EEEEEE;
	height:18px;
	color:#666666;
}

.pTime_2{
	text-align:center;
	background-color:#fafad2;
	height:18px;
	color:#666666;
}
		
/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  height: 90px;
  margin: 20px 0 0 0;
  padding: 40px 0 15px 0;
  text-align: right;
  font-size: 12px;
}

#footer a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
 }


#footer a:hover {
  color: #333333;
  text-decoration: none;
}
