@charset "utf-8";




/* -- 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 ) {


.sample-class {
	width: 95%;
	padding: 20px 5%;
}


}
/* 1000pixel end */








