@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}

table{
border-collapse: collapse;
border-spacing:0;
}
img{
border:0;
line-height:0;
}
ol,ul{
list-style:none;
}

body{
font:16px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
/*background:#fff url(images/bg.png) repeat-x 0 0;*/
background:#fff url(images/bg-fuji.jpg) no-repeat fixed center top;
padding:170px 0 0;
margin-left:0px; /*背景ずれ補正*/
}

* html body{
overflow: hidden;
}

#main_box{
margin:0 auto;
width:920px;
/*background:#fff url(images/bg.png) repeat-x 0 0;*/
background:#fff;
}

body#toppage{background-image:url(images/bgToppage.png);}

a:link,a:visited{color:#da829b;text-decoration:none;}
a:hover{color:#edbac1;}
a:active, a:focus {outline:0;}
img{border:0;}



/*******************************
レイアウト
*******************************/
/* add */
#header{
margin:0 auto;
width:920px;
clear:both;
z-index:100;
}

#mainNav, #mainImg,#wrapper,#footer ul{
margin:0 auto;
width:880px;
clear:both;
}

/*
#sidebar{
float:left;
width:232px;
padding:25px 0 50px;
}
*/

#main{
/*float:right;*/
/*width:626px;*/
width:880px;
padding:10px 0 50px;
/*overflow:hidden;*/
}

* html div#main{
height:100%;
overflow:auto;
}


/*******************************
/* ヘッダー
*******************************/
#header{
/*background:url(images/header_bg.png) no-repeat 0 0;*/
/*position:relative;*/
background:#fff url(images/bg.png) repeat-x 0 0;
position:fixed; !important
position:absolute;
top:0;
/*height:196px;*/
height:175px;
}

/*
#header{
position:relative;
height:190px;
}
*/

#header h1,#header h2,#header p{
padding:0 20px;
position: absolute;
font-size:14px;
font-weight:normal;
line-height:22px;
}


/* スローガン */
#header h1{
/*bottom:10px;*/
top:7px;
left:0;
color:#555;
line-height:1.2;
font-size:10px;
}

/* ロゴ */
#header h2{
top:30px;
left:0;
}

/* お問い合わせ */
#header p#h-link{
float:right;
top:7px;
/*right:0;*/
height:23px;
width:105px;
display:inline-block;
margin-right:20px;
padding-top:2px;
background:#eee;
text-align:right;
vertical-align:middle;
border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#000;
}

p#h-link img{
position: relative;
float:left;
margin-left:-5px;
top:2px;
}

#h-link a:link, #h-link a:visited{color:#000;text-decoration:none;}
#h-link a:hover{color:#999;}

/* 住所 */
#header p{
top:38px;
right:0;
}

/* ページ内リンク */
#header p#p-link{
position:absolute;
top:auto;
right:auto;
text-align:center;
line-height:25px;
}

#header p#p-link:after{
clear:both;
}

ul#p_link{
position:absolute;
bottom:10px;
height:25px;
}

ul#p_link li{
display:block;
float:left;
font-size:90%;
background:#c1758b;
border-radius:5px;
border-right:#fff 2px solid;
list-style:none;
text-align:center;
/*padding-left:10px;
padding-right:10px;*/
}

ul#p_link a{
display: block;
width: 150px;
height: 25px;
padding-top:5px;
color:#fff;
/*color:#555;*/
}

ul#p_link a:link, ul#p_link a:visited{color:#fff;
background:#c1758b;
border-radius:5px;
}
ul#p_link a:hover{color:#fff;background:#c1758b;text-decoration:none;}
/*
ul#p_link a:link,a:visited{color:#555;text-decoration:none;}
ul#p_link a:hover{color:#fff;
background:#c1758b;
border-radius:5px;
}*/


/************************************
/* メインナビゲーション
************************************/
ul#mainNav{
position:absolute;
bottom:36px;
height:42px;
background:url(images/mainNavBg.png) no-repeat 0 0;
margin-left:20px;
}

ul#mainNav li{
text-indent: -5000px;
float:left;
}

ul#mainNav a{
display: block;
width: 176px;
height: 42px;
background:url(images/nav/mainNav1.png) no-repeat 0 0;
}

ul#mainNav li.current_page_item a,ul#mainNav li.current-menu-item a,ul#mainNav li a:hover{background-position:0 -42px;}

ul#mainNav li.menu-item-2 a{background-image:url(images/nav/mainNav2.png);}
ul#mainNav li.menu-item-3 a{background-image:url(images/nav/mainNav3.png);}
ul#mainNav li.menu-item-4 a{background-image:url(images/nav/mainNav4.png);}
ul#mainNav li.menu-item-5 a{background-image:url(images/nav/mainNav5.png);}	



/*******************************
/* メイン
*******************************/
#main a{text-decoration:underline;}
#main a:hover{text-decoration:none;}

#main h2.heading{
clear:both;
padding-left:10px;
line-height:36px;
font-size:22px;
font-weight:normal;
/*color:#fefefe;*/
color:#333;
background:url(images/headingBg.png) no-repeat 0 0;
}

h2 span{font-size:16px;}
.article{
clear:both;
padding:20px 0 30px;
border-bottom:1px dotted #ccc;
}

.no_border{border:none;}

.no_padding{padding:0 0 30px;}

.mainB{margin-bottom:0px;}

.main{
margin:5px 0 15px;
padding:0 0 0;
border:0;
background:url(images/pattern.png) repeat-y 0 0;
}

.main .top{
height:11px;
background:url(images/mainTop.png) no-repeat 0 0;
}

.main .inner{padding:20px;}

.inner_box{
float:left;
width:430px;
padding:0;
margin-bottom:30px;
}

.main .bt{
height:11px;
background:url(images/mainBt.png) no-repeat 0 100%;
}

.article h3{
color:#da829b;
margin:0 0 10px;
font-size:16px;
font-weight:normal;
}

.main h3{
padding:0 0 5px 0;
margin: 0 0 10px 0;
width:370px;
color:#da829b;
border-bottom:1px dotted #999;	
}

.main h3 a{
padding-left:0;
background:none;
}

.article img{
float:left;
padding:5px 20px 0 0;
}

/* add */
.article img.img_r{
float:right;
padding:5px 0 0 20px;
}

.main img{
float:right;
padding: 0 0 0 10px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#date {
text-align: right;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}


/*******************************
/* サイトバー
*******************************/
.box{
padding:10px 0 6px 8px;
margin-bottom:15px;
background:#e6c6cf;
}

ul.subNav{
width:216px;
padding-top:2px;
background:#fff url(images/subNavBgTop.png) no-repeat 0 0;
}

ul.subNav li{
padding-bottom:2px;
background:url(images/dot.png) no-repeat 0 100%;
}

ul.subNav li.last{
padding-bottom:3px;
border-bottom:0;
background:url(images/subNavBgBt.png) no-repeat 0 100%;
}

ul.subNav li a,ul.subNav li a:visited{
display: block;
width: 196px;
height: 58px;
line-height:58px;
padding-left:20px;
color:#da829b;
font-size:13px;
text-decoration:underline;
background:url(images/subNavBg.png) no-repeat 0 0;
}

ul.subNav li a:hover,ul.subNav li.current-menu-item a,ul.subNav li.current_page_item a{background-position:0 -58px;text-decoration:none;}

.blue{
padding:11px 9px;
background:#d3969f url(images/boxBlueTop.png) no-repeat 0 0;
}

.blue h3{padding-bottom:10px;}

table#plan{
margin:0 auto;
background:#f1f1f0;
border:1px solid #b7757f;
}

table#plan th{
width:2em;
padding:2px 0;
border-bottom:1px solid #b7757f;
background:#f1f1f0;
font-weight:normal;
}

table#plan th.long{width:3em;}

table#plan td{
padding:2px 0;
line-height:22px;
text-align:center;
color:#d3969f;
border-bottom:1px solid #b7757f;
}

table#plan th.head,table#plan td.head{
color:#333;
background:#f1d1d6;
}

table#plan td.hol{
font-size:6px;
color:#d2d2d2;
}

ul.time{
margin:-15px 0 15px;
padding:0 10px 10px;
color:#fff;
background:#d3969f url(images/boxBlueBt.png) no-repeat 0 100%;
}

/* 院長ブログバナー */
p.banner{margin-bottom:24px;}


.menu h3{
color:#757575;
font-weight:normal;
padding-bottom:7px;
border-bottom:3px solid #aaaeb3;
}

.menu ul{
overflow:hidden;
padding:10px 5px;
margin-bottom:15px;
}

.menu ul li{
padding:5px 0 5px 11px;
background:url(images/arrow2.gif) no-repeat 0 50%;
}

/*******************************
/* フッター
*******************************/
#footer{
clear:both;
padding-bottom:10px;
background:#c1758b;
/* url(images/footer.png) repeat-x 0 0;*/
}

/*#footer li{
display: inline-block;
margin-top:10px;
padding: 0 20px 0 10px;
line-height:20px;
background:url(images/arrow.gif) no-repeat 0 50%;
font-size:14px;
}

#footer li a{
text-decoration:none;
color:#666;
}

#footer li a:hover{color:#999;}
*/
/*
p#copy{
margin:10px 0;
text-align:center;
color:#3f3f3f;
font-size:14px;
}*/

p#copy{
margin:0;
padding:20px 0 0 0;
text-align:center;
color:#000; /*3f3f3f;*/
font-size:14px;
text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
}

#copy span{
font-size:18px;
font-weight:bold;
}

/* Counter */
#cntbox{
position:relative;
float:right;
margin-right:20px;
bottom:-20px;
height:45px;
width:120px;
background:#fff;
border-radius:10px;
}


/*************
/* トップに戻る
*************/
#page-top {
    position: fixed;
    bottom: 3%;
    right: 3%;
    font-size: 70%;
}
#page-top a {
    display: block;
    text-decoration: none;
    padding-top: 62px;
    width: 62px;
    height: 0px;
    overflow: hidden;
    background: url(images/pagetop.png) no-repeat 0 0;//画像のURLを指定。
}
  
#page-top a:hover {
    background-position: 0 -62px;
}

/* 医院情報 */
table.map{
border:#ccc 1px solid;
width:100%;
background:#bebebe 1px solid;
border-collapse:collapse;
}

.map th{
border:#ccc 1px solid;
background:#efede7;
font-weight:normal;
padding:5px 10px;
width:100px;
}

.map td{
border:#ccc 1px solid;
background:#ffffff;
font-weight:normal;
padding:5px 10px;
}

#outside{
width:428x;
height:220px;
margin:10px auto;
border:#ccc 1px solid;
/*background:url(images/photo/top_outside.jpg) no-repeat center;
/* 画像サイズは410×190pxまで */
}

#outside img.out_img{
float:none;
padding:0;
margin:10px 10px;
}

/* map */
.egmap{
z-index:1;
position:relative;
margin:0 0 0px 5px;
/*padding:20px 10px 20px 20px;*/
}

.r_space{margin-right:20px;}
.flt_l{float:left;}
.flt_r{float:right;}

/* お知らせ */
.news_box{
width:auto;
/*min-height:200px;
max-height:500px;*/
height:200px;
border:#999999 1px solid;
margin-top:20px;
padding:10px;
overflow-y:scroll;
}

.news_box p{
display:block;
line-height:2;
border-bottom:#999999 1px dotted;
margin-bottom:10px;
}

/* 診療時間 */
table#plan{
text-align:center;
width:100%;
margin:20px auto;
background:#fff;
border:1px solid #b7757f;
}

table#plan th{
text-align:center;
width:2.5em;
padding:5px 0;
border-bottom:1px solid #b7757f;
background:#fff;
font-weight:normal;
}

table#plan th.long{width:3.5em;}

table#plan td{
padding:5px 0;
line-height:22px;
text-align:center;
color:#d3969f;
border-bottom:1px solid #b7757f;
}

table#plan .last{
border-bottom:none;
}

table#plan th.head,table#plan td.head{
color:#333;
background:#f1d1d6;
}

table#plan td.hol{
font-size:12pt;
color:#999;/*d2d2d2;*/
}

/* Calendar */
div.calendar{
position:relative;
width:880px;
min-height:250px;
z-index:0;
}

div.calendar table{
border-collapse:collapse;
}

/***
iframe制御
***/
iframe {
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	position:relative;
	z-index:0;
}

/* ページ内リンク */
#gree, #info, #sche, #map, #feat, #faci, #care, #smok, #pain, #doctor, #staff, #colu, #gall{
margin-top:-180px;
padding-top:180px;
display:inline-block;
}

#sche{
margin-top:90px;
padding-top:-90px;
display:inline-block;
}


/*** トピックス　***/
/*
#topix_wrap{
	background:#fff;
	border:#ddd 1px solid;
	min-height: 25px;
	margin:auto 5px;
	padding:10px;
	overflow: auto;
	}
	
#topix_wrap ul{
	margin:0 0 15px;
	padding:0;
	list-style-type:none;
	background:none;
}
*/
#topix_list li{
	margin:0;padding:0;
	padding-bottom:3px;
	margin-bottom:3px;
	line-height:1.5;
	list-style:none;
	background:none;
}

#topix_wrap h5{
	margin-left:0;
	margin-bottom:10px;
	padding-left:0;
	font-size:18pt;
}
#top_topix{
height:auto;
overflow:auto;
}
#top_topix .topix{
float:right;
margin:20px;
}

/*** 本文タイトルなど ***/
.container{
margin:0 0 20px 0;
padding:0;
width:100%;
}
.in_box{
margin:auto 5px;
padding:10px 5px 0;
display: table;
height:auto;
width:95%;
}

/* 最後のbox */
.last{margin-right:0;}

/* 画像を左に回りこみ */
.container .img_l{
float:left;
margin: 0px 10px 10px 10px;
}

/* 画像を右に回りこみ */
.container .img_r{
float:right;
margin: 0px 10px 10px 10px;
}

.container h4 img{float:none;margin:0 0 10px;}

.container h5{
color: #313131;
font-weight: normal;
font-size:16px;
margin-bottom:10px;
margin-left:10px;
padding-bottom:5px;
}

h5 span{
border-bottom: 3px solid #f5d9e5;
}
 
a#nd{
text-decoration:none;
}
 
.container p{padding: 0 10px 5px; margin:auto auto 15px 25px;}

.container p.sign{
text-align:right;
}

.in_box ul{
padding-left:10px;
}

.lm1em{margin-left:1em; margin-bottom:10px;}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 折りたたみ表示 */
.listAccordion {
width:50%;
}
.listAccordion label {
  background: #f6f6f6;
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  margin:10px auto 10px 25px;
  border-radius: 4px;
  background: #eeeeee;
  border:#666666 1px solid;
}
.listAccordion label:hover {
  background: #f0f0f0;
}
.listAccordion input[type="checkbox"].on-off {
  display: none;
}
.listAccordion img {
  float:right;
  margin:15px 15px 10px 10px;
  padding:0;
  border:0;
}
.listAccordion .panel {
  background: #fffcda;
  margin:auto auto 10px 25px;
  padding: 0;
  border-radius: 5px;
}
.panel p{
  font-size:14px;
  padding:0;
  margin:15px;
}
.listAccordion input[type="checkbox"].on-off + .panel {
  height: 0;
  overflow: hidden;
}
.listAccordion input[type="checkbox"].on-off:checked + .panel {
  height: auto;
}
