@charset "utf-8";

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

#Campaign {
	width: 900px;
	padding: 15px;
	text-align: left;
	margin: 5px auto 20px auto;
	padding: 0 25px 15px 25px;
	}

#Campaign div.header {
	text-align: center;
}

#Campaign div.totop {
	margin: 20px 0;
	text-align: center;
}

#Campaign p,
#Campaign li {
	line-height: 140%;
}

#Campaign p.p_cam_main {
	margin-bottom: 15px;
	line-height:160%;
	}

#Campaign ul.ul_cam_main {
	margin: 0 15px 15px 15px;
	padding: 15px;
}

#Campaign li.li_cam_main {
	list-style: circle inside;
}

#Campaign h3.h3_cam_main {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #eeeeee;
	padding: 7px;
	margin: 40px 0 10px 0;
	/*border-top: 3px solid #6677aa;*/
	border-top: 3px solid #ec9800; /*冬季用*/
}

#Campaign h4.h4_cam_main {
	padding: 2px 5px;
	margin: 10px 0;
	border-style: solid;
	/*border-color: #9999cc;*/
	border-color: #ec9800; /*冬季用*/
	border-width: 1px 1px 1px 5px;
}

/******************/
/* 構造           */
/******************/

div.navi {
	margin: 0 0 15px 0;
}

div.form {
	margin: 40px 0;
	text-align: center;
}

div.form area {
	cursor: pointer;
}

div.item {
	text-align: center;
}

div.letter_season {
	margin: 20px 0 20px 0;
}

div.letter_season img {
	float: left;
	margin: 0px 20px 0 0;
}

div.letter_season p {
	float: left;
}

div.letter p.price{
	font-size: 26px;
	margin: 20px 0;
}

div.letter p.price span.price {
	font-size: 48px;
	font-weight: bold;
	color: #ff0000;
}

div.letter p.price span.dr {
	color: #ff6633;
	font-size: 36px;
}

div.explanation {
	text-align: center;
	margin: 15px 0;
}

div.explanation ul li {
	list-style: none;
}

div.construction {
	margin: 40px 0;
}

div.construction div.text, div.parking div.text {
	background: #f0f0f0;
	padding: 15px;
	margin: 10px 0 0 0;
	border: 1px dotted #cccccc;
}

div.flow p {
	margin: 0 0 30px 0;
}

div.voice div {
	text-align: center;
}

div.voice a {
	display: block;
	width: 400px;
	background: #ffffcc;
	padding: 5px;
	margin: 10px auto 20px auto;
	border: 1px dotted #cccccc;
}

div.ps div.sign {
	text-align: right;
}

/******************/
/* item_main      */
/******************/

div.item_text {
	width: 850px;
	text-align: left;
	margin: 10px auto;
	padding:10px;
	border:1px solid #ccc;
}

div.item_text p.name {
	width:830px;
	height:20px;
	font-weight: bold;
	background: url("../../img/campaign/common/bg_black.jpg") 0 0 repeat-x;
	/*background: url("../../img/campaign/common/bg_orange.jpg") 0 0 repeat-x;*/　/*冬季用*/
	border:1px #fff solid;
	padding: 11px 10px;
	margin: 10px 0;
/*	padding: 5px 15px;
	border-left: 5px solid #003399;*/
}


.name_spec{
	font-size: 15px;
	}
		
.name_item{
	font-size: 25px;
	margin:10px;
	}



.pickup_title{
	float:left;
	}


div.item_text div.left {
	width: 410px;
	float: left;
	padding-left: 15px;
}

div.item_text div.notice {
	margin: 5px;
}

/********************/
/* item_explanation */
/********************/

div.item_explanation {
	text-align: center;
}

div.item_explanation ul li {
	margin:5px 0px;
}


p.exp_bottom{
	border:1px #bfbfbf dotted;
	padding:10px;
	background-color:#ffffd6;
	}


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

div.item_text div.right {
	float: left;
	width: 410px;
	padding-right: 15px;
}

div.item_text div.right div.arrow {
	height: 24px;
	background: url("../../img/campaign/common/arrow_large3.gif") 50% 100% no-repeat;
}

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


/******************/
/* 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_text div.right div.price {
	text-align: center;
}

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

.caption_sub{
	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: 0 0 0 20px;
	line-height: 46px !important;
	}

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

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

.price_const {
	text-align: right;
}




span.price_after{
	font-weight:bold;
	font-size:46px;
	color:#ff0000;
}

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



/******************/
/* spec           */
/******************/

div.item_text div.spec {
	width:380px;
	margin: 0 0 20px 0;
}

div.item_text div.spec table.spec_basis {
	margin-bottom: 15px;
}

div.item_text div.spec table.spec_basis td {
	width: 100px;
}

div.item_text div.spec table.spec_type,
div.item_text div.spec table.spec_eco {
	float: left;
}

div.item_text div.spec table.spec_type {
	margin-right: 15px;
}

div.item_text div.spec table td img {
	vertical-align: middle;
}

div.item_text div.spec table td,
div.item_text div.spec table th {
	font-size: 12px;
	border: 1px solid #cccccc;
	text-align: center;
	padding: 2px 5px;
}

div.item_text div.spec table th,
div.item_text div.spec table tr.caption td {
	background: #dddddd;
}

div.item_text div.spec table tr.warm th {
	background: #ffdddd;
}

div.item_text div.spec table tr.warm td {
	background: #ffeeee;
}

div.item_text div.spec table tr.cool th {
	background: #ddddff;
}

div.item_text div.spec table tr.cool td {
	background: #eeeeff;
}

div.item_text div.spec ul.point_3 li{
	margin:5px 0px;
}



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

div.item_text table.eco {
	margin-top: 15px;
	margin-bottom:10px;
}

div.item_text table.eco td,
div.item_text table.eco th {
	font-size: 14px;
	font-weight:bold;
	border: 1px solid #cccccc;
	padding: 5px;
}

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

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

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



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

.const{
	width: 394px;
	background: #ffffcc;
	text-align:center;
	margin:5px auto;
	padding:7px;
	border:1px solid #e0e0e0;
}

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

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


.const_box{
	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;
}
		
p.const_box_price {
	font-size: 14px;
	font-weight: bold;
}

p.const_box_price span.const_price {
	color: #ff0000;
}

.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:32px;
 	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;
}




/******************/
/* demerit        */
/******************/

div.demerit {
	background: url("../../img/campaign/common/arrow_large.gif") 60% 19% no-repeat;
	margin: 20px 0;
	border: 1px solid #ffffff;
}

div.demerit img.trouble {
	float: left;
	margin: 5px 0 0 0;
}

div.demerit ul {
	border: 1px solid #cccccc;
}

div.demerit div.left{
	float: left;
}

div.demerit div.left ul {
	width: 330px;
	height: 120px;
	background: #eeeef3 !important;
}

div.demerit div.left p {
	margin: 0 0 0 55px;
}

div.demerit div.right {
	float: right;
	padding: 25px 0;
}

div.demerit div.right ul {
	width: 250px;
	height: 70px;
	background: #f3eeee !important;
}

div.demerit div.right p {
	margin: 28px 0 0 45px;
}

h3.h3_letter_title{
	/*padding:0;
	margin:0;
	border:0;
	background-color:#fff;*/
	}






/******************/
/* recommend      */
/******************/

div.recommend {
	margin: 20px 0;
}

div.recommend div.left {
	float: left;
	width: 460px;
	height: 70px;
	background: #ffffdd !important;
	border: #ff9966 2px dotted !important;
	padding: 15px 0 15px 15px;
	margin: 15px 10px 0 0;
}

div.recommend div.left ul {
	margin: 0 !important;
	padding: 0 5px 0 0 !important;
}

div.recommend div.left ul.left {
	float: left;
}

div.recommend div.left ul.right {
	float: right;
}

div.recommend img.solve {
	float: left;
}

div.recommend div.right {
	float: right;
	width: 320px;
}

div.recommend div.right p {
	height: 105px;
	background: url("../../img/campaign/common/border.gif") 0 0 no-repeat;
	padding: 7px 0 0 22px;
}

/* parking / construction */

div.parking div,
div.construction div {
	background: #eeeeee;
	padding: 15px 15px 0 15px;
	border: 1px dotted #cccccc;
}


/*letter_last.php*/

.p_cam_strong{
	font-size:18px;
	font-weight:bold;
	color:#903f01;
	margin-bottom:15px;
	}
	
/* item_explanation.php */

ul.item_explanation {
	text-align: center;
}

#Campaign table.button_triple{
	width:590px;
	margin-left:135px;
	}

#Campaign table.button_triple td{
	vertical-align:bottom;
	}










