/*------------ content ------------*/

.main-content {
	    background:  url('../../images/common/bg/side_bg2.png') left top no-repeat ,
                 url('../../images/common/contact.png') right top no-repeat,
                 url('../../images/common/fff.png');
}
.main-top {
    position: relative;
    margin: 30px 0px 35px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #486845;
}

.contact_info{
	font-size:16px;
	line-height:2;
	margin: 15px 0 0;
}
.reminder:hover:after {
    background-position: 0 100%;
}

.btn-box {
    margin: 0 -10px;
}

.btn.style02 {
    max-width: 390px;
}
.contact_row-1{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: solid thin #ddd;
}

/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
.main-content {
	    background:  
                 url('../../images/common/contact.png') right top no-repeat,
                 url('../../images/common/fff.png');
}
}

@media screen and (max-width: 767px) {
    .btn-box {
        margin: 0;
    }
}
