@CHARSET "UTF-8";

#content .research {
	line-height: 30px;
	padding: 5px 10px;
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
}

#content .notice {
	line-height: 30px;
	padding: 5px 10px;
	background-color: #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
}

#content .noticeBottomLine {
	border-bottom: 1px solid #ccc;
}

.notice .atext {
	margin-left: 30px;
}

.loaderPosition {
	position: fixed;
	top: 50%;
	left: 50%;
}

#seatNumberInput .currentCar {
	text-align: left;
}

/* --- message --- */
#layoutContent .scrollMessageArea {
	background-color: #fff;
}

#layoutContent .scrollMessageArea ul {
	border: solid 3px red;
	padding-left: 25px;
}

#layoutContent .scrollMessageArea ul li {
  margin: 5px;
}

/* あとで整理 */
@media screen and (min-width: 700px) {

	#content .research {
		font-size: 1.8rem;
		padding: 10px 50px;
		line-height: 40px;
	}

	#content .notice {
		font-size: 1.8rem;
		padding: 10px 50px;
	}

	.notice .atext {
		margin-left: 40px;
	}

	#seatNumberInput .currentCar {
		width: 50%;
		margin: auto;
		text-align: left;
	}

}
