@charset "UTF-8";
@import "../../css/common.css";

#conts #pageGuide {
	margin: 5px 0 16px;
}

#conts {
	line-height: 1.5;
	color:#333;
}

#conts h2 {
	margin: 0 0 10px;
}

#conts table {
	margin: 0 0 8px 11px;
	width: 630px;
	border-collapse: collapse;
}

#conts table thead th {
	padding: 5px 0 1px 0;
	background: #7fc155;
	border: 1px solid #bfc0c2;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;
}

#conts table thead th.wid01 {
	width: 155px;
}

#conts table thead th.wid02 {
	width: 88px;
}

#conts table td {
	padding: 6px 10px 6px;
	border: 1px solid #bfc0c2;
	vertical-align: middle;
	font-weight: normal;
	color:#333;
}

#conts table th {
	background: #f2f8ee;
	text-align: center;
	border: 1px solid #bfc0c2;
	color:#333;
}

#conts table th.only{
	padding:14px 0 13px 0;
}

#conts table th.only a{
	color:#0068B7;
}

#conts table th.only a{
	font-size: 1.2em;
	font-weight: normal;
}

#conts table td {
	text-align: left;
}

#conts table td .attention {
	color: #6EBA45;
	font-weight: bold;
}
#conts table td span.ml {
	padding-left:5.5em;
}

#conts table td.pdf {
	text-align: center;
	font-size: 0.85em;
}

#conts table td.pdf img {
	margin: 0 auto;
	display: block;
}

#conts dl {
	margin: 0 0 0 10px;
	width: 635px;
}

#conts dl dt {
	float: left;
	clear: left;
}

#conts dl dd {
	margin-left: 10px;
}

#conts #btn {
	margin: 16px 0 0;
}

#conts td ul {
	margin-left: 2px;
}

#conts td ul li{
	padding-left: 1em;
	text-indent: -1em;
}

#conts td ul li .pr {
	margin-left: -1em;
}

