﻿@charset "utf-8";


.text-center {
	text-align: center; 
}



#news-detail {
	margin-top: 4.76190476%;color: #444;
}
#news-detail img {
    float: none;
    max-width: 100%; margin-bottom:20px;width: auto;
}
#news-detail > .title {
    font-size: 22px;
    color: #333;
    padding-top: 30px;
}
#news-detail > .info {
	margin-top: 25px;
}
#news-detail > .info span {
	font-size: 14px;
	color: #999;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 20px;
	display: inline-block;
}
#news-detail > .info span b {
	font-weight: initial;
	color: #666;
}
#news-detail > .info .date {
	background-image: url(../images/date.png);
	padding-left: 25px;
}
#news-detail > .contents {
max-width: 75%;
margin: 30px auto;
border-bottom: 1px solid #f0f0f0;
padding-bottom: 26px;text-align: center;
}
.detail-turn{ max-width: 75%; margin: 0px auto;}
.detail-turn .i {
	line-height: 40px;
}
.detail-turn .i a {
	font-size: 16px;
	color: #333;
}
.detail-turn .i a span {
	font-size: inherit;
	color: #3879c2;
}
.detail-turn .i a:hover {
	color: #003586;
}
.detail-turn .i a[_href] {
	color: #666;
}
.detail-turn .i a:hover span, .detail-turn .i a[_href] span {
	color: inherit;
}