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

.hm-display-none {
	display: none !important;
}


/************ヘッダーメニュー設定************/
.h_menu {
    width: 450px;
    height: 30px;
    padding: 0px;
    margin-right: 20px;
    list-style-type: none;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    antialiased: 0 0 1px rgba(0,0,0,0.2);
    font-weight: bold;	
}

.h_menu ul {
	width: 140%;
	height: 30px;	
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.h_menu li {
	z-index: 2;
	position: relative;
	display: inline-block;
	/*width: 24.6%;*/
	width: 16.5%;
	height: 30px;
	line-height: 110%;
	text-align: center;
	vertical-align: middle;
	
	background-image: linear-gradient(to bottom, #ccc, #ccc 2px, transparent 1px, transparent 8px);
	background-size: 2px 10px;
	background-position: left;
	background-repeat: repeat-y;
}


.right-line a {
	width: 100%;
	background-image: linear-gradient(to bottom, #ccc, #ccc 2px, transparent 1px, transparent 8px);
	background-size: 2px 10px;
	background-position: right;
	background-repeat: repeat-y;
}

.h_menu li a {
	color: #0055aa;
	width: 100%;
	height: 100%;
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: flex;         /* 縦 中央寄せ*/
	-webkit-justify-content:center;/* safari（PC）用 */
	justify-content: center;/* 縦 中央寄せ*/
	-webkit-align-items:center;/* safari（PC）用 */
	align-items: center; /* 縦 中央寄せ*/
	text-decoration: none;	
}

.h_menu li:hover > a{}

.h_menu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
.h_menu li ul{
  list-style: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

.h_menu li ul {
	width: 110%;
	border-right-style: none;
}
.h_menu li:last-child ul{
  left: -100%;
  width: 100%;
}
.h_menu li ul li{
	margin: 0px;
	border-left-width: 0px;
	overflow: hidden;
	width: 120%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background-color: rgba( 255, 255, 255, 0.75 );
	
	background-image: none;
}





.h_menu li ul li a{
	margin: 0px;
	padding: 0px;
}

.h_menu li ul li a:hover{
	background-color: #006699;
	color: white;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .h_menu li ul li a{
	padding: 10px;
	  
}}

.h_menu li:hover ul li{
	overflow: visible;
	height: 40px;
	border-top: 1px solid #cccccc;
}

.h_menu li:hover ul li:first-child {
  border-top: 0;
}
.h_menu li:hover ul li:last-child {
  border-bottom: 0;
}
.h_menu li:hover ul li:last-child a {
  border-radius: 0 0 3px 3px;
}
/************ ヘッダーメニュー設定-end ************/
