/* base */

/* UTF8の文字コード */

body {
	background-color: #EEEEEE;
	margin-top: 0;
}

#clear {
	clear: both;
}

#header {
	width: 100%;
}

#header p {
	font-family: KozGoPr6N-Regular;
	font-size: 30px;
	margin: 0;
	line-height: 120%;
	color: #FFFFFF;
	padding: 25px 10px;
}

.header {
	border-bottom: 1px solid #009900;
}

#wrapper {
	background-color: #EEEEEE;
	width: 100%;
	padding-bottom: 20px;
}

h1 img {
	width: 100%;
}

#content {
	background-color: #FFF;
	min-height: 400px;
	width: 1000px;
	padding: 13px 0;
	border: 1px solid #DDD;
	margin: 0 auto;
}

.innerContent {
	margin: 0 62px;
}

#phase {
	margin-top: 15px;
}

#desc {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 135%;
	text-align: left;
	vertical-align: top;
}

#form_wrap {
	padding: 20px 40px;
}

h4 {
	background-color: #E7E7E7;
	border: solid 1px #FFF;
	outline: solid 1px #E7E7E7;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 15px;
	padding: 7px;
	line-height: 120%;
	vertical-align: top;
	text-align: left;
	margin-bottom: 2px;
}

.required h4 {
	background-image: url(../img/form_required.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: 10px center;
}

section {
	margin: 5px 0 20px;
	line-height: 35px;
	position: relative;
}

section>span>div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	line-height: 12px;
}

section>span>div.caution {
	background-image: url(../img/error.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 45px;
	font-size: 12px;
	color: #D00;
	z-index: 100;
}

section>span>div.ok {
	background-image: url(../img/ok.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 90px;
	z-index: 100;
	height: 28px;
}

textarea {
	background-color: #F4F4F4;
	width: 789px;
	height: 100px;
	border: 1px solid #DDD;
	border-radius: 5px;
}

#inquery_text {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 120%;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

/* label{
	padding-right:25px;
	} */

.labels label, .labels_ch label {
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #e2e9ed;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
}

.checked {
	background-color: #eb6101 !important;
	color: #fff !important;
}

.labels input, .labels_ch input {
	width: 0px;
	z-index: -10;
}

.labels, .labels_ch {
	display: inline-block;
}

#agreement_check label {
	display: block;
	float: left;
	cursor: pointer;
	width: 179px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #e2e9ed;
	color: #666666;
	font-size: 17px;
	text-align: center;
	line-height: 22px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}

#know_from label {
	display: block;
	float: left;
	cursor: pointer;
	width: 189px;
	height: 40px;
	margin: 5px;
	padding: 10px;
	background: #e2e9ed;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}

#kaisetsu label {
	display: block;
	float: left;
	cursor: pointer;
	width: 250px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #e2e9ed;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}

#kamoku label {
	display: block;
	float: left;
	cursor: pointer;
	width: 250px;
	height: 40px;
	margin: 10px;
	padding: 10px;
	background: #e2e9ed;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	transition: .2s;
	border-radius: 3px 3px 3px 3px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}

input[type="text"] {
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 5px;
}

select {
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 2px 5px;
}

p.sub_color {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 120%;
	padding: 5px;
}

#submit {
	display: none;
}

a {
	color: #06F;
}

a:hover {
	color: #09F;
}

#privacy {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
}

#confirm_img {
	display: block;
	text-align: center;
	margin: 15px;
}

#confirm_img:hover {
	opacity: 0.8;
	cursor: pointer;
}

table {
	width: 100%;
}

th {
	width: 30%;
	padding: 15px 0;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 120%;
	color: #555;
	border-bottom: 1px dotted #999;
}

td {
	width: 70%;
	padding: 15px 0;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #999;
}

select {
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 2px;
	height: 35px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"] {
	background-color: #FAFAFA;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 5px;
	margin: 0 2px;
	height: 22px;
}

.caption {
	text-align: center;
	padding: 10px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
}

#footer {
	text-align: center;
	padding: 10px;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 150%;
}

#footer span {
	font-size: 10px;
}

#complete {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 19px;
	line-height: 120%;
	text-align: center;
}

#header_bottom_border {
	border-top: 1px solid #FFF;
	height: 6px;
	width: 100%;
	background-image: url(../img/header_bottom_border.png);
}

.inquery_notice {
	margin: 15px;
	color: #FF0000;
}

#close_button {
	text-align: center;
	margin: 20px;
	padding: 10px;
}

.FormCompornent_name {
	width: 290px;
}

.b {
	float: left;
}

.kamoku_line {
	clear: both;
	height: 1px;
	margin: 5px 0;
	overflow: hidden;
	border-bottom: 1px dotted #999999;
}

.agreement {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #ffe2e2;
}

#agreement_check {
	text-align: center;
}

.limit {
	margin: 15px 0;
	text-align: center;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}

.kaiin_kubun {
	margin-top: 10px;
	line-height: 20px;
}

.button_select_alert {
	font-size: 75%;
	color: red;
	margin: 0px;
	padding: 0px;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.toshin_alrt {
	font-size: 100%;
	font-weight: bold;
	color: #000099;
	text-align: center;
	margin: 8px;
	border: 2px solid #000099;
	padding: 3px;
}
