ul, menu{
	list-style: none;
}

menu{
	padding: 2px 0 0 2px;
	display: -webkit-box;
	width: 100%;
	-webkit-box-sizing: border-box;
	border-bottom: 4px solid rgba(21,117,21,0.75);
}

menu.under{
	padding: 0 0 2px 2px;
	border-bottom: none;
	border-top: 4px solid rgba(51,204,51,0.75);
}

ul{
	border: 1px solid #AAA;
	font: normal 14px Helvetica;
	padding: 0;
	margin: 0 4px 5px 4px;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-webkit-backface-visibility: visible;
}

ul.rounded{
	-webkit-border-radius: 5px;
}

ul.simplicity{
	border: none;
	-webkit-box-shadow: none;
	margin: 0;
}

ul li{
	border-bottom: 1px solid #DBDBDB;
	list-style-type: none;
	background-color: #FFF;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-align: center;
	padding: 8px;
	min-height: 24px;
}

ul.rounded > li:first-child{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul.rounded li:last-child{
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

ul.simplicity li{
	list-style-type: none;
	background-color: #FFF;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	font-size:16px;
}

ul li.title{
	min-height: 20px !important;
	font: bold 16px Helvetica;
	color: #FFF;
	border: 1px solid #AAA;
	padding: 2px 0 2px 5px;
	margin: 6px 0 3px 0;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-webkit-border-radius: 0 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#777377), to(#434143));
}

.arrow {
	background-image: url(http://android.navitime.jp/drivestorage/android/image/right_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 22px;
}


ul li.blackarrow {
	background-image: url(http://android.navitime.jp/drivestorage/android/image/right_arrow.png);
	background-position: right center;
	background-color: #666;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 22px;
}

.blackarrow a {
	color: white;
}

.top-arrow {
	background-image: url(http://android.navitime.jp/drivestorage/android/image/top_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 24px 22px;
}

.bottom-arrow {
	background-image: url(http://android.navitime.jp/drivestorage/android/image/bottom_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 24px 22px;
}

ul li.center {
	-webkit-box-pack: center;
}

ul li.center a{
	-webkit-box-pack: center;
}

menu li{
	margin: 0 2px 1px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#777377), to(#434143));
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	min-height: 40px;
	position: relative;
}

menu.under li{
	margin: 1px 2px 0 0;
}

menu li.active{
	margin-bottom: 0;
	min-height: 40px;
}

menu.under li.active{
	margin-top: 0;
}

ul li a{
	color: #666;
	text-decoration: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	display: -webkit-box;
	-webkit-box-align: center;
	margin: -8px;
	padding: 8px;
	min-height: 24px;
}

menu li a{
	color: #FFF;
	width: 104px;
	padding-right: 0;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul.simplicity li a{
	min-height: 44px;
}

ul.simplicity li.blank{
	min-height: 10px;
	padding: 0px;
}

ul li div{
	margin-right: 8px;
}

ul li div.subtitle{
	width: 60px;
	font: bold 14px Helvetica;
	text-align: right;
}

ul li div.text{
	width: 65%;
}

ul li div.subtitle + div.text{
	width: 75%;
}

ul li div.wide-text{
	width: 98%;
}

ul li div.spot-name{
	color: #333;
	font-weight: bold;
	font-size:18px;
}

ul li div.list-name{
	font-size:18px;
}

ul li div.img{
	width: 80px;
	height: 80px;
	border: 1px solid #DBDBDB;
	-webkit-box-shadow: rgba(0,0,0,.3) 2px 2px 6px;
}

ul li div.img img{
	width: 76px;
	height: 76px;
	margin: 2px;
}

menu li div.tab-img{
	width: 18px;
	height: 18px;
	margin: 0 3px 0 -3px;
}

menu li div.tab-img img{
	width: 18px;
	height: 18px;
}

menu li div.tab-text{
	line-height: 18px;
	margin: 0;
}

menu li div.img{
	width: 50px;
	height: 50px;
	margin: 0px;
	border: none;
	-webkit-box-shadow: none;
}

menu li div.img img{
	width: 50px;
	height: 50px;
	margin: 0px;
}

.pointer{
	display: -webkit-box;
	margin:7px 6px 0px 6px;
}
.pointer a{
	color: #ffffff;
	display: block;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 20%;
	height: 37px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-flex: 1;
	positioin: relative;
	font-weight: bold;
	line-height: 40px;
}

.pointer a.current{
	color: #000000;
	font-weight: bold;
}

.pointerLeft{
	background-image: url(http://android.navitime.jp/drivestorage/android/image/top_g_navi_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size:3px 37px;
	width: 3px;
	height: 37px;
}
.pointerRight{
	background-image: url(http://android.navitime.jp/drivestorage/android/image/top_g_navi_right.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size:3px 37px;
	width: 3px;
	height: 37px;
}
.pointerCenter{
	background-image: url(http://android.navitime.jp/drivestorage/android/image/top_g_navi_center.png);
	background-repeat: repeat-x;
	background-position: left top;
	-webkit-background-size:1px 37px;
	height: 37px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-flex: 1;
}
.pointer a.current div.pointerLeft {
	background-image: none;
	background-color:#ffffff;
	-webkit-border-top-left-radius: 8px;
}
.pointer a.current div.pointerRight{
	background-image: none;
	background-color:#ffffff;
	-webkit-border-top-right-radius: 8px;
}
.pointer a.current div.pointerCenter {
	background-image: none;
	background-color:#ffffff;
	font-size:16px;
}