@charset "UTF-8";
/* CSS Document */

/*==========================================
 コンテンツエリア -> 医院紹介
===========================================*/
#main h2 {
  margin: 0 0 15px 5px;
}
#main article {
  text-align: left;
  width: 50%;
  min-width: 120px;
  float: left;
  margin-bottom: 30px;
  height:auto;
}

#main article p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #3E3A39;
}

.text_lead{
	font-size: 0.8em;
	line-height: 160%;
	color: #3E3A39;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
  }


#main article img {
  width: 100%;
  height: auto;
  

} 
.h2_index {
	line-height: 2.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #F7B000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F7B000;
	padding-left: 8px;
  }
  
  
.h3_index_ya {
	background-image: url(../treatment/images/ya_orange.png);
	background-repeat: no-repeat;
  	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 1.0em;
	font-weight: bold;
	color: #F7B000;
	background-position: 1px 5px;
  }
  

.h3_index_ya a{
	color: #F7B000;
	text-decoration: underline;
}


.h3_index_ya a:hover{
	color: #F7B000;
	text-decoration: none;
}

/*----------診療時間----------*/

table {
	
	table-layout: fixed;
}


.td_name{
	background-color: #FEDB72;
	margin: 0px;
	padding: 8px;
	width:40%;
	font-size: 0.8em;
	color: #665948;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;	
}

.td_text{
	background-color: #FFF;
	margin: 0px;
	padding: 8px;
	font-size: 1.0em;
	color: #3E3A39;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D5;
	text-align: center;	
}
.h4_time{
	font-size: 0.9em;
	color: #3E3A39;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.text_time{
	font-size: 0.8em;
	color: #3E3A39;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.6em;
}
/*----------院長プロフィール----------*/
.waku_profile{
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.waku_profile_left{
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.waku_profile_right{
}

.waku_profile_right h4{
	font-size: 1.0em;
	color: #3E3A39;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.text_profile{
	font-size: 0.8em;
	color: #3E3A39;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 160%;
}





.h4_treatment{
	font-size: 1.0em;
	color: #F7B000;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F7B000;
}

.treatment_left{
	margin: 0px;
	padding: 0px;
	
	width: 100%;
}


.treatment p{
	font-size: 0.8em;
	line-height: 160%;
	color: #3E3A39;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 12px;
}
.treatment_right{
	padding: 0px;
	float: right;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}

.treatment_right img{
	max-width:100%;
	text-align: center;	
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
 	border-radius:5px;
}
  

/*GoogleMap*/
.google-maps {
	position: relative;
	padding-bottom: 75%;
// これが縦横比
height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 0px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
	
.block{
	 display: table;
}
div#contents section#main article {
    width: 33%;
	display: table-cell
  }
  div#contents section#main article h3 {
    line-height: 2.0em;
  }

#main article img {
  width: 100%;
  height: auto;
  
} 


  


}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
.h2_index {
	line-height: 2.2em;
	font-size: 1.5em;
	font-weight: bold;
	color: #F7B000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F7B000;
	padding-left: 8px;
  }
  
  
.block{
	 display: table;
}
div#contents section#main article {
    width: 33%;
	display: table-cell
  }
#main article {
	text-align: left;
	width: 31%;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0px;
	
  }


.h3_index_ya {
	line-height: 1.8em;
	background-image: url(../treatment/images/ya_orange.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 1.0em;
	font-weight: bold;
	color: #F7B000;
	background-position: 1px 5px;
  }
  


.h3_index_ya a{
	color: #F7B000;
	text-decoration: underline;
}



.h3_index_ya a:hover{
	color: #F7B000;
	text-decoration: none;
}

#main article img {
  width: 100%;
  height: auto;
   -moz-border-radius:5px;
  -webkit-border-radius:5px;
 border-radius:5px;
}
  


#main article p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #3E3A39;
}








/*----------院長紹介----------*/

.waku_profile{
	overflow:hidden;
}
.waku_profile_left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}

.waku_profile_right{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 500px;
}


}
