#ucontents{
	margin-top: 30px;
	color: #333333;	
	font-size: 16px;
}
.tree{
	margin-bottom: 15px;
}
#shop{
	border: 1px solid #BBBBBB;
	width: 920px;
}
#shop-title,.sale-title,.near-title{
	font-size: 25px;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
}

.subtitle{
	color: #B70000;
}
.shop-subtitle{
		font-size: 16px;
		font-weight: 800px;
}
.red-info{
	color: #FFFFFF;
	font-size: 14px;
	background-color: #FF0004;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#map{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.list th {
	width: 117px;
	background-color: #EEEEEE;
	text-align: center;
}
.list th, .list td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 1px solid #BBBBBB;
	vertical-align: middle;
}
.center{
	text-align: center;
}

.map-b{/*ボタンの背景*/
  color: #FFFfff!important;/*文字・アイコン色*/
  display: inline-block;
  height: 50px;/*高さ*/
  width: 180px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  line-height: 50px;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: #004098;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}
.map-b span, .job-b span {/*テキスト*/
	display: inline-block;
	transition: .5s;
	font-size: 14px;
}
.job-b{/*ボタンの背景*/
	display: inline-block;
	height: 50px;/*高さ*/
	width: 220px;/*幅*/
	text-align: center;/*中身を中央寄せ*/
	line-height: 50px;/*高さと合わせる*/
	vertical-align: middle;/*垂直中央寄せ*/
	overflow: hidden;/*はみ出た部分を隠す*/
	text-decoration: none;/*下線は消す*/
	border: 1px solid #D6D6D6;
}

#sale,#near-shop{
	border: 1px solid #BBBBBB;
	width: 920px;
	margin-top: 30px;
	overflow:auto;
}
.sale-title{
	font-size: 20px;
}
.sale-box{
	border: 1px solid #D6D6D6;
	border-radius: 10px;
	width: 290px;
	margin-top: 10px;
	margin-left: 11px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.sale-box a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.photo-div {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.photo-div:before {
content: "";
    display: block;
    padding-top: 70%; /* 1:1 */
}
.photo-div img {
	width: 100%;
	height: auto;
	top:0;
	position: absolute;
	display: block;
}
.chirashi-deta{
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.chirashi-title{
	color: #FF7085;
	text-align: center;
	font-weight: bold;
}
.chirashi-day{
	font-size: 12px;
	text-align: center;
}

.near-title{
	font-size: 14px;
}
.neashop-body{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	overflow:auto;
}
.neashop-body ul li {
    display: block;
    float: left;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #CCC;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}
.neashop-body ul li a {
    display: block;
    width: 138px;
    color: #436CEF;
    background-image: url(../image/maparea/nearshop_pin_blue.gif);
    padding-top: 10px;
    padding-right: 9px;
    padding-bottom: 0px;
    padding-left: 40px;
    background-repeat: no-repeat;
    margin-left: 10px;
    height: 35px;
}

.shop-areasize {
    font-weight: bold;
    color: #C00;
    background-color: #FFF;
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.info-bunner {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 760px;
}

.info-bunner li {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.info-bunner ul li img {
	width: 370px;
	padding-bottom: 30px;
}
