/* ニュース＆トピックス*/
.update {
	width:100%;
	padding: 15px;
	border: solid 1px #ccc;
	margin-top: 30px;
	background: #fff url(../images/i_news02.jpg) bottom repeat-x;
	box-sizing: border-box;
	}
.update.important {
	padding: 5px 15px;
	border: solid 2px red;
	background: #fbe5d6;
	}
@media screen and (max-width: 640px)  {
	.update {
	margin: 12px auto 0px auto;
	padding:6px 4% 12px 4%;
	}
	.update.important {
	padding:4px 4% 16px 4%;
	}
}

.update .tittle {
	width:100%;
	line-height: 140%;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	padding: 0px 0 2px 0px;
	box-sizing: border-box;	
	}
@media screen and (max-width: 640px)  {
.update .tittle {
	line-height: 150%;
	font-size: 14px;
	padding: 5px 0px 4px 0px;
	}
.update .tittle br {
	display:none;
	}
}

.update .tittle .date {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	box-sizing: border-box;	
	color: #000000;
	display:inline-block;
	}

@media screen and (max-width: 640px)  {
.update .date {
	font-size: 13px;
	}
}

/* 記事カテゴリ色分け */
.update .newscat {
	float: left;
	margin: -2px 8px 3px 0px;
	font-size: 80%;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	display:inline-block;
	text-align: center;
	color:#FFFFFF;
	/*display:none;	*/
	display:inline-block;
	}
@media screen and (max-width: 640px)  {
.update .newscat {
	margin: -3px 8px 1px 0px;
	padding: 0px 6px 0px 6px;
	}
}
.update .newscat.catImp {
	color:#ffffff;
	background:#ff0000;
}

.update .newscat.catAb {
	background:#488ce7;
}
.update .newscat.catCo {
	background:#119c00;
}
.update .newscat.catSh {
	background:#ff8007;
}
.update .newscat.catDo {
	background:#af7cdc;
}
.update .newscat.catAc {
	background:#0092d0;
}
.update .newscat.catAm {
	background:#ff6380;
}
.news-title {
	clear: both;
	text-decoration:none;
	color: #fff;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
	font-weight:bold;
	cursor:text;
	display: block;
	margin: 0px auto 0px auto;
	background-color: #00BCF9;	
	padding: 6px 6px 6px 8px;
	box-sizing: border-box;
	}
.about .pageTitleText {
	background-color:#ffffff;
	border: 3px solid #004098;
	color: #004098;
}

.update .tittle a , .update .tittle a:hover {
	clear: both;
	text-decoration:none;
	color: #fff;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
	cursor:text;
	display: block;
	margin: 0px auto 0px auto;
	background-color: #00BCF9;	
	padding: 6px 6px 6px 8px;
	box-sizing: border-box;
	}
.about .update .tittle a , .update .tittle a:hover {
	background-color: #004098;	
	}
@media screen and (max-width: 640px)  {
.update .tittle a , .update .tittle a:hover {
	line-height: 146%;
	}
}

.update .naiyou {
	width:100%;
	margin-top: 10px;
	font-size: 108%;
	line-height: 150%;
	border-bottom: sold 1px #000;
	}
.update.important .naiyou {
	font-weight: bold;
	}


@media screen and (max-width: 640px)  {
.update .naiyou {
	width:100%;
	font-size: 14px;
	line-height: 150%;
	}
}


.naiyou a {
	margin-top: 3px;
	color: #005cc1;
	text-decoration: underline;
	}
@media screen and (max-width: 640px)  {
.naiyou a {
	font-weight: bold;
	}
}

/* 枠内本文赤指定 */
.update .red {
	color:red;
	}
span.newsCopy {
	float:left;
	width:50%;
	display:inline-block;
	line-height: 164%;
	margin-bottom: 8px;
	}
span.newsCopy.qrCode {
	float:left;
	width:76%;
	display:inline-block;
	}
span.newsCopy.copyLong {
	float:left;
	width:100%;
	display:inline-block;
	text-align: center;
	}
span.newsCopy.copyHalf {
	float:left;
	width:45%;
	display:inline-block;
	}
span.newsImg {
	margin:0px 0px 0px 0px;
	float:right;
	width:45%;
	display:inline-block;
	text-align:right;
	}
span.newsImg.copyLong {
	width:100%;
	margin:0px auto;
	text-align: center;
	float: none;
	}
.biz span.newsImg.copyLong {
	width:72%;
	display:block;
	}
span.newsImg.copyHalf {
	width:55%;
	}
span.newsImg img {
	width:100%;
	text-align:right;
	}
span.newsImg.qrCode {
	width:140px;
	text-align:right;
	}
span.newsImg.qrCode img {
	width:140px;
	margin:10px 0px 0px 0px;
	}
@media screen and (max-width: 640px)  {
span.newsCopy , span.newsCopy.qrCode , span.newsCopy.copyHalf, span.newsCopy.copyLong {
	margin:auto auto 4% auto;
	float:none;
	width:100%;
	text-align: left;
	}
.biz span.newsImg.copyLong {
	width:100%;
	}
span.newsImg , span.newsImg.copyHalf , span.newsImg.copyLong {
	margin:auto;
	float:none;
	width:100%;
	text-align:center;
	}
span.newsImg.qrCode {
	width:100%;
	text-align:center;
	}
span.newsImg.qrCode img {
	width:140px;
	margin:0px auto 0px auto;
	}
}

/* 重要なお知らせが1つだけの場合 */

.important_OnlyOne .date {
	font-weight: bold;
}

.important_OnlyOne .importantTitle {
	width: 100%;
	margin: 6px 0px 8px 0px;
	padding: 10px 0px 10px 16px;
	font-size: 130%;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: bold;
	box-sizing: border-box;
	background: #004098;
}

.important_OnlyOne .update {
	margin-top: 10px;
	padding: 15px 25px 5px 25px;
}
.important_OnlyOne .update .naiyou {
	width:100%;
	margin-top: 10px;
	font-size: 113%;
	line-height: 190%;
	border-bottom: sold 1px #000;
	}
