.class {
  margin-right: 5px;
  float: left;
}

div.details {
  width: 528px;
  float: left;
}
table.details td { vertical-align: top; }

.shop_manager {
  width: 180px;
  min-height: 224px;
  border: 1px solid #c9c48b;
  font-size: 85%;
  float: left;
}
* html body .shop_manager { height: 224px; }
.shop_manager_image {
  margin: 5px;
  float: left;
}

#main_content .store_list table { float: none; }
.shop_info {
  width: 335px;
  margin: 10px 0;
  border-top: 1px dashed #c9c48b;
  line-height: 1.5;
}
.shop_info th,
.shop_info td {
  border-bottom: 1px dashed #c9c48b;
  padding: 0.5em 5px;
}
.shop_info th { width: 4.5em; }
.shop_info td { padding-left: 0.5em; }

.details h4 {
  margin: 40px 0 5px;
  font-size: 135%;
  font-weight: bolder;
  color: #9f9b6d;
}

#google_map {
/*** width: 528px; ***/	
  width: 480px;
  height: 233px;
  border: 1px solid #c9c48b;
}




#main_content .infomations .near_shops ul { padding: 0.5em 5px 0.5em; }
#main_content .infomations .near_shops ul.last { padding-bottom: 0; }
#main_content .infomations .near_shops li { border-bottom: 1px dashed #c9c48b; }
#main_content .infomations .near_shops li.last { border-bottom: none; }





/*===== show.html.erb =====*/
#main_content .detail_top {
	margin-top: 5px;
	height: 15px;
}
#main_content .h3_content {
  width: 516px;
  margin: -2em 0 5px;
  padding: 5px 4px;
  border-bottom: 2px solid #e4e2c5;
}
#main_content .athena, 
#main_content .beauty_plus, 
#main_content .pet_inn, 
#main_content .pet_plus, 
#main_content .pets_one {
  height: 48px;
  line-height: 48px;
  text-indent: 55px;
}
#main_content .pets_one { text-indent: 175px; }


#main_content .athena { background: url(/images/logo_small_athena.png) no-repeat 4px center; }
#main_content .beauty_plus { background: url(/images/logo_small_beauty_plus.png) no-repeat 4px center; }
#main_content .pet_inn { background: url(/images/logo_small_pet_inn.png) no-repeat 4px center; }
#main_content .pet_plus { background: url(/images/logo_small_pet_plus.png) no-repeat 4px center; }
#main_content .pets_one { background: url(/images/logo_small_pets_one.png) no-repeat 4px center; }

#main_content #google_map { margin-bottom: 37px; }
#main_content .store_info { border-top: 1px solid #c9c48b; padding: 5px; }
#main_content .store_info th,
#main_content .store_info td { line-height: 1.3; }
#main_content .store_info th { width: 100px; color: #a5a277; }
#main_content .info_data th, 
#main_content .info_data td { font-size: 90%; }


