@charset "utf-8";
@import "../../../css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin: 0 0 15px;
}

#conts h3 {
	margin: 0 0 10px;
}

#conts h4 {
	margin: 30px 0 10px;
}

#conts h5 {
	margin: 20px 0 10px;
}

#conts p {
	margin: 10px 0 0px;
	
	color: #333;
	line-height: 1.7;
}

#conts p.link {
	margin: 0 0 30px;
}

#conts p.table_p {
	margin: 0;
	padding:8px;
}

#conts .ul101 {
	padding: 10px 16px;
	margin: 10px 0 20px;
	border:5px solid #ccc;
}

#conts .ul101 li {
	padding: 0 0 0 20px;
	background: url(../../../img/icon/02.gif) no-repeat left 5px;

	line-height: 2.1;
}

#conts table {
	margin:0px 0 25px;
	width: 100%;

	text-align: right;
}

#conts table td,
#conts table th {
	padding:7px;
	border:1px solid #999;

	font-size: 100%;
	line-height: 1.5;
	vertical-align:middle;
}

#conts table th {
	background: #D9E3B9;
}

#conts .table01 {	
	background: #9FB951;
}

#conts .center,
#conts .black,
#conts .table01,
#conts table th{
	text-align: center;
}

#conts .left,
#conts .t_h6 {
	text-align:left;
}

#conts .black {
	color:#000;
}

#conts table td span {
	font-size: 100%;
}