input[type='text']{
	padding:2px;
}
td.text input[type='text'] {
	width:400px;
}
td.text2 input[type='text'] {
	width:200px;
	padding:2px;
}	
td.text input[type='password'] {
	width:200px;
	padding:2px;
}
td.login input[type='text'] {
	width:200px;
	padding:2px;
}
td.password input[type='password'] {
	width:200px;
	padding:2px;
}
td.textarea textarea {
	width:400px;
	height:150px;
	padding:2px;
	font-size:13px;
}
td.list li {
	float:left;
	width:170px;
	margin:0 0 3px 0;
}
td.list li.right {
	clear:both;
}
	td.list li div.checkbox {
		width:20px;
		float:left;
		text-align:center;
		padding:0 0 0 0;
	}
	td.list li div.value {
		width:145px;
		float:left;
		padding:1px 0 0 0;
		line-height:130%;
	}

td div.input-explain {
	display:block;
	padding:0 0 2px 0;
	margin:0 0 5px 0;
	border-bottom:1px dashed #ccc;
	color:#666;
	clear:both;
	font-weight:normal;
}

div.upload-text {
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#555;
	line-height:150%;
}

input.postcode1 {
	width:50px;
	ime-mode:disabled;
}
input.postcode2 {
	width:60px;
	ime-mode:disabled;
}
input.telfax1 {
	width:40px;
	ime-mode:disabled;
}
input.telfax2 {
	width:50px;
	ime-mode:disabled;
}
input.telfax3 {
	width:50px;
	ime-mode:disabled;
}
input.email1 {
	width:120px;
	ime-mode:disabled;
}
input.email2 {
	width:150px;
	ime-mode:disabled;
}
input.url {
	width:400px;
	ime-mode:disabled;
}

span.error {
	display:block;
	clear:both;
	color:#ff0000;
	font-weight:bold;
}
p.field-error {
	display:block;
	clear:both;
	color:#ff0000;
	font-weight:bold;
}
p.mini-attention {
	font-size:10px;
	line-height:180%;
	margin:3px 0 0 0;
	padding:0 0 0 3px;
	background-color:#e0ebaf;
	color:#333;
	font-weight:normal;
}
.form-text .attention {
	font-weight:bold;
}
.entry-link-area {
	display: block;
	margin: 20px auto 30px;
	width: 380px;
}
.entry-link-area.detail-entry-link-area {
	width: 380px;
}
.entry-link-area.input-entry-link-area {
	width: 360px;
}
.entry-link-area.confrim-entry-link-area {
	width: 280px;
}
.entry-link-area .button{
	float: right;
	border:1px solid #da833b;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	box-shadow:0 2px 2px rgba(0,0,0,0.10);
	padding:17px 15px;
	border-radius:6px;
	background-color :#f7b03d;
	background: -moz-linear-gradient(top,  #f7b03d 0%, #f39700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b03d), color-stop(100%,#f39700));
	background: -webkit-linear-gradient(top,  #f7b03d 0%,#f39700 100%);
	background: -o-linear-gradient(top,  #f7b03d 0%,#f39700 100%); 
	background: -ms-linear-gradient(top,  #f7b03d 0%,#f39700 100%);
	background: linear-gradient(to bottom,  #f7b03d 0%,#f39700 100%);
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	display: block;
	text-decoration: none;
	width: 200px;
	text-align: center;
}
.entry-link-area .button:HOVER{
	background:#f38d01;
}
.entry-link-area .back-link{
	margin-top: 7px;
	display: block;
	text-align: center;
	float: left;
	border: 1px solid #c3c3c3;
	font-size: 0.875em;
	font-weight: bold;
	color: #2b2b2b;
	line-height: 1.21;
	padding : 12px 10px 11px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	border-radius: 7px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.14);
	outline:0;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
}
.entry-link-area .back-link:HOVER{
	text-decoration: underline;
}
.about-matching {
	padding: 0 50px;
}

.contract-charge-area {
	border: 1px solid #b0c4de;
	display: block;
	font-size: 13px;
	padding: 2px;
	margin: 20px auto 10px;
}
.contract-charge-area-attention {
	margin: 0 0 10px 0;
}

.contract-charge-table {
	width: 100%;
}

.contract-charge-table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.contract-charge-table .first-column {
	text-align: center;
	background-color: #eff6ff;
}

.contract-charge-table .second-column {
	width: 460px;
}

.about-matching .button-area {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.about-matching .button-area .term-button {
	background: linear-gradient(to bottom, #f4f1eb 0%, #ebe6da 65%, #e2dbc9 100%)
		repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #b3aea4;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #5d4531;
	display: block;
	font-size: 0.9285em;
	font-weight: bold;
	margin: 0 auto;
	padding: 13px 0 10px;
	text-align: center;
	width: 138px;
	text-decoration: none;
}

.about-matching .button-area .term-button:hover {
	background: #ebe6da;
	cursor: pointer;
	text-decoration: none;
}

.about-matching .button-area .entry-button {
	width: 298px;
	text-align: center;
	padding: 15px 0 14px;
	font-size: 1.0625em;
	line-height: 19px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #ed6301;
	border-radius: 6px;
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50% #ff7e00;
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50%, -moz-linear-gradient(top, #ff7e00 0%, #f96802 100%);
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50%,
		-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7e00),
		color-stop(100%, #f96802));
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50%,
		-webkit-linear-gradient(top, #ff7e00 0%, #f96802 100%);
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50%, -o-linear-gradient(top, #ff7e00 0%, #f96802 100%);
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50%, -ms-linear-gradient(top, #ff7e00 0%, #f96802 100%);
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50%,
		linear-gradient(to bottom, #ff7e00 0%, #f96802 100%);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.about-matching .button-area .entry-button:hover {
	cursor: pointer;
	background: url("/image/common/icon_responsive_submit_button.png")
		no-repeat 98% 50% #f96902;
}

#overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
	text-align: left;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 16px;
}

#overlay div {
	display: block;
}

#overlay ol>li {
	list-style: inside decimal;
}

#overlay .now-loading {
	padding-top: 20px;
}

#overlay .now-loading,#overlay .now-loading p {
	font-size: 0.75em;
	text-align: center;
}

#term-content-area {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	margin: 40px auto;
	max-width: 758px;
	overflow: hidden;
	position: relative;
	width: 90%;
	z-index: 100;
}

#term-content-area .header-area {
	background-color: #4c71a9;
	overflow: hidden;
	padding: 3px 16px 3px 19px;
}

#term-content-area .header-area .headline {
	color: #fff;
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	padding: 5px 0 3px;
}

#term-content-area .header-area .close-btn {
	float: right;
}

#term-content-area .term-content {
	color: #4c4c4c;
	padding: 15px 19px 23px;
}

#term-content-area .term-content .section-lv2 {
	margin-bottom: 15px;
}

#term-content-area .term-content h2 {
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 8px;
}

#term-content-area .term-content .contents {
	font-size: 0.75em;
	line-height: 1.5;
	padding-left: 10px;
}

#term-content-area .btn-area {
	margin: 45px 0 23px;
}

#term-content-area .btn-area .close-btn {
	background: linear-gradient(to bottom, #f4f1eb 0%, #ebe6da 73%, #ebe6da 100%,
		#e2dbc9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #b3aea4;
	border-radius: 3px;
	color: #5d4531;
	display: block;
	font-size: 0.8125em;
	line-height: 1;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	width: 138px;
	text-decoration: none;
}