@charset "utf-8";
/* お知らせCMS用CSS */
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul#newsList {
	margin: 0 0 15px;
	padding: 0;
}
ul#newsList li {
	color: rgba(10,10,10,1.00);
	font-size: 0.95em;
	margin: 0;
	margin-bottom: 3px;
	border-bottom: 1px dotted rgba(204,204,204,1.00);
	line-height: 1.2em;
	list-style-type: none;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
ul#newsList li {
	font-size: 0.85em;
}
}

@media screen and (max-width: 640px) {
ul#newsList li {
	font-size: 0.75em;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	line-height: 1.1em;
}
}
#newsWrap_top {
	width: 100%;
	background-color: rgba(255,255,255,0.4);
}

@media screen and (max-width: 480px) {
#newsWrap_top {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
}
#newsWrap {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1%;
}

@media screen and (max-width: 768px) {
#newsWrap {
	max-width: 98%;
}
}
a {
	color: #36F;
	text-decoration: underline;
}
a:hover {
	color: #039;
	text-decoration: none;
}
.catName {
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 0.9em;
	font-weight: 100;
	line-height: 100%;
	margin-top: 0;
	margin-right: 1.5%;
	margin-left: 1%;
	margin-bottom: 0;
}
.newMark {
	display: inline-block;
	border: 1px solid #F00;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 100%;
	background: #F00;
	color: #fff;
	box-shadow: 1px 1px 1px #999;
	border-radius: 8px;
	font-style: italic;
}
#newsWrap_top .comment {
	display: block;
	padding-top: 1.5%;
	padding-right: 0;
	padding-bottom: 2%;
	float: left;
	overflow: hidden;
	width: 100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	font-weight: 100;
}

@media screen and (max-width: 768px) {
#newsWrap .comment {
	width: 100%;
	padding-left: 0;
}
}
#newsWrap_top h2 {
	color: rgba(9,148,167,1.00);
	font-size: 3em;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2%;
	display: block;
	background-image: url(../images/h_back.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

@media screen and (max-width: 768px) {
#newsWrap_top h2 {
	font-size: 1.5em;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 10px;
	background-size: contain;
}
}
.thumbNailWrap {
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 5px;
}

@media screen and (max-width: 768px) {
.thumbNailWrap {
	width: 0px;
	height: 0px;
}
}
/* Pager style（外部化可） */
.pager {
	text-align: right;
	padding: 10px;
	clear: both;
}
/*ページャーボタン*/
.pager a {
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin: 0 1px;
}
/*現在のページのボタン*/
.pager a.current {
	background: #999;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px 2px;
	margin: 0 1px;
	text-decoration: none;
}
.pager a:hover {
	background: #999;
	color: #fff;
}
.overPagerPattern {
	padding: 0 2px;
}
.up_ymd {
	font-weight: 100;
}
#newsList .title {
	font-weight: 100;
}
/*詳細ページ固有*/
#detail_contents {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
#detail_contents {
	width: 95%;
}
}
#detail_contents h3 {
	font-size: 1.2em;
	font-weight: 100;
	color: rgba(5,1,99,1.00);
	margin-top: 1.5%;
	margin-right: 0px;
	margin-left: 0;
	margin-top: 1.5%;
	border-left: 5px solid rgba(0,119,177,1.00);
	border-bottom: 1px solid rgba(0,119,177,1.00);
	padding-top: 0.2%;
	padding-left: 1%;
	padding-top: 0.2%;
}

@media screen and (max-width: 768px) {
#detail_contents h3 {
	font-size: 0.95em;
	margin-top: 2.5%;
	padding-left: 1.2%;
}
}
#detail_contents #up_ymd {
	font-weight: 300;
}
#detail {
	font-weight: 100;
	font-size: 0.9em;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
#detail {
	font-size: 0.85em;
	letter-spacing: 0;
}
}
.detailUpfile {
	margin-top: 3%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-align: center;
}
.backORcloseBtn {
	text-align: center;
	line-height: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.backORcloseBtn a {
	display: inline-block;
	padding: 4px 15px;
	border: 1px solid #aaa;
	color: #999;
	border-radius: 6px;
	text-decoration: none;
	font-size: 0.9em;
}
.detailUpfile img {
	max-width: 100%;
	height: auto;
}
