@charset "utf-8";


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------

  このCSSは新着情報専用のCSSです

------------------------------------------------------------------------------------------------------------------------------------------------------------------*/







/* -- .shincyaku-class ----------------------------------------------------------------------- */

.shincyaku-class {
	width: 1000px;
	margin: 80px auto 90px auto;
	padding: 30px 40px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

.shincyaku-class h2 {
	color:#8b0000 ;
	font-family:sans-serif;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3  ;
}

.shincyaku-class p {
	margin-top: 20px;
}

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



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

div#contents-maker-news * {
	color: #3E3939; 
	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 {
	color: #760505; 
	font-weight: bold;
	margin: 0 0 3px;
	float: left;
}

div#contents-maker-news dl dd {
  float: left;
  margin-left: 30px;
}

div#contents-maker-news dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


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

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


.shincyaku-class {
	width: 85%;
	padding: 20px 5%;
}


}
/* 1000pixel end */











