/* 
    Created on : 2017/09/12, 15:57:29
    Author     : shuji
*/
.heading_cross1 {
	color: cornflowerblue;
	margin: 1rem 0 0;
	font-weight: bold;
}
input {
	font-size: 1.2rem;
}
#modelSelectorWrap p {
	font-size: 1.3rem;
	padding: 0;
	margin-top: 1rem;
	line-height: 1.0;
}
span.ex_pn {
	display: block;
	margin-left: 11rem;
	margin-top: 0;
	font-size: 0.9rem;
	color: #999;
	line-height: 1.0;
}
#inputWrapMDMH input, #inputWrapMDM input, #inputWrapJMCKH input, #inputWrapJMCK input {
	width: 300px;
}
.message {
	font-size: 1.2rem;
}
.caution {
	color: red;
}
.indent {
	margin-left: 2.5rem;
}
.specTable th {
	background-color: #C1E7FD;
	padding: 0.5rem 0.7rem;
	border-bottom: 1px dashed #fff;
	font-size: 0.9rem;
}
.specTable td {
	background-color: cornsilk;
	padding: 0.5rem 0.7rem;
	border-bottom: 1px dashed #ccc;
	font-size: 0.9rem;
}
#resultWrap {
}
#resultWrap select {
	font-size: 1.1em;
	margin: 3px 0 0.25rem 0;
	padding: 0 0.1rem 0 0.2rem;
	width: 365px;
	height: 120px;
}
#typeNumber {
	clear: both;
}
#typeNumber th {
	display: none;
}
#typeNumber td {
	border: none;
}
.modelClip {
	background-color: cornsilk;
	border: none;
	font-size: 2rem;
	padding: 0 1rem;
}
input.clearBt {
	width: 120px!important;
}
.spec {
	position: relative;
}
button.clipBt {
	position: absolute;
	right: 1rem;
	top: 2.5rem;
	padding: 0.5rem 0.5rem;
}
p.estimate {
	.fontSize09 {font-size:0.9rem!important}
}