@charset "utf-8";
@media screen and (min-width:451px) {
	.serviceBox {
	    width: 430px;
	    display: table;
	}
    #more_search_condition .serviceBox .srvType {
    	width: 208px;
    }
    #more_search_condition .serviceBox .srvType:nth-child(even) {
    	margin-left: 2%;
    }
    .plan_type {
		margin-top: 3px;
		height: 100%;
		max-height: 33px;
	}
	.article_type {
		height: 25px;
		width: 148px;
	}
	.middle_articles .carClassBox .textBox {
		width: 65%;
	}
	ul li.arrow {
		line-height: 25px;
	}
	.txtBox .article_name {
		max-height: 60px;
	}
	#more_search_condition .optionBox label {
		margin-left: 12px;
	}
}
@media screen and (max-width:450px) {
    .serviceBox {
	    width: 208px;
	}
    #more_search_condition .serviceBox .srvType {
    	display: block;
    }
    .plan_type {
		height: 13px;
		margin-top: 4px;
	}
	.article_type {
		height: 21px;
		width: 119px;
	}
	.middle_articles .carClassBox .textBox {
		width: 51%;
	}
	.txtBox .article_name {
		max-height: 35px;
	}
	#more_search_condition .optionBox label {
		margin-left: 4px;
	}
}
body,div,p,ul,li,h1,h4,form {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font-size: 12px;
	position: relative;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	text-align: center;
	color: rgb(53, 53, 53);
	font-family: Arial;
	font-size: 16px;
}
a {
	display: inline-block;
	padding: 0px;
}
img {
	border: medium none;
	vertical-align: bottom;
}
.clearfix {
	clear: both;
	display: block;
	min-height: 1%;
}

/*---------------header----------------*/
header {
	overflow:hidden;
	background:url(../images/header_bg.jpg) left bottom repeat-x;
    margin: 0 0 15px;
    height: 61px;
}
header h1.logo img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 1%;
	/*width: 22.5%;*/
	z-index: 3;
	height: 65px;
}
header h1.logo a, header div.bt a {
    display: inline;
}
header p#header_txt {
	color: #FFF;
	float: left;
	line-height: 1.3em;
	margin-left: 80px;
	margin-top: 13px;
	margin-right: 0px;
	font-size: 11px;
	letter-spacing: -0.1em;
	text-shadow: none;
	text-align: left;
}
@media screen and (min-width: 480px) {
	header p#header_txt { font-size: 11px; letter-spacing: normal; }
}
header div.bt {
	margin-bottom: 10px;
	margin-right: 2px;
	text-align: right;
}
header div.bt img {
	/*width: 19%;*/
	margin: 5px 0 -6px 0;
	height: 45px;
}

input,select {
	vertical-align: middle;
}
form {
	background: none repeat scroll 0px 0px transparent;
	border: 0px none;
	font-size: 100%;
	margin: 0px;
	outline: 0px none;
	padding: 0px;
	vertical-align: baseline;
	text-align: left;
}
.toppage {
	margin-top: 0px;
	font-size: 16px;
	font-weight: normal;
	line-height: 33px;
	color: rgb(255, 255, 255);
	background: url("../images/new/bar_bg.gif") repeat-x scroll center bottom transparent;
	border-top: 1px solid rgb(210, 75, 90);
	border-bottom: 1px solid rgb(153, 51, 102);
	text-align: left;
	margin-top: 20px;
}
h2.toppage {
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	color: rgb(255, 255, 255);
	background: url("../images/new/bar_bg.gif") repeat-x scroll center bottom transparent;
	border-top: 1px solid rgb(210, 75, 90);
	border-bottom: 1px solid rgb(153, 51, 102);
	text-align: left;
}
.toppage a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

/*---------------footer----------------*/
footer {
	background: url(../../img/top/foot_logo.jpg) center top no-repeat;
	background-size: 90%;
	padding-top: 30px;
	margin-top: 15px;
}
footer p {
	text-align: center;
	border-bottom: solid 10px #cd0305;
	font-size:11px;
	margin-top:10px;
}
#foot_menu {
    border: none;
    border-top: solid 1px #969696;
    -webkit-border-radius: 0px;
    text-align: left;
    margin: 5px 0 0;
    font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
}
#foot_menu li {
	padding: 0px; 
	background: #fdfaf9 url(../../img/top/icon_list_foot.jpg) 10px center no-repeat;
	background-size: 5%;
	border-top: none;
	border-bottom: solid 1px #bebcbb;
	-webkit-border-radius: 0px;
}
#foot_menu li a {
	text-decoration: none;
	padding: 13px 40px;
	margin: 0px;
	display: block;
	color: #767676;
	font-weight: bold;
	background: url(../../img/top/icon/icon_arrow.gif) 99% center no-repeat;
	background-size: 3%;
}

p.top20 {
	margin-top: 20px;
}
ul,li,p {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
.article div {
	position: relative;
}
.article li.arrow {
    background-position-y: 48%;
}
.article .imgBox {
	text-align: center;
	width: 25%;
	float: left;
}
.article .imgBox img {
	max-width:87%; 
	max-height:87%;
	margin: 2px;
}
.article .txtBox {
	margin-left: 25%;
	margin-right: 10px;
	text-align: left;
	color: #353535;
}
.article .txtBox p {
	font-size: 13px;
	padding: 1px 5px;
}
.article .txtBox p.sale_time {
	background-color: #7dba19;
    display: inline-block;
    color: #ffffff;
}
.article .txtBox p.total_price {
    color: #dd0c0e;
	background: rgb(238, 238, 238);
	font-weight: bold;
    padding-top: 2px;
    font-size: 11px;
}
.article .txtBox p.base_price {
	color: rgb(255, 255, 255);
	background: none repeat scroll 0% 0% rgb(255, 102, 0);
	font-weight: bold;
    margin-top: 5px;
    font-size: 12px;
    padding: 2px 5px;
}
.article .txtBox .sub_price {
	background: rgb(238, 238, 238);
	padding: 2px 0px;
}
.article .txtBox .sub_price p {
	font-size: 11px;
}
.article .txtBox span.right {
	float: right;
}
.article .txtBox .horizon_splitter {
	border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    height: 3px;
}
.txtBox .article_name {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btnDetail,.btnRequest,.btnNoRental {
	color: rgb(255, 255, 255);
	font-size: 12px;
	margin: 2px 0px 0px;
	padding: 1px 5px 3px;
	display: inline-block;
}
.btnDetail {
	background: none repeat scroll 0% 0% rgb(255, 102, 153);
}
.btnRequest {
	background: none repeat scroll 0% 0% rgb(0, 102, 204);
}
.btnNoRental {
	background: none repeat scroll 0% 0% rgb(255, 0, 0);
}
.horizon_line {
	border-top: 1px solid rgb(180, 180, 180);
	margin-bottom: 10px;
}
ul li.arrow {
	background-image: url("../../img/apple/chevron.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-top: 1px solid rgb(180, 180, 180);
	padding: 5px;
}
ul li a {
	color: rgb(51, 51, 51);
	display: block;
	margin: -10px;
	overflow: hidden;
	padding: 12px 10px;
	text-decoration: none ! important;
	text-overflow: ellipsis;
}
.article_count {
	background-image: url("../images/new/ren_search_ttl.gif");
	background-repeat: no-repeat;
	color: rgb(255, 255, 255);
	line-height: 30px;
	font-weight: bold;
	padding-left: 35px;
	text-align: left;
}
.article_count strong {
	background-color: white;
	color: rgb(233, 0, 3);
	padding: 0px 5px;
	margin: 0px 5px;
}
#article_search_frm {
	background-repeat: no-repeat;
	background-image: url("../images/new/ren_search_bg_t.png");
	background-size: contain;
	margin: 5px auto;
	padding: 7% 0px 0px;
}
.article_search_frm_m {
	background-repeat: repeat-y;
	background-image: url("../images/new/ren_search_bg_m.png");
	background-size: contain;
	padding: 0px 10px;
}
.article_search_frm_b {
	background-repeat: no-repeat;
	background-image: url("../images/new/ren_search_bg_b.png");
	background-size: contain;
	height: 30px;
}
#article_search_frm .form-group {
	margin-bottom: 3px;
}
#article_search_frm ul {
	overflow: hidden;
	padding-top: 5px;
}
#article_search_frm li {
	float: left;
	margin-left: 2%;
	width: 48%;
	list-style: none outside none;
}
#spot_select {
	display: inline-block;
	margin-left: 2%;
	width: 100%;
	padding-top: 5px;
}
#spot_select .form-group.pref {
	width: 34%;
}
#spot_select .form-group.deoffice {
	width: 61%;
	margin-left: 5px;
}
#spot_select .form-group {
	float: left;
	margin-right: 3px;
}

#CarType {
    margin-right: 2px;
}
#CarType div {
    width: 20%;
    float: left;
}
#CarType input {
    display: none;
}
#CarType label {
	width: 100%;
    cursor: pointer;
    float: left;
    margin: 0;
}
#CarType label img {
	vertical-align: top;
    width: 100%;
    opacity: 0;
}
#CarType label#lbl_car_types_1     { background: url(../../img/ico_car_types/car_types_1.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_1.on  { background: url(../../img/ico_car_types/car_types_1_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_2     { background: url(../../img/ico_car_types/car_types_2.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_2.on  { background: url(../../img/ico_car_types/car_types_2_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_3     { background: url(../../img/ico_car_types/car_types_3.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_3.on  { background: url(../../img/ico_car_types/car_types_3_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_4     { background: url(../../img/ico_car_types/car_types_4.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_4.on  { background: url(../../img/ico_car_types/car_types_4_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_5     { background: url(../../img/ico_car_types/car_types_5.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_5.on  { background: url(../../img/ico_car_types/car_types_5_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_6     { background: url(../../img/ico_car_types/car_types_6.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_6.on  { background: url(../../img/ico_car_types/car_types_6_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_7     { background: url(../../img/ico_car_types/car_types_7.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_7.on  { background: url(../../img/ico_car_types/car_types_7_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_8     { background: url(../../img/ico_car_types/car_types_8.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_8.on  { background: url(../../img/ico_car_types/car_types_8_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_9     { background: url(../../img/ico_car_types/car_types_9.png)     no-repeat; background-size: cover; }
#CarType label#lbl_car_types_9.on  { background: url(../../img/ico_car_types/car_types_9_on.png)  no-repeat; background-size: cover; }
#CarType label#lbl_car_types_10    { background: url(../../img/ico_car_types/car_types_10.png)    no-repeat; background-size: cover; }
#CarType label#lbl_car_types_10.on { background: url(../../img/ico_car_types/car_types_10_on.png) no-repeat; background-size: cover; }
#CarType label#lbl_car_types_11    { background: url(../../img/ico_car_types/car_types_11.png)    no-repeat; background-size: cover; }
#CarType label#lbl_car_types_11.on { background: url(../../img/ico_car_types/car_types_11_on.png) no-repeat; background-size: cover; }
#CarType label#lbl_car_types_12    { background: url(../../img/ico_car_types/car_types_12.png)    no-repeat; background-size: cover; }
#CarType label#lbl_car_types_12.on { background: url(../../img/ico_car_types/car_types_12_on.png) no-repeat; background-size: cover; }
/**本番未登録（車両タイプIDが変わる可能性あり）**/
#CarType label#lbl_car_types_13    { background: url(../../img/ico_car_types/car_types_13.png)    no-repeat; background-size: cover; }
#CarType label#lbl_car_types_13.on { background: url(../../img/ico_car_types/car_types_13_on.png) no-repeat; background-size: cover; }
#CarType label#lbl_car_types_14    { background: url(../../img/ico_car_types/car_types_14.png)    no-repeat; background-size: cover; }
#CarType label#lbl_car_types_14.on { background: url(../../img/ico_car_types/car_types_14_on.png) no-repeat; background-size: cover; }
#CarType label#lbl_car_types_15    { background: url(../../img/ico_car_types/car_types_15.png)    no-repeat; background-size: cover; }
#CarType label#lbl_car_types_15.on { background: url(../../img/ico_car_types/car_types_15_on.png) no-repeat; background-size: cover; }

.plan_type {
	text-indent: -999em;
	margin-left: 5%;
	background-size: 95% auto;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}
.plan_type.campaign {
	background-image: url("../images/new/plan_type_campaign.png");
}
.plan_type.normal {
	background-image: url("../images/new/plan_type_normal.png");
}
.article_type {
	text-indent: -999em;
	margin-left: 4px;
	margin-top: 2px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-size: 95% auto;
}
.article_type.type1 {
	background-image: url("../images/new/timePlan1.png");
}
.article_type.type2 {
	background-image: url("../images/new/timePlan2.png");
}
#sort a:nth-child(2) {
  background-position-x: -58px;
}
#sort a:nth-child(3) {
  background-position-x: -116px;
}
#sort a.on {
  background-position-y: -25px;
}
#sort {
	margin: 5px 3px;
}
#sort a {
	text-indent: -999px;
	display: block;
	width: 58px;
	height: 25px;
	float: left;
	background-image: url("../images/new/ren_search_sort.png");
	background-repeat: no-repeat;
	background-size: 174px auto;
}
#sort .more_condition {
	float: right;
}
#article_search_frm_anchor {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 10;
}
#changeList {
	position: relative;
	background-color: rgb(238, 238, 238);
	border-bottom: 1px solid rgb(255, 255, 255);
	padding-bottom: 1.6%;
	padding-left: 2%;
	padding-top: 1.6%;
}
.spttl {
	padding-bottom: 0.2em ! important;
}
.spttl p:first-child {
	padding-top: 5px;
}
.spttl p {
	font-size: 12px;
	text-align: left;
}
.spttl .ttl span {
	display: inline-block;
	font-weight: bold;
	width: 80px;
}
.search_btn {
	margin-top: 15px;
}
.more_search_btn {
	background-image: url("../images/new/btn_detail.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 25px;
	width: 116px;
	cursor: pointer;
	margin: auto;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	cursor: auto;
	background-color: white;
}
.form-control {
	cursor: pointer;
	padding: 6px 4px;
}
.form-group label {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	margin-left: 3%;
}
#de_date, #re_date {
	padding-left: 7px !important;
}
#show_article_num {
	background-color: #222222;
	color: #ffffff;
	display: none;
	height: 32px;
	left: 50%;
	margin: -80px 0 0 -120px;
	opacity: 0.88;
	padding: 0 10px;
	position: fixed;
	top: 50%;
	z-index: 2000;
}
#show_article_num .article_num {
  color: #e77575;
  font-size: 20px;
}
#show_article_num p {
  font-size: 18px;
}
#more_search_condition {
	text-align: left;
	border: 2px solid #0a0607;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#more_search_condition p {
	background-color: #7fbd1c;
    color: #fefeff;
    font-weight: bold;
    margin: 10px 2px 10px 0;
    padding: 3px 0 3px 8px;
}
#more_search_condition .dashed_line {
	border-top: 1px dashed #999;
}

.serviceBox {
    margin: 0 auto;
}
#more_search_condition .serviceBox .srvType {
	background-image: url('../images/new/srvType.png');
	background-repeat: no-repeat;
	height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
/* 	background-position: center center; */
/* 	padding-left: 6%; */
}
#more_search_condition .serviceBox .srvType.on {
	background-image: url('../images/new/srvType_on.png');
}
#more_search_condition .serviceBox label {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-indent: 30px;
	line-height: 26px;
	margin-bottom: 6px;
	cursor: pointer;
}
#more_search_condition .serviceBox label.on {
	color: #fff;
}
#more_search_condition label input {
	position: absolute;
	z-index: -2;
}
.more_search_close_btn {
    background-image: url("../images/new/btn_detail_close.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 35px;
    margin: auto;
    width: 113px;
}
#more_search_condition .optionBox {
	display: table;
	margin: 0 auto;
}
#more_search_condition .optionBox label:first-child {
	margin-left: 0 !important;
}
#more_search_condition .optionBox label {
	height: 33px;
    width: 33px;
	cursor: pointer;
}
#more_search_condition .optionBox .opType.on {
	background-image: url("../images/new/opType_on.png");
    background-repeat: no-repeat;
}
#boxTitle {
    background: none repeat scroll 0 0 #0a0607;
    border-top: 1px solid #0a0607;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 33px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
#boxContent {
	margin: 0 10px;
}
.boxClose {
   	background: url("../images/new/btn_close.png") no-repeat scroll left top rgba(0, 0, 0, 0);
 	background-size: cover;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
}
.loading {
	background: url("../images/new/loading.gif") center no-repeat;
	height: 115px;
}
#car_type_names2 {
	display: inline;
	margin-bottom: 0px;
	font-weight: normal;
}


.changeList {
  width: 300px;
  float: right;
}
.changeList:after, .changeList:before {
  content: '';
  display: table;
}
.changeList:after {
  clear: both;
}
.changeList li {
  text-indent: -999em;
  float: left;
  cursor: pointer;
}
.changeList li.is-carClassList {
  margin-right: 10px;
  display: block;
  background-image: url('../images/new/carClassList.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 19px;
  width: 145px;
}
.changeList li.is-carClassList.on {
  background-image: url('../images/new/carClassList_on.png');
  background-repeat: no-repeat;
}
.changeList li.is-planList {
  display: block;
  background-image: url('../images/new/planList.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 19px;
  width: 145px;
}
.changeList li.is-planList.on {
  background-image: url('../images/new/planList_on.png');
  background-repeat: no-repeat;
}

.middle_articles .classTtl {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
	line-height: 34px;
	display: block;
	background-image: url("../images/new/middle_car_class_header.png");
	background-repeat: no-repeat;
	height: 34px;
	margin-bottom: -3px;
	text-align: left;
	margin-top: 10px;
}
.middle_articles .carClassBox {
	background: #f5f5f5;
	margin-bottom: 9px;
	padding: 5px;
	zoom: 1;
}
.middle_articles .carClassBox:after,.carClassBox:before {
	content: '';
	display: table;
}
.middle_articles .carClassBox:after {
	clear: both;
}
.middle_articles .carClassBox .middleImage {
	margin-right: 6px;
	height: 90px;
	float: left;
}
.middle_articles .carClassBox .textBox {
	float: left;
	margin-top: -8px;
}
.middle_articles .carClassBox .textBox dl {
	font-size: 13px;
	zoom: 1;
	margin-bottom: 0px;
}
.middle_articles .carClassBox .textBox dl:after,.carClassBox .textBox dl:before {
	content: '';
	display: table;
}
.middle_articles .carClassBox .textBox dl:after {
	clear: both;
}
.middle_articles .carClassBox .textBox dl dt,.carClassBox .textBox dl dd {
	line-height: 18px;
	margin-bottom: 6px;
}
.middle_articles .carClassBox .textBox dl dt {
	color: #fff;
	text-align: center;
	display: block;
	background-image: url('../images/new/carDt.png');
	height: 18px;
	width: 65px;
	float: left;
	clear: both;
	font-weight: normal;
}
.middle_articles .carClassBox .textBox dl dd {
	margin-left: 67px;
	text-align: left;
}
.middle_articles .carClassBox .textBox dl dd.last {
	margin-bottom: 5px;
}
.middle_articles .carClassBox .subBox {
	font-size: 11px;
	text-align: left;
	margin: 2px 0 0 2px;
	position: relative;
}
.middle_articles .is-tabBox {
	margin: 0 4px 0px;
	font-weight: bold;
}
.middle_articles .is-tabBox:after,.is-tabBox:before {
	content: '';
	display: table;
}
.middle_articles .is-tabBox:after {
	clear: both;
}
.middle_articles .is-tabBox a.show_hide {
	text-indent: 0;
}
.middle_articles .article_total_on_middle {
	color: #D10003;
}
.middle_articles .articles_container_of_middle {
	margin-top: 3px;
}
.middle_articles article {
	position: relative;
}

/*---- PopupMenu (Menu) ----*/
#PopupMenu {
	background: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
	padding: 0 2%;
	display: none;
	z-index: 100;
}
#PopupMenu #menuBox {
    background: #e2e1e1 none repeat scroll 0 0;
    text-align: left;
}
#PopupMenu #menuBox {
    margin: 0;
    text-align: left;
}
#PopupMenu #menuBox .close {
    position: absolute;
    right: 12px;
    top: 2px;
    opacity: 1;
}
#PopupMenu #menuBox .close:hover, #PopupMenu #menuBox .close:focus {
	opacity: 1;
}
#PopupMenu #menuBox h2 {
    background: rgba(0, 0, 0, 0) url("../../img/bar_bg.gif") repeat-x scroll center bottom;
    border-bottom: 1px solid #993366;
    border-top: 1px solid #d24b5a;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    margin: 0;
}
#PopupMenu #menuBox img {
    border: medium none;
    vertical-align: bottom;
}
#PopupMenu div.section {
    margin: 9px 0 0;
	padding: 6px 4px 15px;
	border: 1px solid #b2b2b2;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 2%, #FFFFFF 97%, #EAEAEA 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#FFFFFF), color-stop(97%,#FFFFFF), color-stop(100%,#EAEAEA)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=0 ); /* ie */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}
#PopupMenu .next_g {
	border: medium none !important;
    font-size: 100%;
	margin: 0;
    padding: 0;
}
#PopupMenu .next_g li {
	border: medium none !important;
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#PopupMenu .next_g li a {
    background: #ffffff url("../../img/next.png") no-repeat scroll right center;
    border-bottom: 1px solid #b27f7f;
    color: #bb0a0a;
    display: block;
    font-weight: bold;
    padding: 16px 0 16px 15px;
    text-decoration: none;
    margin: 0;
}

#txt_user_name {
    text-align: right;
    line-height: 18px;
    padding-right: 5px;
    margin-bottom: 7px;
    background-color: #eeeeee;
    font-size: 11px;
    display: none;
}

/** NEW DESIGN **/
.campaign-only{background-color:#f8ebeb;border:solid 1px #f0c0c0;border-radius:6px;margin:0 5px 15px}
.campaign-only-check{background:#fb5b40;color:#fff;font-size:4vw;box-shadow:0 0 0 1px #fff inset;padding:2vw;border:1px solid #ff8809;box-sizing:border-box;cursor:pointer;border-radius:4px 4px 0 0}
.campaign-only-in{padding:3vw;box-sizing:border-box;text-align:left}
.campaign-only-in img{width:100%;height:auto}
.campaign-only-in h3{font-size:16px;font-weight:700}
.campaign-only-in .duration{font-size:14px;margin-bottom:8px}
.campaign-only-in .duration span{color:#fff;background-color:#72b6cc;padding:1.5vw;margin-right:2vw}