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


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



/************ヘッダーメニュー設定************/
.h_menu {
	width: 200px;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 25px;
    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 {
	list-style: none;
}

.h_menu li {}


.h_menu a {
	font-size: 90%;
	width: 100%;
	display: block;
	border-bottom: 1px solid #CCC;
}

.h_menu li a {
    color: #000000;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.h_menu ul ul {
	margin-left: 10px;
	margin-bottom: 15px;
}



/************ ヘッダーメニュー設定-end ************/



@media only screen and (max-width: 770px) {
.logo {
	display: none !important;
}}
