@charset "shift_jis";

/* h1
-------------------------------*/
#contents_area h1{
	font-size: 134%;
    font-weight: bold;
    border: solid 1px #dadada;
    position: relative;
    margin-bottom: 20px;
}

#contents_area h1 div{
	display: block;
    padding: 0 10px;
    line-height: 35px;
    border-left: solid 6px #c81528;
    font-weight: bold;
}

#contents_area h1 div.link_top_cp {
    right: 100px;
}

#contents_area h1 div.btn_link_top {
    display: block;
    position: absolute;
    right: 90px;
    top: 0px;
    border-left: none;
}

#contents_area #campaignInfo dt{
	vertical-align: middle;
	font-size: 21px;
	font-weight: bold;
	border-bottom: 1px dotted #292929;
	padding-bottom: 10px;
	line-height: 1;
	margin-top: 48px;
}
#contents_area #campaignYoko dt.c_red {
	color: #F00;
}

#contents_area #campaignInfo dt::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 21px;
    background: #B6A37B;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 10px;
}

/* 終了したキャンペーン一覧
-------------------------------*/
#contents_area #campaignList {
    width: 892px;
    margin: 0 auto;
}

/* 年
-------------------------------*/
#contents_area #campaignList .titleYear {
	display: inline-block;
	background: #C1001B;
	color: #fff;
	font-size: 12px;
	padding: 5px 7px;
}

/*-----------------------------
キャンペーン一覧の各項目
-------------------------------*/

#contents_area .list_contents li {
	border-bottom: 1px dotted #292929;
	padding: 17px 0 30px;
}
#contents_area .list_contents li:last-child {
	border-bottom: 0;
}
/* 日付 */
#contents_area .list_contents .date {
	font-size: 12px;
	color: #555;
	margin-bottom: 4px;
}

#contents_area #cpnOld .date {
	float: left;
	width: 140px;
	margin-right: 5px;
}

#contents_area .list_contents .wrap::after {
	content: '';
	clear: both;
	display: block;
}
/* キャンペーン画像 */
#contents_area .list_contents .bnr {
	float: left;
	margin-right: 11px;
	width: 260px;
	line-height: 0;
}
#contents_area .list_contents .bnr img {
	width: 100%;
	height: auto;
}

/* 真ん中　テキストのみ */
#contents_area .list_contents .textBox {
	float: left;
	max-width: 530px;
}

#contents_area #cpnOld .textBox {
	width: 580px;
}
/* キャッチコピー */
#contents_area .list_contents .copy {
	font-size: 14px;
	font-weight: bold;
	color: #0093D4;
}
/* キャンペーン名 */
#contents_area .list_contents li h2,
#contents_area .list_contents li h3{
	color: #333;
	margin: 4px 0 5px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: bold;
}
#contents_area .list_contents li h3 {
	border: 0;
}
#contents_area .list_contents li h3::before {
	content: none;
}

/* 対象ラベル */
#contents_area .list_contents .member_label span {
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
}
#contents_area .list_contents .member_label span.label_tabi {
	background: #C1001B;
}
#contents_area .list_contents .member_label span.label_tp {
	background: #31903c;
}

/* 詳細を見る */
#contents_area .list_contents .btn {
	width: 141px;
	float: right;
}
#contents_area #cpnNow .btn {
	margin: 6px 0;
}
#contents_area .list_contents .btn a {
	display: block;
	background: #C1001B;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	line-height: 1.1;
	padding: 1em .5em;
	border-radius: 8px;
}
#contents_area #cpnOld .btn a {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
#contents_area .list_contents .btn a:hover {
	text-decoration: none;
	filter:alpha(opacity= 70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* キャンペーン一覧へ戻る
-------------------------------*/
#contents_area #campaignList .btn_end {
	width: 444px;
	margin: 68px auto 0;
}
#contents_area #campaignList .btn_end a:hover img {
	filter:alpha(opacity= 70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*-----------------------------
注意事項、お問い合わせ
-------------------------------*/
#contents_area #campaignList #campaignInfo {
	margin: 57px 0 40px;
}
#contents_area #campaignList #campaignInfo dd {
	margin-top: 19px;
	font-size: 14px;
	line-height: 1.9;
}

#contents_area .link_pagetop {
    text-align: right;
}