/******************************
clearfix
******************************/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
	overflow: hidden;
} 

* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
.both{
    display: block; 
    clear: both; 
}

/******************************
common
******************************/

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.img_kado10 img{
	border-radius: 10px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 10px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 10px;		/* 角丸 Firefox用 */
}
.img_kado10_lb30 img{
	border-radius: 10px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 10px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 10px;
	margin:0px 0px 30px 30px;		/* 角丸 Firefox用 */
}
.img_kado10_b20 img{
	border-radius: 10px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 10px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 10px;
	margin:0px 0px 20px 0px;		/* 角丸 Firefox用 */
}

.img_kado10_b30 img{
	border-radius: 10px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 10px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 10px;
	margin:0px 0px 30px 0px;		/* 角丸 Firefox用 */
}

.img_kado10_rb20{
	border-radius: 10px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 10px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 10px;
	margin:0px 20px 20px 0px;		/* 角丸 Firefox用 */
}


#gray_li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#gray_li li {
	background-image: url(../image/common/dot_gray.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 0px 0px 6px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;

}

.gray_li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.gray_li li {
	background-image: url(../image/common/dot_gray.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 0px 0px 6px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;

}


.hr01{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #999;
	height: 1px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.hr02{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #999;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.hr03{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #999;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.hr04{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #999;
	height: 1px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.b10 {
	margin-bottom: 10px;
	display: block;
}
.b15 {
	margin-bottom: 15px;
	display: block;
}

.b20 {
	margin-bottom: 20px;
}
.b25 {
	margin-bottom: 25px;
}
.b30 {
	margin-bottom: 30px;
	display: block;
}
.b40 {
	margin-bottom: 40px;
	display: block;
}
.b50 {
	margin-bottom: 50px;
	display: block;
}

.b90 {
	margin-bottom: 90px;
	display: block;
}

.t20 {
	margin-top: 20px;

}
.t30b20 {
	margin-top: 30px;
	margin-bottom: 20px;

}

.t40b20 {
	margin-top: 40px;
	margin-bottom: 20px;

}
.clear {
	clear: both;
	display: block;
}


.txt15 {
	font-size: 15px;
	line-height: 1.4em;
}

.txt18b {
	font-size: 18px;
	line-height: 2.0em;
	font-weight:bold;
}

.txt_n {
	font-weight:normal;
}
.l20 {
	margin-left: 20px;
}
.r20 {
	margin-right: 20px;
}

.l25 {
	margin-left: 25px;
}

.l30 {
	margin-left: 30px;
}

.l50 {
	margin-left: 50px;
}


.t30l50 {
	margin-top: 30px;
	margin-left: 50px;
}

.p30 {
	padding: 30px;
}


.h01 {
	display: block;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #FF3399;
	font-weight: bold;
	color: #3B4B85;
	padding-left: 15px;
	font-size: 23px;
	line-height: 1.5em;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
}


.h02 {
	display: block;
	margin-top: 80px;	
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #FF3399;
	font-weight: bold;
	color: #3B4B85;
	padding-left: 15px;
	font-size: 23px;
	line-height: 1.5em;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
}


.h03 {
	display: block;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #CC6666;
	font-weight: bold;
	color: #336666;
	padding-left: 15px;
	font-size: 23px;
	line-height: 1.5em;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
}


.h04 {
	display: block;
	margin-top: 60px;	
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #CC6666;
	font-weight: bold;
	color: #336666;
	padding-left: 15px;
	font-size: 23px;
	line-height: 1.5em;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
}

.color_336666 {

	color: #336666;
}


.txt23_CC6666 {
	font-size: 23px;	
	color: #CC6666;
}

.txt23b_CC6666 {
	font-size: 23px;	
	color: #CC6666;
	font-weight:bold;
	margin-bottom:15px;
}


.txt_24f416a {
	color: #2F416A;
}
.txt_ff3300 {
	color: #FF3300;
}

.txt12_ff3300 {
	font-size: 12px;		
	color: #FF3300;
}

.txt12{
	font-size: 12px;		
}

.txt18{
	font-size: 18px;		
}

.txt_b86f4f {
	color: #B86F4F;
}

.txt_ff9900 {
	color: #FF9900;
}
.txt18_fc941a {
	font-size: 18px;		
	color: #fc941a;
}
.txt_f2ebdb {
	color: #F2EDBD;
}
.txt_e3d5b3 {
	color: #E3D5B3;
}

.txt25_ff9900 {
	font-size: 40px;	
	color: #FF9900;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.txt40 {
	font-size: 40px;	
	font-family:Georgia, "Times New Roman", Times, serif;
}


.txt20_b86f4f {
	font-size: 20px;	
	color: #B86F4F;
	letter-spacing: 0.1em;
}


#phspace01_l{
	width:330px;
	margin-bottom:30px;
	float:left;

	}
#phspace01_r{
	width:330px;/*660*/
	margin-bottom:30px;
	float:right;
	}	
	

#phspace02_l{
	width:300px;
	margin-bottom:30px;
	float:left;

	}
#phspace02_r{
	width:360px;/*660*/
	margin-bottom:30px;
	float:right;
	}		
	

/******************************
おおむら病院　index
******************************/
#box_topics01{
	width: 675px;
	height: 340px;
	overflow-y: scroll;
	overflow-x : hidden;	
/*	padding: 20px 0px 0px 20px;*/
	margin: 0px 0px 0px 15px;
}


#space_gairainyuuin{
	width: 650px;/*690*/
	height: 146px;/*230*/
	background-image:url(../image/ohmura_index/bg_gairai_nyuuin.jpg);
	background-repeat:no-repeat;
	padding: 84px 0px 0px 40px;
	margin: 0px 0px 30px 0px;
}


#box_gairainyuuin01{
	width:275px;
	float:left;
	}
#box_gairainyuuin02{
	width:188px;
	float:left;
	}
#box_gairainyuuin03{
	width:187px;
	float:left;

	}

#box_gairainyuuin01 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:15px;
}
#box_gairainyuuin01 li {
	background-image: url(../image/common/allow_pink.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 0px 0px 6px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#box_gairainyuuin02 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:15px;
}
#box_gairainyuuin02 li {
	background-image: url(../image/common/allow_pink.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 0px 0px 6px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#box_gairainyuuin03 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:15px;
}
#box_gairainyuuin03 li {
	background-image: url(../image/common/allow_pink.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding: 0px 0px 6px 15px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}


/******************************
おおむら病院　nyuuin
******************************/
.box_nyuuin_half01_l{
float: left;
width:49%;
height: auto;
margin: 0 2% 0 0;
}
.box_nyuuin_half01_r{
float: left;
width:49%;
height: auto;
margin: 0 0% 0 0;
}




/******************************
おおむら病院　gairai
******************************/

.table_design01 {
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
.table_design01 th, .table_design01 td {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #CCCCCC;
}
.table_design01 th {
	white-space: nowrap;
	background-color:#CED6EA;
	vertical-align: middle;
	line-height: 1.2em;
}

.table_design01 td {
	vertical-align: middle;
}

.txt_center{
	text-align:center;
	}
.txt_left{
	text-align:left;
	}
.txt_right{
	text-align:right;
	}



/******************************
おおむら病院　access
******************************/
#gmap{
	width:682px;/*690*/
	height:402px;/*410*/
	border:1px solid #CCCCCC;
	padding:3px;
	margin-bottom:60px;
	}
#gmap02{
	width:682px;/*690*/
	height:402px;/*410*/
	border:1px solid #CCCCCC;
	padding:3px;
	margin-bottom:30px;
	}
	
#gmap03{
	width:682px;/*690*/
	border:1px solid #CCCCCC;
	padding:3px 3px 20px 3px;
	margin-bottom:60px;
    background: #fffdee;
	}
#gmap04{
	width:682px;/*690*/
	border:1px solid #CCCCCC;
	padding:3px 3px 20px 3px;
	margin-bottom:30px;
	}		
		
	
#car{
	width:628px;/*690*/
	border:1px solid #CCCCCC;
	background-color:#FBFEFF;
	padding:30px;
	margin-top:80px;
	border-radius: 5px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 5px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 5px;		/* 角丸 Firefox用 */	
	}		

/******************************
おおむら病院　ishi
******************************/

#ishi_space01_l{
	width:400px;
	margin-left:30px;
	float:left;

	}
#ishi_space01_r{
	width:230px;
	float:right;
	}	



.table_design03 {
	border-collapse: collapse;
	clear: both;
	width: 400px;
	margin: 5px 0px 8px 0px;
}
.table_design03 th, .table_design03 td {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 10px;
		font-size:12px;
}
.table_design03 th {
	white-space: nowrap;
	vertical-align: top;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
	border-left:none;	
}

.table_design03 td {
	vertical-align: middle;
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	border-right:none;
	border-left:none;	
}


/******************************
沿革
******************************/
.table_design02 {
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
.table_design02 th, .table_design02 td {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 20px;
	
}
.table_design02 th {
	white-space: nowrap;
	vertical-align: top;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:none;	
}

.table_design02 td {
	vertical-align: middle;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:none;
	border-left:none;	
}

/******************************
あかまつ
******************************/
.table_design04 {
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
.table_design04 th, .table_design04 td {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px solid #CCCCCC;	
	
}
.table_design04 th {
	white-space: nowrap;
	vertical-align: top;
	background-color:#DAF3E1;
}

.table_design04 td {
	vertical-align: middle;
	
}
.f5e2e2{
	background-color:#F5E2E2;
	text-align:center;}


/******************************
在宅支援サービス
******************************/

.space_zaitaku01{
	border:1px solid #CCC;
	background-color:#FFF;
	padding:20px;
	border-radius: 5px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 5px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 5px;		/* 角丸 Firefox用 */
}


/******************************
健和会　各所ページ共通
******************************/

.space_kenwakai01{
width: 630px;/*690-82*/
	/*border:1px solid #CCC;*/
	background-color:#D37E7E/*#EDC9C9*/;
	padding:30px;
	border-radius: 5px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 5px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 5px;		/* 角丸 Firefox用 */
 
}

.space_kenwakai01 p{
font-size: 22px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
}
.space_kenwakai01 i{
color: #FFDC73;
margin: 0 10px 0 0;
}

.space_kenwakai01 a:link {
	color: #FFF;
	text-decoration:underline;
}
.space_kenwakai01 a:visited {
	color: #FFF;
	text-decoration:underline;
}
.space_kenwakai01 a:hover {
	color: #FFDC73;
	text-decoration: none;
}
.space_kenwakai01 a:active {
	color: #FFF;
	text-decoration:underline;
}


.space_kenwakai01_half_l{
width: 48%;
height: auto;
margin: 0 2% 0 0;
float: left;
}
.space_kenwakai01_half_r{
width: 48%;
height: auto;
margin: 0 0 0 0;
float: left;
}


.space_kenwakai02{
width: 90%;/*690-82*/
	/*border:1px solid #CCC;*/
	background-color:#D37E7E/*#EDC9C9*/;
	padding:3% 5% 3% 5%;
	border-radius: 5px;			/* 角丸 CSS3草案 */
	-webkit-border-radius: 5px;	/* 角丸 Safari,Chrome用 */
	-moz-border-radius: 5px;		/* 角丸 Firefox用 */
 margin: 20px 0 20px 0 ;
}

.space_kenwakai02 i{
color: #FFDC73;
margin: 0 10px 0 0;
}

.space_kenwakai02 a:link {
	color: #FFF;
	text-decoration:underline;
}
.space_kenwakai02 a:visited {
	color: #FFF;
	text-decoration:underline;
}
.space_kenwakai02 a:hover {
	color: #FFDC73;
	text-decoration: none;
}
.space_kenwakai02 a:active {
	color: #FFF;
	text-decoration:underline;
}





/******************************
otoiawase
******************************/	
.table_otoiawase table {
	width: 690px;/*660*/
	border-collapse: collapse;
}
.table_otoiawase table th {
	border:1px solid #CCCCCC;
	padding: 8px 8px 8px 8px;
	text-align: center;
	font-weight:normal;
	background-color:#DAF3E1;
	vertical-align: middle;		

	}
.table_otoiawase table td {
	border:1px solid #CCCCCC;
	padding: 8px 8px 8px 8px;
	text-align: left;	
	vertical-align: middle;	
}

.inquiry_button {
	font-size:16px;
	font-weight:bold;
	width:150px;
	height:40px;
}

.inquiry_button2 {
	color: #EC5F8E;
	font-size:16px;
	font-weight:bold;
	width:150px;
	height:40px;
}




#table_inquiry input, select, textarea {
padding: 5px;
}


textarea.inquiry_naiyou {
	width: 670px;
	border-collapse: collapse;
	resize:none;
}
textarea.inquiry_other {
	width: 360px;
	border-collapse: collapse;
	resize:none;
 	
}	