@charset "utf-8";


/*　　contents
-------------------------------------------------------*/
.cnt-news .img-tit {
	margin-right: 30px;
}
.cnt-news .news-top a {
	display: block;
	margin-top: 20px;
	color: #1a1a1a;
	background-color: #f5f5f5;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
}
.cnt-news .news-top a:hover {
	background-color: #ffebf4;
}
.cnt-news .news-top dl {
	overflow: hidden;
	zoom: 1;
}
.cnt-news .news-top dl dt {
	float: left;
	width: 180px;
	padding: 20px 20px;
	font-weight: 500;
	text-align: center;
}
.cnt-news .news-top dl dd {
	padding: 20px;
	margin-left: 180px;
}
.cnt-news-detail .detail-date {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.cnt-news-detail .detail-tit {
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 30px;
	border-bottom: 1px dotted #ccc;
}
.cnt-news-detail .detail-cnt {
	margin-top: 30px;
}
.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){
.cnt-news .img-tit {
	width: auto;
	height: 30px;
}
}

@media screen and (max-width: 767px){
.cnt-news .img-tit {
	display: block;
	width: auto;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cnt-news .news-top dl dt {
	float: none;
	width: auto;
	padding: 15px 15px 5px;
	font-weight: 500;
	text-align: center;
}
.cnt-news .news-top dl dd {
	padding: 0 15px 15px;
	margin-left: 0;
}
.cnt-news-detail .detail-date {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.cnt-news-detail .detail-tit {
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
	padding: 20px 0 20px;
}
}


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