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

.navcontainer {
	width: 90%;
	max-width:1050px;
	margin-top: 10px;
	margin-bottom:80px;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: center;
    margin: 10px auto;
	clear:both;
}


@media screen and (max-width:805px){/*19*/
.navcontainer {
    width: 90%;
    margin: 10px auto;
}
}

@media screen and (max-width:805px){/*19*/
.navcontainer {
	border: none;
}
}
.toggleMenu {
    position: fixed;
    top: 0;
	right: 0;
    z-index: 1000;
    display:  none;
    background-color: #000;
    padding: 8px 15px;
    color: #FFF !important;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	font-size:1.1em;
}

.nav {
    list-style: none;
     *zoom: 1;
     background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 16em;/*ドロップダウンの幅*/

}
.nav a {
    padding: 10px 25px;
    color: #000 !important;
	border-bottom:6px solid #FFF;

}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
@media screen and (max-width:805px){/*19*/
.nav {
    width: 100%;
    position: fixed;/*画面上部に固定*/
    top: 37px;/*トグルボタンの高さ分下げる*/
    z-index: 1000;
  left: 0;/*画面全体がボタンになる*/
  right: 0;/*画面全体がボタンになる*/
  bottom: 0;/*画面全体がボタンになる*/
  overflow-y: auto;/*スクロールオン*/
}
.nav > li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
}

.nav > li > .parent {
}
.nav > li > a {
    display: block;
	text-decoration: none !important;
}
.nav > li > a:hover {
	/*background: #99CCCC;ドロップダウンマウスオーバーの背景*/
	/*color: #FFF;ドロップダウンマウスオーバーの文字色*/
	text-decoration: none;
	border-bottom:6px solid #AF744F;
}

.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	display: block;
    background-color: rgba(241, 240, 239, 0.8);
    background: rgba(241, 240, 239, 0.8);
    color: rgba(241, 240, 239, 0.8);/*ドロップダウンの背景*/
    color: #000;/*ドロップダウンの文字色*/
	position: relative;
	z-index:100;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-decoration: none !important;
}

.nav li li a:hover {
	background: #99CCCC;/*ドロップダウンマウスオーバーの背景*/
	color: #FFF;/*ドロップダウンマウスオーバーの文字色*/
	text-decoration: none;
}

.nav li li li a {
    background-color: rgba(239, 218, 216, 0.8);
    background: rgba(239, 218, 216, 0.8);
    color: rgba(239, 218, 216, 0.8);/*ドロップダウンの背景*/
    color: #000;/*ドロップダウンの文字色*/
    z-index:200;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	text-decoration: none !important;
}

@media screen and (max-width:805px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
    }
    .nav ul {
    display: block;
    width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}

@media screen and (max-width:960px){/*19最終項段落ち調整*/
.navcontainer {
	font-size:0.95em;}
.nav a {
    padding: 10px 20px;

}
}