@charset "utf-8";

/* CSS Document */

/*------------------------

ショップニュース

------------------------*/
.news_h1{
	background-color: #E87400;

}
.shop-news-box {
	height: auto;
	overflow-y: visible;
	padding-right: 10px;
}

.shop-news-box li {
	padding: 1em 0;
	border-bottom: 1px dotted #57300C;
}

.shop-news-box h1.name{
	margin: .2em 0 1em;
	line-height: 1.35em;
	font-weight: bold;
	text-decoration: none;
}
.shop-news-box h1.name a{
	margin: .2em 0 1em;
	font-size: 2.0rem !important;
	font-weight: bold;
	text-decoration: none;
}
.shop-news-info {
	font-size: 1.3rem;
	line-height: 1.35em;
}

.shop-news-box p {
	font-size: 1.4rem;
	margin: 1.65em 0;
}

