@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{
	background: #FFFFFF;
	border: solid 1px #CB4042;
	padding: 10px;
	margin-bottom: 10px;
}
.info:last-child{
	margin-bottom: 0 !important;
}
.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 a {
	color: #AB3B3A;
}
.info dl dt span{
	float: right;
    font-weight: normal !important;
	font-size: 15px;
	vertical-align: middle;
}
.info dl dd{
	display: table;
	padding-top: 10px;
}

.info dl dd div{
	display: table-cell;
}

.info-contents{
	width: 60%;
	vertical-align: top;
}
.info-contents p{
	line-height: 150%;
}
.info-contents a{
	float: right;
    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: 55px;
    transition: all .75s;
}
.info-contents a:hover{
	opacity: .8;
}
.info-contents a span{
    background: url(./../img/common/ico_arrow_r.png) no-repeat left center;
    padding-left: 21px;
}

.info-img{
	width: 20%;
	text-align: center;
}

.info-img img{
	width: 150px;
	height: 150px;
	border: solid 1px #cccccc;
	float: right;
}

/* pager */
.news-list-pager {
	margin-top: 20px;
	text-align: center;
}
.news-list-pager 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;
}
.news-list-pager a.prev span {
	background: url(./../img/common/ico_arrow_rr.png) no-repeat left center;
	padding-left: 21px;
}
.news-list-pager a.next span {
	background: url(./../img/common/ico_arrow_r.png) no-repeat right center;
	padding-right: 21px;
}