#pgTitle h1 {
		background: url(/shinkoshi/news/images/iconPgtitleNews.png) no-repeat;
		background-position: 24px center;
}

/*==============================================
				01 詳細ページ
==============================================*/

p.topicDetailDate {
	text-align: right;
	margin-bottom: 16px;
}

h2.newsTitle {
	font-size: 168.5%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: 145%;
	background: url(/shinkoshi/common/images/topicTitleBorder.png) repeat-x;
	background-position: bottom;
}


.newsCol {
	overflow: hidden;
}

.newsLeft {
	float: left;
	width: 320px;
	line-height: 0;
}

.newsRight {
	float: right;
	width: 320px;
}

.newsTerm {
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d4e0eb;
}

.newsTerm span {
	display: block;
	float: left;
	margin-right: 7px;
	padding: 0 10px;
	color: #ffffff;
	background: #333333;
}

.newsTerm p {
	float: left;
	font-weight: bold;
}

.relatedLinks {
	width: 100%;
	margin-top: 25px;
}

.relatedLinks h3 {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc5c7;
}

	.relatedLinks h3 img {
		float: left;
		width: 20px;
		margin-right: 7px;
	}

.relatedLinks ul {
}

.relatedLinks ul li {
	padding-left: 20px;
	background: url(../../common/images/arrowBlue.png) no-repeat;
	background-position: 8px 6px;
}

.backToList {
	clear: both;
	padding: 70px 0;
	text-align: center;
}

.backToList a {
	margin: 0 auto;
}

/*フォトギャラリー*/
.mainNewsImg {
}

ul.newsThumb {
	margin-top: 10px;
	margin-left: -10px;
}

ul.newsThumb li {
	float: left;
	margin-left: 10px;
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
}

ul.newsThumb li a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000%;
	height: 500px;
	line-height: 500px;
	margin: -250px 0 0 -500%;
	text-align: center;
}

ul.newsThumb li a img {
	min-height: 100px;
	min-width: 10%;
	vertical-align: middle;
}


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

#pgTitle h1 {
	background: url(/shinkoshi/news/images/iconPgtitleNews.png) no-repeat;
	background-size: 23px 23px;
	background-position: 13px center;
}

/*==============================================
				01 詳細ページ
==============================================*/

p.topicDetailDate {
	font-size: 86%;
	text-align: right;
	margin-bottom: 7px;
}

h2.newsTitle {
	font-size: 121%;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.newsCol {
	overflow: inherit;
}

.newsLeft {
	float: none;
	width: auto;
	line-height: 0;
	text-align: center;
	margin-bottom: 25px;
}

.newsRight {
	float: none;
	width: auto;
}

/*フォトギャラリー*/
.newsGallery {
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}

.mainNewsImg {
	width: 300px;
}

	.mainNewsImg img {
		width: 100%;
	}

ul.newsThumb {
	margin-top: 9px;
	margin-left: -9px;
	
	width: auto;
}

ul.newsThumb li {
	float: left;
	margin-left: 9px;
	width: 94px;
	height: 94px;
	position: relative;
	overflow: hidden;
}

ul.newsThumb li a {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000%;
	height: 500px;
	line-height: 500px;
	margin: -250px 0 0 -500%;
	text-align: center;
}

ul.newsThumb li a img {
	min-height: 100px;
	min-width: 10%;
	vertical-align: middle;
}

/*期間*/
.newsTerm {
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/*関連リンク*/
.relatedLinks {
	margin-top: 25px;
}

.relatedLinks h3 {
}

	.relatedLinks h3 img {
		float: left;
		width: 20px;
		margin-right: 7px;
	}

.relatedLinks ul {
}

.relatedLinks ul li {
	padding: 0;
	background: none;
	margin-bottom: 5px;
}


.backToList {
	padding: 30px 0;
}
/*
.backToList a {
	margin: 0 auto;
}
*/


}