@charset "utf-8";
/* CSS Document */
div.contentsbox { margin: 30px auto 50px auto;}
div.contentsbox div.center {
	width:1000px;
	margin: 0 auto;
}
/* 店舗情報 */
div.newsinfobox {
	width:720px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 40px 60px 40px;
}
	div.newsinfobox h2 {
		font-size: 18px;
		line-height: 30px;
		color: #333;
		margin: 20px auto 0 auto;
	}
	div.newsinfobox p.date {
		font-size: 14px;
		margin: 10px auto 0 auto;
		text-align: right;
		color: #acacac;
	}
	div.newsinfobox img.img01 {
		max-width:100%;
	}
	div.newsinfobox p.ptext {
		font-size: 16px;
		line-height: 25px;
		color: #333;
		margin: 20px auto 0 auto;
	}
	div.newsinfobox iframe {
		width:100%;
		height:400px;
		margin: 20px auto 0 auto;
	}
	div.newsinfobox a.urlbtn {
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		color: #aaa;
		border-bottom: #aaa 3px dotted;
		margin: 20px auto 0 auto;
	}
	div.newsinfobox object {
		width:100%;
		height:800px;
		margin: 20px auto 0 auto;
	}
	div.newsinfobox div.catelistbox { display: none; }
/* 次へボタン */
div.newsinfobox div.nextbtnbox {
	width:100%;
	height:30px;
	line-height: 30px;
	text-align: center;
	margin: 50px auto 0 auto;
}
	div.newsinfobox div.nextbtnbox span, div.nextbtnbox a { 
		display: inline-block;
		vertical-align: top;
		height:30px;
		line-height: 30px;
		text-align: center;
		box-sizing: border-box;
		text-decoration: none;
	}
	div.newsinfobox div.nextbtnbox a.prevbtn {
		width:150px;
		color: #534741;
		font-size: 14px;
		font-weight: bold;
		background: #73995C;
		color: #fff;
		margin: 0 5px;
		float: left;
	}
	div.newsinfobox div.nextbtnbox a.nextbtn {
		width:150px;
		color: #534741;
		font-size: 14px;
		font-weight: bold;
		background: #73995C;
		color: #fff;
		margin: 0 5px;
		float: right;
	}
/* 最近の記事 */
div.newslistbox {
	width:265px;
	float: right;
}
	div.newslistbox 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.newslistbox p.nodata {
		margin: 40px auto 0 auto;
		font-size: 14px;
	}
	div.newslistbox 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.newslistbox a.shopinfo {
	display: block;
	width:100%;
	height:280px;
	margin: 20px auto 0 auto;
	background: #fff;
	text-decoration: none;
}
div.newslistbox a.shopinfo div.imgbox {
	width:100%;
	height:160px;
	border: none;
	position: relative;
}
div.newslistbox 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.newslistbox a.shopinfo div.infobox {
	background: #fff;
	width:100%;
	height:120px;
	box-sizing: border-box;
	padding: 10px 20px;
}
div.newslistbox 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.newslistbox 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.newslistbox a.shopinfo div.infobox p.more {
	height:20px;
	font-size: 12px;
	color: #8C8C8C;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
