@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　共通ボックス
---------------------------------------*/
.wmSection {
	margin-bottom:4em;
}
.wmSection p {
	margin-bottom:1em;
}
.wmSection h3 {
	background:url(../images/common/border_line.gif) repeat-x left bottom;
	padding:0 0 0.6em 0;
	font-size:150%;
	font-weight:bold;
	font-family: "ＭＳ 明朝",serif; 
}
.wmSection .column {
	margin-bottom:1.5em;
}
.wmSection .column h4 {
	margin-bottom:1.5em;
}
.wmSection .column .photoLeft {
	float:left;
	margin-right:20px;
	background:#000;
	margin-bottom:8px;
}
.topTxtBox {
	margin-bottom:4em;
}
.topTxtBox p {
	margin-bottom:1em;
}
.topTxtBox .title {
	margin-bottom:1em;
}

/*--------------------------------------
　リスト関連
---------------------------------------*/
.listBox {
	border:1px solid #dcd6c2;
	background:#f4f2ea;
	padding:1em;
	margin-bottom:1em;
}
.listBox p {
	margin:0;
}
.listBox li {
	list-style:disc;
	margin-left:1.5em;
}
.listBox .title {
	font-weight:bold;
}
.normalList li {
	list-style:disc;
	margin-left:1.5em;
	margin-right:1em;
}
.normalList {
	margin-bottom:1em;
}

/*--------------------------------------
　フォント設定
---------------------------------------*/
.fontSmall {
	font-size:80%;
	line-height:2em;
}
.color_red {
	color:#9d4f4f;
}
