@charset "utf-8";
/* CSS Document */

#contents h3 {
	font-size: 30px;
	color: #FFF;
	background-color: #C00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#contents .syuuri h3 {
	background-color: #004080;
	/*
	background: -moz-linear-gradient(top, #97D229, #55B642);
	background: -webkit-gradient(linear, left top, left bottom, from(#97D229), to(#55B642));
	*/
	text-shadow: -1px -1px 1px #1F4017;
}
#contents .elv h3 {
	background-color: #DE2127;
	text-shadow: -1px -1px 1px #073865;
}
#contents .buhin h3 {
	background-color: #017F40;
	text-shadow: -1px -1px 1px #754600;
}


#contents h4 {
	font-size: 22px;
	border-left: 5px solid #C00;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-left: 10px;
}
#contents h5.ttl01 {
	background-color: #004080;
	padding: 0 1em;
	color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 20px;
}
#contents p {
	margin-bottom: 1em;
}
.btn01 {
	width: 80%;
	margin: 10px auto;
	background-color: #F60;
	background: -moz-linear-gradient(top, #F90, #F60);
	background: -webkit-gradient(linear, left top, left bottom, from(#F90), to(#F60));
	border-bottom: 1px solid #FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align: center;
	line-height: 2.8;
}
.btn01 a {
	display: block;
	color: #FFF;
}

#contents .next_link {
	margin-bottom: 50px;
}
.syuuri .flow {
}
.syuuri .flow .userSec {
	width: 85%;
	padding: 20px;
	float: left;
	background-color: #FCF9E0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.syuuri .flow .ngpSec {
	width: 85%;
	padding: 20px;
	float: right;
	background-color: #E1F4FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.syuuri .flow .userSec dt,
.syuuri .flow .ngpSec dt {
	font-weight: bold;
	color: #004080;
}
.syuuri .flow .userSec dd,
.syuuri .flow .ngpSec dd {
	padding-left: 30px;
	font-size: 18px;
}
.syuuri .flow .userSec dd ol,
.syuuri .flow .ngpSec dd ol {
	margin-left: 1em;
}
.syuuri .flow .userSec dd ol li ,
.syuuri .flow .ngpSec dd ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 40px;
	background-image: url(../img/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.syuuri .flow .userSec dd ol li:last-child ,
.syuuri .flow .ngpSec dd ol li:last-child {
	padding-bottom: 0px;
	background-image: none;
}
.syuuri .result .tyuui {
	width: 90%;
	margin: 1em auto;
	padding: 10px;
	border: 1px solid #CCC;
}
.syuuri .result .tyuui ul {
	margin: 0px 1em;
}
.syuuri .result .tyuui ul li {
	list-style-type: disc;
	list-style-position: outside;
}
.elv .elvMenu {
	width: 350px;
	float: left;
	margin: 30px;
}
#contents .elv .elvMenu h4 {
	background-color: #F00;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-left: none;
	border-bottom: none;
}
.elv .flow .userSec {
	width: 85%;
	padding: 20px;
	float: left;
	background-color: #FCF9E0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.elv .flow .ngpSec {
	width: 85%;
	padding: 20px;
	float: right;
	background-color: #E1F4FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.elv .flow .userSec dt,
.elv .flow .ngpSec dt {
	font-weight: bold;
	color: #004080;
}
.elv .flow .userSec dd,
.elv .flow .ngpSec dd {
	padding-left: 30px;
	font-size: 18px;
}
.elv .flow .userSec dd ol,
.elv .flow .ngpSec dd ol {
	margin-left: 1em;
}
.elv .flow .userSec dd ol li ,
.elv .flow .ngpSec dd ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 40px;
	background-image: url(../img/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.elv .flow .userSec dd ol li:last-child ,
.elv .flow .ngpSec dd ol li:last-child {
	padding-bottom: 0px;
	background-image: none;
}

.buhin .flow .userSec {
	width: 85%;
	padding: 20px;
	float: left;
	background-color: #FCF9E0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.buhin .flow .ngpSec {
	width: 85%;
	padding: 20px;
	float: right;
	background-color: #E1F4FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.buhin .flow .userSec dt,
.buhin .flow .ngpSec dt {
	font-weight: bold;
	color: #004080;
}
.buhin .flow .userSec dd,
.buhin .flow .ngpSec dd {
	padding-left: 30px;
	font-size: 18px;
}
.buhin .flow .userSec dd ol,
.buhin .flow .ngpSec dd ol {
	margin-left: 1em;
}
.buhin .flow .userSec dd ol li ,
.buhin .flow .ngpSec dd ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 40px;
	background-image: url(../img/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.buhin .flow .userSec dd ol li:last-child ,
.buhin .flow .ngpSec dd ol li:last-child {
	padding-bottom: 0px;
	background-image: none;
}



.plivacy {
	font-size: 16px;
}
.plivacy .p_company {
	text-align: left;
}
.inquiry h5 {
	color: #00665A;
	font-weight: bold;
	font-size: 20px;
}
.inquiry h5 .syaken {
	font-size: 16px;
	color: #333;
}
.inquiry dl {
	margin-bottom: 20px;
}
.inquiry dl dt {
	width: 250px;
	float: left;
	padding: 5px;
	background-color: #F2F2F2;
}
.inquiry dl dd {
	padding: 5px 5px 10px 280px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
.inquiry dl dd .exe {
	font-size: 16px;
	color: #666;
}
.inquiry dl dd input[type=text] {
	padding: 5px;
	border: 1px solid #CCC;
	box-shadow: inset 1px 1px 1px #F2F2F2;
	width: 80%
}
.inquiry dl dd textarea {
	width: 80%;
}
.inquiry .submit {
	text-align: center;
}
.inquiry .submit input {
	padding: 5px 10px;
	margin: 20px;
}

.inquiry .submit {
	text-align: center;
}
.inquiry .submit input {
	padding: 5px 10px;
	margin: 20px;
}

.inquiry table {
	width: 100%;
	font-size: 22px;
	margin-bottom: 20px;
}
.inquiry table tr th {
	width: 200px;
	padding: 10px;
	border: 1px solid #CCC;
	text-align: left;
	background-color: #F2F2F2;
	line-height: 1.2;
	vertical-align: top;
}
.inquiry table tr td {
	padding: 10px;
	border: 1px solid #CCC;
}
.inquiry table tr td input[type=text] {
	padding: 5px;
	border: 1px solid #CCC;
	box-shadow: inset 1px 1px 1px #F2F2F2;
	width: 80%
}
.inquiry table tr td textarea {
	width: 80%;
}

.inquiry_err ul {
	margin-left: 2em;
}
.inquiry_err ul li {
	color: #F00;
}
.forUser {
	width: 90%;
	margin: 10px auto;
}
.forUser h5 {
	font-size: 18px;
	font-weight: bold;
}
.forUser table {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.forUser table tr th {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	width: 200px;
	vertical-align: top;
}
.forUser table tr td {
	padding: 5px;
	border: 1px solid #CCC;
}

input.btn02 {
	width: 200px;
	padding: 10px;
}
input.btn_submit {
	padding: 10px;
}
.factory_result .agree {
	border: 1px solid #CCC;
	background-color: #FCFCFC;
	padding: 20px 30px;
}
.factory_result .agree h5 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 1em;
}
.factory_result .agree ul {
	margin: 0 2em 30px;
}
.factory_result .agree .submit {
	text-align: center;
	font-size: 20px;
}


.privacy {
	margin: 20px 0px 50px;
}
.privacy dl dt {
	font-weight: bold;
}
.privacy dl dd {
	margin: 0 0 1em 2em;
}
.privacy dl dd ul {
	margin-bottom: 0.5em;
}
.privacy .privacySec {
	width: 840px;
	height: 200px;
	margin: 10px auto 50px;
	overflow-y: scroll;
	border: 1px solid #999;
	padding: 10px;
}

#contents .topics {
	min-height: 500px;
}
#contents .topics h4 {
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
#contents .topics .topic_index {
}
#contents .topics .topic_index ul {
}
#contents .topics .topic_index ul li {
	padding: 0 10px 0px 20px;
	margin-bottom: 10px;
	background-image: url(../img_n/icon01.jpg);
	background-position: 5px center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCC;
}
#contents .topics .campaign {}
#contents .topics .campaign dl dt {
	font-weight: bold;
	font-size: 18px;
}
#contents .topics .campaign dl dd {
	margin: 0 0 1em 2em;
}
#contents .topics .campaign dl dd ul {
	margin-left: 1em;
	margin-bottom: 10px;
}
#contents .topics .campaign dl dd ul li {
	list-style-type: disc;
	list-style-position: outside;
}
#contents .topics .campaign dl dd ul.no_icon {
	margin-left: 0;
}
#contents .topics .campaign dl dd ul.no_icon li {
	list-style-type: none;
}

