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


@media only screen and (max-width : 1025px) {
	
}

@media only screen and (max-width : 991px) {
	
}

@media only screen and (max-width : 767px) {
	
}
	
@media only screen and (max-width: 680px){
	.sup-title {
		/*font-size: 16px;*/
	}
	.text-block {
		display: block;
		/*padding: 0 0 20px 0;*/
	}
	#content {
		font-size: 14px;
	}
	.legend_container>span {
		margin-bottom: 2px;
	}
	#content select, #content input {
		margin: 10px 0;
		width: 100%;
	}
}
	
@media only screen and (max-width: 460px){
	#login-container {
		width: 100%;
	}
}	