@charset "utf-8";

#subIndex {
	margin:0;
	padding:0;
}

/* comContent */
#comContent {
	position: relative;
	background-color:#fff;
}

#subIndex h3 {
	margin-top:35px;
	margin-bottom:25px;
	font-size:22px;
	font-weight:normal;
	color:#65b721;
}

#subIndex h4 {
	margin:20px 0px;
	padding:7px 7px 5px 7px;
	font-size:15px;
	font-weight:bold;
	line-height:1.2em;
	color:#008700;
	background-color:#c9e6b2;
}

#subIndex h5 {
	margin:20px 0px 15px 0px;
	padding:0px 0px 0px 5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.2em;
	color:#008700;
	border-left:5px solid #65b721;
}

#subIndex p {
	margin:15px 0px;
	font-size:12px;
	font-weight:normal;
	line-height:1.8em;
}

#subIndex p span {
	font-size:14px;
	font-weight:bold;
}

#subIndex p.name {
	margin-bottom:50px;
	text-align:right;
}

#subIndex table {
	margin-bottom:50px;
	width: 100%;
	border-collapse: collapse;
}

#subIndex table th{
	padding: 15px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	white-space: nowrap; 
}

#subIndex table td {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

#subIndex table td span {
	font-size:20px;
	font-weight:bold;
}

#comContent p.copy {
	margin:15px 0px 35px 0px;
	padding-left:10px;
	text-align:left;
	font-size:22px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	line-height:1.8em;
}

#comContent dl {
	margin:15px 0px 35px 0px;
	padding-left:10px;
}

#comContent dl dt {
	text-align:left;
	font-size:18px;
	font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	line-height:1.8em;
}

#comContent dl dd {
	padding:5px 0px 20px 40px;
	text-align:left;
	font-size:13px;
	line-height:1.8em;
}

/* priContent */
#priContent {
	position: relative;
	background-color:#fff;
}

#priContent ul {
	margin:15px 0px 35px 0px;
	padding:0px 0px 0px 25px;
	font-size:12px;
	line-height:1.7em;
	list-style-type:disc;
}

#priContent ul li {
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	font-size:12px;
	line-height:1.7em;
	list-style-type:disc;
	border-bottom:1px dotted #e8e8e8;
}

/* conContent */
#conContent {
	position: relative;
	background-color:#fff;
}

#conContent ul.formBtn {
	margin:30px 0px 15px 0px;
	padding:30px 0px 0px 0px;
	overflow:hidden;
	border-top:1px solid #e8e8e8;
}

#conContent ul.formBtn li {
	width: 50%;
	margin: 5px auto 5px auto;
	padding: 0;
	text-align:center;
}

#conContent ul.formBtn li a {
	display:block;
	margin: 0;
	padding: 20px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	line-height:1.5em;
}

