@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.crumb {
	margin: 10px 0 13px 18px;
}

#conts h2 {
	margin-bottom: 10px;
}

#conts h3 {
	margin: 0 0 20px 5px;
}

#conts p {
	margin: 0 15px 20px 5px;
	line-height: 1.7;
}

#conts h3 {
	margin: 0 0 20px 5px;
}

#conts table {
	width: 100%;
	margin-bottom: 40px;

	text-align: left;
	color: #666;
	line-height: 1.7;
}

#conts table th {
	width: 111px;
	padding: 8px 0 6px 20px;
	background: url(../img/line/01.gif) no-repeat top;
}

#conts table td {
	background: url(../img/line/01.gif) no-repeat top;
	padding: 8px 0 6px 20px;
}

#conts table th.back,
#conts table td.back {
	background-color: #efefef;
}
