@charset "utf-8";
/* CSS Document */

/*------------------------------
	Main Image
------------------------------*/

#mainImg{
}


/*------------------------------
	other
------------------------------*/

div.marginBtm{
	height:30px;
	display:block;
	border-top:1px solid #ccc;
}

#contens{
	border-bottom:1px solid #ccc;
}

/*------------------------------
	newsArea
------------------------------*/

#newsArea{
	border-top:1px solid #f07800;
}

#newsArea h3{
	text-align:center;
	line-height:30px;
	font-size:1em;
	font-weight:bold;
	color:#f07800;
	height:30px;
	border-bottom:2px solid #f07800;
	border-top:3px solid #f07800;
}

#newsArea dl{
}

#newsArea dl dt{
	height:40px;
	line-height:40px;
	padding-left:20px;
	background:url(/multicopy/common_sp/img/plus_n_icon.png) 95% 50% no-repeat;
	background-size:8px auto;
	border-bottom:1px solid #f07800;
	position:relative;
}

#newsArea dl dt.open{
	height:40px;
	line-height:40px;
	padding-left:20px;
	background:url(/multicopy/common_sp/img/minus_n_icon.png) 95% 50% no-repeat;
	background-size:8px auto;
	border-bottom:none;
	position:relative;
}

#newsArea dl dt span.date{
	font-size:0.85em;
	padding-right:15px;
}

#newsArea dl dt span.midashi{
	font-size:1em;
	font-weight:bold;
}

#newsArea dl dd{
	padding:5px 20px;
	border-bottom:1px solid #f07800;
	font-size:1em;
	line-height:1.2em;
	display:none;
}

/*------------------------------
	banner
------------------------------*/

.bnSptop{
	text-align:center;
	padding:10px 0;
}