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


/*###################################
メインメニュー
###################################*/

#menu li{
	display: block;
	width: calc(50% - 1px);
	float: left;
	text-align: center;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	border-right: none;
}

#menu li:nth-child(odd){
	border-left: none;
}

.search,
#wrap .right_col .top_center .news{
	float: inherit;
}

.search{
	margin: 20px auto 0;
}

#wrap .right_col .top_center .news{
	width: 100%;
	margin-top: 0;
}

#wrap .right_col .top_right .open_time td{
	display: block;
}

#wrap .right_col .top_right .right_sub,
#wrap .right_col .top_right .banner{
	width: calc(100% - 80px);
	float: none;
}
