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

.ytNews ul li a.title {
	width: 820px;
}

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

#contents div.news div.inrDetail {
	padding:20px;
}
#contents div.news div.inrDetail2 {
	background-color:#eee;
	padding:15px 20px;;
}
#contents div.news div.inrDetail h3.subtitle {
	font-size: 24px;
	margin-bottom:5px;
}
#contents div.news div.inrDetail p.date {
	margin-right:10px;
	float:right;
}
#contents div.news div.inrDetail .tag {
	display: inline-block;
	border: solid 1px;
	padding: 2px 8px;
	background: white;
}
#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;
}
#contents div.news div.inrDetail .editor img{
	max-width:100%!important;
	width:auto !important;
	height:auto!important;
}
#contents p.prev {
	text-align:center;
}
