@charset "UTF-8";
.top_contents a:link,
.top_contents a:visited{
    color:#000;
    text-decoration: underline;
}


.contents_btm {

	text-align: center;
	padding: 45px 0 55px;
    border-bottom: 1px solid #fff;
}
.contents_mv_btm{
    text-align: center;
	padding: 20px 0 45px;
}
.contents_mv_btm p,
.contents_btm p {
	font-size: 16px;
	margin-top: 18px;
}
.contents_mv_btm a,
.contents_btm a {
	display: block;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 300px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
    background-color: #000;
    transition: .1s;
	border-radius: 0px;
    border: none;
}
.contents_mv_btm a:hover,
.contents_btm a:hover{
	background: rgba(200,40,30,0.9);
	text-decoration: none;
	color: #fff;
}
.contents_mv_btm a img,
.contents_btm a img {
	vertical-align: -2px;
	padding-right: 5px;
}

#inpage_wrapper{
	border-top: none!important;
}
@media screen and (max-width: 768px){
    .contents_btm {
	padding: 0px 0 55px;
    }
}
