@charset "UTF-8";
/*---------------------------------
Form styleSheet
----------------------------------*/
form{
	margin-left: 10px;
/*	margin-bottom: 2em;*/

	padding: 10px;
/*	margin-bottom: 10px;*/
	margin-bottom: 2rem;
	border: 1px solid #e0e0e0;

}


form select{
	font-size: 1.8rem;
	padding: 5px;
}

form dt{
	font-size: 1.8rem;
	font-weight: bold;
	color: #FF4500;
}

form dd{
	margin: 0 0 1em 0;
}

form input[type="text"]{
	font-size: 1.8rem;
	padding: 5px;


/*	width: 75%;*/
/*	padding: 10px;*/
/*	border: 1px solid #ccc;*/
/*	-webkit-appearance: none;*/

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

form label{
	padding-right: 10px;
}

form span{
	display: none;
	color: #c09853;
}

input:invalid + span {
	display: block;
}


form .searchBtn{
	-webkit-appearance: none;	/*iOSなどのプラットフォーム独自の装飾仕様をクリア*/
	display: block;
	width: 240px;
	height: 40px;
	margin: 36px auto 24px;
}

form .searchBtn input[type="button"]{
	width: 240px;
	height: 40px;
	background: url(../img/btn.png) no-repeat;
	border: none;
	font-size: 1.8rem;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}

form .searchBtn: hover {
	opacity: 0.6;
}

form .station_link{
	text-align:left;
}


/*media Queries
----------------------------------------------------*/
@media only screen and (min-width:41.875em) {	/*670px以下だったら無効*/
/*@media only screen and (min-width:31.25em) {*/	/*500px以下だったら無効*/
form dt{
	clear: left;
	float: left;
	width: 10em;
}

form dd{
	margin-left: 10em;
}

form input:not([type="radio"]),
textarea{
	width: 25em;
	padding: 5px;
}

form .submit{
	margin-left: 10em;
	text-align: left;
}


}



/*------------- 検索条件アコーディオン */

div.question {
        cursor: pointer;
	color:#FE4A91;
	font-weight: bold;
}
div.question:hover {
        text-decoration: underline;
}

div.answer_open {

}
div.answer_close {
        display: none;

/*        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;*/
}


