@charset "UTF-8";
@import "common.css";

/*index
----------------------------------------------- */
/*#container{
	width: 620px;
	margin-right: 20px;
}*/

#information {
	width: 610px;
	height: 115px;
	padding: 30px 5px 5px 5px;
	margin: 0 0 20px 0;
	position: relative;
	background-image: url(../img/index/bg_dotted_p.png);
}
#information img {
	position: absolute;
	top: -20px;
	left: 0;
}
#information .news_box {
	width: 100%;
	height: 110px;
	overflow: auto;
}
#information .news_box div {
	width: 100%;
	background-color: #FFFF49;
	margin-top: 5px;
	display: table;
}
#information .news_box p {
	line-height : 130%;
	vertical-align: middle;
	text-align: left;
	padding: 5px 2px 3px 5px;
	margin-bottom: 4px;
	display: table-cell;
}
p.date {
	font-size: 12px;
	font-size: 1.2rem;
	width: 8em;
	white-space: nowrap;
}

.shop {
	background-color: #fdd9dc;
	padding: 10px;
	vertical-align: middle;
	display: box; /* 標準 */
	display: -moz-box; /* Firefox */
	display: -webkit-box; /* Webkit */
	display: -ms-flexbox; /* IE */
}
.shop:last-child {
	margin-top: 5px;
}
.shop p {
	vertical-align: middle;
}
.shop p,
.shop a {
	font-size: 11px;
	font-size; 1.1rem;
	width: 200px;
}
.shop a {
	display: block;
}
.shop a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;
}
.shop a img {
	width: 200px;
	height: auto;
}