@charset "UTF-8";

.topErrorBox {
	background: #e64e4e url(../img/common/errerIcon2.png) no-repeat 5px center;
	padding: 10px 5px;
	padding-left: 80px; 
	display: table-cell;
	vertical-align: middle; 
	line-height: 1.5;
	height: 50px;
	color: #fff;
	margin-bottom: 30px;
	width: 610px;
}


.errorMark {
	color: #e52721;
}

.placeBox .errorMark {
	display: none;
}

.h3Desc {
	display: none;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 2;
}

#formBody {
	width: 700px;
	padding: 20px 10px;
	margin: 10px auto 20px;
	margin-left: 10px;
	color: #373737;
	font-size: 14px;
}

#formBody .inputBox {
	padding-left: 50px;
	margin-bottom: 5px;
}

#formBody .inputBox p{
	font-size: 12px;
}

#formBody .formBox {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}


#formBody .placeBox {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
}


#formBody .transportBox{
	width: 680px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
}

#formBody .formGroup {
	background: #f7f7f7;
	margin-bottom: 30px;
}

#formBody .formGroup h4{
	padding: 0 10px;
	background: #bfbfbf;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	border-bottom: 0;
	font-size: 14px;
}




#formBody .transportH4 {
	background: #727272;
}


.transportWap,
.transportH4,
.transportH4_2,
.transportAdd,
.transportNumberBox,
.hide {
	display: none;
}

.boxEnd{
	margin-bottom: 20px;
}


h4.transportAdd {
	margin-top: 20px;
}



.transportPlus {
	padding: 0 10px;
	background: #5aa9ff;
	text-align: right;
	line-height: 25px;
	color: #ffffff;
	cursor: pointer;
	margin-bottom: 20px;
}

.transportMinus {
	padding: 0 10px;
	background: #e94742;
	text-align: right;
	line-height: 25px;
	color: #ffffff;
	cursor: pointer;
}


.boxLeft {
	width: 340px;
	float: left;
}

.boxRight {
	width: 340px;
	float: right;
}


#formBody label {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
	color: #007aff;
}


#formBody input[type="password"],
#formBody input[type="number"],
#formBody input[type="mail"],
#formBody input[type="text"],
#formBody textarea {
	border:1px solid #888;
	width: 500px;
	padding: 2px;
	font-size: 15px;
	color: #515151;
	background: #fff;
	margin: 5px 10px;
	-webkit-appearance: none;
}

.editForm input[type="password"],
.editForm input[type="number"],
.editForm input[type="mail"],
.editForm input[type="text"]{
	border:1px solid #888;
	padding: 2px;
	font-size: 15px;
	color: #515151;
	background: #fff;
	margin: 5px 10px;
	-webkit-appearance: none;
	width: 80%;
}

.editForm input[type="number"],
#formBody input[type="number"]{
	width: 100px;
}

#formBody select {
	border:1px solid #888;
	padding: 2px;
	color: #515151;
	background: #fff;
	margin: 5px 10px;
}

/*エラー時の入力欄背景*/
.editForm .errorBox select,
.editForm .errorBox textarea,
.editForm .errorBox input,
#formBody .errorBox select,
#formBody .errorBox textarea,
#formBody .errorBox input {
	background: #ffe3fd !important;
}

#formBody .submit{
	margin-top: 20px;
	border:none;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	background: #007aff;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#007aff),
		to(#007aff)
		);
	-webkit-box-shadow: 1px 1px 1px #fff;
	-webkit-appearance: none;

	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#007aff,
		#007aff
		);
	-moz-box-shadow: 1px 1px 1px #fff;

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
	(startColorstr=#007aff,endColorstr=#007aff);
	zoom: 1;
}

#formBody .return {
	display: inline-block;
	border:none;
	border-radius: 5px;
	padding: 5px 20px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	background: #61e78a;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#61e78a),
		to(#61e78a)
		);
	-webkit-box-shadow: 1px 1px 1px #fff;
	-webkit-appearance: none;

	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#61e78a,
		#61e78a
		);
	-moz-box-shadow: 1px 1px 1px #fff;

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
	(startColorstr=#61e78a,endColorstr=#61e78a);
	zoom: 1;
}

/*radio checkboxのカスタマイズ*/
#formBody input[type="radio"],
#formBody input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right: 5px; 
	margin-left: 10px; 
}


/*汎用クラス*/


#formBody .inputNote {
	text-indent: 1em;
	line-height: 1.5;
	font-size: 12px;
}

#formBody .error {
	display: block;
	padding-left: 30px;
	margin-bottom: 5px;
	background: url("../img/common/errerIcon.png") left no-repeat;
	line-height: 21px;
	color: #bb1b00;
}

.editForm .error {
	display: block;
	text-align: left;
	padding-left: 30px;
	margin-left: 30px;
	margin-bottom: 5px;
	background: url("../img/common/errerIcon.png") left no-repeat;
	line-height: 21px;
	color: #bb1b00;
}

#formBody .short[type="text"] {
	width: 500px;
}

#formBody .x-short[type="text"]{
	width: 200px;
}

#formBody .xx-short[type="text"]{
	width: 50px;
}

#formBody .result {
	text-indent: 30px;
	font-size: 16px;
	font-weight: bold;
}

#formBody .bt1{
	display: inline-block;
	padding: 10px 20px;
	width: 70%;
	text-align: center;
	font-size: 16px;
	color: #8a8a8a;
	cursor: pointer;
	background: none;
	border: 1px #8a8a8a solid;
	margin-bottom: 10px;
}

.gray {
	color: #cccccc;
}

/*確認画面*/


.transportResultBox {
	margin-bottom: 10px;
	background: #f7f7f7;
	padding: 10px;
}

#formBody .transportResultBox label {
	border-bottom: 1px #007aff solid;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.resultWrap {
	padding: 2px 10px;
}

.resultMarginBox {
	padding: 10px 0;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

/*サンクスページ*/

.thanksH5 {
	padding: 0 10px;
	background: #727272;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	text-align: center;

}

.thanksText {
	line-height: 2;
}

.thanksText h6{
	font-size: 20px;
	color: #e52721;
	font-weight: normal;
}

.thanksText p{
	margin-bottom: 10px;
	font-size: 13px;
}

.conNote {
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
}



#formBody .submitOff{
	background: #cccccc;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#cccccc),
		to(#cccccc)
		);
	-webkit-box-shadow: 1px 1px 1px #fff;
	-webkit-appearance: none;

	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#cccccc,
		#cccccc
		);
	-moz-box-shadow: 1px 1px 1px #fff;

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
	(startColorstr=#cccccc,endColorstr=#cccccc);
	zoom: 1;
}


#formBody .submitBlock {
	text-align: center;
}
