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

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

#conts h4 {
	margin: 15px 0;
}

#conts p {
	margin: 0 0 1em;

	line-height: 1.7;
}

#conts .green {
	color: #2c7c4b;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0 10px;
	letter-spacing: 1px;
}

#conts .green01 {
	color: #2c7c4b;
	margin: 5px 0;
}

#conts .green02 {
	color: #2c7c4b;
	margin: 15px 0 10px;
}
	
#conts #link {
	margin:	15px 0  25px;
}

#conts p.mb0 {
	margin: 25px 0 5px;
}

#conts #link li {
	padding-bottom: 10px;
}

#conts .text {
	margin: 15px 0 0 0;
}

#conts ul.textLink {
	height: 100%;
	padding: 15px;
	border: 5px solid #ccc;
	margin: 10px 0;
}

#conts ul.textLink span {
	color: #2c7c4b;
	font-weight: bold;
}

#conts ul.textLink li {
	margin-bottom: 5px;
	color: #333;
	line-height: 1.7;
}

#conts ul.textLink li.ml15 {
	margin-left: 15px;
	font-weight: bold;
}

#conts ul.textLink li.ml15 p {
	margin: -20px 0 0 25px;
	font-weight: normal;
	color: #333;
}

#conts p.linkText {
	margin: 20px 0 30px;

	font-size: 0.875em;
 	text-align: right;
}

#conts table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	border: none;
	line-height: 1.7;
	color: #333;	
}

#conts table td.none {
	text-align: center;
	background: #d9e3b9;
}

#conts table td {
	padding: 8px;
	border: #999 1px solid;
	vertical-align: middle;
}

#conts table th {
	border: 1px solid #999;
}

#conts table th.icon {
	background: url(../img/requirements/icon_img02.gif) no-repeat center;
	
}

#conts table th.icon01 {
	background: url(../img/requirements/icon_img03.gif) no-repeat center;
		
}

#conts table th.icon02 {
	background: url(../img/requirements/icon_img04.gif) no-repeat center;
}

#conts table th.icon03 {
	background: url(../img/requirements/icon_img06.gif) no-repeat center;
}
		

