@charset "utf-8";

#hdr {
	height: 25px;
	width: 780px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#contentsArea {
	width:770px;
	padding:0 20px;
	font-size:85%;
}
#subnaviArea ul {
	padding:14px 0 9px 0;
	margin:0;
}
#subnaviArea li {
	float:left;
	list-style:none;
	line-height:0;
	padding:0;
	margin:0;
}

#mainArea {
	padding:0 0 18px 0;
	border-bottom:2px solid #855E4E;
	box-shadow: 0 3px 0 #D3BDB4;
	-moz-box-shadow: 0 3px 0 #D3BDB4;
	-webkit-box-shadow: 0 3px 0 #D3BDB4;
}

#mainImg {
	float:left;
}

#mainRight {
	float:right;
}

#mainRight li {
	list-style:none;
	line-height:0;
	padding:0 0 9px 0;
	margin:0;
}

#mainRight li.rTit {
	padding:7px 0 6px;
	text-align:center;
}



#naiyoArea {
	padding:0 0 30px 0;
	border-bottom:2px solid #c6bfff;
	box-shadow: 0 3px 0 #e7e7e7;
	-moz-box-shadow: 0 3px 0 #e7e7e7;
	-webkit-box-shadow: 0 3px 0 #e7e7e7;
}

.naiyoTit {
	text-align:center;
	padding:9px 0 7px 0;
}

#naiyoArea dl {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

#naiyoArea dl.right {
	margin:0;
}
#naiyoArea dt {
	padding:0;
	margin:0;
}

#naiyoArea dd {
	text-align:center;
	padding:10px 0 0 0;
	margin:0;
}
#naiyoArea dd img {
	margin:0 5px;
}
#naiyoArea dd.oneimg img {
	margin:0;
}

.line01 {
	border-bottom:2px solid #855E4E;
	box-shadow: 0 3px 0 #D3BDB4;
	-moz-box-shadow: 0 3px 0 #D3BDB4;
	-webkit-box-shadow: 0 3px 0 #D3BDB4;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#topnewArea {
	padding:0 0 18px 0;
	border-bottom:2px solid #855E4E;
	box-shadow: 0 3px 0 #D3BDB4;
	-moz-box-shadow: 0 3px 0 #D3BDB4;
	-webkit-box-shadow: 0 3px 0 #D3BDB4;
}

#topicsArea {
	float:left;
	width:330px;
	border:1px solid #D3BDB4;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 2px 2px 2px #e7e7e7;
	-moz-box-shadow: 2px 2px 2px #e7e7e7;
	-webkit-box-shadow: 2px 2px 2px #e7e7e7;
	padding:15px 20px;
}

#topicsAreaTit {
	border-bottom:2px dotted #dedaff;
	padding:0 0 10px 0;
}

#topicsAreaBox {
	overflow-y: auto;
	overflow-x: hidden;
	height:150px;

}

#topicsAreaBox dl {
	border-bottom:2px dotted #dedaff;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}

#topicsAreaBox dt {
	float:left;
	border:none;
	width:63px;
		font-size: 0.8em;
}

#topicsAreaBox dd {
	float:left;
	width:300px;
		font-size: 0.9em;
}



#newsArea {
	float:right;
	width:330px;
	border:1px solid #D3BDB4;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 2px 2px 2px #e7e7e7;
	-moz-box-shadow: 2px 2px 2px #e7e7e7;
	-webkit-box-shadow: 2px 2px 2px #e7e7e7;
	padding:15px 20px;
}

#newsAreaTit {
	border-bottom:2px dotted #dedaff;
	padding:0 0 10px 0;
}

#newsAreaBox {
	overflow-y: auto;
	overflow-x: hidden;
	height:150px;
}

#newsAreaBox dl {
	border-bottom:2px dotted #dedaff;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}

#newsAreaBox dt {
	float:left;
	border:none;
	width:63px;
		font-size: 0.8em;
}

#newsAreaBox dd {
	float:left;
	width:300px;
		font-size: 0.9em;
}

.topnewTit {
	float:left;
	padding:5px 0 0 0;
}
.topnewList {
	float:right;
}





/*--------------------------------------------------------------------
/////��new-main/////
--------------------------------------------------------------------*/
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiyro", "ＭＳ Ｐゴシック", "MS PGothic", LucidaGrande, "Helvetica", "Arial", sans-serif, monospace;
	letter-spacing: 0.02em;/*	font-size: 12px;
	line-height: 1.8em;*/
/*	color: #000;*/
}

p,h1,h2,h3,h4,h5 {
	margin: 0px;
}
ul,ol.dl,li,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*
----------------------------
*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{ display:block;	clear:both;	height:1px;	overflow:hidden; font-size:1px; line-height:1px }
.clear10{ display:block;	clear:both;	height:10px;	overflow:hidden; font-size:1px; line-height:1px }
.clear20{ display:block;	clear:both;	height:20px;	overflow:hidden;}
.clear30{ display:block;	clear:both;	height:30px;	overflow:hidden;}
.clear40{ display:block;	clear:both;	height:40px;	overflow:hidden;}

.sp02{ display:block;	height:2px;	overflow:hidden;}
.sp05{ display:block;	height:5px;	overflow:hidden;}
.sp10{ display:block;	height:10px;	overflow:hidden;}
	.sp10p{ display:block;	height:10px;	overflow:hidden; font-size:1px; line-height:1px}
.sp15{ display:block;	height:15px;	overflow:hidden;}
	.sp15p{ display:block;	height:15px;	overflow:hidden;}
.sp20{ display:block;	height:20px;	overflow:hidden;}
	.sp20p{ display:block;	height:20px;	overflow:hidden;}
.sp25{ display:block;	height:25px;	overflow:hidden;}
.sp30{ display:block;	height:30px;	overflow:hidden;}
.sp35{ display:block;	height:35px;	overflow:hidden;}
.sp40{ display:block;	height:40px;	overflow:hidden;}
.sp50{ display:block;	height:50px;	overflow:hidden;}

.sp_h1{ display:block;	height:30px;	overflow:hidden;}

.gray_line{ height:30px; margin-top:20px;	clear:both; border-top: solid 1px #eee}
.white{ color:#fff}
.b_gray{ font-weight:bold; color:#888;}
.small{ font-size:85%; line-height:
1.6em}
.light{ font-weight:normal;}
.dot_line {
	background:url(../common/dot_line.gif) repeat-x;
	padding:11px 0 0px 0;
	margin:20px 10px 0 10px
}

.sps5-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.alt{
display:none;
}

/*
TEXT----------------------------
*/
.txt8 {
	font-size: 8px;
}
.txt85 {
	font-size: 8.5px;
}
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt12 {
	font-size: 12px;
	font-weight: normal;
}
.txt14 {
	font-size: 14px;
}
.txt14r {
	font-size: 14px;
	color: #C03;
}
.txt16 {
	font-size: 16px;
}
.txt16b {
	font-size: 16px;
	font-weight: bold;
}
.txt16bl {
	font-size: 16px;
	color: #005E83;
}
.txt16or {
	font-size: 16px;
	color: #D73015;
}
.txt18or {
	font-size: 18px;
	color: #D73015;
}
.txt18 {
	font-size: 18px;
}
.txt20 {
	font-size: 20px;
}
.txt20pk {
	font-size: 20px;
	color: #B16B03;
	font-weight: bold;
}


.PR01 {
	color: #FE9327;
	font-size: 14px;
}
.PR02 {
	color: #333333;
	font-size: 14px;
}
.PR03 {
	color: #333333;
	font-size: 18px;
}
.red {
	color: #C00;
}
.txt10g {
	font-size: 10px;
	color: #666666;
}
.txt10gh {
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	font-weight: lighter;
}
.txt18gr {
	font-size: 18px;
	color: #00A273;
	font-weight: bold;
}
.txt18ppl {
	font-size: 18px;
	color: #5368FD;
	font-weight: bold;
}
.txt18ch {
	font-size: 18px;
	color: #734C3F;
	font-weight: bold;
}
.txt16ch {
	font-size: 16px;
	color: #734C3F;
	font-weight: bold;
}
.orng {
	color: #DB6D00;
}

/*--------------------------------------------------------------------
/////��new-main/////
--------------------------------------------------------------------*/

.dropdownmenu {
	width: 770px;
	height: 35px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 9px;
	
}

#ddm {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ddm li,
#ddm li a {
	width: 154px;
	height: 35px;
	float: left;
}

#ddm ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ddm li ul {
	display: none;
}

#ddm li:hover ul {
	display: block;
	position: relative;
	width: 154px;
	height: 35px;
}

/*--------------------------------------------------------------------
/////��new-main/////
--------------------------------------------------------------------*/

*
#mainnavi{
	width: 770px;
	height: 35px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 9px;
	}

#mainnavi ul.menu li{
	float:left;
	width:154px;
	height:35px;
/*background:url("../img/mbtn.jpg");*/
	position:relative;
	text-align: center;
		font-size: 13px;
		list-style-type:none;
}
.mmu {
	background:url("../img/mbtn.jpg");
		line-height:28px;
}
.mmu a:hover{
	background:url("../img/mbtn_on.jpg");
		line-height:28px;
}
.smu01 {
	background-image: url("../img/smu01.gif");
		line-height:35px;
}
.smu01 a:hover {
	background:url("../img/smu01_on.gif");
	line-height:35px;
}
.smu02 {
	background:url("../img/smu02.gif");
	line-height:35px;
}
.smu02 a:hover {
	background:url("../img/smu02_on.gif");
	line-height:35px;
}
.smu002 {
	background:url("../img/smu02.gif");
	line-height:35px;
	
}
.smu002 a:hover {
	background:url("../img/smu02_on.gif");
	line-height:35px;
	
}
.smu02-l {
	background:url("../img/smu02-l.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
	/*text-indent: -9999px;
	overflow: hidden;
	outline: none;
	display: block;*/
}
.smu02-l a:hover {
	background:url("../img/smu02-l_on.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
	/*display: block;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;*/
}
.smu02-r {
	background:url("../img/smu02-r.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}
.smu02-r a:hover {
	background:url("../img/smu02-r_on.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}
.smu02-k {
	background:url("../img/smu02-k.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}
.smu02-k a:hover {
	background:url("../img/smu02-k_on.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}
.smu02-s {
	background:url("../img/smu02-s.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}
.smu02-s a:hover {
	background:url("../img/smu02-s_on.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}
.smu02-ky {
	background:url("../img/smu02-ky.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}
.smu02-ky a:hover {
	background:url("../img/smu02-ky_on.gif");
		background-repeat: no-repeat;
		height: 35px;
	width: 154px;
}

.smu03 {
	background:url("../img/smu03.gif");
	line-height:35px;
}
.smu03 a:hover {
	background:url("../img/smu03_on.gif");
	line-height:35px;
}
.smu04 {
	background:url("../img/smu04.gif");
	line-height:35px;
}
.smu04 a:hover {
	background:url("../img/smu04_on.gif");
	line-height:35px;
}

* html ul.menu li{
	display:inline;
	zoom:1;
}
*+html ul.menu li{
	display:inline;
	zoom:1;
}
#mainnavi ul.menu li a{
	display:block;
	width:100%;
	height:100%;

/*	text-indent:30px;*/
	font-weight:bold;
	color:#9287FF;
	text-decoration:none;
	position:relative;
}
/*ul.menu li a:hover{
	background:url("../img/mbtn_on.jpg");
}*/
#mainnavi ul.sub{
	display:none;
}
* html ul.sub{
	zoom:1;
	position:relative;
}
*+html ul.sub{
	zoom:1;
	position:relative;
}
#mainnavi ul.sub li{
	float:none;
}
#mainnavi ul.sub li ul.sub{
	position:absolute;
	left:154px;
	top:0;
}
#mainnavi ul.menu{
	zoom:1;
}
#mainnavi ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}


/*--------*/

	
.submenu {
	width: 750px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg-submenu.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.submenu2 {
	width: 770px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg-submenu2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#sub {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub li,
#sub li a {
	height: 33px;
	float: left;
	line-height:30px;
	padding-right: 20px;
	/*width: 100px;*/
}

#sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*--------*/
.kamokumenu {
	width: 770px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg-kamokumenu.gif);
	background-repeat: no-repeat;

	padding-top: 20px;
	padding-left: 10px;
}
.kamokumenu-area {
	float: left;
	width: 180px;
	margin-right: 10px;
}

/*--------*/
.pan {
	font-size: 10px;
	padding-bottom: 10px;
}
.Mimg {
	padding-bottom: 20px;
}

#Mcontent {
	width: 760px;
	padding-left: 10px;
	font-size: 1.1em;
}

.title-k1 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F4AA29;
	padding-left: 15px;
	margin-bottom: 20px;
}
.title-k2 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ACCB39;
	padding-left: 15px;
	margin-bottom: 20px;
}
.title-k3 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #7CBBBF;
	padding-left: 15px;
	margin-bottom: 20px;
}
.title-k4 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C9A2D1;
	padding-left: 15px;
	margin-bottom: 20px;
	
}

.title-s01 {
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3300;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3BDB4;
	margin-bottom: 20px;
	color: #C85C04;
}
.title-s1 {
	font-size: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D3BDB4;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3BDB4;
	margin-bottom: 20px;
}
.title-s2 {
	font-size: 17px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #9D93FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D93FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #9D93FF;
	border-right-color: #9D93FF;
	height: 50px;
	padding-top: 20px;
	padding-left: 15px;
	margin-bottom: 20px;
}




.title-q {
	font-size: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFE6FF;
	margin-top: 10px;
	line-height:35px;
	margin-right: 30px;
	margin-left: 30px;
	}
	.title-a {
	font-size: 13px;
	padding-left: 50px;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 10px;
	}

table.tableSC {
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 760px;
	border-collapse: collapse;
	border: solid 1px #999;
	font-size: 0.9em;
	text-align: center;
}

table.tableSC caption {
  margin-top: 1em;
  text-align: left;
}

table.tableSC th,
table.tableSC td {
  border: solid 1px #999;
  padding: 4px 6px;
}
table.tableSC td {
	width: 80px;
}
table.tableSC td.ht{
	height: 55px;  
}
table.tableSC td.ht2{
	height: 40px;  
}
table.tableSC td.fst {
	background-color: #EFEFEF;
}
table.tableSC td.mn {
	background-color: #DDD9FF;
	text-align: center;
	font-weight: bolder;
	height: 55px;  
}
table.tableSC td.af {
	background-color: #C1BBFF;
		text-align: center;
  font-weight: bolder;
  height: 55px;  
}
table.tableSC th {
  background: #EFEFEF;
  text-align: center;
  white-space: nowrap;
  color: #666;
}



table.tableSC .img {
	padding-left: 5px;
	line-height:10px;
}

.stL {
	float: left;
	width: 150px;
}

.stR {
		float: right;
	width: 590px;
}


.doctor_list01 {
	width: 590px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C63FD;
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*margin-top: 15px;*/
}
.doctor_list01 dt {
	color: #4C63FD;
	float: left;
	line-height:32px;
	/*margin-right: 30px;*/
	font-size: 15px;
	/*width: 150px;*/
	width: 200px;
}
.doctor_list01 dd {
	font-size: 21px;
	float: left;
	
}
.doctor_list02 {
	width: 590px;
	float: right;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 5px;
}
.doctor_list02 dt {
	color: #4C63FD;
	float: left;
	/*width: 140px;*/
	width: 190px;
	padding-left: 10px;
	background-image: url(../img/btn01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.doctor_list02 dd {
	float: left;
	/*width: 440px;*/
	width: 390px;
}
.doctor_list03 {
	width: 590px;
	float: right;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 5px;
}
.doctor_list03 dt {
	color: #4C63FD;
	float: left;
	width: 140px;
	padding-left: 10px;

}
.doctor_list03 dd {
	float: left;
	width: 440px;
}
.doctor_list04 {
	width: 590px;
	float: right;
	margin-bottom: 0px;
	margin-top: 5px;
	top: 30px;
}
.doctor_list04 dt {
	color: #4C63FD;
	float: left;
	width: 190px;
	padding-left: 10px;
	font-size: 10px;

}
.doctor_list04 dd {
	float: left;
	width: 390px;
	font-size: 10px;
}
/*.doctor_list03 {
	width: 33%;
	float: left;
	text-align: center;
}
.doctor_list03 dt {
	color: #20B97B;
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.doctor_list03 dd {
	font-size: 1.4em;
	float: left;
	width: 100%;
	margin-bottom: 6px;
}*/

.conTL {
	float: left;
	width: 360px;
}

.conTR {
	float: right;
	width: 360px;
}
.mk02 {
	padding-left: 4px;

}
.txt12mr {
	font-size: 12px;
	font-weight: normal;
	padding-left: 30px;
}
/*---------診療科目アコーディオン---------*/
.accordion .accordion_head {cursor:pointer;}
div.accordion .accordion_head,
div.accordion .accordion_body {
	display:block;

	}
div.accordion .accordion_head:hover {
    color:#333333;
	background:#DDD9FF;	
height: 70px;

	margin-bottom: 22px;
}

.accordion2 .accordion_head2 {cursor:pointer;}
div.accordion2 .accordion_head2,
div.accordion2 .accordion_body2 {
	display:block;
	}
div.accordion2 .accordion_head2:hover {
    color:#333333;
	background:#DDD9FF;	
height: 40px;

	margin-bottom: 17px;
}

.title-s3 {
	font-size: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9D93FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D93FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #9D93FF;
	border-right-color: #9D93FF;
	height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

/*---------診療時間---------*/
.time_list01 {
	width: 660px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-bottom: 10px;
	padding-bottom: 10px;	/*margin-top: 15px;*/
	margin-right: 50px;
}
.time_list01 dt {
	color: #4C63FD;
	float: left;
	line-height:30px;
	/*margin-right: 30px;*/
	font-size: 16px;
	/*width: 150px;*/
	width: 100px;
}
.time_list01 dd {
	font-size: 16px;
	float: left;
	
}

/*---------ガイド---------*/
.g_list01 {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 2px;
}
.g_list01 li {
	float: left;
	/*width: 140px;*/
	width: 690px;
	padding-left: 10px;
	background-image: url(../img/btn01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	margin-bottom: 5px;
}
/*---------医師紹介---------*/
.pfl {
	width: 550px;
	background-color: #EFEFEF;
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.pfl-q {
	float: left;
	width: 550px;
	font-size: 16px;
	background-color: #CDC8FF;
	text-align: center;
	height: 60px;
	background-image: url(../img/doctor/q.gif);
	background-repeat: no-repeat;
	line-height:60px;
	margin-bottom: 20px;
}
.pfl-a {
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*---------部門---------*/
.bu-tL {
	float: left;
	width: 220px;
	padding-right: 20px;
	margin-right: 10px;
}

.bu-tL2 {
	float: left;
	width: 250px;
}
.bu-tR2 {
	float: right;
	width: 490px;
}

/*---------病院について---------*/
.h_list01 {
	width: 740px;
	float: right;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 5px;
}

.h_list01 dt {
	color: #734C3F;
	float: left;
	width: 130px;
	padding-left: 5px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.h_list01 dd {
	float: left;
	width:570px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}

.h_list02 {
	width: 740px;
	float: right;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 5px;
}

.h_list001 {
	width: 740px;
	float: right;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 5px;
}

.h_list001 dt {
	color: #734C3F;
	float: left;
	width: 150px;
	padding-left: 5px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.h_list001 dd {
	float: left;
	width:550px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}

.h_list02 dt {
	float: left;
	width: 120px;
	padding-right: 20px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.h_list02 dd {
	float: left;
	width:570px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
		border-left-width: 1px;
}



.h_list03 {
	width: 740px;
	float: right;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 5px;
}

.h_list03 dt {
	color: #4C63FD;
	float: left;
	width: 150px;
	padding-left: 10px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.h_list03 dd {
	float: left;
	width:550px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
}



.n_list01 {
	width: 740px;
	float: right;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin-top: 5px;
}

.n_list01 dt {
	float: left;
	width: 80px;
	padding-left: 10px;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: left;
	
}
.n_list01 dd {
	float: left;
	width:620px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
		border-left-width: 1px;
}



.ins { position:relative; width:240px;  } 


.ins img { position:absolute; left:0; top:0; } 

.bn-box {
	width: 770px;
}

.bn_L {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

.bn_R {
	float: left;
	padding-bottom: 20px;
	
}
.bn_L2 {
	float: left;

	padding-right: 20px;
}

.bn_R2 {
	float: left;

	
}

.cArea {
	padding:0 0 18px 0;
	border-bottom:2px solid #855E4E;
	box-shadow: 0 3px 0 #D3BDB4;
	-moz-box-shadow: 0 3px 0 #D3BDB4;
	-webkit-box-shadow: 0 3px 0 #D3BDB4;
}