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

/***********▼画面の横幅が959pxまで*********************/
@media screen and (max-width: 959px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
body{
	font-family: sans-serif ;
}

#wrap{
width:100%;
}
#header_inner{
	width:100%;
}
#access_area_wrap{
	display:table-row;
	height:650px;
    border-collapse:separate;
    border-spacing: 1em;
}
#info_table{
	display:table;
    border-collapse:separate;
    border-spacing: 2px 0;
	width:90%;
	margin:0 auto;
}
#row1,#row2{display:table-row;}
.info_cell{
	display:table-cell;
	width:237px;
	/*height:217px;*/
	vertical-align:top;
	}
#bicycle_line_up{
	display:table;
    border-collapse:separate;
    border-spacing: 8px 0;
	/*width:80%;*/
	margin:0 auto;
}
.bike{display:table-cell;}
#access_left_area{
	display:table-cell;
	vertical-align:top;
	/*max-width:50%;*/
}

#access_right_area{
	/*display:table-cell;
	max-width:50%;
	height:500px!important;
	padding-left:2em;
    border-spacing: 0 0 0 2em;*/
}
#twitter-widget-0{
	height:500px!important;
	overflow-y:scroll;
	/*overflow-x:hidden;*/
}


.only_pc{display:none!important;}
.only_tab{display:block;}
.only_sp{display:none!important;}
.disp_pc_tab{display:block;}
.disp_tab_sp{display:block;}



/***********▲画面の横幅が959pxまで*********************/
}