
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/





.coupon_superbox{
	width : 678px ;
	padding : 20px 30px 20px 70px  ;
	margin-bottom : 100px ;
	margin-left : 22px ;
	background-color : #FFFFFF;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2) ;
}


.coupon_itemtitle{
	font-size : 17px ;
	margin-bottom : 32px ;
}
.coupon_itemtitle_marker{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 16px ;
	height : 100% ;
}

.coupon_bar{
	position : absolute ;
	top : 0px ;
	left : -22px ;
	width : 65px ;
	height : 100% ;
	box-shadow : 10px 0px 10px rgba(0,0,0,0.1);
}
.coupon_bar.newcomer{
	background-color : #8FFFFF ;
}
.coupon_bar.repeater{
	background-color : #00FF00 ;
}
.coupon_bar.everyone{
	background-color : #FFFF3C ;
}

.coupon_itembox_left{
	float : left ;
	width : 422px ;
	height : auto ;
}

.coupon_item_right{
	position : relative ;
	float : right ;
	width : 200px ;
}


.coupon_target{
	position : relative ;
	float : left ;
	width : 180px ;
	height : 40px ;
	line-height : 40px ;
	font-size : 16px ;
	color : #FFFFFF ;
	text-align : center ;
	margin-bottom : 10px ;
	background-color : #000000 ;
}


.coupon_price{
	position : relative ;
	float : left ;
	min-height : 40px ;
	height: auto;
	margin-left : 20px ;
	margin-top : 6px ;
	margin-bottom : 10px ;
	font-size : 17px ;
}



.coupon_story{
	font-size : 14px ;
	margin-bottom : 16px ;
}

.coupon_conditions{
	font-size : 12px ;
	padding-top : 6px ;
	padding-bottom : 6px ;
	margin-bottom : 16px ;
	border-top : 2px solid #000000 ;
	border-bottom : 2px solid #000000 ;
}

.coupon_btnreserve{
	width : 150px ;
	height : auto ;
	margin-left : auto ;
	margin-right : auto ;
}

.coupon_item_right_imagebox{
	width : 190px ;
	height : 190px ;
	border : 2px solid #000000 ;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow : hidden ;
	margin-bottom : 20px ;
}
.coupon_item_right_imagebox img{
	width : 100% ;
	height : auto ;
}






@media screen and (max-width: 1200px) {



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 960px) {






.coupon_superbox{
	width : 550px ;
	margin-bottom : 48px ;
	padding : 40px 25px 40px 25px ;
	margin-bottom : 40px ;
	margin-left : auto ;
	margin-right : auto ;
	box-shadow: 4px 2px 16px rgba(0,0,0,0.4) ;
}

.coupon_bar{
	position : absolute ;
	top : 0px ;
	left : 0px ;
	width : 8px ;
	height : 100% ;
	box-shadow : none ;
}

.coupon_itemtitle{
	width : 100% ;
	padding : 0px ;
	font-size : 32px ;
}
.coupon_itemtitle_marker{
}

.coupon_itembox{
	float : none ;
	width : 100% ;
	padding : 0px ;
	text-align : center ;
	margin-left : 0px ;
}

.coupon_itembox_left{
	float : none ;
	width : 100% ;
	height : auto ;
}

.coupon_item_right{
	float : none ;
	width : 100% ;
	height : auto ;
	margin-top : 30px ;
}



.coupon_target{
	font-size : 24px ;
	font-weight : 600 ;
	width : 100% ;
	height : 40px ;
	line-height : 40px ;
}


.coupon_price{

}

.coupon_target.newcomer{
}
.coupon_price.newcomer{
}
.coupon_target.repeater{
}
.coupon_price.repeater{
}
.coupon_target.everyone{
}
.coupon_price.everyone{
}





.coupon_price{
	float : none ;
	height : auto ;
	margin-left : auto ;
	margin-top : 10px ;
	margin-bottom : 10px ;
	font-size : 32px ;
	text-align : center ;
}

.coupon_story{
	text-align : left ;
	font-size : 22px ;
}

.coupon_conditions{
	width : auto ;
	padding : 46px 0px 0px 0px ;
	font-size : 22px ;
	margin-top : 46px ;
	text-align : left ;
	border-top : 2px dotted #000000 ;
	border-bottom : none ;
}


.coupon_btnreserve{
	width : 200px ;
	height : auto ;
	margin-left : auto ;
	margin-right : auto ;
}

.coupon_item_right_imagebox{
	width : 370px ;
	height : 370px ;
	border : none ;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 50px ;
}








}