@charset "UTF-8";
/* CSS Document */

#contents h2 span {
	font-size:18px;
}
/* ---------- お知らせ詳細 ---------- */
#contents div.news{
	border: solid 1px #D7D7D7;
	box-sizing: border-box;
	margin-bottom:20px;
}

#contents div.news div.inrDetail {
	padding:0px;
}
#contents div.news div.inrDetail2 {
	background-color:#eee;
	padding:0px 0px 10px 0px;
}
#contents div.news div.inrDetail h3.subtitle {
	margin-bottom:5px;
	padding: 15px;
}
#contents div.news div.inrDetail p.date {
	margin-right:15px;
	float:right;
}
#contents div.news div.inrDetail .tag {
	margin-left:10px;
	padding: 2px 8px;
	border-radius: 4px;
}
#contents div.news div.inrDetail h2.titles {
	color:#3462A0;
	font-size:158%!important;
	font-weight:normal;
}
#contents div.news div.inrDetail {
	margin-bottom:20px;
}
#contents div.news div.inrDetail .editor {
	padding:25px;
	line-height: 1.6;
	word-break: break-all;
}
#contents div.news div.inrDetail .editor img{
	max-width:100%!important;
	width:auto !important;
	height:auto!important;
}
#contents p.prev {
	text-align:center;
}
