@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: #000;
    transition: .1s;
	border-radius: 4px;
    border: 4px solid #aedce7;
}
.contents_mv_btm a:hover,
.contents_btm a:hover{
	background: rgba(174,220,231,0.9);
	text-decoration: none;
	color: #000;
}
.contents_mv_btm a img,
.contents_btm a img {
	vertical-align: -2px;
	padding-right: 5px;
}

#inpage_wrapper{
	border-top: none!important;
}

