@charset "utf-8";

/* =================================================

	page style
	 
----------------------------------------------------
*

	sectionForm
	sectionEnd

*
================================================= */







/* =================================================

	sectionForm

================================================= */

#sectionForm.section {
	padding-top: 70px;
}

/* small */
@media screen and (max-width: 750px){
#sectionForm.section {
	padding-top: 12%;
}
}


/* ----------------------------------------------
	blockImportant
---------------------------------------------- */

#sectionForm #blockImportant {
	width: 780px;
	width: 79.75460122699387%;
	margin: 0px auto 0px;
	text-align: center;
}

#sectionForm #blockImportant p {
	color: #c00;
}

#sectionForm #blockImportant ol li {
	margin-top: 10px;
	list-style: decimal inside;
}

/* medium */
@media screen and (max-width: 978px){
#sectionForm #blockImportant {
	width: 100%;
	text-align: left;
}
#sectionForm #blockImportant ol {
	margin-left: 1.5em;
}
#sectionForm #blockImportant ol li {
	list-style: decimal outside;
}
}

/* small */
@media screen and (max-width: 750px){
}


/* ----------------------------------------------
	CGI adjust
---------------------------------------------- */
.messageBlock{
	color:#C00;
}

.itemBlock{
	width:100%;
	text-align:center;
	margin:40px auto 40px auto;
}

.itemBlock table{
	margin:auto;
	width:90%;
	text-align:left;	
}
.itemBlock table tr{
	
}
.itemBlock table tr th{
	background-color:#F0F0F0;
	padding:6px 6px 6px 10px;
	border: 1px solid #FFF;
}

.itemBlock table tr td{
	background-color:#FaFaFa;
	padding:6px 6px 6px 10px;
	border: 1px solid #FFF;
}

.errorItem table tr td{
	color:#C00;
}

/* ----------------------------------------------
	blockForm
---------------------------------------------- */

#sectionForm #blockForm {
	width: 780px;
	width: 79.75460122699387%;
	margin: 50px auto 0px;
	font-size: 14px;
	/* font-size: 16px; */
}
#sectionForm #blockForm dl {
	clear: both;
	padding-top: 12px;
	line-height: 1.6;
}
#sectionForm #blockForm dl:before,
#sectionForm #blockForm dl:after,
#sectionForm #blockForm dl dt:before,
#sectionForm #blockForm dl dt:after { content: ""; display: table;}
#sectionForm #blockForm dl:after,
#sectionForm #blockForm dl dt:after { clear: both;}

#sectionForm #blockForm dl dt {
	float: left;
	width: 270px;
	width: 34.61538461538462%;
	padding-top: 8px;
	font-weight: normal;
}
#sectionForm #blockForm dl dt span.formDt {
	float: left;
}
#sectionForm #blockForm dl dt span.requiredInput {
	display: block;
	float: right;
	padding: 4px 5px 5px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.0;
	color: #fff;
	background-color: #c00;
}
#sectionForm #blockForm dl dt span.notes {
	display: block;
	font-size: 12px;
}
#sectionForm #blockForm dl dd {
	float: right;
	width: 490px;
	width: 62.82051282051282%;
}
#sectionForm #blockForm dl dd input[type="text"],
#sectionForm #blockForm dl dd textarea {
	width: 97%;
	padding: 5px 1.5% 4px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#sectionForm #blockForm dl dd textarea {
	height: 8em;
}
#sectionForm #blockForm dl dd input[type="radio"],
#sectionForm #blockForm dl dd input[type="checkbox"] {
	margin-right: 8px;
	vertical-align: middle;
	color: #666;
}
#sectionForm #blockForm dl dd li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/* medium */
@media screen and (max-width: 978px){
#sectionForm #blockForm {
	width: 100%;
	margin-top: 6%;
}
}

/* small */
@media screen and (max-width: 750px){
#sectionForm #blockForm dl {
}
#sectionForm #blockForm dl dt,
#sectionForm #blockForm dl dd {
	float: none;
	width: auto;
}
#sectionForm #blockForm dl dd {
	padding-top: 5px;
}
#sectionForm #blockForm dl dt span.requiredInput {
	float: left;
	margin-left: 15px;
}
}



/*	boxConfirm
---------------------------------------------- */

#sectionForm #blockForm .boxConfirm {
	margin-top: 40px;
}
#sectionForm #blockForm .boxConfirm p {
	width: 360px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.6;
	color: #c00;
}
#sectionForm #blockForm .boxConfirm p:before,
#sectionForm #blockForm .boxConfirm p:after { content: ""; display: table;}
#sectionForm #blockForm .boxConfirm p:after { clear: both;}

#sectionForm #blockForm .boxConfirm p input[type="checkbox"] {
	float: left;
	width: 20px;
	margin-top: 18px;
}
#sectionForm #blockForm .boxConfirm p span {
	display: block;
	float: left;
	width: 340px;
}

#sectionForm #blockForm .boxConfirm .btn {
	clear: both;
	margin-top: 40px;
}
#sectionForm #blockForm .boxConfirm .btn a {
	display: block;
	width: 296px;
	/* width: 348px; */
	height: 51px;
	padding: 0px 5px 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #1a1a1a;
	text-align: center;
	vertical-align: middle;
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 21px;
	line-height: 51px;
	color: #1a1a1a;
}
#sectionForm #blockForm .boxConfirm .btn a:hover {
	color: #fff;
	background-color: #1a1a1a;
}

/* small */
@media screen and (max-width: 750px){
#sectionForm #blockForm .boxConfirm .btn {
	margin-top: 10%;
}
#sectionForm #blockForm .boxConfirm .btn a {
	width: 94%;
	padding: 0% 3%;
	font-size: 18px;
}
#sectionForm #blockForm .boxConfirm .btn a:hover {
	color: #1a1a1a;
	background-color: #fff;
}
}

/* original */
@media screen and (max-width: 460px){
#sectionForm #blockForm .boxConfirm p {
	width: 100%;
	text-align: left;
}
#sectionForm #blockForm .boxConfirm p input[type="checkbox"] {
	width: 10%;
}
#sectionForm #blockForm .boxConfirm p span {
	width: 90%;
}
}







/* =================================================

	sectionEnd

================================================= */

#sectionEnd.section {
	padding-top: 70px;
}

#sectionEnd {
	text-align: center;
}

#sectionEnd p {
}

/* small */
@media screen and (max-width: 750px){
#sectionEnd.section {
	padding-top: 12%;
}
#sectionEnd {
}
}
