@charset "utf-8";
@media print, screen and (max-width: 959px){
	/*----------------------------------------------------
		contents
	----------------------------------------------------*/
	#contents section{
		margin-top:16px;
	}
		/*------------------------------------------------
			main_img
		------------------------------------------------*/
		#main_img{
			margin: 16px 0px 0px;
		}
		/*------------------------------------------------
			bnr
		------------------------------------------------*/
		.bnr_item:first-child{
			margin-top:16px;
		}
		.bnr_item, .c_bnr_item {
		    display: inline-block;
			width: 49.3%;
		}
		#right_box .bnr_item {
			vertical-align: middle;
		}
		/*------------------------------------------------
			left_box
		------------------------------------------------*/
			/*-------------------------------------------
				pop
			-------------------------------------------*/
			#pop{
				display:none;
			}
			/*-------------------------------------------
				town
			-------------------------------------------*/
			#livecam_item_img{
				width:100%;
				height:auto;
			}
			/*-------------------------------------------
				bnr
			-------------------------------------------*/
			.bnr_img{
				width:100%;
				height:auto;
			}
		/*------------------------------------------------
			center_box
		------------------------------------------------*/
		#guide{
			display:none;
		}
}