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

/******************************************
基本設定
*******************************************/
html{
	font-size:15px;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	background-color: #DDD;
	background-image: url(../img/bkgnd.png);
	background-repeat: repeat;
}
body,
h1,h2,h3,h4,h5,h6,p,pre,blockquote,
ul,ol,dl,
th,td {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 175%;
	color: #555;
	text-align: left;
}
h1,h2,h3,h4,h5,h6.p {
     font-weight: normal;
}
p {
     margin: 0;
}
ol, ul {
    list-style: none;
}
fieldset,img {
     border: 0;
}
caption,th {
}
address,caption,cite,code,dfn,em,strong,th,var {
     font-style: normal;
}
img	{
vertical-align: middle;
}

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* リンク指定
********************/
a:link    {color: #355a8b; text-decoration: underline;}
a:visited {color: #355a8b; text-decoration: underline;}
a:hover   {color: #e75f15; text-decoration: underline;}
a:active  {color: #FFAC00; text-decoration: underline;}







/******************************************
ヘッダ
*******************************************/
header {
	margin: 0 auto;
	width: 1140px;
	background-color: #fafafa;
	background-image: url(../img/header_bkgnd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/******************************************
メインバナー
*******************************************/
#mainImg {
	margin: 0 auto;
	padding: 30px;
	width: 1140px;

}
#mainImg .IJClogo {
    position: absolute;
	width: 100%;
	z-index: 99999;
}    
#mainImg .IJClogo img {
	margin-top: 20px;
	margin-left: 20px;
	width: 300px;
	height: auto;
}    
	



/* スライダー **************/
   .slider {
     padding: 0;
   }
   .slider img {
     width: 100%;
     height: auto;
   }
   .slick-slide {
     height: auto;
   }
   .slick-prev {
     left: 10px;
   }
   .slick-next {
     right: 10px;
   }
   .slick-prev, .slick-next {
     z-index: 100;
   }
   .slick-prev::before, .slick-next::before {
     font-size: 1.6rem;
   }
   .slick-dots {
     bottom: -20px;
   }
    
.fade {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.fade img{
    width: 100%;
}
    
.fade h1 {
    position: absolute;
	width: 100%;
    bottom: 15px;
    font-size: 2.5rem;
    line-height: 150%;
	text-align: center;
    color: #FFF;
    text-shadow: 0 0 2px #000, 
		         0 0 4px #000,
		         0 0 6px #000;
}    



/******************************************
メイン
*******************************************/
main {
	margin: 0 auto;
	width: 1140px;
	background-color: #fafafa;
	background-image: url(../img/body_bkgnd.png);
	background-repeat: repeat-y;
	background-position: center top;
}


/******************************************
グローバルナビ
*******************************************/
#globalNav {
	width: 100%;
	min-height: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index: 999;
}

/******************************************
メガメニュー（megamenu.js）
*******************************************/
/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/

* {
    box-sizing: border-box;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container a:link    {color: #555; text-decoration:none;}
.menu-container a:visited {color: #555; text-decoration:none;}
.menu-container a:hover   {color: #e75f15; text-decoration:none;}

.menu-container {
    width: 1130px;
    margin: 0 auto;
	font-size: 1rem;
    background-color: #FFFFFF;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

.menu-mobile {
    display: none;
    padding: 12px 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 7px 0 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {    /* [+] */
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
	padding: 10px 20px;
    background: #EEE;                 /* [+]の色 */
    color: #555;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
	width: 16.66666666%;
    float: left;
    padding: 0;
    margin: 0;
	text-align: center;
    border-right: 1px solid #CCC;
    background-color: #FFF;   /* デフォルト */
}
.menu > ul > li:last-child {
    border-right: none;
}


.menu > ul > li a {       /* ★プルダウン第一階層 */
	padding: 10px 0px;
	text-decoration: none;
	display: block;
    border-bottom: 1px solid #CCC;
}
.menu > ul > li a.act {
    border-bottom: 1px solid #ff4e00;
}
.menu > ul > li a:hover {
    border-bottom: 1px solid #ff4e00;
	transition: all 0.2s ease-out;
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #FFF;         /* プルダウン */
    padding: 0px;
    position: absolute;
    z-index: 99999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li a { /* 第三階層タイトル */
    color: #FFF;
    padding: .2em 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
	height: 80px;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    font-size: .9em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
}
.menu > ul > li > ul.normal-sub {
    width: 200px;  /* ブルダウンメニューの幅 */
    left: auto;
    padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0.1em 0 0.4em;
}
.menu > ul > li > ul > li a em {
	margin-left: 0.2em;
	font-size: 0.6rem;
	color: #FF0;
	background-color: #F60;
	padding: 0 1px;
	border-radius: 2px;
	vertical-align: top;
	white-space: nowrap;
}







/******************************************
フッタ
*******************************************/
/* ページトップスクロール
*******************************************/
#pageTop {
    position: fixed;
    bottom: 120px;
    right: 20px;
}
#pageTop a {
    padding: 15px 0 0 0;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    color: #3e6791;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center;
    display: block;
    z-index: 999;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}
#pageTop a:hover {
    text-decoration: none;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 1);
}
/* フッタ
*******************************************/
footer {
	margin: 0 auto 15px;
	padding-top: 15px;
	width: 1140px;
	height: 165px;
	background-image: url(../img/footer_bkgnd.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}


div#signature {
	margin-right: 60px;
}


address {
	font-size: 0.85rem;;
	font-style: normal;
    line-height: 150%;
	text-align: center;
}
address .name {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2rem;
    line-height: 150%;
}

p.copyright {
	margin-top: 5px;
	font-size: 0.75rem;
	text-align: center;
}


/******************************************
予約リンク（固定）
*******************************************/
div#spLink {
    position: fixed;
	left: 50%;
	bottom: 0;
    transform: translateX(-50%);
    width: 1130px;
    height: 100px;
    border-top: 2px solid #c8cff5;
    background-color: #eef0fa;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
	z-index: 99999;
}
div#spLink p {
    margin: 5px auto 0;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1;
}
    
div#spLink div.yoyakuLink {
    margin: 0 auto;
    width: 80%;
}
div#spLink p a {
	padding: 5px 5px 2px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none !important;
	text-align: center;
    line-height: 1.3;
}
div#spLink p a img {
    height: 30px;
    width: auto;
}

div#spLink p a em {
    font-size: 0.8rem;
    font-weight: normal;
}
    
div#spLink p a.webYoyaku {
	width: 45%;
	display: block;
    float: left;
    border: 1px solid #355a8b;
}
div#spLink p a.phoneYoyaku {
	width: 45%;
	display: block;
    float: right;
    border: 1px solid #355a8b;

}
div#spLink p a:hover {
}
div#spLink p a:active {
}    



/******************************************
*******************************************
ランディングページ
*******************************************
*******************************************/

/******************************************
メイン部分
*******************************************/
#main {
    margin: 30px auto;
    width: 1200px;
}

/******************************************
コンテンツ
*******************************************/
#contents {
    margin: 25px auto;
    width: 900px;
}
#contents h1 {
    margin:  2em 0 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 130%;
	text-align: center;
}
#contents section  {
	padding-top: 20px;
}
#contents section h1 {
    margin:  0 0 0.75em;
    padding: 2.2em 1em 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 130%;
	text-align: center;
    border-bottom: 3px dotted #CCC;
}
#contents section h1 em {
	color: #DE5E6A;
}
#contents section h2 {
    margin:  1em 0 0.75em;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 130%;
}
#contents section h3 {
    margin:  1em 0 0.75em;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 130%;
}
#contents section h4 {
    margin:  1em 0 0.75em;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 130%;
}
#contents section p {
    margin:  0 0 1em;
}
#contents section p em {
	color: #DE5E6A;
}

/* リスト **************/
#contents section ul {
    margin-left: 1.5em;
    font-size: 1rem;
}
#contents section ul li {
    margin: 0.5em 0;
    list-style-type: disc;
}
#contents section ul li ul {
    margin-left: 1em;
    font-size: 1rem;
}
#contents section ul li ul li {
    margin: 0.5em 0;
    list-style-type: circle;
}
#contents section ol {
    margin-left: 1.5em;
    font-size: 1rem;
}
#contents section ol li {
    margin: 0.5em 0;
    list-style-type: decimal;
}
#contents section ol li ul {
    margin-left: 1em;
    font-size: 1rem;
}
#contents section ol li ul li {
    margin: 0.5em 0;
    list-style-type: circle;
}
/* 引用 **************/
#contents blockquote {
    margin:  0.5em 0 0.5em;
    padding: 0.5em 2%;
    border: 1px solid #f1901f;
    background-color: #fffaf2;
}
/* テーブル **************/
#contents section table {
    margin:  0.5em 0 0.5em;
}
#contents section table tr {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
#contents section table th {
    padding: 4px 8px;
    background-color: #F2F2F2;
}
#contents section table td {
    padding: 4px 8px;
}
#contents section table .noWrap {
    white-space: nowrap;
}
/* イラスト
********************/
.fullFig {
	max-width: 100%;
	text-align:center;
}
.centerFig {
	max-width: 100%;
	text-align:center;
}
.leftFig {
	margin-right: 1%;
	width: 49%;
	text-align:center;
	float: left;
}
.rightFig {
	margin-left: 1%;
	width: 49%;
	text-align:center;
	float: right;
}

/* PCで左、スマホで中央 */
.rightCenterFig {
	margin-left: 1%;
	width: 49%;
	text-align:center;
	float: right;
}

img.full {
	max-width: 100%;
}
img.pct75 {
	max-width: 75%;
}
img.half {
	max-width: 50%;
}


.rightFig {
	margin-left: 1%;
	width: 49%;
	text-align:center;
	float: right;
}










/* 痔でお悩みの方へ
*******************************************/
section#c01 ul {
	margin: 1em 1em;
	padding: 0.5em 5em;
	background-color: #EEE;
    font-size: 1.2rem;
	font-weight: bold;
}
section#c01 ul li {
    margin: 0.5em 0;
	padding: 0 0 0 25px;
    list-style-type: none;
	background: url("../img/lp_icon_check.png")no-repeat 0px 3px;
	background-size: 20px 20px;
}




/* プロフィール
*******************************************/
div.profPhoto {
	margin-left: 10px;
	width: 138px;
	float: right;
}
div.profPhoto img {
	padding: 3px;
	border: 1px solid #ddd;
	background-color: #FFF;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.30);
}

dl.keireki{
    margin-bottom: 1.5em;
	border-bottom: 1px dotted #DDD;
	text-align: left;
}  
dl.keireki dt {
	float:left;  
	width: 7em;  
	padding:2px 0 1px 0px;  
	font-weight:bold;  
	border-top: 1px dotted #DDD;
}  
dl.keireki dd {
	margin-left: 7em;  
	padding: 2px 0px 1px 0px;  
	border-top: 1px dotted #DDD;
}


/* 痔の治療
*******************************************/
/* アコーディオンメニュー */
.accordion {
    margin-inline: auto;
    position: relative;
    width: 90%;
}
.accordion-title {
    color: #555;
    cursor: pointer;
    padding: 20px;
}
.accordion-content {
    display: none;
    padding: 10px 5%;
}
.accordion-content p {
}
/* タイトルの背景色 */
.accordion-item .accordion-title {
    background-color: #EEE;
}
/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
    border-bottom: 2px solid #EEE;
    border-left: 2px solid #EEE;
    border-right: 2px solid #EEE;
}
/* 矢印 */
.accordion-title {
    position: relative;
}
.accordion-title::after {
    border-right: solid 2px #555;
    border-top: solid 2px #555;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}



p.notice {
	margin-top: 1em !important;
	padding: 0.5em;
	border: 1px solid #DE5E6A;
	font-weight: bold;
}







/* 施設案内
*******************************************/
section#c04 h2 {
	margin-top: 0;
	padding-bottom: 0.3em;
	border-bottom: 3px dotted #AAA;
}
section#c04 img {
	width: 30%;
	height: auto;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.footnote {
	font-size: 0.9rem;
}








/* Q＆A
*******************************************/
/* アコーディオンメニューB（Q＆A） */
.accordionB {
    margin-inline: auto;
    position: relative;
    width: 90%;
}
.accordionB-title {
    color: #555;
    cursor: pointer;
	margin: 2px 0 !important;
    padding: 9px 1.5em 9px 2em;
	text-indent: -1.5em;
	font-size: 1.05rem !important;
}
.accordionB-content {
    display: none;
    padding: 10px 2% 0;
}
.accordionB-content h3:first-child {
	margin-top: 0 !important;
}
.accordionB-content h3 {
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 1.05rem !important;
	line-height: 1.5 !important;
	color: #DE5E6A;
}
.accordionB-content p {
}
/* タイトルの背景色 */
.accordionB-item .accordionB-title {
    background-color: #EEE;
}
/* コンテンツボックスの枠線 */
.accordionB-item .accordionB-content {
}
/* 矢印 */
.accordionB-title {
    position: relative;
}
.accordionB-title::after {
    border-right: solid 2px #555;
    border-top: solid 2px #555;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.accordionB-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

.qaillust {
	margin-left: 10px;
	float: right;
}




/* 診療所情報
*******************************************/
/* スケジュール表 */

table.schedule {
	margin: 0 auto 2em !important;
	width: 90%;
	font-size: 0.9rem;;
}
table.schedule th, table.schedule td {
	padding: 4px;
	height: 30px;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}
table.schedule th.timeZone {
	width: 22%;
}
table.schedule th.weekColumn {
	width: 13%;
	text-align: center;
}
table.schedule tr.youbi {
	background-color: #EEEEEE;
}
table.schedule td.gairai {
	background-color: #EAEBCD;
}
table.schedule td.shujutsu {
	background-color: #CDC4D6;
}




/* 共通ボタン表現
********************/
.cmnBtn a {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	width: 75%;
	height: 2.5em;
    font-size: 1.5rem;
    font-weight: bold;
	line-height: 2.5em;
	text-decoration: none !important;
	text-align: center;
	display: block;
	border-radius: 5px;
    border: 2px solid #c8cff5;
    box-shadow: 0 1px 3px #555;
    background: -webkit-linear-gradient(#FFF 0%, #eef0fa 100%);
    background: linear-gradient(#FFF 0%, #eef0fa 100%);
}
.cmnBtn a:hover {
    background: -webkit-linear-gradient(#FFF 0%, #fff6d5 100%);
    background: linear-gradient(#FFF 0%, #fff6d5 100%);
}
.cmnBtn a:active {
	box-shadow: 0 0px 2px #555;
    background: -webkit-linear-gradient(#fff6d5 0%, #fffbec 100%);
    background: linear-gradient(#fff6d5 0%, #fffbec 100%);
}





























/* 図版（キャプション付可） **************/
.figImgWrapper {
    margin:  0 0 1em;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
figure.single {
    margin-bottom: 10px;
    flex-basis: 100%;
}
figure.double {
    margin-bottom: 10px;
    flex-basis:49.5%;
}

figure img {
    width: 100%;
    height: auto;
}
figure figcaption {
    padding: 5px 0;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2;
}














/* 概要（定義リスト） **************/
dl.gaiyou {
	width:100%;
	list-style: decimal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}  
dl.gaiyou dt {  
	float:left;  
	width:100px;  
	padding:5px 0 5px 0px;  
	clear:both;  
	font-weight:bold;  
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}  
dl.gaiyou dd {  
	margin-left:100px;  
	padding:5px 0px 5px 0px;  
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}  









/* インラインボタン **************/
.inlineBtn a {
    margin: 0 0.2em;
    padding: 4px 0.5em 2px 1.5em;
	display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
	border-radius: 6px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	background: #f1901f url(../img/btnIcon_link.png) no-repeat 2px 5px;
	background-size: 20px 20px;
}
.inlineBtn a:link    {color: #FFF; text-decoration: none;}
.inlineBtn a:visited {color: #FFF; text-decoration: none;}
.inlineBtn a:hover   {
	text-decoration: none;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}







/* アクセスマップ **************/
iframe.gMap {
    width: 100%;
    height: 600px;

}








/* お問い合わせ
*******************************************/
table.contact {
    width: 100%;
}
table.contact th {
    width: 7em;
}
table.contact th em {
    margin-left: 2px;
    color: #F20;
}
.textField {
    padding: 0px 3px;
    font-size: 1.1rem; 
	border:1px solid #AAA;
}  
.formBtn {
	padding-left: 1em;
	padding-right: 1em;
	height: 32px;
    line-height: 34px;
    font-size: 1.1rem;
    font-weight: bold;
	border-radius: 4px;
	background-color: #F6F6F6;
	background: linear-gradient(to bottom, #fff 20%, #eee 100%);
	border: 1px solid #AAA;
}
.error_messe {
    color: #F20;
}

/* スマホのみ改行
********************************************/
.br-sp {display: none; }

/* 装飾系
********************************************/
.tAligCenter {text-align: center;}
.tAligRight  {text-align: right;}
.tAligLeft   {text-align: left;}

.colorRed  {color: #ff1e00;}
.colorBlue {color: #4672d6;}

.fSize080 {font-size: 0.8rem!important;}
.fSize085 {font-size: 0.85rem!important;}
.fSize090 {font-size: 0.9rem!important;}
.fSize095 {font-size: 0.95rem!important;}
.fSize100 {font-size: 1rem!important;}
.fSize110 {font-size: 1.1rem!important;}
.fSize120 {font-size: 1.2rem!important;}
.fSize125 {font-size: 1.25rem!important;}
.fSize130 {font-size: 1.3rem!important;}
.fSize140 {font-size: 1.4rem!important;}
.fSize150 {font-size: 1.5rem!important;}
.fSize175 {font-size: 1.75rem!important;}
.fSize200 {font-size: 2rem!important;}
.fSize250 {font-size: 2.5rem!important;}
.fSize300 {font-size: 3rem!important;}


.w100par {width: 100% !important;}
.w90par  {width: 90% !important;}
.w80par  {width: 80% !important;}
.w75par  {width: 75% !important;}
.w70par  {width: 70% !important;}
.w60par  {width: 60% !important;}
.w50par  {width: 50% !important;}
.w40par  {width: 40% !important;}
.w30par  {width: 30% !important;}
.w25par  {width: 25% !important;}
.w20par  {width: 20% !important;}
.w10par  {width: 10% !important;}





/* 予約フォーム
*******************************************/
section.yoyaku {
}

section.yoyaku strong {
	padding: 0 2px;
	margin-left: 4px;
	border-radius: 3px;
	color: #FFF;
	background-color: #F30;
	font-size: 0.75rem;
	font-weight: normal;
}
section.yoyaku p em {
	font-style: normal;
	font-weight: bold;
}




/* 新予約フォーム用 ***************/
table.formTable {
    width: 100%;
}
.formTable tr {
    vertical-align: top;
    border-top: 1px dotted #CCC;
}
.formTable th {
    padding: 0.5em 0 0.2em;
    vertical-align: top;
    white-space: nowrap;
    width: 120px;
}
.formTable td {
    padding: 0.5em 0 0.2em;
    vertical-align: top;
}

/* フォームのデザイン */
.formTable input.textField {
    padding: 3px 3px;
	width: 94%;
    font-size: 1.1rem; 
	border:1px solid #AAA;
	border-radius:4px;
	background-color: #FFF;
}
.formTable select {
    font-size: 0.95rem; 
	padding: 0 1em;
	border: 1px solid #AAA;
	border-radius: 4px;
	background-color: #EEE;
}
.formTable textarea {
	width: 94%;
    font-size: 1.1rem; 
	border:1px solid #AAA;
	border-radius:4px;
	background-color: #FFF;
}  
.error_messe {
    color: red;
}



p.comment {
	font-size: 0.9rem;
    line-height: 1.3;
}  
p.alert {
	color: #F00;
} 



/* ボタン */

div#submitBtnArea {
	padding-top: 20px;
	border-top: 1px dotted #CCC;
	text-align: center;
}
input.submitBtn {
	width: 150px;
	height: 30px;
    font-size: 1.05rem;
	font-weight: bold;
	border: 1px solid #AAA;
	border-radius: 4px;
	background-color: #EEE;
}
input.clearBtn {
	width: 100px;
	height: 30px;
    font-size: 1.05rem; 
	font-weight: bold;
	border: 1px solid #AAA;
	border-radius: 4px;
	background-color: #EEE;
}














/* 予約スケジュールテーブル ***************/
table.yoyaku {
	width: 100%;
	font-size: 0.9rem;;
}
table.yoyaku th, table.yoyaku td {
	padding: 2px;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}
table.yoyaku th.timeZone {
	width: 22%;
}
table.yoyaku th.weekColumn {
	width: 13%;
	text-align: center;
}
table.yoyaku tr.youbi {
	background-color: #EEEEEE;
}
table.yoyaku td.ok {
	background-color: #EAEBCD;
}

table.yoyaku th.ng {
	color: #EEE;
}
table.yoyaku td.ng {
	background-color: #F2F2F2;
}
table.yoyaku td.shujutsu {
	background-color: #F2F2F2;
}
