@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: hsla(0,0%,30%,1.00);
}
#main_menu {
	width: 100%;
	padding: 0;
	margin: 0 10px 10px 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
#main_menu a {
	text-decoration: none;
}
#main_menu a:link, #main_menu a:visited {
	color: hsla(0,0%,90%,1.00);
	-webkit-transition: 0.06s;
	-moz-transition: 0.06s;
	-o-transition: 0.06s;
	-ms-transition: 0.06s;
	transition: 0.06s;
}
#main_menu a:hover, #main_menu a:active {
	color: hsla(0,0%,70%,1.00);
}
.main_menu_box {
	width: 174px;
	padding: 5px 5px 10px;
	border-bottom: 1px dashed hsla(0,0%,60%,1.00);
}
.main_menu_box:last-child {
	border-style: none;
}
.main_menu_left, .main_menu_right {
	border-bottom: 1px dashed hsla(0,0%,60%,1.00);
}
.main_menu_title {
	font-weight: bold;
	line-height: 19px;
	font-size: 16px;
	color: hsla(173,46%,83%,1.00);
}
.main_ham_menu_icon {
	margin-right: 5px;
	color: hsla(173,46%,83%,1.00);
}
#main_menu hr {
	display: none;
}
h1 {
	font-size: 22px;
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

@media screen and (min-width : 186px ) {
#main_menu {
	width: 100%;
}
#main_menu hr {
	display:block;
	clear: both;
	margin: 0;
	border: none;
	border-top: 1px dashed hsla(0,0%,60%,1.00);
}
.main_menu_box {
	float:left;
	font-size: 14px;
	line-height: 26px;
	width : 43%;
	width : -webkit-calc(50% - 25px);
	width : calc(50% - 25px);
	margin: 0;
	padding: 12px;
	border-bottom-style:none;
}
.main_menu_right, .main_menu_box:last-child {
	border-left: 1px dashed hsla(0,0%,60%,1.00);
}
/*.main_menu_left {
	border-right: 1px dashed hsla(0,0%,60%,1.00);
}*/
}
@media screen and (max-width : 185px ) {

}