input[type="file"] {
	border: 0;
	font-size: 0.6em;
}

input[type="text"],
input[type="number"] {
	width: 100%;
	height: 32px;
	font-size: 0.8em;
	padding: 0 15px;
}

textarea {
	width: 100%;
	font-size: 0.85em;
	border: 1px solid #999;
	padding: 4px 15px;
}


input.important {
	border:2px solid #eb0000;
}

img.important-mark {
	width: 51px;
}

input.mini {
	width: 110px;
}

.header-description.bottom {
	margin-bottom: 250px;
}

/********************
    estimate-box
********************/

#estimate-box {
	text-align: left;
}

#estimate-box .header-description h2 {
	font-size: 1.5em;
}

#estimate-box .title-col {
	font-size: 0.84em;
}

#estimate-box #img-orderflow,
#estimate-fin-box img {
	width: 881px; /* /2.7 */
	margin-top: 25px;
}

/* clear bootstrap */
#estimate-box .nav-pills>li>a {
	border-radius: 0;
}

#estimate-box .btn-default {
	margin-top: 10px;
	border-radius: 0;
	border: 1px solid #999;
}

#estimate-box .dropdown-menu.arrange {
	margin-left: -120px;
}

#estimate-box .dropdown-menu.long {
	width: 250px;
}

#estimate-box .dropdown-menu {
	padding: 10px;
}

#estimate-box .dropdown-menu li {
	padding-left: 10px;
	cursor: pointer;
}

#estimate-box .dropdown-menu li:hover {
	background-color: #eb0000;
	color: #fff;
}

#estimate-box #estimate-form {
	font-size: 1.34em;
}

#estimate-box #estimate-form .row {
	margin: 0 5px;
	border-top: 1px solid #999;
	padding: 24px 0;
}

#estimate-box #estimate-form .hidden-row {
	display: none;
}

#estimate-box #estimate-form .row.pause {
	margin-bottom: 90px;
	border-bottom: 1px solid #999;
}

#estimate-box #confirm-btn {
	width: 360px;
	margin: 0 auto 0 auto;
	padding: 15px 0;
	background-color: #eb0000;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
}

#estimate-box #confirm-btn:hover {
	background-color: #ff8c8c;
}

#estimate-box #icon-man {
	width: 126px;
	height: 48px;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 8px;
	padding: 12px 0 0 58px;
	background: url(../images/site/entry/icon_man@2x.png) no-repeat top left;
	background-size: 40px 44px;
	font-weight: normal;
}

#estimate-box #entryfee {
	float: left;
	margin-top: 7px;
}

#estimate-box .mul {
	margin: 0 20px;
	font-size: 1.35em;
}

#estimate-box input#entrants-input {
	width: 140px;
}

#estimate-box .description {
	clear: both;
	margin-top: 18px;
	color: #666;
	font-size: 0.7em;
}

#estimate-box .description.floating {
	float: left;
}

#estimate-box .preferred-date-box {
	margin-bottom: 16px;
}

#estimate-box .preferred-title {
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 10px;
}

#estimate-box .select-btn {
	width: 34px;
	height: 32px;
	margin-right: 18px;
	background: url(../images/site/simulator/btn_dropdown@2x.png) no-repeat top left;
	background-size: 34px 32px;
	cursor: pointer;
}

#estimate-box input.input-date {
	font-size: 0.75em;
	padding-left: 10px;
	margin-right: 7px;
}

#estimate-box input.input-date.mini {
	width: 62px;
	text-align: center;
}

#estimate-box input.input-year {
	width: 90px;
}

#estimate-box .dropdown-select-title {
	width: 250px;
	height: 32px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding: 4px 0 2px 10px;
	border: 1px solid #999;
	font-size: 0.7em;
	cursor: default;
}

#estimate-box .dropdown-select-title.important {
	border:2px solid #eb0000;
}

/********************
    terms-of-use-box
********************/

#terms-of-use-box {
	width: 550px;
	height: 300px;
	margin: 0 auto 20px auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border:1px solid #999;

}

#terms-of-use-box iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

#terms-of-use-check-box {
	width: 550px;
	margin: 0 auto 70px auto;
	padding-left: 15px;
	text-align: left;
}

/********************
    estimate-fin-box
********************/

#estimate-fin-box {
	display: none;
}


/********************
    modal
********************/

.modal {
	font-size: 1.1em;
}

.modal .row {
	padding: 10px;
}

.modal #estimate-send-msg {
	display: none;
}

.modal-footer .alert {
	text-align: left;
}

.send-description {
	margin: 40px 0 0 0;
	text-align: center;
}

@media (max-width: 994px) {
	#estimate-box .input-col {
		margin-top: 16px;
	}

	#estimate-box #img-orderflow,
	#estimate-fin-box img {
		width: 100%;
	}
}

@media (max-width: 810px) {
	#estimate-box {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#terms-of-use-box,
	#terms-of-use-check-box {
		width: 100%;
	}
}

@media (max-width: 552px) {
	#estimate-box .mul {
		clear: both;
		display: block;
		width: 50%;
		margin: 0 auto 16px auto;
		text-align: center;
	}

	#estimate-box #weekday-checker {
		margin-left: 0px;
	}

	#estimate-box #confirm-btn {
		width: 100%;
	}
}
