@charset "UTF-8";
/*================================================
 *  最新情報
 ================================================*/
div.contents-1,
div.contents-2 {
	width: 650px;
	margin: 50px auto;
	padding: 20px 40px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

div.contents-1 h1,
div.contents-2 h2 {
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

div.contents-1 p {
	margin: 20px 0 40px;
}

div.contents-1 dl dt {
	font-weight: bold;
	margin: 15px 0 0;
}

div.contents-2 dl dt {
	font-weight: bold;
	margin: 0 0 3px;
}

div#news {
	word-wrap: break-word;
}

div#news div#information div {
	margin: 20px 0;
	border-top: 1px dotted #333333;
	padding-top: 20px;
}

div#news div#information div:first-child {
	border-top: none;
	padding-top: 0;
}


@media screen and ( max-width: 1000px ) {

div.contents-1,
div.contents-2 {
	width: 85%;
	padding: 20px 5%;
}
div#news div#information div {
  margin: 20px 0;
  border-top: 1px dotted #333333;
  padding-top: 20px;
}

div#news div#information div:first-child {
  border-top: none;
  padding-top: 0;
}
}
/*  ここまで */