@charset "utf-8";
@import "/css/template.css";

/*------------------------------------------------------------
	新着情報
------------------------------------------------------------*/
#conts {
	margin: 0 75px 20px;
	padding: 0;
	
	font-size: 120%;
}

#conts h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #B01922;
	line-height: 1.5;
	border-left: 3px solid #B01922;
	padding-left: 10px;
}

#conts h3 {
	margin: 5px 0 10px 0;
	clear: both;
}

#conts h4 {
	margin: 0 0 10px 0;
}

#conts p {
	padding: 0 0 20px 3px;
	
	line-height: 1.7;
}

#conts p.day {
	padding: 0 0 5px 3px;
	color:#666666;
}

#conts p.btm {
	padding-bottom: 0;
}

#conts ul {
	padding: 0 0 20px 3px;
}

#conts li {
	line-height: 1.7;
}

#conts address {
	padding: 0 0 10px 3px;
	line-height: 1.7;
}


