@charset "utf-8";

/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* leadArea */
.l-content #leadArea{
	margin-bottom:50px;
}
.l-content #leadArea .txt{
	margin-bottom:20px;
}
.l-content #leadArea a{
	text-decoration:underline;
}

.l-content #leadArea .exclusion {
	width:550px;
	border:#F5D2D2 10px solid;
	padding:10px;
	color:#F10004;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.l-content #leadArea .exclusion p {
	margin-bottom:0px;
}

/* makerArea */
.l-content #makerArea{
	margin-bottom:50px;
}
.l-content #makerArea .titleBlock {
  margin: 0;
}
.l-content #makerArea .btn{
	margin:32px auto 0;
	width: 284px;
	height: 58px;
}
.l-content #makerArea .notes {
	text-align:right;
	margin-top:10px;
}

.l-content .makerBox {
	border-bottom:1px dotted #bababa;
	padding:18px 0;
}
.l-content .makerLeft{
	width:70px;
	float:left;
	padding-left:30px;
	font-size:18px;
	font-weight:bold;
}
.l-content .makerRight{
	border-left:1px dotted #bababa;
	width:783px;
	float:right;
}
.l-content .makerRight ul{
	margin-left:80px;
	min-height:30px;
}
.l-content .makerRight ul li{
	width:234px;
	float:left;
}
.l-content .makerRight .note {
	margin-top:10px;
}


/* couponArea */
.l-content #couponArea{
	margin-bottom:50px;
}
.l-content #couponArea .pic{
	text-align: center;
	margin:47px 0 33px;
}
.l-content #couponArea .btn{
	margin:0 auto;
	width: 284px;
	height: 58px;
}
.l-content #couponArea .btnTxt {
	text-align:center;
	padding-top:20px;
}

/* attArea */
.l-content #attArea{
	margin-bottom:50px;
}
.l-content #attArea .att a{
	text-decoration:underline;
}

/* ecatalogArea */
.l-content #ecatalogArea .pic{
	margin-top:60px;
	text-align: center;
}
.l-content #ecatalogArea .btn{
	margin:38px auto 0;
}

.l-content #ecatalogArea .txtArea {
    width: 500px;
	height: 60px;
	background: url(/pr/vona/coupon_makerslist/images/pic_ecatalog_20210913.png) no-repeat 0 0 ;
    margin: 60px auto 0;
    padding-top: 110px;
}
.l-content #ecatalogArea .txtArea li {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    color: #2d86c8;
    font-weight: bold;
    line-height: 1.2em;
}
.l-content .m-btn--conversion {
	width: 284px;
}