@charset "utf-8";

/* =======================================================================

 PC表示
 
======================================================================= */

@media screen and (min-width:768px) {

.sp-cont {
    display: none;        
}    


body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",'Century Gothic', sans-serif;
	font-size: 96%;
	text-align: center;
	margin:0px;
	padding:0px;
	color:#343434;
}
a:link {
	color: #c71b27;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #c71b27;
}
a:hover {
	text-decoration: underline;
	color: #c71b27;
}
a:active {
	text-decoration: underline;
	color: #c71b27;
}

h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
ul, ol, li, dl, dt, dd{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}
/* ↑　body タグ　grand rule */
/* ↓　共通セレクタ　grand rule */
.float-l{
	float:left;
}
.float-r{
	float:right;
}
.clearb{
	clear:both;
}
.caution {
	color: #C71B27;
}
.pankuzu {
	clear:both;
	text-align: left;
	height: 16px;
	line-height:16px;
	font-size:12px;
	margin:auto;
	width:974px;/*grand width*/
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.align-right {
	text-align: right;
}
.align-bright {
	width:702px;
	text-align: right;
}

.pad-top-small{
	padding-top:8px;
}
.pad-top-middle{
	padding-top:16px;
}
.pad-top-tall{
	padding-top:32px;
}
.pad-left-small{
	padding-left:8px;
}
.pad-left-middle{
	padding-left:16px;
}
.pad-left-tall{
	padding-left:32px;
}
.pad-right-small{
	padding-right:8px;
}
.pad-right-middle{
	padding-right:16px;
}
.pad-right-tall{
	padding-right:32px;
}

.pad-bottom-small{
	padding-bottom:8px;
}
.pad-bottom-middle{
	padding-bottom:16px;
}
.pad-bottom-tall{
	padding-bottom:32px;
}
.pad-top-bottom-middle{
	padding-top:16px;
	padding-bottom:16px;
}
.pad-top-bottom-small{
	padding-top:8px;
	padding-bottom:8px;
}
.mag-top-bottom-xsmall{
	margin-top:4px;
	margin-bottom:4px;
}
.mag-top-bottom-small{
	margin-top:8px;
	margin-bottom:8px;
}
.mag-top-bottom-middle{
	margin-top:16px;
	margin-bottom:16px;
}
.mag-top-bottom-tall{
	margin-top:32px;
	margin-bottom:32px;
}
.mag-top-xsmall{
	margin-top:6px;
}
.mag-top-small{
	margin-top:8px;
}
.mag-top-middle{
	margin-top:16px;
}
.mag-top-xmiddle{
	margin-top:28px;
}
.mag-top-tall{
	margin-top:32px;
}
.mag-bottom-xsmall{
	margin-bottom:4px;
}
.mag-bottom-small{
	margin-bottom:8px;
}
.mag-bottom-middle{
	margin-bottom:16px;
}
.mag-bottom-tall{
	margin-bottom:32px;
}
.mag-right-xsmall{
	margin-right:6px;
}
.mag-right-middle{
	margin-right:16px;
}

.mag-left-tall{
	margin-left:32px;
}
.mag-left-middle{
	margin-left:16px;
}
.mag-left-small{
	margin-left:8px;
}
.btn-input{
	color: #FFC;
	background-color: #333;
	padding: 0px;
	height: 30px;
	width: 80px;
	border: 1px solid #000;
}
input[type="text"]{
	border:solid 1px #666;
	width:180px;
}
textarea{
	border:solid 1px #666;
	width:200px;
	height:160px;
}
.name-txt{
	color:#331000;
	font-size:20px;
}
.footer-name{
	font-size:16px;
	padding:15px 0;
}
.span12{
	font-size:12px;
}
.timetable{
	background-color:#75b716;
	white-space: nowrap;
	color: #FFFFFF;
}
.timetable-time{
	background-color:#f3f9db;
	text-align:left;
	white-space: nowrap;
	line-height: 1.3;
	padding: 5px 0;
}
.timepad{
	padding-left:3px;
	padding-right:3px;
}
.timetbl-sat{
	background-color:#D9E4FF;
}
.timetbl-sun{
	background-color:#F9DDDD;
}
.timetbl-hei{
	background-color:#efefef;
	text-align:center;
}
.color-yellow{
	color:#edb91f;
}
.color-kahki{
	color:#d7ac7c;
}
.color-orenge{
	color:#f6ad3a;
}
.color-dorenge{
	color:#d78400;
}
.color-brown{
	color:#846222;
}
.color-green{
	color:#497b00;
}
.color-lgreen{
	color:#01e1d5;
}
.color-lgray{
	color:#efeae7;
}
.color-dgray{
	color:#343434;
}
.color-white{
	color:#ffffff;
}
.color-rblue{
	color:#22b4e4;
}
.color-enji{
	color:#C7000A;
}
.color-pink{
	color:#F172A3;
}
.font-size-large{
	font-size:130%;
}
.font-size-middle{
	font-size:110%;
}
.font-size-normal{
	font-size:100%;
}
.font-size-small{
	font-size:90%;
}
.font-size-xsmall{
	font-size:80%;
}
.font-bold{
	font-weight:bold;
}
.lheight14{
	line-height:14px;
}
.lheight16{
	line-height:16px;
}
.lheight18{
	line-height:18px;
}
.lheight20{
	line-height:20px;
}
.lheight24{
	line-height:24px;
}
.cont-capin{
	padding:20px;
}
.cont-cap{
	width:682px;
	background-color: #fef8e7;
}
.cont-capg{
	width:714px;
	background-color: #F2FBE4;
}
.contarea{
	width:702px;
	border: 1px solid #cdcdcd;
	background:#fff;
}
.left-cap{
	background-color: #fef8e7;
}
.left-cap ul{
	padding:20px;
}
.left-cap ul li{
	list-style-type: none;
	list-style-position: outside;
}
.left-cap-pink{
	background-color: #FDEEF2;
}
.left-cap-pink ul{
	padding:20px;
}
.border-1{
	border:solid 1px #cdcdcd;
}
.question {
	/*	background-color: #FFDAA2;*/
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 6px;
	margin-bottom: 6px;
	color: #0A8131;
	width:588px;
	font-size:120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
}
.faqblock {
	margin-left:1px;
	width: 684px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	padding-bottom:10px;
}

	
.answer {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 6px;
	padding-bottom: 6px;
	color: #343434;
}

	
.pagetop {
    padding-top: 20px;
    text-align: right;
    width: 100%;
}
    
    

#header {
	height: 178px;
	background: url(../images/bk_header_rp01.png) repeat-x center;
}

#header h1{
	font-size:80%;
	text-align:center;
	font-weight:normal;
	line-height:26px;
	height:26px;
	color:#ffffff;
	display:block;
	letter-spacing:2px;
}

#header-contents {
	background:url(../images/bk_header01.png) no-repeat;
	text-align: center;
	background-repeat: no-repeat;
	margin:0 auto;
	width: 974px;
	height:172px;
}

#header-maincontents {
	height: 146px;
}

#header-maincontents-left {
	padding-top:38px;
	float: left;
}

#header-maincontents-center {
	color:#904f03;
	float: left;
	text-align:left;
	padding-top:0px;
	padding-left:0px;
}

#header-maincontents-right {
	float: right;
	padding-top: 42px;
	line-height:16px;
	font-size:88%;
	text-align:left;
	color:#343434;
	width:241px;
	letter-spacing:1px;
}

#menu-wrap{
	height:55px;
}

#menu{
	clear: both;
	width:974px;/*grand width - padding-left*/
	margin:auto;
	height:55px;

}
#menu ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;

}
#menu li {
	float:left;
	list-style-type: none;
	list-style-position: outside;
/*	display:inline;*/
	margin: 0px;
	padding: 0px;
	height:55px;
}
#cmenu{
	width:764px;
	display:block;
}
#cmenu ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;

}
#cmenu li {
	float:left;
	list-style-type: none;
	list-style-position: outside;
/*	display:inline;*/
	margin-right:12px;
	margin-bottom:12px;
	width:180px;
	border:solid 1px #d79895;
	text-align:center;
	line-height:42px;
	font-size:90%;
	height:42px;
}
#cmenu .rli {
	list-style-type: none;
	list-style-position: outside;
/*	display:inline;*/
	margin-right:0px;
	margin-bottom:12px;
	width:180px;
	border:solid 1px #d79895;
	text-align:center;
	line-height:42px;
	height:42px;
	font-size:90%;
}

#cmenu li a{
	list-style-type: none;
	list-style-position: outside;
/*	display:inline;*/
	width:180px;
	text-align:center;
	line-height:42px;
	height:42px;
	display:block
}
#cmenu li a:hover{
	background-color:#febad5;
}

/* ↑　header タグ　header rule */
/* ↓　noflash タグ　noflash rule */
#noflash {
	background-image: url(../images/bk_noflash01.jpg);
	background-repeat: no-repeat;
	display: block;
	width:974px;
	height: 345px;
	background-position: center center;
	margin: 0 auto 0 auto;
}

#flash-area {
	display: block;
	text-align:center;
	height: 345px;
	margin: 0 auto;
	background:url(../images/bk_flash_rp01.jpg) repeat-x center;
	
}
#contentshead {
	display: block;
	text-align:center;
	height: 207px;
	margin: 0 auto;
	background:url(../images/bk_contentshead_rp01.png) repeat-x center;
	
}

/* ↑　noflash タグ　noflash rule */
/* ↓　footer タグ　footer rule */
#footer {
	clear: both;
	height:308px;/*bk-footer-rpのheight*/
	background:url(../images/bk_footer_rp01.jpg) repeat-x bottom;
	}
#footerbush{
	height:90px;
	background:url(../images/bk_footer_bush01.png) repeat-x;
}
#footer-contents {
	background:url(../images/bk_footer01.png) no-repeat;
	margin:auto;
	display:block;
	height:218px;/*bk-footer-rpのheight*/
	width:974px;/*grand width*/
	color:#ffffff;
	}
#footer-menu {
	height:36px;
	line-height:36px;
	font-size:100%;
	letter-spacing:1px;
	color:#ffffff;
}
#footer-menu a{
	color:#ffffff;
}
#footer-menu p{
	text-align:left;
	letter-spacing:0px;
}
#footer-sign-block{
	height:152px;
	padding-left:16px;
	text-align:left;
}
    
#footer-copyright {

}

#footer-copyright a{
	color:#ffffff;
}

#contents {
	width: 974px;
    margin: 0 auto;
    height: auto;
	text-align: center;
    overflow: hidden;
    padding: 13px 0 0;
}

#maincontents {
	float: right;
	width: 690px;
	text-align: left;
}

#maincontents-pad{
	padding:0px;
	margin: 0px;	
}
    
#left-navi {
    width: 265px;    
    height: auto;
    float: left;
}
    
.main_nav {
    margin: 0;
    padding: 0;
    float: left;
}

#navToggle {
    margin: 0;
    padding: 0;
}    
    
    

/* 左カラム */
	
/* スタッフ募集 */    
#left-navi .recruit_box {
	width: 252px;
	margin: 0 auto 40px;
}
#left-navi .recruit_box .tit_sp, #maincontents .recruit_box {
	display: none;
}
	
.recruit_box dt img {
	vertical-align: bottom;
}
.recruit_box dd {
	margin: 10px 0 0;
	padding: 0;
	border: none;
}
.recruit_box dd a {
	display: block;
	padding: 12px;
	background: #f3f9db;
	text-decoration: none;
	color: #343434;
	border-radius: 5px;
}
.recruit_box dd a span::after {
	content: '》';
	color: #005a40;
	padding-left: 0.5em;
}
	
/* 求人 一つの場合 */    
.recruit-pc {
    display: block;
    width: 265px;
    height: 100px;
    padding: 35px 0 0 110px;
    background: url(../images/bnr_recruit_bg.jpg) top center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
.recruit-pc li {
    margin: 15px 0 0 0 !important;
    padding: 0;
}

    

/* 求人 2つの場合 */   

/*.recruit-pc {
    display: block;
    width: 265px;
    height: 100px;
    padding: 35px 0 0 110px;
    background: url(../images/bnr_recruit_bg.jpg) top center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    
.recruit-pc li {
    margin: 0 0 5px 0 !important;
    padding: 0;
    height: 22px;
} */
	

nav {
	text-align: center;
	width: 265px;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 0 0 50px;
	background: url(../images/bn_lnavi_bottom01.png) bottom center no-repeat;
}

nav h3,
nav h3 img {
    margin: 0 !important;
    padding: 0;
    height: 59px;
}    
    
nav ul {
	background:url(../images/bk_lnavi_rp01.png) repeat-y;
    width:265px;
    margin: 0;
    padding: 8px 0 0;
}

nav li {
    width:265px;
    height: 70px;
    background: url(../images/btn_lnavi01.png) top center no-repeat;
	padding: 0;
    margin: 0;
}
    
nav li {
    text-indent: -9999px;
} 
    
nav li a {
    width: 220px;
    height: 62px;
    display: block;
    margin: 0 auto;
}    

nav li:nth-child(1) a {
    background-color: #FF0004;
    background: url(../images/btn_lnavi01.png) top center no-repeat;
}
    
nav li:nth-child(2) a {
    background-color: #FF0004;
    background: url(../images/btn_lnavi02.png) top center no-repeat;
}
    
nav li:nth-child(3) a {
    background-color: #FF0004;
    background: url(../images/btn_lnavi03.png) top center no-repeat;
}
/*    
nav li:nth-child(4) a {
    background-color: #FF0004;
    background: url(../images/btn_lnavi04.png) top center no-repeat;
}
*/    
nav li:nth-child(4) a {
    background-color: #FF0004;
    background: url(../images/btn_lnavi05.png) top center no-repeat;
}
 
figure.right {
    float: right;
    margin: 0 0 10px 10px;
}    
	
	
/* （左カラム）受付システム */    
.reserveArea {
    margin: 25px auto 0;
    padding: 15px 0 10px;
    border-top: dotted 1px #ccc;
}
	
.reserveTxt {
	color: #c71b27;
	font-weight: bold;
	text-align: left;
	max-width: 252px;
	margin: 0 auto 8px;
}
.reserveQR {
	/*float: right;*/
	padding: 0 0 0 5px;
	text-align: center;
}
.reserveBtn {
    clear: both;
	width:252px;
	height:44px;
	line-height:44px;
    margin: 10px auto 15px;
	text-align:center;
	background:url(../images/bk_lnavi_tocalender01.png) no-repeat center;
	color:#d78400;
}
.reserveBtn a{
	height:44px;
	line-height:44px;
	color:#d78400;
	font-weight:bold;
	font-size:120%;
	display:block;
	text-align:center;
}	
.reserveTbl { 
	width: 100%;
	border-collapse: collapse;
	border: 1px #e5e0bb solid;
	text-align: center;
	table-layout: fixed;
    font-size: 14px;
} 
.reserveTbl th { 
	border: 1px #e5e0bb solid;
	background-color: #f3f9db;
	color: #D73D00;
} 
.reserveTbl td { 
	border: 1px #e5e0bb solid;
} 
	
/* （左カラム）pdfダウンロード*/    
.pdf_dl {
    text-align: center;
    margin: 20px auto 0;
    padding: 25px 0 10px;
    border-top: dotted 1px #ccc;
    list-style-type: none;
}   

.pdf_dl li a{
    display: block;
    width: 252px;
    height: 66px;
    margin: 0 auto 10px;
    text-indent: -9999px;
}
/*
.pdf_dl li:nth-child(1) a {
    background: url(../images/btn_lnavi_sheet01.png) top center no-repeat;
}

.pdf_dl li:nth-child(2) a {
    background: url(../images/btn_lnavi_sheet02.png) top center no-repeat;
}
*/
.pdf_dl li.consultation a {
    background: url(../images/btn_lnavi_sheet03.png) top center no-repeat;
}

#left-navi .calendar-toppage { 
    display: none; 
}
    
    

/* 診療カレンダー見出し */
    
    
.calendar-calender h3{
	height: 59px;
	line-height: 52px;
	width: 692px;/*#maincontents width*/
	font-size:120%;
	font-weight:normal;
	color:#343434;
	background-image: url(../images/bk_secttl01.jpg);
	background-repeat: no-repeat;
	text-indent:80px;
	letter-spacing:2px;
	margin: 0 0 10px;	
}

.calendar-calender h4 {
	color:#1A6E3A;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEB820;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #75B716;
	width:677px;
	height:30px;
	letter-spacing:2px;
	line-height:30px;
	text-indent:10px;
	font-size:120%;
	margin-bottom:16px;
}


/* 診療カレンダーtable*/ 
.calendar-calender table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

   
.calendar-calender th,
.calendar-calender td {
    border: solid 1px #ccc;
    width:14%;
    height: 30px !important;
    vertical-align: top;
}

.calendar-calender td {
    padding: 1.5%;
}        

.calendar-calender td img {
    width: 80%;
    height: auto;
}    
    
    
/* 診療カレンダーのアイコンマーク説明*/
.calendar-guide {
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding: 20px 0;
}
.calendar-guide li {
    height: 46px;
    margin: 0 0 20px 0;
    list-style: none;
    float: left;
    vertical-align: middle !important;
}

.calendar-guide li:nth-child(odd) {
    width: 300px;
    height: 46px;
} 
.calendar-guide li:nth-child(even) {
    width: 300px;
    height: 46px;
}        
    
/* 診療カレンダーのアイコンマーク画像*/    
.calendar-guide li img {
    float: left;
    width: 60px;
    height: 46px;
}    
.calendar-guide li span {  
    color: #fa4a1c;
    font-weight: bold;
}
    
.sp-contact {
    display: none;
}    
    
    
/* インフルエンザ 単独接種 予約サイト*/
.influenza-sheet {
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 0 10px;
    border-top: dotted 1px #ccc;
}    

.influenza-sheet li:nth-child(1) a {
    display: block;
    width: 252px;
    height: 66px;
    margin: 0 auto 10px;
    text-indent: -9999px;
    background: url(../images/btn_lnavi_sheet04.png) top center no-repeat;
}    

.influenza-sheet li:nth-child(2) {
    font-size: 14px;
    margin: 0 auto 10px;
}    

.overtime-clinic-pc {
    text-align: left;        
} 

/* 時間外診療所紹介 */    
.overtime-clinic-pc h3 {
    background: url(../images/bn_lnavi_ttl03.png) top center no-repeat;
    width:267px;
    height: 47px;
    text-indent: -9999px;
}     
    
.overtime-clinic-sp {
     display: none;
}
    

/* お知らせエディタ（2.0.5） */
    
.news_title {
    color:#d78400;
	font-size:16px;
	padding-bottom:3px;
	border-bottom:dotted 1px #565656;
	margin:0 0 10px 0;
}

.news_title .new {
    font-weight: bold;
    color: #FF0004;
    margin: 0 10px 0 0;
}
    
dd {
	font-size:15px;
	padding: 0 0 10px 0;
	margin: 0 20px 20px 0;
	border-bottom:dotted 1px #cccccc;
}
a:link {
	text-decoration: underline;
}



.notice-frame dl dt {
cursor: pointer;
}


.notice-frame dt::before {
    display: inline-block;
    content: '▶';
}	

.notice-frame dt.active::before {
    content: "▼";
}

    
    

    
    
    

#left-navi .annotation {
    font-size: 14px;    
}  

#maincontents  .box {
    height: auto;
    padding: 0 0 30px;
    overflow: hidden;
}
    
    
    
#maincontents  .box h3 {
	height: 59px;
	line-height: 52px;
	width: 692px;/*#maincontents width*/
	font-size:120%;
	font-weight:normal;
	color:#343434;
	background-image: url(../images/bk_secttl01.jpg);
	background-repeat: no-repeat;
	text-indent:80px;
	letter-spacing:2px;
	margin: 0 0 10px;	
}
    
#maincontents .section-subtitle{
	color:#1A6E3A;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEB820;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #75B716;
	width:677px;
	height:30px;
	letter-spacing:2px;
	line-height:30px;
	text-indent:10px;
	font-size:120%;
	margin-bottom:16px;
}
#maincontents .section-subtitle-tbline {
	font-weight:normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0A8131;
	border-bottom-color: #0A8131;
	width:714px;/*#maincontents width*/
	height:32px;
	line-height:32px;
	font-size:110%;
	color: #EA8700;
}
 
#maincontents .box h4 {
	color:#1A6E3A;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEB820;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #75B716;
	width:677px;
	height:30px;
	letter-spacing:2px;
	line-height:30px;
	text-indent:10px;
	font-size:120%;
	margin-bottom:16px;
}

#maincontents .paragraph-normal{
	padding-left:5px;
	padding-right:5px;
	width:682px;
}

#maincontents .mcontents-dot-line{
	background-image: url(../images/bk_dot_line01.png);
	background-repeat: repeat-x;
	height: 16px;
	line-height:16px;
	width:553px;/*#maincontents width*/
}

#maincontents .section-dot-line{
	background-image: url(../images/bk_dot_line01.png);
	background-repeat: repeat-x;
	height: 16px;
	line-height:16px;
	width:682px;
}

#maincontents .table-lbline table tr .nobd{
	border:none;
}

#maincontents .table-lbline table tr .nopad{
	border:none;
	padding:0px;
}

#maincontents .table-lbline{
	width:682px;
	}
#maincontents .table-lbline table{
	width:100%;
	text-align:left;
	border-collapse:collapse;
}
#maincontents .table-lbline table tr th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFEFD2;
	border-left-color: #0A8131;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0A8131;
	font-weight:normal;
	padding:6px 8px;
}
#maincontents .table-lbline table tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB657;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB657;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cdcdcd;
	padding:6px 8px;
	height:80px;
	width:80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cdcdcd;
}
#maincontents .table-lbline table tr .nobd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#maincontents .table-lbline table tr .tdata{
	text-align:center;
}

.table-noline table{
	width:100%;
	text-align:left;
}
.table-noline table tr th{
	padding:0px 0px;
	font-weight:normal;
}
.table-noline table tr td{
	text-align:left;
	padding:0px 2px;
}
.table-noline table tr .tdata{
	text-align:center;
}
.table-noline2{
	}
.table-noline2 table{
	width:100%;
}
.table-noline2 table tr th{
	padding:0px;
	font-weight:normal;
}
.table-noline2 table tr td{
	padding:0px;
	text-align:center;
}

#maincontents .table-lbline-half{	
	padding-left:20px;
	padding-right:20px;
	
}
#maincontents .table-lbline-half table{
	width:323px;
	text-align:left;
}
#maincontents .table-lbline-half table tr th{
	font-weight:normal;
	font-size:14px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffe3b2;
	border-left-color: #4b2a06;
	padding:3px 4px;
	width:100px;
}
#maincontents .table-lbline-half table tr td{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1a559;
	padding:3px 4px;
}
#maincontents .table-lbline-half table tr .tdata{
text-align:center;
}

#maincontents .table-lbline-half ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#maincontents .table-lbline-half ul li{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#maincontents .table-lbline-timetbl{
}
#maincontents .table-lbline-timetbl table{
	width:100%;
	text-align:left;
	border-collapse: collapse;
}
#maincontents .table-lbline-timetbl table tr .thead{
	font-weight:normal;
	font-size:14px;
	padding:4px 4px;

}
.table-lbline-timetbl table tr .tdata{
	font-size:14px;
	padding:3px 6px;
	border: 1px solid #cdcdcd;
}

.table-lbline-timetbl table tr th, .table-lbline-timetbl table tr td{
	font-weight:normal;
	font-size:14px;
	border: 1px solid #cdcdcd;
	text-align:center;
}

#maincontents .active-map{
	padding-left:20px;
	padding-right:20px;
}
#maincontents .news-title{
	line-height:28px;
	height:28px;
	background-position: left;
	color:#d78400;
	font-size:16px;
	width:682px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #565656;
}

#maincontents .news-caption{
	line-height:24px;
	padding-top:10px;
	padding-bottom:10px;
	width:682px;
}
    
#maincontents .newscont{
	border:solid 1px #cdcdcd;
	width:682px;
	padding:15px 15px 0px 15px;
}

#sld01{
	padding:15px 0px 30px 0px;
}
    
#sld01 ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
    
#sld01 ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
    
.rollover {
	width:675px;
	height:450px;
	margin:0px;
	padding-right:0px;
}
    
.rollover ul,.rollover ul li{
	padding:0px;
	margin:0px;
}
    
.rollover p {
	float:left;
	margin:0px;
	width:400px;
	position:relative;
}
    
.rollover .rollover_view {
	position:absolute;
	top:0;
	left:0;
}
    
.rollover .thumb {
	float:right;
	width:275px;
	display:block;
	list-style:none;
}
    
.rollover .lir {
	float:left;
	width:135px;
	height:120px;
}
    
.rollover li a{
	text-decoration: none;	
}
    
.rollover .lil{
	float:left;
	width:140px;
	height:120px;
	display:block;	
}

.rollover a img {
	border:0;
}


#greetarea{
	width:716px;
	height:297px;
	background-image: url(../images/bk_msg01.jpg);
	background-repeat: no-repeat;
}
#maparea{
	width:343px;
}


    
.gotodt{
	width:120px;
	height:28px;
	line-height:28px;
 	color: #FFF;
	background-color: #0A8131;
	border: 1px solid #FFB657;
	float:right;
	text-align:center;
	margin-top:16px;
}
.gotodt a{
	color:#fff;
}
.contwidth{
width:692px;
}
    
#tocalender{
    clear: both;
	width:252px;
	height:44px;
	line-height:44px;
    margin: 10px auto;
	text-align:center;
	background:url(../images/bk_lnavi_tocalender01.png) no-repeat center;
	color:#d78400;
}
    
#tocalender a{
	width:252px;
	height:44px;
	line-height:44px;
	color:#d78400;
	font-weight:bold;
	font-size:120%;
	display:block;
}
    
/* 予約専用ダイヤル（SP表示用）ボタン（PC表示では非表示） */    
.reservation2 {
    display: none;        
}        

.overview_left {    
    width:330px;
    height: auto;
    margin-right:8px;
    float: left;
}
    
.overview_right {    
    width:341px;
    height: 270px;
    float: left;
}
    
#maparea .more-info-access a {
    display: block;
    width: 341px !important;
    margin: 10px 0 0;
    padding:5px 0;
    border: double 3px #cccccc;
    background-color: #f3f9dc;
    color: #0f6243;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-family:Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#maparea .more-info-access a:after {    
    content: "\f0a9";
    font-family: FontAwesome;
    margin-left: 10px;
}
    
/* クリニックのご案内（about.html） */ 
    
.access-box {
    float: left;
    width: 362px;
    height: auto;
    padding: 0 0 0 0;
}
    
.map_about {
    width: 300px;
    float: left;
    text-align: right;
    padding: 0;
}    
    
.map_about img {
    width: 100%;
}        
    
    
.viewport {
    display: none;        
}    

    
    
    
    
/* 受付システムのご案内（reserve.html）*/

.reservation-btn {
    display: none;        
}    
    
.reservation-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}    
    
.reservation-box-left {
    width: 284px;
    height: auto;
    float: left;
    padding: 0 0 0 30px;
}        

.reservation-box-right {
    width: 281px;
    height: auto;
    float: left;
    padding: 0 0 0 50px;
}            
    
    
    
    
    
.come_by_car {
     width: 100%;
    margin: 0 0 20px 0;
     padding: 10px;
     border: solid 3px #3B8FB3;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-border-radius:6px;
     -moz-border-radius:6px;
     border-radius: 6px;    
}
    
.come_by_car img { 
    float: left;
    margin: 0 10px 0 0;
}
    
}

.btn_reservation {
	margin: 10px 0 0;
	padding: 0;
}


/* スタッフ募集（recruit.html） */ 
.recruit_tbl {
	width: 100%;
  border-collapse: collapse;
}
.recruit_tbl th, td {
	border: 1px solid #497b00;
	padding: 1em;
}

.recruit_tbl th {
	width: 30%;
	text-align: center;
	background: #def0c4;
}

.recruit_tbl td ul li {
	line-height: 1.8;
}

