.travel-area{
	margin-bottom:50px;
}

.travel-toggle-on img{
	transform:rotate(180deg);	
}

.entry-form-piece{
	padding-top:40px;
	padding-bottom:40px;
	border-bottom:#737373 dashed 2px;
	font-weight:bold;
}

.entry-form-piece input,
.entry-form-piece textarea{
	background-color:hsla(205,100%,92%,1.00);
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:3px;
	line-height:200%;
}

.entry-form-piece input:focus,
.entry-form-piece textarea:focus,
.entry-form-piece input:hover,
.entry-form-piece textarea:hover{
	box-shadow:0px 0px 13px hsla(211,100%,73%,1.00);
}

.radio-btn label{
	margin-right:50px;
}

.form-error{
	line-height:200%;
	color:#F00;
	font-weight:normal;
}

.necessary{
	display:inline-block;
	margin-left:5px;
	background-color:#F00;
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
	line-height:150%;
}

.form-text{
	font-size:1.8rem;
}

.about-plaza-area{
	border-top:#9398DD solid 1px;
	margin-top:20px;
	padding-top:5px;
}