@charset "utf-8";



body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #000;
  background-image: url(../img/back.jpg);
  background-repeat: repeat;
  background-position: left top;
}

a:link {
  color: #583822;
  font-size: 100%;
}

a:hover {
  color: #765c47;
  font-size: 100%;
}

a:visited {
  color: #583822;
  font-size: 100%;
}

p {
  margin: 8px 1em 18px 1em;
  line-height: 150%;
  letter-spacing: 2px;
  display: block;
}


h1, h2, h3, h4, h5{
  clear: both;
}

.frLeft{
  float:left;
}
.frRight{
  float:right;
}
.exp{
  display:block;
  width:50%;
}
/*---------- Main ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  max-width:1040px;	
  background-color: #ffffff;
}

/*---------- header ----------*/

#header {
  display: block;
  margin: 0;
  width: 100%;
  background-color: #FFEAD5;
  border-bottom: solid 3px #583822;
  overflow: hidden;
  font-size: 1em;
  font-weight: bold;
}

/*--------- トップ用 ----------*/
#header h1 {
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #666666;
  clear: both;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 10px;
}

#header h1 a{
	display: block;
  float: left;
	width: 66%;
  min-width:650px;
	height: 86px;
	text-indent: -9999px;
	background: url(../img/logo.jpg) no-repeat;
}

/*--------- トップ以外 ----------*/
#header #logo {
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #666666;
  clear: both;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 10px;
}

#header #logo a{
	display: block;
  float: left;
	width: 66%;
  min-width:650px;
	height: 86px;
	text-indent: -9999px;
	background: url(../img/logo.jpg) no-repeat;
}

#telephone:before{
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../img/telephone.png);
	background-size: contain;
	margin-right: 0.3em;
}
#telephone{
    padding-bottom: 0.1em;
    font-size: 260%;
    font-weight: bold;
}

#headAddress {
  display: block;
  float: left;
  width: 33%;
/*  max-width: 380px;
  min-height: 86px;  */
  padding-top: 0px;
  margin-bottom: 1em;
}


#timeTable {
    width: 97%;
    margin: 0 auto;
    padding: 0;
    clear: both;
    background-color: #FFF;
    border: 1px solid #6A3500;

    letter-spacing: 0.1em;
    margin-top: 12px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    border-radius: 14px;
}


#timeTable dl{
  display: flex;
	line-height: 2.0em;
	padding: 0;
	margin: 0;
}

#timeTable dl dt{
    width: 6em;
    font-size: 1.5em;	
    background-color: white;
    margin: 0 0 0 1em;
	padding: 0.7em 0 0 0;
	border-right:2px dotted gray;
}

#timeTable dl dd{
    width: 42em;
    font-size: 1.5em;
    background-color: white;
    margin: 0;
	padding: 0 0 0 0.5em;
}
/* #timeTable {
  display: block;
  width: 92%;
  clear: both;
  background-color: #FFF;
  border: 1px solid #6A3500;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-top: 26px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 0;
} */

/* #timeTable div{
  text-align: left;
  display: block;
  width: 95%;
  margin: 0 auto;
} */



#timeTable span.comment{
  text-align: left;
  display: block;
  width: 100%;
  text-indent: 1.5em;
  color:#F00
}
#mainMenu {
  background-color: #333333;
  margin: 0px;
  border-bottom: solid 2px #ffffff;
  background: url(../img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: 98%;
  clear: both;
  padding: 8px 0 12px 2%;
  border-bottom: solid 3px #583822;
}

#mainMenu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#mainMenu li {
  color: #ffffff;
  display: block;
  padding-left: 22px;
  padding-right: 22px;
  border-right-width: 2px;
  border-right-style: dashed;
  border-right-color: #633;
  height: 1.8em;
  float: left;
}

#mainMenu li.lfBorder {
  border-left-width: 2px;
  border-left-style: dashed;
  border-left-color: #633;
}

#mainMenu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.7em;
}

#mainMenu a:hover {
  color: #cccccc;
}

/*---------- Container ----------*/

#container {
  width: 100%;
  max-width:1028px;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}



/*---------- Contents ----------*/

#contents {
  float: left;
  margin: 0;
  font-size: 100%;
  line-height: 150%;
  letter-spacing: 1px;
  width: auto;
  max-width:775px;
  display: block;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 8px;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #960;
}

#contents h1 {
  line-height: 150%;
  font-size: 1.5em;
  color: #583822;
  border-right-width: 4px;
  border-left-width: 4px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #FF952B;
  border-left-color: #FF952B;
  border-bottom-width: 4px;
  border-bottom-style: ridge;
  border-bottom-color: #FF952B;
  border-top-color: #FF952B;
  background-color: #FFEAD5;
  border-top-width: thin;
  border-top-style: solid;
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 12px;
  margin-left: 0;
  padding-top: 14px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 14px;
}

#contents h2 {
  line-height: 110%;
  font-size: 1.3em;
  color: #FFF;
  display: block;
  width: 85%;
  background-color: #BF6000;
  margin-top: 34px;
  margin-right: 0;
  margin-bottom: 12px;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 14px;
}

#contents h3 {
  margin: 34px 0 4px 16px;
  padding: 6px 0 6px 14px;
  line-height: 110%;
  font-size: 1.2em;
  color: #583822;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #FF952B;
  border-left-color: #FF952B;
  display: block;
  width: 80%;
}

#contents img {
  margin: 8px 0 0 12px;
}

#contents #season {
  border: 1px solid #C60;
  padding-top: 0px;
  display: block;
  overflow: hidden;
  margin-bottom: 34px;
  margin-top: 2em;
}

#contents #season h2 {
  color: #000;
  display: block;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 14px;
  width: 99%;
  background-color: #FF8A15;
}

#contents #season h2.spr {
  color: #333;
  background-color: #F9C;
}

#contents a {
  color: #583822;
  font-size: 100%;
}

#contents a:hover {
  color: #765c47;
  font-size: 100%;
}

#contents img.center{
  margin-right: auto;
  margin-left: auto;
  display: block;
}

#contents p.section {
  margin:0 0 0 0;
  font-weight:bold;
}
span.caption {
  color: red;
  font-size: 60%;
}

dl#infoList{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	overflow: hidden;
}

dl#infoList dt{
	width: 7em;
	padding-right: 0.5em;
	float: left;
	clear: both;
	display: block;
	padding-top: 0.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C60;
}

dl#infoList dd{
	display: block;
	width: 75%;
	overflow: hidden;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C60;
}

dl#infoList dt:first-child{
	border: none;
}
dl#infoList dt:first-child + dd{
	border: none;
}
#latestNews{
	border: solid 2pt #939393;

	padding: 8px;
	border-radius: 10px;
	margin: 0px auto;
	width: 94%;
}
#latestNews dt{
	border-bottom: dashed 2px #a8a8a8;
	color: red;
	font-size: 140%;
	font-weight: bold;
	display: block;
	margin: 0 auto 0.5em auto;
	padding: 0.5em 0;
	text-align: center;
	width: 95%;
}
#latestNews dd{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 2em;
	padding: 6px 8px 4px 2px;
}

table#t01 {
  border: 1px solid #000;
  border-collapse: collapse;
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0 1em;
  width: 80%;
}

table#t01 th, table#t01 td {
  border: solid 1px #999999;
  border-collapse: collapse;
}

table#t01 td {
  font-size:1.2em;
  height:3em;
  width:6%;
}

table#t01 td.colHead, table#t01 th.colHead {
  font-size:1em;
  width:22%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  text-align: left;
}

table#t01 td.saturday, table#t01 th.saturday {
  color:#03F;
}

table#t01 td.holyday, table#t01 th.holyday {
  color:#F00;
  width:10%;
}

dl.disease {
  margin: 0px;
  padding: 0px;
  width: 48%;
  float: left;
  overflow: hidden;
}

dl.disease dt, dl.disease dd{
  margin: 0px;
  padding: 0px;
}

dl.disease p.arrow {
  float: left;
  width: 1.5em;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

dl.case {
  margin: 0px;
  padding: 0px;
  width: 46%;
  overflow: hidden;
  float: left;
}

dl.case dd {
  margin: 0px;
  padding: 0px;
}

dl#profile{
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

dl#profile dt{
  float:left;
  width: 200px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

dl#profile dt img{
  padding-top: 1em;  
}

dl#profile dd{
  float:left;
  width: 74%;
  margin: 0px;
  padding: 0px;
}


/*---------- side area ----------*/

#sideColumn{
  padding: 0;
  width: 220px;
  bottom: 0;
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  display: block;
  float: left;
}

#sideColumn h2 {
  margin: 0 0 2px 0;
  padding: 7px 0 5px 12px;
  line-height: 110%;
  font-size: 1em;
  color: #fffffc;
  background-image: url(/img/sidebar.gif);
  background-repeat: no-repeat;
}

#sideColumn ul {
  padding: 0px;
  margin: 0px;
  float: right;
}

#sideColumn li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
  
}

#sideColumn p {
  margin: 10px 4px 0 4px;
  line-height: 180%;
}

#sideColumn a: {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;  
}

#sideColumn img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}


/*---------- Footer ----------*/

#footer {
  clear: both;
  width: 100%;
  height: 90px;
  margin: 20px 0 0 0;
  padding: 40px 0 15px 0;
  text-align: center;
  font-size: 1em;
  color: #333333;
  background-color: #FFEAD5;
  font-weight: bold;
  border-top: solid 3px #583822;
}

#footer a {
  color: #333333;
  font-size: 1em;
 }

#footer a:hover {
  color: #333333;
}

/*---------- influenza --------------*/
.compareList, .compareList2{
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
}

.compareList th{
  background-color: #FFC;
/*  width:110px;  */
}

.compareList td{
  width:270px;
  text-align: center;
}

.compareList2 th{
  background-color: #FFC;
  text-align: left;
/*  width:30%;
*/
  padding:8px 1em 8px 1em;
  border: 1px solid #000;
}

.compareList2 td{
  text-align: leftr;
  padding:8px 1em 8px 1em;
  border: 1px solid #000;
}


/*---------- haien --------------*/
#teikiTop{
  background-image: url(../img/specialities/haien/teiki_bg.gif);
  background-repeat: no-repeat;
  height: 177px;
  width: 573px;
  padding-left: 0.5em;
  font-size: 120%;
  margin-right: auto;
  margin-left: auto;
  background-position: 0px 0px;
  padding-top: 10px;
}

.teikiList{
  width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.teikiList td{
  width: 50%;
}

.teikiList dl{
  margin: 0px;
  text-align:left;
  padding: 0px;
}

.teikiList dt{
  float:left;
  font-size:190%;
  display: block;
  margin: 0px;
  padding-top: 0.4em;
  width: 38%;
  text-align: center;
}

.teikiList dd{
  font-size:90%;
  display: block;
  margin: 0px;
  position: static;
  float: left;
  padding-left: 10px;
  border-left-width: 2px;
  border-left-style: dotted;
  border-left-color: #666;
}

.sessyuList {
  width: 340px;
  text-align: center;
}

.sessyuList tr.listHead{
  background-color: #FFC;
  font-weight: bold;
}

.sessyuList tr.target{
  background-color: #FCC;
  color: #000;
  font-weight: bold;
}

.sessyuList .nenrei{
}

.sessyuList .nenrei dl{
  margin: 0px;
  text-align:left;
}

.sessyuList .nenrei dt{
  width:80px;
  float:left;
  font-size:190%;
  height:1.5em;
  display: block;
  margin: 0px;
  padding-top: 0.8em;
}

.sessyuList .nenrei dd{
  width:110px;
  font-size:80%;
  display: block;
  margin: 0px;
  position: static;
  float: right;
  padding: 0px;
}

.sessyuList .nengou{
  width: 110px;
  text-align:center;
}

/*---------- melancholy ------------*/
.symptomList{
  font-size:140%;
  margin-left: 10px;
  color: #00F;
}
.symptomList li{
  background-repeat: no-repeat;
  background-position: right center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.symptomList li.mel01{
  background-image: url(../img/specialities/melancholy/melan01.jpg);  
}

/*---------- melancholy ------------*/
div.checkupMenu{
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #C60;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
div.plus{
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 1.8em;
}
.leftBox{
	width: 7%;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C60;
	float: left;
	vertical-align: middle;
	display: table-cell;
	line-height: 330px;
	height: 100%;
}

.listFlow{
	width:90%;
	overflow:hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.listFlow li{
	width:31%;
	margin-right: 10px;
	list-style-type: none;
	margin-top: 6px;
	text-align: center;
	float: left;
}
.listFlow li img{
	margin-right: auto;
	margin-left: auto;
}
div.deftitle{
	text-align: center;
	background-color: #FFC;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border-radius: 6px 6px 6px 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #F90;
}

.listFlow li div.deftitle{
	width: 85%;
}

div.plusOption{
	width:24em;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div.plusOption img{
	background-color: #F6F;
	margin-right: auto;
	margin-left: auto;
}
div.plusOption div.deftitle{
	width: 40%;
}

div.cornerBox{
	border-radius: 0px 0px 6px 0px / 0px 0px 15px 0px;
}






	
