/* 全体*/

@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h1,h2,h3,h4,h5,h6,a,li,td,th,dd,dt,p,a{	max-height:999999px}

body {
    line-height:1;
	background: url(../image/bg.jpg) repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	-webkit-text-size-adjust: none;
	position: relative;
	max-height: 999999px;
	min-width:850px;
}


.cf:after{
	content:"";
    display:block;
    clear:both;
}

#wrapper{ width:800px;
padding:10px 25px 0 25px;
margin:0 auto -20px auto;
display:block;
box-shadow:0 0 7px #999;
background:#fff;
border-top:5px solid #956917;}

#content{ margin-top:5px;}


img{ border:5px solid #fff;
box-shadow:0 0 4px #aaa;
max-width:780px;
height:auto;
margin:0 5px 10px 5px;}

p img{margin:0 0 10px 0;}

img.alignleft{ float:left;
margin:0 20px 15px 10px;}

img.alignright{ float:right;
margin:0 10px 15px 20px;}




/*------------------------------------------------
  フォント
------------------------------------------------*/

p{ font-size:15px;
line-height:1.7;
margin:0 10px 15px 10px;
text-align:justify;
text-justify:inter-ideograph;}


h3{/*---moz-box-shadow:inset 0px 1px 0px 0px #ebfff8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ebfff8;
	box-shadow:inset 0px 1px 0px 0px #ebfff8;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #93e6ba), color-stop(1, #58dbba));
	background:-moz-linear-gradient(top, #93e6ba 5%, #58dbba 100%);
	background:-webkit-linear-gradient(top, #93e6ba 5%, #58dbba 100%);
	background:-o-linear-gradient(top, #93e6ba 5%, #58dbba 100%);
	background:-ms-linear-gradient(top, #93e6ba 5%, #58dbba 100%);
	background:linear-gradient(to bottom, #93e6ba 5%, #58dbba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93e6ba', endColorstr='#58dbba',GradientType=0);
	border:1px solid #09e0ce;
	background-color:#93e6ba;--*/
	background:url(../image/h3.png) repeat;
	
	padding:8px 10px 13px 45px;
	text-shadow:0 0 3px #333;
	margin:0 0 15px 0;
	font-size:22px;
	color:#fff;
	letter-spacing:1px;
	position:relative;
	font-family: 'Noto Sans Japanese', serif;
	border-bottom:4px solid #0BB07F;}
	
h3:before{ content:"";
display:block;
width:30px;
height:30px;
background:url(../image/h3_b.png) no-repeat left top;
background-size:contain;
position:absolute;
left:7px;
top:7px;}	


h4{ color:#555;
font-size:18px;
position:relative;
padding:0 0 0 25px;
margin:0 0 10px 0;}

h4:before{ content:"";
display:block;
width:7px;
height:7px;
border:4px solid #E9A700;
position:absolute;
left:3px;
top:5px;
border-radius:7px;}

h5{ color: #26A700;
border-bottom:1px dashed #aaa;
padding:0 0 4px 0;
margin:0 10px 7px 10px;
font-size:17px;}

p+h3,dl+h3,img+h3{ margin-top:40px;}


/*------------------------------------------------
   ヘッダー
------------------------------------------------*/

header h1{ font-size:12px;
letter-spacing:1px;
color:#444;
margin:0 0 10px 5px;
font-weight:normal;}

header h2#logo{ font-size:46px;
color:#0CB39B;
font-family: 'Noto Sans Japanese', serif;
font-weight:bold;
line-height:1;
float:left;}

header #headtel{ float:right;
margin:-10px 0 0 0 ;}



header #headtel p.tel a{ font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#666;
font-size:40px;
text-decoration:none;
background:url(../image/tel.png) no-repeat left center;

padding:0 0 0 45px;}

header #headtel p{ font-size:13px;
font-weight:bold;
background:#FFFEB1;
padding:3px 10px;
border-radius:7px;}


header #headtel p.tel{line-height:25px;
margin:0;
background:none;
padding:0;}
/*------------------------------------------------
   フッター
------------------------------------------------*/
footer{ 
color:#fff;
font-weight:bold;}


footer p.logo{ font-size:30px;

font-family: 'Noto Sans Japanese', serif;
font-weight:bold;
line-height:1;
float:left;
margin:0 30px 0 0;}

footer p{ font-size:14px;
margin-bottom:10px;}

footer p:after{ content:"";
display:block;
clear:both;}

#copy{ background:#aaa;
color:#fff;
padding:5px 0;
margin:10px -25px 0 -25px;
}

#copy p{text-align:center;
font-size:13px;
margin:0 0 5px 0;}

p.pagetop{ background:#666;
color:#fff;
text-align:center;
width:150px;
padding:10px;
float:right;
font-weight:bold;
border-radius:10px;}

p.pagetop a{ color:#fff;
text-decoration:none;
display:block;}


/*------------------------------------------------
   ご挨拶
------------------------------------------------*/


/*------------------------------------------------
   診療時間
------------------------------------------------*/

table{ width:98%;
border-collapse:collapse;
margin:0 10px 10px 10px;}

table th{ padding:13px 10px;
font-size:18px;
border:1px solid #aaa;
background: #FFFBCD;
vertical-align:middle;
text-align:center;
line-height:1.5;}

table td{ text-align:center;
padding:13px 15px;
border:1px solid #aaa;
vertical-align:middle;
font-size:19px;
line-height:1.5;}



/*------------------------------------------------
   アクセス
------------------------------------------------*/

iframe{ width:100%;
height:300px;
margin:0 auto 10px auto;}


/*------------------------------------------------
   おしらせ
------------------------------------------------*/
dl#news{ margin:0 10px 20px 10px;
border:1px solid #ddd;
padding:15px 15px;
border-radius:5px;
font-size:15px;}


dl#news dt{ width:10em;
float:left;
line-height:1.5;}

dl#news dd{ padding:0 0 8px 10em;
margin:0 0 10px 0;
line-height:1.5;
border-bottom:1px dashed #0DB49C;}
