@charset "utf-8";
#information{
	width: 100%;
	margin-top: 15px;
	border-right: none;
	height: auto;
	height: 180px;
	border: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	z-index: 20;
	}
	
/* --------------------------------

SP 横向き
-------------------------------- */
@media screen and (max-width: 896px) and (orientation: landscape){
}
/* --------------------------------

SP

-------------------------------- */
@media screen and (max-width : 640px){
#information{
	overflow: hidden;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: 250px;	
	}	
}/* end SP */
