@charset "utf-8";


/*　　タイトルイメージ
-------------------------------------------------------*/

#pagetitle {
	position: relative;
	height: 340px;
	background-image: url(../images/news/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#pagetitle .tit {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	padding: 28px 0 0;
	font-size: 32px; font-size: 3.2rem;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_pagetitle.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	-moz-text-shadow: 1px 1px 5px #000;
	-webkit-text-shadow: 1px 1px 5px #000;
	text-shadow: 1px 1px 5px #000;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#pagetitle {
	height: 260px;
}
#pagetitle .tit {
	height: 80px;
	padding: 18px 0 0;
	font-size: 28px; font-size: 2.8rem;
}
}

@media screen and (max-width: 736px){
#pagetitle {
	height: 180px;
}
#pagetitle .tit {
	height: 50px;
	padding: 10px 0 0;
	font-size: 20px; font-size: 2.0rem;
}
}

@media screen and (max-width:736px) and (orientation : landscape) {
#pagetitle {
	height: 220px;
}
}




/*　　コンテンツ
-------------------------------------------------------*/
.cnt_news_list dl {
	background-image: url(../images/common/arrow_04.png);
	background-position: 97% center;
	background-repeat: no-repeat;
}
.cnt_news_list dl dt {
	float: left;
	width: 178px;
	padding: 20px 20px;
}
.cnt_news_list dl dd {
	margin-left: 178px;
	padding: 20px 60px 20px 20px;
}
.cnt_news_list a div {
	display: block;
	margin-top: 20px;
	color: #000;
	border: 1px solid #ccc;
}
.cnt_news_list a {
	text-decoration: none;
}
.cnt_news_list a:hover div {
	color: #3983d9;
	background-color: #ecf6ff;
}
.cnt_news_navi {
	margin-top: -20px;
}
.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;
}
.cnt_news_detail .cnt_col3 {
	margin-top: 30px;
}
.btn_back a {
	display: block;
	padding: 15px;
	border: 1px solid #ccc;
	text-align: center;
}
.btn_back span {
	padding-left: 20px;
	background-image: url(../images/common/arrow_07.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.btn_back a:hover {
	text-decoration: none;
	background-color: #ebf7ff;
}
.cnt_news_navi {
	margin-top: -20px;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
.cnt_news_detail .detail_tit {
	padding: 20px 0 20px;
}
}

@media screen and (max-width: 736px){
.cnt_news_list dl dt {
	float: none;
	width: auto;
	padding: 15px 15px 0;
}
.cnt_news_list dl dd {
	margin-left: 0;
	padding: 5px 30px 15px 15px;
}
.cnt_news_list a div {
	margin-top: 20px;
}
.cnt_news_detail .detail_tit {
	font-size: 18px; font-size: 1.8rem;
	padding: 20px 0 20px;
	text-align: left;
}
.cnt_news_detail .cnt_col3 {
	margin-top: 20px;
}
}