/* ==================================================================================

		スライダーの設定

================================================================================== */
.top-visual {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
	width:700px;
	height:300px;
}



/* ==================================================================================

		お知らせ

================================================================================== */

.top-news dl {
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
.top-news dl dt {
	line-height:1.8em;
	padding-top: 0.6em;
	padding-bottom: 1.5em;
	float: left;
	font-weight:bold;
	color:#000000;
}
.top-news dl dd {
	line-height:1.8em;
	padding-top: 0.6em;
	padding-bottom: 1.5em;
	padding-left: 8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.top-news dl dd a {
	color:#F15A24;
	text-decoracion:none;
}



 /* ==================================================================================

		トップだけの見出し設定

================================================================================== */
h2.midashi {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-botto-color: #999;
	font-size: 130% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-bottom: 0px;
	color: #000000;
}
h2.midashi span {
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
h2.midashi span:before{
	content: url("https://img06.shop-pro.jp/PA01175/550/etc/common_top-icon.gif?cmsp_timestamp=20150529185004");
	padding-right: 20px;
	padding-left: 10px;
}
h2.ranking span{
	background-image: url(https://img06.shop-pro.jp/PA01175/550/etc/top_h2_ranking.gif?cmsp_timestamp=20150529185039);
}

/* 項目ごとの背景（欧文飾り） */
h2.news span {background-image: url(https://img06.shop-pro.jp/PA01175/550/etc/top_h2_news.gif?cmsp_timestamp=20150529185026);}
h2.recommend span {background-image: url(https://img06.shop-pro.jp/PA01175/550/etc/top_h2_recommend.gif?cmsp_timestamp=20150529185048);}



.top-notice-box-1 {
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.top-notice-box-1::before {
    background-color: #fff;
    color: #da4033;
    content: "◆生うに、かぜ水発送状況のお知らせ◆";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}