﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------*/
/*#menu_select 機能メニュー  menu.html  11/01/18 Add                                         */
/*--------------------------------------------------------------------------------*/
#menu_select {
	background: rgba(255,255,255,0.9);
	/*height: 100%;*/
	width: 100%;
	float: left;
	clear: both;
	/*position: relative;*/
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	z-index: 203;
}
#menu_select #menu_select_head {
	height: 29px;
	/*padding: 3px 7px;*/
	position: absolute;
}

#menu_select #menu_select_body {
	height: 85%;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom:5px;
	position: relative;
	overflow: auto;
}
#menu_select_head img {
	float:left;
}

#menu_select h1 {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #2c68a9),color-stop(0.4, #2c68a9),color-stop(0.5, #2c68a9),color-stop(1, #2c68a9));
	background-image: -moz-linear-gradient(-90deg,#06600 0%,#2c68a9 49%,#2c68a9 50%,#2c68a9 100%);
	background-image: linear-gradient(-90deg,#2c68a9 0%,#2c68a9 49%,#2c68a9 50%,#2c68a9 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	
	text-align:center;
	padding: 3px 5px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height:25px;
	font-weight:bold;
	height:25px;
	overflow:hidden;
}

#menu_select li {
	/*height: 40px;*/
	padding: 0px;
	margin: 0 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	display: block;
	position: relative;
}

#menu_select li.one {
	height: 40px;
	color: #333333;
	font-size:14px;
	line-height: 40px;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
	margin: 0 10px;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 237, 237)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
}

#menu_select li.caption {
	height: 40px;
	color: #ffffff;
	font-size:14px;
	line-height: 40px;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
	margin: 0 10px;
	background-color:#2c68a9;
	border-top: 1px solid rgb(153,153,153);
	border-right: 1px solid rgb(153,153,153);
	border-left: 1px solid rgb(153,153,153);
}



#menu_select li.first {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-top:5px;
}

#menu_select li.last {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:5px;
	border-bottom:solid 1px #999999;
}

#menu_select li a{
	color: #333333;
	font-size:14px;
	line-height: 40px;
	text-decoration:none;
	text-indent:5px;
	display:block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
#menu_select li.hover{
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0, #0F995D),color-stop(1, #0F995D));
	background: -moz-linear-gradient(-90deg, 0F995D 0%, 0F995D 100%);
	background: linear-gradient(-90deg, 0F995D 0%, 0F995D 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	color: rgb(255, 255, 255);
}
#menu_select li a.hover{
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	color: rgb(255, 255, 255);
}
