
@charset "utf-8";
/* CSS Document */

.head-text {
	margin-top: 20px;
	font-size: 14px;
	line-height: 150%;
}
.head-text img{
	width: 100%;
}
.main-text {
	background: #fffbf9;
	border: 1px solid rgba( 0, 0, 0, .02 );
	margin-top: 20px;
	padding: 15px;
}

.main-text-title{
	line-height: 150%;
	margin-bottom: 20px;
}

.main-text-title img{
	width: 100%;
}

.title img{
	margin-bottom: 10px;
	width: 100%;
}

.info{
	border: solid 1px #CB4042;
	padding: 10px;
	margin-bottom: 10px;
}
.info:last-child{
	margin-bottom: 0 !important;
}
.info-img{
	text-align: center;
	margin-top: 15px;
}
.info-img img {
	width: 100%;
	vertical-align: bottom;
}
.info dl dt{
	text-align: left;
	padding-bottom: 5px;
	font-size: 16px;
    color: #AB3B3A;
    font-weight: bolder;
	line-height: 150%;
	border-bottom: solid 1px #CB4042;
}
.info dl dt span{
	float: right;
    font-weight: normal !important;
	font-size: 15px;
	vertical-align: middle;
}
.info dl dd{
	background: url(./../img/common/line.png) repeat-x top center !important;
    padding-top: 15px !important;
	width: 600px;
	margin: 10px auto;
}
.info dl dd p{
	line-height: 150%;
}

.info-button{
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.info-button a{
    background: #AB3B3A;
    border: 1px solid rgba( 0, 0, 0, .02 );
    display: inline-block;
    padding: 5px 15px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
	text-align: center;
    transition: all .75s;
}
.info-button a:hover{
	opacity: .8;
}
/*
.info-button a:nth-child(1){
	margin-right:10px;
}
.info-button a:nth-child(2){
    width: 35%;
	margin-left: 85px;
}
.info-button a:nth-child(3){
    float: right;
}*/
.info-button a span.prev {
    background: url(./../img/common/ico_arrow_rr.png) no-repeat left center;
    padding-left: 21px;
}
.info-button a span.next {
    background: url(./../img/common/ico_arrow_r.png) no-repeat right center;
    padding-right: 21px;
}

