@charset "utf-8";
/* CSS Document */
/*===フォントのサイズ===*/
/* #int_box,
.int_box {
	font-size: 16px;
}*/
.emphasis {
	font-weight: bold;
}



/*=================================================
キャンペーンページ　インデックス
===================================================*/
/*
.top_area p {
	padding: 10px;
}
*/


.tein_cam_area{
	margin-top:0;
	min-height: 130px;
    border-top: 1px dashed #009245;
}
.tein_cam_area li{
	display:inline-block;
	margin:20px 10px 0 0;
}
.tein_cam_area li img {
	border: solid 1px #333;
}
.tein_cam_area a:hover{
	opacity: 0.5;  
}
.shop_cam_areaA p {
    font-weight: bold;
    font-size: 1.1em;
}
.shop_cam_area {
	margin-top:20px;
}
.shop_cam_area a {
	position: relative;
	display: block;
	width: 230px;
	background: #39B54A;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #009245), color-stop(0.28, #39B54A));
	background: -webkit-linear-gradient(top, #39B54A 28%, #009245 100%);
	background: -ms-linear-gradient(top, #39B54A 28%, #009245 100%);
	background: linear-gradient(to bottom, #39B54A 28%, #009245 100%);
	color: #fff;
	font-weight:bold;
	border-radius: 5px;
	padding: 8px 20px 8px 30px;
	margin:20px auto 10px 0;
}
.shop_cam_area a:hover{
	background: #009245;
}
.shop_cam_area a::before {
	display: block; 
	content: "";   /* これがないと表示されません */  
	position: absolute; 
	top: 50%; 
	left: 10px; 
	width: 0; 
	height: 0; 
	margin-top: -8px;  
	border: 8px solid transparent;   /* 左ボーダー以外は非表示 */  
	border-left: 8px solid #fff;    /* 左ボーダーで三角形を作る */
}
.shop_cam_area p{
	line-height:1.5;
	}
.camp {
    margin-top: 10px;
    border-left: 5px solid #009245;
    padding-left: 3px;
    font-weight: bold;
}

/* イベント終了時にはこのクラスを設定した<span>で囲む */ 
.event_end {
	position :relative;
	}
.event_end::before {
	content: url(../img/event_end.png);
	position :absolute;
	top: -20px;
	right:-300px ;
	z-index:999;
	}


/*=================================================
下取りキャンペーンページ
===================================================*/
.trade_area h2{
	margin:0 auto;
	text-align:center;
	}
.trade_area a{
	position: relative;
	display: block;
	width: 250px;
	background: #39B54A;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #009245), color-stop(0.28, #39B54A));
	background: -webkit-linear-gradient(top, #39B54A 28%, #009245 100%);
	background: -ms-linear-gradient(top, #39B54A 28%, #009245 100%);
	background: linear-gradient(to bottom, #39B54A 28%, #009245 100%);
	color: #fff;
	font-weight:bold;
	border-radius: 5px;
	padding: 10px 0 10px 40px;
	margin:15px auto 20px ;
	}
.trade_area a:hover{
	background: #009245;
	}
.trade_area a::before{
	display: block; 
	content: "";   /* これがないと表示されません */  
	position: absolute; 
	top: 50%; 
	left: 25px; 
	width: 0; 
	height: 0; 
	margin-top: -8px;  
	border: 8px solid transparent;   /* 左ボーダー以外は非表示 */  
	border-left: 8px solid #fff;    /* 左ボーダーで三角形を作る */
	}
h3.trade_heading{
	position: relative;
	color:#009245;
	font-weight:bold;
	font-size:16px;
	border:solid 2px #009245;
	/* background: #999; */
	padding: 7px 35px 5px;
	border-radius: 5px;
	margin:  50px 10px 20px;
	}
h3.trade_heading::before{
	display: block; 
	content: "";   /* これがないと表示されません */  
	position: absolute; 
	top: 10px; 
	left: 10px; 
	width: 10px; 
	height: 10px; 
	background-color: #009245; 
	}
	
	
/* 注意事項 */
.note_area{
	margin: 10px 30px 0;
	padding-left: 3em;
	line-height: 1.8em;
}
.note_area ol{
	list-style-type: decimal;
}
.note_area ul{
	margin-left:2em ;
}
.note_area ul li{
	list-style-type: disc;
}
.note_area p.notice{
	margin-top:10px;
	margin-left: -1em;
}

/* 下取りキャン登録店舗 */
.trade_camp_list{
	margin:10px 0 30px 3em;
	background: url(../shitadori/img/shitadori_map.gif) no-repeat right 50%;
	width: 600px;
}
.trade_camp_list li{
	position: relative;
	line-height: 1.8em;
	padding-left:20px;
}	
.trade_camp_list a{
	font-weight: bold;
	padding-right:5px;
}
.trade_camp_list li::before{
	content:"";
	position: absolute;
	display: block;
	top: 5px;
	left: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;   /* 左ボーダー以外は非表示 */  
	border-left: 6px solid #99ccff;    /* 左ボーダーで三角形を作る */
}

/* 下取り基準一覧表 */
.trade_in_items{
	margin:0 auto 30px 3em;
	width:600px;
}

.trade_in_items h4{
	font-size:14px;
	font-weight: bold;
	margin-top: 16px;
}
.trade_in_items p{
	margin-top: 5px;
}
.trade_in_items table{
	margin-top: 5px;
	margin-bottom: 20px;
	width:600px;
	text-align: left;
}
.trade_in_items th,
.trade_in_items td{
	border: solid 1px #333;
	padding: 3px 20px;
}
.trade_in_items th{
	background: #DEEDD1;
	text-align: center;
	width: 200px
}
.trade_in_items th.trade_price{
	width:200px;
}
.trade_in_items td.trade_price{
	text-align: center;
}
.note{
	color: #F30;
	font-weight: bold;
}
.block {
	display: block;
}
.duedate {
	text-decoration: line-through red;
}
