@charset "utf-8";
/* CSS Document */

/*大枠*/
#content {
	width: 1132px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 40px;
	min-height: 100%;
}
#content #left {
	margin-top: 10px;
	float: left;
	width: 841px;
}
#content #right {
	margin-top: 10px;
	float: right;
	width: 263px;
}


/*--------------------------------------
   左
---------------------------------------*/
/*上部説明*/
div.information{
	margin-bottom: 20px;
}

div.information p.text{
	/*margin: 10px 0 0 0;*/
}

/*e歯医者で近くの歯医者さんを検索*/
#content #left .left_map{
	float: left;
	width: 409px;
	height: 395px;
	overflow: hidden;
}
#content #left .left_map table th{
	text-align: left;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
#content #left .left_map table td.map{
	vertical-align: bottom;
	text-align: right;
}
#content #left .left_map .img_map_c{
	text-align: right;
	margin: 0;
	padding: 0;
}


#content #left .right_search{
	float: right;
	width: 397px;
	height: 395px;
	display: inline;
}
#content #left .right_search h3 {
	background-color: #ebf5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #047171;
	margin-bottom: 10px;
}
#content #left .btn_search_a{
	margin: 10px 0 0 0;
}
#content #left .space_mt10{
	margin-top: 10px;
}

/*ピックアップ*/
#content #left ul.list_a {
}
#content #left ul.list_a li {
	float: left;
	padding: 0 5px 10px 5px;
	width: 194px;
}
#content #left ul.list_a li p.name_iin{
	margin-bottom: 5px;
}

/*おすすめのクリニックコンテンツ*/
div.top_txt h2.t_osusume{
	float: left;
	padding-top: 3px;
	font-size: 15px;
	color: #fff;
}
div.top_text p.link{
	float: right;
	color: #FFF;
}
div.t_002{
	background: url(../img/top_txt2.jpg) no-repeat left top;
}
div.t_003{
	background: url(../img/top_txt3.jpg) no-repeat left top;
}
div.t_007{
	background: url(../img/top_txt7.jpg) no-repeat left top;
}
div.t_008{
	background: url(../img/top_txt8.jpg) no-repeat left top;
}
#content #left ul.list_b li {
	float: left;
	padding: 0 7px 0 7px;
	width: 150px;
	margin-bottom: 10px;
}
	
p.btn_detail{
	text-align: right;
	padding-top: 5px;
}

/*左コンテンツ共通仕様*/
#content #left .contents_box{
	margin: 0 0 20px 0;
	clear: both;
}

#content #left .waku_gray{
	background-image: url(../img/bg_box-line.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px;
	clear: both;
	height: auto;
	overflow: hidden;
}
div.top_txt{
	padding: 8px 10px 0px 43px;
	height: 28px;
}
div.top_txt p.title_link{
	float: right;
}
div.top_txt p.title_link a{
	color: #FFF;
}

/*飯田ここまで*/

#content #left .search {
	width: 816px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#content #left .search .left {
	float: left;
	width: 405px;
	display: block;
}
#content #left .search .right {
	float: right;
	width: 397px;
	display: block;
	padding-left: 10px;
}
#content #left .search h3 {
	background-color: #ebf5f5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #047171;
}




#content #left .box {
	background-image: url(../img/bg_box-line.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
}
#content #left .box ul.list1 {
}
#content #left .box ul.list1 li {
	float: left;
	padding: 0 7px 0 7px;
	width: 194px;
}
#content #left .box ul.list2 {
}
#content #left .box ul.list2 li {
	float: left;
	padding-left: 16px;
	width: 150px;
}
#content #left .box ul.list3 {
	background-image: url(../img/bg_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	display: block;
	height: 182px;
	padding-left: 16px;
	margin-left: 12px;
}
#content #left .box ul.list3 li {
	float: left;
	padding-left: 5px;
	width: 190px;
}
#content #left .box ul.list4 li {
	float: left;
	padding-left: 6px;
	width: 274px;
	margin-bottom: 12px;
}
#content #left .box ul.list4 span {
	display: block;
	margin-bottom: 5px;
}
#content #left .box ul.list4 img.thumb {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#content #right .box {
	background-image: url(../img/bg_box2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 10px;
}
#content #right .box_b {
	background-image: url(../img/bg_box2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 10px;
}

.box_new{
	clear: both;
	margin-bottom: 10px;
}
.box_new:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.new_img{
	float: left;
	margin-right: 10px;
	width: 94px;
}
.new_text{
	float: left;
	width: 130px;
}

ul.side_guide li{
	margin: 0 0 3px 0;
	padding: 0 0 0 11px;
	background: url(../img/icon_arrow.png) no-repeat left center;
}


/*---------------------------------------
お知らせ枠用
---------------------------------------*/
.vacation{
	margin: 0 0 10px;
}
.vacation .title{
	background: url(../img/vacation.png) no-repeat;
	color: #311800;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	font-weight: bold;
	text-indent: 35px;
}
.vacation .text{
	margin: 0 1px 0 0;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.vacation .text span{
	font-weight: bold;
}

	


