#pageTop h1 {
	background-image: url(../icon/home.svg);
}

#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.menu_box {
	width: 1024px;
	height: 100%;
	padding: 60px 0 30px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.menu_box ul {
	padding: 10px 10px 100px 10px;
	overflow: auto;
	list-style: none;
}

.menu_box ul li {
	float: left;
	width: 210px;
	height: 210px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	border-radius: 3px;
	background-color: #FCFCFC;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	background-repeat: no-repeat;
	background-size: 60% 60%;
	background-position: center 35%;
}

.menu_box ul li h3 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15px;
	font-size: 1.3em;
}

#order { background-image: url(../icon/survey.svg); }
#history { background-image: url(../icon/fine_print.svg); }
/*
#estimate { background-image: url(../icon/.svg); }
#stock { background-image: url(../icon/.svg); }
*/
#customer { background-image: url(../icon/contacts.svg); }
#delivery { background-image: url(../icon/overtime.svg); }
#register { background-image: url(../icon/safe.svg); }
#reformList { background-image: url(../icon/news.svg); }
#salesSituation { background-image: url(../icon/bullish.svg); }
#salesTrend { background-image: url(../icon/bar_chart.svg); }
#salesComparison { background-image: url(../icon/line_chart.svg); }
#reformDistribution { background-image: url(../icon/doughnut_chart.svg); }
#reformVsSales { background-image: url(../icon/combo_chart.svg); }
#shopInCharge { background-image: url(../icon/multiple_smartphones.svg); }
#setting { background-image: url(../icon/settings.svg); }
