@media only screen and (max-width: 420px) {

#pc {
	display: none;
}

#mob {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	border: 0px solid red;
}

.wrapper {
	width: 300px;
	position: relative;
	display: block;
	margin: 0px;
	border: 0px solid orange;
	background-color: #ffffff;
}


#selectmenu2	{
	width: 260px;
	height: 40px;
}

input[type="text"] {
	margin: 0px;
	width: 260px;
	height: 40px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	appearance: none;
	border-style: solid;
	border-width: 1px;
	border-color: #d0d0d0;
	padding: 11px 10px 10px 10px;
}

input[type="text"]:focus {
	border-style: solid;
	border-width: 1px;
	border-color: #fba824;
	color: #fba824;
}

input[type="text"]:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #fba824;
	color: #fba824;
}


input[type="calculate"] {
	background: url(images/button_calculate_mob_out.png) no-repeat center;
	outline: none;
	border: 0px;
	width: 260px;
	height: 38px;
	-webkit-appearance: none;
}

input[type="calculate"]:hover {
	background: url(images/button_calculate_mob_over.png) no-repeat center;
	cursor: hand;
}

input[type="calculate"]:active {
	background: url(images/button_calculate_mob_down.png) no-repeat center;
}


