@charset "utf-8";


/*　　ページタイトル
-------------------------------------------------------*/
.pagetitle {
	height: 420px;
	background-image: url(../images/news/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .inner-pagetitle {
	max-width: 880px;
	padding-top: 210px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle .inner-pagetitle .tit {
	color: #fff;
	font-size: 36px; font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 220px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 220px;
	margin-left: 40px;
	margin-right: 40px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 30px; font-size: 3.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: 120px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	line-height: 120px;
	margin-left: 30px;
	margin-right: 30px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 3px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}





/*　　コンテンツ
-------------------------------------------------------*/
.cnt-news {
}
.cnt-news .news-box {
	margin-top: 30px;
	overflow: hidden;
	zoom: 1;
}
.cnt-news .news-box dt {
	float: left;
	width: 120px;
}
.cnt-news .news-box dd {
	margin-left: 135px;
}
.cnt-news .news-box dd .news-date {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 14px; font-size: 1.4rem;
	color: #d22b3d;
}
.cnt-news .news-box a {
	color: #333;
}
.cnt-news .news-box a:hover {
	color: #ff001c;
}
.nav-news {
	margin-top: 30px;
	border-top: 1px dotted #ccc;
	overflow: hidden;
}


.cnt-news-detail .detail-date {
	padding-bottom: 20px;
	color: #666;
}
.cnt-news-detail .detail-cnt {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}
.cnt-news-detail strong {
	font-weight: bold !important;
}
.cnt-news-detail em {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: italic !important;
}
.cnt-news-detail ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}
.cnt-news-detail ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
.cnt-news-detail .detail-date {
	margin-top: 20px;
	padding-bottom: 20px;
}
.cnt-news-detail .detail-tit {
	padding: 15px 0 15px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}