@charset "UTF-8";
/* mod_nav
-----------------------------------------*/
.mod_nav {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	margin-top: 0.5em;
	border-top: 1px solid #000;
	width: 1200px;
}
.mod_nav p.navtitle {
	display:none;
}
.fa {
	color: #999;
}
.mod_nav ul {
	margin:0 auto;
	/*width: 960px;*/
	width: 1020px;
	font-family: 'letter_gothic', Arial, sans-serif;
	font-weight: 300;
	font-size: 136%;
}
.mod_nav ul li {
	float:left;
	width:25%;
	line-height:65px;
	text-align:center;
}
/* unfin_150716 */
.mod_nav ul li.break {
	color:#999;
}
/* End of unfin_150716 */
.mod_nav ul li a {
	display:block;
	color:#000;
}
.mod_nav ul li a:link {
	color:#000;
	text-decoration: none;
}
.mod_nav ul li a:visited {
	color:#000;
	text-decoration: none;
}
.mod_nav ul li a:hover {
	color:#666;
	text-decoration: none;
}
.mod_nav ul li a:active {
	color:#666;
	text-decoration: none;
}
.mod_nav ul li.current a {
	text-decoration: underline;
}

 @media screen and (max-width:960px) {
.mod_nav ul {
	width: 600px;
}
.mod_nav ul li {
	float:left;
	width:20%;
}
}
 @media screen and (max-width:600px) {
.wrapper {
	margin-top: 45px;
}
.mod_nav {
	height:auto;
 	position: fixed;
 	top: 0;
	left: 0;
 	margin: 0;
	width: 100%;
	border-top: none;
	z-index: 999;
} 
.mod_nav ul li a {
	text-indent: 0.5em;
	border-bottom:solid 1px #000;
}
/* unfin_150716 */
.mod_nav ul li.break {
	text-indent: 0.5em;
}
.mod_nav ul li.lastchild a {
	/*border-bottom:none;*/
	text-indent: 0.5em;
	border-top:solid 1px #000;
	border-bottom: none;
}
/* End of unfin_150716 */
 .mod_nav p.navtitle {
	cursor:pointer;
	display:block;
	line-height:45px;
	color:#000;
 	padding:0 0 0 50px;
	font-size:110%;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	background: url('../../images/bg_menu_child.png') no-repeat 9px 9px;
}
 .mod_nav ul {
	width:100%;
	display:none;
}
.mod_nav ul li {
	float:none;
	background-color:rgba(235,235,235,0.9);
	width:100%;
	padding:0 1% 0 1%;
	text-align:left;
}
}