@charset "utf-8";
@import url("reset.css");

/* --- 基本 --- */

img { border: 0; }

a:hover {	/* リンクマウスオーバー時　共通　*/
	text-decoration: none;
}

/* --- レイアウト --- */

#Container {
	font-size: 86%;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}

/* -- HEADER -- */
#Header {
	text-align: left;
	background: #05a7c1 url(../images/header-bg.gif) repeat-x bottom;
	min-height: 160px;
	min-width: 960px;
}

#Contmenu-box dl {	/* コンテンツメニュー */
	margin: 5px 10px;
}
#Contmenu-box dt {
	float: left;
	margin-left: 10px;
	margin-right: -5px;
}

#Contmenu-box #Daycare {
	display: none;
}


/* -- MAIN BODY -- */
.main-box {
	clear: both;
	max-width: 800px;
	min-width: 400px;
	min-height: 460px;
	margin: 20px auto;
	text-align: justify;
}

.main-box h2 {
	line-height: 40px;
	background: #fafad2 url(../images/dficon.png) no-repeat 10px 8px;
	padding-left: 50px;
	font-size: 20px;
	letter-spacing: 0.2em;
	border: solid 3px #ccc;
	text-shadow:0px 1px 1px #999999;
	-webkit-text-shadow:0px 1px 1px #999999;
	-moz-text-shadow:0px 1px 1px #999999;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;
	box-shadow: 0px 2px 1px #999999;
	-webkit-box-shadow: 0px 2px 1px #999999;
	-moz-box-shadow: 0px 2px 1px #999999;
}
#Department h2 {
	color: #ff6600;
	background: #fafad2 url(../images/dficon.png) no-repeat 10px 8px;
}
#Recept-Time h2 {
	color: #cc3333;
	background: #ffefd5 url(../images/rticon.png) no-repeat 10px 5px;
}
#Equipment h2 {
	color: #006600;
	background: #f0fff0 url(../images/eqicon.png) no-repeat 10px 5px;
}

h4 {
	font-size: 100%;
	color:#006699;
}

#Cont-index {	/* 各コンテンツ内のページメニュー */
	background-color: #fff;
	border: solid 3px #eee8aa;
	margin: 0.5em 1px 2em 1px;
	padding: 0px 10px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;	
}
#Cont-index
 {
	content:"";
	clear: both;
}
#Recept-Time #Cont-index {/* 総合案内のページメニュー部　ライン */
	border-color: #f5deb3;
}

#Cont-index dl {
	height: 26px;
}
#Cont-index dd{
	float: left;
	margin: 0 5px 0 10px;
	line-height: 26px;
}

#Cont-index a {
	color: #333;
	text-decoration: none;
}
#Cont-index a:before{
	content:"≫";
	letter-spacing:2px;
	color: #009999;
}
#Cont-index a:hover{
	color: #c30;
	clear: both;
}


.cont-title {}
.cont-title:after {
	content: "";
	clear: both;
}

.contents {}
.contents:after {
	content: "";
	clear: both;
}

.contents h4 {
	border-bottom: solid 3px #eee8aa;
	margin: 1.5em 0 0.5em;
}

.contents dl {
	margin: 0 0 1.5em 0;
}
.contents dt {
	margin-top: 1em;
}
.contents dt span {
	color: #ff9900;
}
.contents dd {
	margin-left: 1em;
}


.notice {
	font-weight: bold;
}
.notice em {
	color: #ff3300;
}


.pagetop{
	clear: both;
	text-align: right;
	margin: 1em 5px;
	font-size: 90%;
}

.linktext {
	clear: both;
	color: #ffffff;
	background: url(../images/link-bg.png) no-repeat;
	margin: 0.5em 0;
	padding-left: 24px;
	height: 24px;
	line-height: 22px;
}
.linktext a {
	color: #fff;
	display: block;
}

/* -- FOOTER -- */
#Footer{
	background-color: #e1fcd0;
	border-bottom: 4px solid #05a7c1;
}
#CPR {
	text-align: right;
	margin-right: 1em;
	font-size: 80%;
	color: #09c;
}


/* ------------------------- */
/* -------- 以下個別 -------- */


/* -- 診療案内 -- */
#Department .cont-title {	/* 診察案内のタイトル部分 */
	height: 180px;
}
#Department .cont-title h3{
	float: left;
	height: 170px;
	width: 250px;
	margin: 0;
	padding: 0;
}
#Department .cont-title .medicalstaff {
	margin-left: 480px;
	width: 310px;
	position: absolute;
}
.medicalstaff .license {
	position: absolute;
	font-size: 80%;
	right: 0px;
	top: 10px;
	border-left: solid 1px #f5f5f5;
	padding-left: 10px;
	min-width: 150px;
}
.medicalstaff .license li {
	margin: 0.5em 0;
	line-height: 160%;
}
.medicalstaff img {
	width: 130px;
	height: 150px;
	border: 0;
}
.medicalstaff p {
	width: 120px;
	text-align: center;	
}
.medicalstaff p span {
	font-size: 80%;
}


#Department .rectime {
	clear: both;
	background-color: #f5f5f5;
	padding: 5px 10px;
	margin: 10px 0;
	border: solid 1px #ccc;
}

/* ご挨拶 */
#Greeting {
	margin: 20px 10px;
}

.greeting-phrase {
	position: relative;
	padding: 15px 20px 150px;
	background-color: #fafad2;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;
}
.greeting-phrase h3 {
	font-size: 120%;
	line-height: 30px;
	color: #069;
	border-bottom: 2px solid #fff;
	padding: 0px 10px;
	margin-bottom: 0.5em;
}

.greeting-phrase #Shomei {
	width: 290px;
	position: absolute;
	right:0;
}

.greeting-phrase #Shomei span {
	font-weight: bold;
}

#Department-icons {
	clear: both;
	padding-top: 10px;
}
#Department-icons img{
	margin:0;
	width: 195px;
	height: 133px;
}


/* -- 総合案内 -- */

.recept-time-box .cont-title{	/* 総合案内のタイトル部分 */
	background-color: #cc3333;
	border-left: solid 10px #ff9999;
	color: #ffffff;
	padding: 5px;
	margin: 2em 0 1em;
}
.recept-time-box .cont-title h3 {
	float: left;
	width: 260px;
}
.recept-time-box .cont-title a {
	color: #fff;
}
.recept-time-box .cont-title a:hover {
	color: #fff;
}

.recept-time-box .contents{
	font-size: 100%;
	margin: 0 20px;
}

.recept-time-box .contents h3 { /* 総合案内　診療科 */
	margin-left: 2px;
	padding-left: 30px;
	background: url(../images/pattern12.gif) no-repeat;
}

	/* --- 追加 --- */
.recept-time-box dt { 
	float: left;
	clear: left;
	font-weight: bold;
	color: #cc4433;
	line-height: 1.6em;
	padding: 3px 0px 3px 3px;
	letter-spacing: 1px;
	margin:0;
}
.recept-time-box dt.long {
	width: 200px;
	float: none;	
}
.recept-time-box dd {
	margin: 0;
	padding: 3px 0px 3px 90px;
	line-height: 1.6em;
	margin:0;
}

.recept-time-box .contents p em {
	font-weight: bold;
	color: #cc4433;
}
.recept-time-box .contents span {
	color: #f4a460;
	font-size: 80%;
}
.recept-time-box .contents a {
	color: #000;
}
.recept-time-box .contents a:hover {
	color: #c30;
}

.recept-time-box table{
	width: 100%;
	margin: 0 auto 1.5em;
	table-layout: fixed;
	border-collapse: collapse;
}
.recept-time-box th {
	text-align :center;
	padding: 5px;
	width:20%;
	background-color: #ffdead;
	color: #cc4433;
	border: solid 2px #fff;
}
.recept-time-box td {
	padding: 5px;
	background-color: #fff8dc;
	border: solid 2px #fff;
}
.recept-time-box td p {
	margin: 0.5em 0;
}

.guide {
	margin: 5px auto;
	padding: 5px;
	text-align: justify;
	background-color: #fffaf0;
	outline: solid 1px #ffffff;
	max-width: 560px;
}
#Map .contents img {	/* 地図 */
	
	margin: 15px 27.5% 10px;
}
#Map .guide p {
	margin-left: 1.3em;
	text-indent: -1.3em;
}
#Map .guide span {
	color: #c33;
}
.recept-cutin {
	margin: -10px 0 -25px;
}
.recept-cutin img {
	width: 800px;
	height: 160px;
}


/* 医療機器 */
.equip-box {
	margin: 2em 0px;
}
.equip-box .cont-title{
	background: #009900 url(../images/eqicon2.png) no-repeat 4px 5px;
	color: #ffffff;
	margin: 0 0 -20px 0;
	padding: 1px 5px 1px 28px;
}
.equip-box .cont-title h3 {
	margin: 0;
}
.equip-box .contents {
	padding: 10px;
}
.equip-box .contents h4,p {
	padding-left: 5px;
	padding-right: 5px;
}
.equip-box .contents h4 {
	clear: both;
}
.equip-box .contents img {
	float: right;
	margin: 0 0 0 10px;
}

.ME-notice {
	clear: both;
	padding: 10px;
	border: solid 3px #add8e6;
	margin: 25px 0 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;
}
.ME-notice h3 {
	background: #0099cc url(../images/eqicon.png) no-repeat 5px 4px;
	color: #ffffff;
	margin: 0;
	padding: 5px 5px 5px 40px;
	text-shadow:0px 1px 1px #333;
	-webkit-text-shadow:0px 1px 1px #333;
	-moz-text-shadow:0px 1px 1px #333;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;
	box-shadow: 0px 2px 1px #666;
	-webkit-box-shadow: 0px 2px 1px #666;
	-moz-box-shadow: 0px 2px 1px #666;
}
.ME-notice h4 {
	background-color: #ffffff;
	border-color: #add8e6;
}


/* -- 検診・予防接種 -- */

.exam-box .cont-title{	/* 検診・予防接種のタイトル部分 */
	background-color: #3399cc;
	border-left: solid 10px #afeeee;
	color: #ffffff;
	padding: 5px;
	margin: 2em 0 1em;
}
.exam-box .cont-title h3 {
	float: left;
	width: 260px;
}
.exam-box .cont-title a {
	color: #fff;
}
.exam-box .cont-title a:hover {
	color: #fff;
}

.exam-box .contents{
	font-size: 100%;
	margin: 20px 20px 30px;
}

.exam-box .contents h3 { /* 総合案内　診療科 */
	margin-left: 2px;
	padding-left: 30px;
	background: url(../images/pattern13.gif) no-repeat;
}

.exam-box table{
	width: 100%;
	margin: 0 auto 1.5em;
	table-layout: fixed;
	border-collapse: collapse;
}
.exam-box th {
	text-align :center;
	padding: 5px;
	width:15%;
	color: #006699;
	background-color: #afeeee;
	border: solid 2px #fff;
}
.exam-box td {
	padding: 5px;
	background-color: #fffff0;
	border: solid 2px #fff;
}
.exam-box td p {
	margin: 0.5em 0;
}

.exam-box .notice {
	font-size: 80%;
}