@charset "utf-8";

/*--		__touroku
----------------------------------------------------*/
.mt5 {
	margin-top: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
#touroku {
}
#touroku .title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 8px;
}
#touroku .title h1 {
}
#touroku .title .skip {
	position: absolute;
	right: 0;
	bottom: -2px;
}
#touroku .title .skip a {
	padding-right: 15px;
	text-decoration: none;
	background: url(../img/skip_arrow.gif) right 7px no-repeat;
}
#touroku .base-lead {
	line-height: 1.8;
	margin-bottom: 20px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
#touroku .sup-lead {
	margin-bottom: 20px;
	color: #666666;
}
.error-list {
	display: none;
	width: 690px;
	margin: 0 auto 20px;
	padding: 25px 15px;
	color:#F31312;
	font-size: 12px;
	font-weight: bold;
	background: #FFF6F6;
}
.error-list p,
.error-list ul {
	margin: 10px 0;
}
.error-list ul li {
	margin-left: 3em;
}
.formTable {
	width: 100%;
	margin-bottom: 43px;
	border-collapse: collapse;
}
.formTable th,
.formTable td {
	vertical-align: middle;
	border: #cccccc 1px solid;
	font-size: 16px;
}
.formTable th {
	width: 180px;
	border-right: none;
	padding: 36px 0 36px 25px;
	color: #333333;
	text-align: left;
	background: #E9E6E0;
}
.formTable th span.qno {
	color: #F37900;
}
.formTable th span.sup {
	font-weight: normal;
}
.formTable td .necessity,
.formTable td .complete {
	position: absolute;
	margin-top: -10px;
}
.formTable th .complete {
	display: none;
}
.formTable td {
	padding: 25px 26px 18px 26px;
}
.confirm td {
	padding-left: 20px;
}
.formTable td.checkarea {
	width: 40px;
	border-left: none;
	padding-left: 0;
	padding-right: 17px;
	background: #E9E6E0;
}
.formTable td .error {
	font-weight: bold;
}
.formTable .hint {
	margin-bottom: 10px;
}
.formTable .input-supplement {
	clear: both;
	padding: 2px 0 0 3px;
	color: #666666;
	font-size: 12px;
}
.formTable .input-text,
.formTable textarea {
	border: #C0BFBB 2px solid;
	border-radius: 4px;
	padding: 6px 10px 7px;
	outline: 0;
	font-size: 16px;
	border-collapse: separate;
}

.formTable textarea {
	height: 130px;
}
.formTable select {
/*	position: relative;*/
	z-index: 10;
	margin: 0;
	margin-right: 5px;
	font-size: 16px;
}
.formTable .half-chara,
.formTable .tel-hyphen {
	ime-mode: disabled;
}
.form-btn {
	margin-bottom: 70px;
	text-align: center;
}
.form-btn input {
	margin: 0 12px;
	vertical-align: middle;
}
.formTable .input-frame {
/*	position: relative;*/
	width: 100%;
	zoom: 1;
}
.formTable .input-frame:after {
	content: "";
	display: block;
	clear: both;
}
.formTable .input-frame .mark {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	padding-top: 5px;
	color: #999999;
}
.formTable .input-frame div div {
	padding: 0;
}
.formTable .input-frame .input-wrapper {
	position: relative;
	float: left;
}
.formTable .input-frame .line {
	zoom: 1;
	background: none;
}
.formTable .input-frame .line:after {
	content: "";
	display: block;
	clear: both;
}
.formTable .input-frame .check-wrapper {
	float: left;
	margin-right: 25px;
	padding-bottom:10px;
}
.formTable .input-frame .check-wrapper label {
	float: left;
	/*padding: 4px;*/
}
.formTable .input-frame .check-wrapper input {
	float: left;
	margin: 5px 6px 0 0;
}
.formTable .input-frame .check-wrapper input.input-text {
	float: none;
	margin: 0;
}
.formTable .input-frame .check-wrapper span {
/*float: left;*/
}
.formTable .input-frame .text_bottom {
	clear: both;
	color: #7e7979;
	font-size: 13px;
	padding-top: 10px;
}

.formTable .input-frame .check-wrapper div {
/*	position: relative;*/
	margin-top: -3px;
}
.formTable th.enq-caption {
	width: 100px;
}
.formTable th.enq-item {
	width: 90px;
}
.formTable .placeholder {
	position:absolute;
	top: 0px;
	left: 0px;
	color: #9A9899;
	font-size: 16px;
	padding-top: 6px;
	box-sizing: border-box;
}

.br_point{
	clear:left;
	font-size: 0px;
	line-height: 0px;
	padding: 0px!important;
	margin: 0px;
	height: 0px;
}


input#submit-btn {
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(242,128,32) 0%, rgb(254,170,71) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242,128,32) 0%, rgb(254,170,71) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242,128,32) 0%, rgb(254,170,71) 100%);
    margin: 0 auto 0;
    min-width: 243px;
    z-index: 3;
    color: #FFF;
    padding-top: 20px;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
	cursor: pointer;
}
input#submit-btn:disabled {
	background-image: none;
  color: #555;
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}

#complete {
	width: 832px;
	margin: 0 auto 80px;
	background: url(../img/complete_bg_middle.gif) left top repeat-y;
}
#complete .complete-inner {
	background: url(../img/complete_bg_top.gif) left top no-repeat;
}
#complete .complete-inner2 {
	background: url(../img/complete_bg_bottom.gif) left bottom no-repeat;
}
#complete h2 {
	width: 725px;
	line-height: 1.8;
	margin: 0 auto 40px;
	border-bottom: #CCCCCC 1px solid;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #F27600;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
#complete .lead {
	line-height: 1.6;
	margin-bottom: 20px;
	color: #333333;
	font-size: 18px;
	text-align: center;
}
#complete .lead span {
	color: #F27600;
}
#complete .btn {
	padding-bottom: 45px;
	text-align: center;
}
#complete .btn li {
	margin-bottom: 20px;
}






/*--		__individual
----------------------------------------------------*/
.formTable .input-frame .name1-wrapper,
.formTable .input-frame .name2-wrapper,
.formTable .input-frame .name3-wrapper,
.formTable .input-frame .name4-wrapper {
	width: 210px;
}
.formTable .input-frame .name1-wrapper,
.formTable .input-frame .name3-wrapper {
	margin-right: 24px;
}
.formTable .input-frame .name1-wrapper input,
.formTable .input-frame .name2-wrapper input,
.formTable .input-frame .name3-wrapper input,
.formTable .input-frame .name4-wrapper input {
	width: 180px;
}
.formTable .input-frame .zip1-wrapper {
	width: 100px;
}
.formTable .input-frame .zip2-wrapper {
	width: 140px;
}
.formTable .input-frame .zip1-wrapper input {
	width: 70px;
}
.formTable .input-frame .zip2-wrapper input {
	width: 110px;
}
.formTable .input-frame .search-address {
	float: left;
	margin-top: 1px;
	padding-left: 12px;
}
.formTable .input-frame .search-address img {
	cursor: pointer;
}
.formTable .input-frame .search-address img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}
.search-zip {
	clear: both;
	padding: 5px 0 0 20px;
	font-size: 12px;
	background: url(../img/touroku/search-zip.gif) left 6px no-repeat;
}
.search-zip a {
	color: #666666;
}
.formTable .input-frame .pref-wrapper {
	width: 170px;
}
.formTable .input-frame .pref-wrapper select {
	width: 160px;
}
.formTable .input-frame .addr1-wrapper,
.formTable .input-frame .addr2-wrapper {
	width: 490px;
}
.formTable .input-frame .addr1-wrapper input,
.formTable .input-frame .addr2-wrapper input {
	width: 460px;
}
.formTable .input-frame .tel1-wrapper,
.formTable .input-frame .tel2-wrapper {
	width: 200px;
}
.formTable .input-frame .tel1-wrapper input,
.formTable .input-frame .tel2-wrapper input {
	width: 160px;
}



/*--		__close
----------------------------------------------------*/
.complete-wrap {
    text-align: center;
}
.complete-main {
    padding: 50px 112px 0 112px;
    border: 1px solid #CCCCCC;
}
.complete-top p {
    margin-bottom: 30px;
    color: #F27600;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.complete-btm {
    padding: 40px 0 45px 0;
    border-top: 1px solid #CCCCCC;
}
.complete-btm p {
    color: #444444;
    font-size: 18px;
    line-height: 1.5;
}
.complete-btn {
    margin-top: 60px;
}

.num2 {
    color: #f46e0b;
}