@charset "utf-8";
/* CSS Document */
div.contentsbox { margin: 30px auto 50px auto;}
div.contentsbox div.center {
	width:1000px;
	margin: 0 auto;
}
/* 店舗情報 */
div.shopbasicinfobox {
	width:720px;
	float: left;
}
	div.shopbasicinfobox img.shopimg {
		width:100%;
		vertical-align:top;
	}
	div.shopbasicinfobox table {
		width:100%;
		background: #fff;
		border:#f1f1f1 1px solid;
		border-collapse:collapse;
	}
		div.shopbasicinfobox table tr {
			border:#f1f1f1 1px solid;
		}
		div.shopbasicinfobox table th {
			width:200px;
			background: #F8FBFF;
			padding: 20px;
			box-sizing: border-box;
			font-size: 14px;
		}
		div.shopbasicinfobox table td {
			padding: 20px;
			box-sizing: border-box;
			line-height: 25px;
			font-size: 14px;
		}
			div.shopbasicinfobox table td a { word-break: break-all;}
/* 近くのお店ランダム */
div.arealistbox {
	width:265px;
	float: right;
}
div.arealistbox p.areatitle {
	height:52px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	border-top: #FFF100 5px solid;
	
}
	div.arealistbox p.nodata {
		margin: 40px auto 0 auto;
		font-size: 14px;
	}
	div.arealistbox a.serchbtn {
		display: block;
		width:100%;
		height:50px;
		background: #73995C;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		line-height: 50px;
		text-align: center;
		margin: 20px auto 0 auto;
	}
div.arealistbox a.shopinfo {
	display: block;
	width:100%;
	height:280px;
	margin: 20px auto 0 auto;
	background: #fff;
	text-decoration: none;
}
div.arealistbox a.shopinfo div.imgbox {
	width:100%;
	height:160px;
	border: none;
	position: relative;
}
div.arealistbox a.shopinfo div.imgbox p.area02 {
	width:50%;
	height:30px;
	background: #fff;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	position: absolute;
	left:0;
	bottom:0;
	border: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #8C8C8C;
}
div.arealistbox a.shopinfo div.infobox {
	background: #fff;
	width:100%;
	height:120px;
	box-sizing: border-box;
	padding: 10px 20px;
}
div.arealistbox a.shopinfo div.infobox p.shopname {
	height:20px;
	font-size: 12px;
	color: #FF778A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}
div.arealistbox a.shopinfo div.infobox p.prinfo {
	height:60px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
}
div.arealistbox a.shopinfo div.infobox p.more {
	height:20px;
	font-size: 12px;
	color: #8C8C8C;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
/* 登録ペット */
div.petlistbox {
	margin: 40px auto 0 auto;
}
	div.petlistbox p.listtitle {
		font-weight: bold;
		font-size: 20px;
	}
	div.petlistbox p.nodata {
		margin: 40px auto 0 auto;
		font-size: 14px;
	}
	div.petlistbox a.serchbtn {
		display: block;
		width:360px;
		height:58px;
		line-height: 58px;
		margin: 50px auto 0 auto;
		text-decoration: none;
		text-align: center;
		background: #73995C;
		color: #fff;
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: bold;
	}
/* オーナー確認 */
div.ownerbox {
	margin: 40px auto 0 auto;
	text-align: right;
}
	div.ownerbox a { font-size: 14px;}