@charset "utf-8";




/* -- .top-information ----------------------------------------------------------------------- */

.top-information {
	max-width: 90%;
	margin: 40px auto;
	padding: 30px 40px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

.top-information h2 {
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

.top-information p {
	margin-top: 20px;
}

.top-information p + p {
	margin-top: 40px;
}


.background-blue {
	background: #aaddff;
}




/* -- div#contents-maker-news ----------------------------------------------------------------------- */

div#contents-maker-news * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}


div#contents-maker-news div.cm-box {
	padding: 25px 0;
	border-bottom: 1px dotted #333333;
}

div#contents-maker-news dl dt {
	font-weight: bold;
	margin: 0 0 3px;
}








/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {


.top-information {
	width: 95%;
	padding: 20px 5%;
}


}
/* 1000pixel end */

