@charset "utf-8";

/******************/
/* 共通           */
/******************/

div.update {
	text-align: right;
	margin: 0 0 20px 0;
}

#to_search{
	line-height:140%;
/*	height:70px;*/
	width:750px;
/*	border-style:double;*/
	border:solid #DCDCDC;
	border-width:2px 0 0 0;
	padding:5px 0 0 0;
	margin:10px 0 0 0;
	clear:both;
	}

.cam_search_title{
	font-weight:bold;
	line-height:24px;
	background-color:#afcee0;
	margin-bottom:5px;
	}



/******************/
/* banner         */
/******************/

div.banner {
	margin: 10px 0;
}

/******************/
/* item           */
/******************/

div.item {
	width: 760px;
	border: 1px solid #bbbbbb;
	margin: 15px 0 20px 0;
}

div.item div.inner {
	margin: 0;
	border-top: 1px solid #eeeeee;
}

div.item div.name {
	height:40px;
	background: url("../../img/campaign/common/bg_black.jpg") 0 0 repeat-x;
	/*background: url("../../img/campaign/common/bg_orange.jpg") 0 0 repeat-x;*/ /*冬季用*/
	/*padding: 11px 10px;*/
	vertical-align:middle;
}

.name_table{
	height:30px;
	margin-left:10px;
	}

div.item div.name img {
	float:left;
	padding-bottom:10px;
}

div.item div.name h3 {
	font-size: 18px;
	font-weight: bold;
	margin-left:10px;
}

/******************/
/* info           */
/******************/

div.item div.info {
	padding: 10px;
}

div.item div.info img {
	margin: 0 0 5px 0;
}

.introduce{
	width:300px;
	}

.order_btn{
	width:280px;
	text-align:right;
}

.order_btn p.campaign_title {
	color: #0000ff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div.item div.info div.sub_caption {
	margin: 5px 0;
	text-align: left;
}


/******************/
/* left           */
/******************/

div.item div.left {
	width: 300px;
	float: left;
}

/*div.item div.left img {
	margin: 0 0 15px 0;
	text-align:center;
	}*/


/*******************/
/* right          */
/******************/

div.item div.right {
	width: 420px;
	float: right;
	line-height: 140%;
}

div.item div.right p.caption {
	color: #000000;
	font-weight: bold;
	background: url("../../img/campaign/common/point.gif") 0 50% no-repeat;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 25px;
}

div.item div.right img{
	margin: 0 3px;
}

/******************/
/* coupon         */
/******************/

div.coupon {
	text-align: center;
}

div.coupon span.coupon_price {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}


/******************/
/* price          */
/******************/

div.item div.right div.price {
	text-align: center;
}

.caption{
	width:300px;
	font-weight:bold;
	font-size:16px;
	line-height:130%;
	color:#0000FF;
	margin:10px 0 7px 0;
	}

.caption_sub{
	width:300px;
	font-size:13px;
	margin-bottom:10px;
}
.campaign_sitename{
	color:#ff0000;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	}

.campaign_name{
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	background-color:#ff0000;
	padding:3px;
	margin:0 0 10px 0;
	}
.
price_major{
	font-size:14px;
	}
	
.price_before{
	font-size:25px;
	font-weight:bold;
	}
	
p.percent{
	width:140px;
	color:#EE0000;
	font-weight:bold;
	font-size:25px;
	text-align:center;
	background-color:#FFA07A;
	float:left;
	margin: 7px 0 0 30px;
	padding: 8px;
	}

p.price_after{
	font-weight:bold;
	font-size:37px;
	color:#ff0000;
	float:left;
	line-height: 46px !important;
}

p.price_small{
	font-size:12px;
	color:#ff0000;
	margin:0 0 0 5px;
	}

span.price_after{
	font-weight:bold;
	font-size:37px;
	color:#ff0000;
	line-height: 46px !important;
}

span.price_small{
	font-size:12px;
	color:#ff0000;
}



/******************/
/* const          */
/******************/

.const{
	text-align:center;
	margin:8px auto;
	padding:7px;
	border:1px solid #ccc;
	background-color:#ffffcc;
}

.const_text{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	}


.const_text span.cdr {
	background: #ffff00;
}



.const_box{	
	width:395px;
	text-align:center;
	padding:5px;
	margin:auto auto;
	}
	
.const_box_l{
 	width:160px;
	text-align:left;
 	margin-right:5px;
 	float:left;
 	 }

.const_box_r{
	width:180px;
	text-align:left;
	float:left;
	}

.const_box_center{
 	width:38px;
 	height:100px;
	background: url("../../img/campaign/common/arrow_large2.gif") 0 50% no-repeat;
  	float:left;
 	}


.const_type{
	padding:3px;
	background-color:#B0E2FF;
 	line-height:200%;
	}
	
.const_price_before{
	font-weight:bold;
	color:#FF0000;
	font-size:16px;
	text-decoration:line-through
	}
	
.const_price_after{
	font-weight:bold;
	color:#FF0000;
	font-size:22px;
 	line-height:140%;
	text-decoration:underline;
	}	

.notice{
	font-size:12px;
	text-align:left;
	color:#4F4F4F;
	margin:10px 0;
	}


/******************/
/* price_sum      */
/******************/

div.price_sum {
	text-align: center;
	margin: 0 0 10px 0;
}

p.price_sum_price {
	font-size: 14px;
	font-weight: bold;
}

p.price_sum_price span.sum_price {
	color: #ff0000;
}




/******************/
/* area           */
/******************/
p.area_title{
	margin:0px;
	padding:5px;
	border-bottom:1px #82b9d8 dotted;
	background-color:#dde8ed;
	width:100px;
	}

div.area ul {
	background: #e5f4f4;
	/*border: 1px solid #dddddd;*/
	width:100px;
	padding: 5px;
}

div.area ul li {
	/*display: inline;*/
	margin-right: 5px;
	line-height:160%;
}


div.area table td{
	vertical-align:top;
	width:120px;
	}


/******************/
/* eco           */
/******************/

table.eco {
	width:420px;
}

table.eco td,
table.eco th {
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #cccccc;
	line-height:100%;
	text-align:center;
}

table.eco th{
	background-color:#ddd;
	}

table.eco td.eco_star{
	color:#ffa500;
	}

table.eco span.eco_star_word{
	color:#ff0000;
	font-weight:normal;
	}




/******************/
/* letter  */
/******************/

p.border_red{
	border:1px #cc0000 dotted;
	padding:10px;
	background-color:#ffe5e5;
	}


img.sale_thum{
	float:left;
	margin-right:10px;
	}

.sale_word_right{
	float:left;
	}

.letter_caution{
	border:1px #bfbfbf dotted;
	background-color:#eee;
	line-height:150%;
	padding:8px;
	margin-top:10px;
	}

