@charset "utf-8";
/*
**********************************************************************

* page.css

*********************************************************************
*/
/* .keyvSect */
.keyvSect {
	margin-bottom:15px;
}

/* .formSect */
.formSect {
	margin-bottom:50px;
}
.formSect .sectTit {
	margin-bottom:20px;
}
.formSect .sectMain {
}
.formSect .sectMain .txt01 {
	margin-bottom:35px;
	font-size:1.4em;
}
.formSect .sectMain .txt01 a {
	text-decoration:none;
}
.formSect .sectMain .txt01 a:hover {
	text-decoration:underline;
}
.formSect .sectMain .formTbl {
	margin-bottom:30px;
	border:solid #dddddd;
	border-width:1px 0 0 1px;
}
.formSect .sectMain .formTbl th,
.formSect .sectMain .formTbl td {
	padding:10px 10px;
	border:solid #dddddd;
	border-width:0 1px 1px 0;
	font-size:1.4em;
	line-height:1.4;
}
.formSect .sectMain .formTbl th {
	width:205px;
}
.formSect .sectMain .formTbl th .txtWrap {
	padding-right:60px;
	display:block;
	position:relative;
}
.formSect .sectMain .formTbl th .required {
	position:absolute;
	right:10px;
	top:0px;
}
.formSect .sectMain .formTbl td {
}
.formSect .sectMain .formTbl td .selectList {
}

.formSect .sectMain .formTbl td .selectList li {
	margin-bottom:3px;
}
.formSect .sectMain .formTbl td .selectList li.last {
	margin-bottom:0px;
}

.formSect .sectMain .formTbl td .inputTxtL1 {
	width:395px;
}
.formSect .sectMain .formTbl td .inputTxtL2 {
	width:225px;
}
.formSect .sectMain .formTbl td .inputTxtL3 {
	width:225px;
}
.formSect .sectMain .formTbl td .inputRadio {
	margin-top:-2px;
	vertical-align:middle;
}
.formSect .sectMain .formTbl td textarea {
	width:395px;
	height:150px;
}

.formSect .sectMain .submitBtn {
	text-align:center;
}
.formSect .sectMain .submitBtn .currectBtn {
	margin-right:15px;
}
/* .privacySect */
.privacySect {
	margin-bottom:50px;
}
.privacySect .sectTit {
	margin-bottom:25px;
}
.privacySect .sectMain {
}
.privacySect .sectMain p {
	font-size:1.2em;
}
.privacySect .sectMain .leadTxt01 {
	margin-bottom:30px;
}
.privacySect .sectMain .detailBlock {
	margin-bottom:30px;
}
.privacySect .sectMain .detailBlock.last {
	margin-bottom:0px;
}
.privacySect .sectMain .detailBlock .blockTit {
	font-weight:bold;
}
.privacySect .sectMain .detailBlock .detailList {
}
.privacySect .sectMain .detailBlock .detailList li {
	padding-left:1em;
	text-indent:-1em;
	font-size:1.2em;
}