@charset "utf-8";
@import url("../parts.css");

/* ============================================================================================================
Title:キャンペーンページ用CSS
Last Update:2011/03/03
============================================================================================================ */

#contentsArea h2 {
	margin-top: 15px;
}


/* box_section
============================================================================================================ */
.box_section .shop_name {
	margin-bottom: 15px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #f5eff7;
	zoom: 1;
}
.box_section .shop_name p {
	float: left;
}
.box_section .shop_name p.date {
	float: right;
	font-weight: bold;
}
.box_section .shop_name a {
	color: #333333;
}
.box_section .shop_name em {
	margin-left: 1em;
	font-size: 84%;
}

.box_section .shop_name:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.box_section .contents {
	zoom: 1;
}
.box_section .contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.box_section .has_img p {
	margin-right: 250px;
}
.box_section .has_img p.img {
	float: right;
	margin-right: 0;
	width:222px;
}

.sns_btn{
    clear:both;
    margin-top:10px;
}

p#go_list{
    text-align:right;
}