@charset "utf-8";
/* CSS Document */

input {
	border:none;
    background:none;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	-webkit-appearance:none;
}

select {
	color: #6d92ab;
	font-family: 'Noto Sans Japanese', serif;
	width: 60px;
	font-size: 22px;
	text-align: center;
	padding-left: 10px;
	background-color: #000;
	border: 1px solid #000;
	height: 26px;
	line-height: 22px;
	margin-top: 0px;
	padding-top: 3px;
	margin-left: 4px;
}

option {
	border: 1px solid #ccc;
	font-weight: normal;
	color: #6d92ab;
	text-align: center;
}

option[selected] {
	color: #6d92ab;
	text-align: center;
	width: 80x;
}

textarea {
	color: #6d92ab;
	font-family: 'Noto Sans Japanese', serif;
	width: 283px;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	background-color: #000;
	border: 1px solid #000;
	line-height: 28px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

input {
	border:none;
    background:none;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	-webkit-appearance:none;
}

select {
	color: #6d92ab;
	font-family: 'Noto Sans Japanese', serif;
	width: 108px;
	font-size: 30px;
	text-align: center;
	padding-left: 30px;
	background-color: #000;
	border: 1px solid #000;
	height: 47px;
	line-height: 30px;
	margin-top: 0px;
}

option {
	border: 1px solid #ccc;
	font-weight: normal;
	color: #6d92ab;
	text-align: center;
}

option[selected] {
	color: #6d92ab;
	text-align: center;
	width: 110px;
}

textarea {
	color: #6d92ab;
	font-family: 'Noto Sans Japanese', serif;
	width: 475px;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	background-color: #000;
	border: 1px solid #000;
	line-height: 30px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

input {
	border:none;
    background:none;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
	-webkit-appearance:none;
}

select {
	color: #6d92ab;
	font-family: 'Noto Sans Japanese', serif;
	width: 110px;
	font-size: 34px;
	text-align: center;
	padding-left: 30px;
	background-color: #000;
	border: 1px solid #000;
	height: 45px;
	line-height: 34px;
}

option {
	border: 1px solid #ccc;
	font-weight: normal;
	color: #6d92ab;
	text-align: center;
}

option[selected] {
	color: #6d92ab;
	text-align: center;
	width: 110px;
}

textarea {
	color: #6d92ab;
	font-family: 'Noto Sans Japanese', serif;
	width: 475px;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
	background-color: #000;
	border: 1px solid #000;
	line-height: 30px;
}
