@charset "UTF-8";

.simulation {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.simulation h2 {
	font-size: 42px;
	padding-bottom: 30px;
	border-bottom: 5px solid #F8DD71;
	margin-bottom: 60px;
}

.simulation p {
    font-size: 20px;
	letter-spacing: 1px;
}

.simulation .inputBox {
	margin-bottom: 40px;
}

input {
    font-size: 20px;
    padding: 5px;
	letter-spacing: 1px;
}

input.length {
	width: 4em;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 
			
input[type="number"] { 
  -moz-appearance:textfield; 
} 

input:disabled {
    background: none;
    border: none;
	font-size: 30px;
	letter-spacing: 0.5px;
	color: #000;
}

input#quantity {
    width: 1.5em;
    text-align: center;
}

input#price {
    width: 4em;
    text-align: center;
}

span.border {
	border-bottom: 1px solid #000;
}

.dispNone {
	display: none;
}





@media screen and (min-width:320px) and (max-width: 768px) {

	.simulation {
		margin: 50px auto 0;
	}	

	.simulation h2 {
		font-size: 6.5vw;
		padding-bottom: 20px;
		border-bottom: 4px solid #F8DD71;
		margin-bottom: 50px;
	}

	.simulation p {
		font-size: 18px;
	}

	input {
		font-size: 18px;
	}


	
	


}



