/** メニュー 選択状態　**/
.mn-access div{
	border-bottom:none;
}
.mn-link div{
	border-bottom:2px solid orange;
}
@media screen and (max-width: 600px) {
	/** メニュー 選択状態　**/
	.mn-access div{
		border-bottom:none;
		font-weight:normal;
	}
	.mn-link div{
		border-bottom:none;
		font-weight:bold;
	}
}
