@charset "UTF-8";

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#btn-area {
	margin: 0 0 80px 230px;
	height: 77px;
}

#btn-all {
	float: left;
}
.main_box_warapper{
	width:980px;
    box-sizing:border-box;
    padding:30px;
    background: url("/img_a/page/campaign/20181026present/border_bg.png") repeat 0 0;
}
.main_box{
	width:920px;
    box-sizing:border-box;
    background: #fff;
    padding:0 0 35px 0;
}
ul.bnrList{
    width:870px;
    padding:0 0 0 0;
    margin:0 auto 0 auto;
    box-sizing:border-box;
    overflow: hidden;
}
ul.bnrList li{
    width:270px;
    float:left;
    margin: 0 10px;
    padding:0 0 20px 0;
}
ul.bnrList li a img{
    height: auto;
    display:block;
    margin-bottom:7px;
}
ul.bnrList li a p{
    color:#5d3033;
    text-decoration: none;
    font-size:12px;
    line-height: 150%;
}
ul.bnrList li a:hover p{
    color:#82373f;
    text-decoration: underline;
}
ul.bnrList li a:hover img{
    opacity: 0.6;
}
.left{
	width:490px;
	float:left;
}


.right{
	width:490px;
	float:left;
	clear:right;
}

.right2{
	width:465px;
	float:right;
	clear:right;
}