/* ----------------------------------------
   news custom 
/* --------------------------------------*/
#test {
}

/* news custom -------------------------*/
@media (max-width: 991px) {
/* （〜991）のとき */
#test{
}
}

/* お知らせ
--------------------------------------------------------------- */
#news .container .box-style01 {
	margin: 0 0 1em 0;
	padding: 2em;
	background: #fff;
}

#news .box-style01 > p:last-child {
	margin-bottom: 0;
}

#news .box-style02 {
	margin-top: 1em;
	margin-bottom: 0.3em;
	padding: 1em 1.3em;
	overflow: hidden;
	background-color: #ECECEC;
}

#news .box-style02 + p {
	margin-top: 1em;
}

#news .box-style02 > .radio {
	margin-top: 0;
	margin-bottom: 0;
}

#news .box-content > .box-style02:first-child {
	margin-top: 0;
	margin-bottom: 1em;
}

#news .box-style03 {
	margin-top: 1em;
	border: solid 1px #999;
}

#news .box-style03 > .box-title {
	padding: 1em;
	background: #999;
	color: #fff;
}

#news .box-style03 > .box-body {
	padding: 2em 2em 0 2em;
}


@media (max-width: 479px) {
/* （〜479）のとき */
#news .box-style01 {
	padding: 1em;
}

#news .box-style03 > .box-title {
	padding: 0.5em 1em;
}

#news .box-style03 > .box-body {
	padding: 10px 10px 0 10px;
}

#news .box-style03 > .box-body > p:last-child {
	margin-bottom: 10px;
}
}

/* dt要素やdd要素を横並びに
--------------------------------------------------------------- */
#news dl.dl-horizon {
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

#news dl.dl-horizon dt {
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}

#news dl.dl-horizon dd {
	padding-left: 120px;
}

#news dl.dl-date.dl-horizon dd {
	margin-left: 0;
	margin-bottom: 8px;
	padding: 0 0 8px 120px;
}

#news dl.dl-date dd {
	border-bottom: 1px dotted #999;
}

#news dl.dl-date dd:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

#news dl.dl-horizon .dd-label {
	width: 50px;
	float: left;
	padding: 0 8px 0 0;
	text-align: center;
	border: none;
}

#news dl.dl-horizon .dd-label+dd {
	padding-left: 170px;	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#news dl.dl-horizon dt {
		width: auto;
		float: none;
	}
	#news dl.dl-date.dl-horizon dd,
	#news dl.dl-horizon .dd-label+dd {
		padding-left: 0;
	}
		
	#news dl.dl-horizon .dd-label {
		float: left;
	}
}

/* --------------------------------------------------------------------------------
	テキスト
-------------------------------------------------------------------------------- */
#news .text-style01 {
	color: #977C00;
}

#news .text-style02 {
	color: #660000;
}