@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
body,
table,
input, textarea, select, option {
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.hBox {
	margin-bottom: 38px;
}

#main p {
	margin: 0 0 20px 2px;
	font-size: 1.4em;
}

#main table {
	margin-bottom: 5px;
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

#main td {
	padding: 10px 10px 9px;
	color: #333;
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
	border: 1px dotted #CCC;
	border-right: none;
	background-color: #FFF;
}

#main td:first-child {
	border-left: none;
}

#main tr:first-child td {
	border-top: none;
}

#main thead th {
	padding: 2px;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	vertical-align: middle;
	border-left: 1px dotted #FFF;
	background-color: #E383A1;
}

#main thead th span {
	font-size: 0.75em;
}

#main thead th:first-child {
	border-left: none;
}

#main .last td {
	border-bottom: 2px solid #EAB4C5 !important;
}

#main .trStyle td {
	background-color: #F3EBEE;
}

#main .text {
	margin-bottom: 10px;
	width: 520px;
	float: right;
	color: #cc3366;
	font-size: 1.3em;
	line-height: 1.2;
}

#main .tit {
	margin-bottom: 3px;
	color: #333;
	font-weight: bold;
	clear: both;
}

#main .typeList {
	margin: 0 0 69px 2px;
	color: #333;
	font-size: 1.4em;
	line-height: 1.7;
}

#main .typeList li {
	padding-left: 19px;
	background: url(../img/common/icon/icon04.png) no-repeat left 5px;
}

#main h3 {
	margin-bottom: 13px;
}

#main .section01 {
	margin-bottom: 76px;
}

#main .section01 .subList {
	margin-bottom: 39px;
}

#main .section01 .subList li {
	width: 396px;
	float: left;
}

#main .section01 .subList .ttl {
	margin-bottom: 12px;
}

#main .section01 .subList .arrow {
	padding: 17px 5px 0;
	width: 38px;
}

#main .section01 .subList li p {
	margin: 0 0 3px 30px;
	font-size: 1.2em;
}

#main .section01 .subList li dl {
	margin: 0 0 35px 30px;
}

#main .section01 .subList li dt {
	float: left;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2;
}

#main .section01 .subList li dd {
	padding: 0 0 4px 4em;
	color: #333;
	font-size: 1.2em;
	line-height: 1.2;
}

#main .section01 .subList .list p {
	margin-left: 3px;
}

#main .section01 .subList .list .text02 {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
}

#main .section01 .subList .list .text02 a {
	color: #cc3366;
	text-decoration: none;
}

#main .section01 .subList .link {
	text-align: center;
}

#main .section01 .textList {
	margin-left: 33px;
}

#main .section01 .textList li {
	margin-bottom: 8px;
	padding-left: 1em;
	font-size: 1.2em;
	text-indent: -1em;
	line-height: 1.2;
}

#main .section02 {
	margin-bottom: 65px;
}

#main .section02 ul {
	padding-left: 44px;
	font-size: 1.4em;
	line-height: 1.6;
}

#main .section02 li ul {
	padding-left: 32px;
}

#main .section02 li li {
	font-size: 0.7em;
}

#main .section02 .liStyle {
	color: #cc3366;
}

#main .section03 {
	margin-bottom: 50px;
}

#main .section03 p {
	margin: 0 43px 25px;
	line-height: 1.3;
}

#main .section03 ul {
	padding-left: 39px;
}

#main .section03 li {
	padding-left: 20px;
	width: 140px;
	float: left;
	color: #333;
	line-height: 1.3;
}

#main .section03 li img {
	margin: 0 0 11px 5px;
	display: block;
}

#main .section03 li span {
	margin-bottom: 10px;
	display: block;
	font-size: 1.2em;
}

#main .section03 li a {
	padding-left: 20px;
	float: right;
	text-decoration: none;
	display: inline-block;
	color: #e383a1;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../img/common/icon/icon03.png) no-repeat left 2px;
}

#main .section03 li a:hover {
	text-decoration: underline;
}

#main .pageTop {
	text-align: right;
}