@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* Style Sheet for comodi-iida.co.jp Navigation Style               */
/* ---------------------------------------------------------------- */
/* ====== Gloval-Navigation ====== */
#navi {
  width: 100%;
  height: 40px;
}
#navi ul.gnav {
  position: relative;
}
#navi ul.gnav li {
  float: left;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
  border-right: 1px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  position: relative;
  background-color: #E9E9E9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.48, #DDD), color-stop(0.68, #FFF));
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DDD), to(#FFF));
  background: -webkit-linear-gradient(#DDD, #FFF);
  background: -moz-linear-gradient(#DDD, #FFF);
  background: linear-gradient(#DDD, #FFF);
  -pie-background:linear-gradient(#DDD,#FFF);
  behavior: url(/func/css/pie/PIE.htc);
  text-shadow: 2px 2px 2px #FFF;
  z-index:10000;
}
*:first-child+html #navi ul.gnav li {
  float: left;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
  border-right: none;
  color: #000;
  position: relative;
  background-color: #E9E9E9;
}
#navi ul.gnav li:last-child {
  border-right: none;
}
#navi ul.gnav li a {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
}
#navi ul.gnav li a:hover {
  color: #FFF;
/*
  color: #999;
*/
  text-decoration: none;
  background-color: #093;
/*
  background-color: #DDD;
*/
  text-shadow: none;
}
#navi ul.gnav ul {
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
}
#navi ul.gnav ul li {
  font-weight: normal;
  font-size: 1em;
  border-right: none;
  float: none;
  border-bottom: 1px solid #999;
  background-color: #78F082;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.48, #78F082), color-stop(0.68, #78F082));
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#78F082), to(#78F082));
  background: -webkit-linear-gradient(#78F082, #78F082);
  background: -moz-linear-gradient(#78F082, #78F082);
  background: linear-gradient(#78F082, #78F082);
  -pie-background:linear-gradient(#78F082,#78F082);
  text-shadow: none;
/*
  background-color: #E9E9E9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.48, #E9E9E9), color-stop(0.68, #E9E9E9));
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E9E9E9), to(#E9E9E9));
  background: -webkit-linear-gradient(#E9E9E9, #E9E9E9);
  background: -moz-linear-gradient(#E9E9E9, #E9E9E9);
  background: linear-gradient(#E9E9E9, #E9E9E9);
  -pie-background:linear-gradient(#E9E9E9,#E9E9E9);
*/
}
*:first-child+html #navi ul.gnav ul li {
  font-size: 1em;
}
#navi ul.gnav ul li a {
  border-right: none;
  width: 100%;
  display: inline-block;
}
#navi ul.gnav ul ul {
  left: 100%;
  top: 0;
}
#navi ul.gnav li:hover ul {
/*#navi ul.gnav li:hover > ul {*/
  visibility: visible;
}
#navi ul.gnav li.this {
  color: #F00;
  text-shadow: 2px 2px 2px #999;
}
/* ====== Local-Navigation ====== */
.blk2_nav .navttl {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  color: #000;
  background-color: #D8EB00;
/*
  background-color: #FFD700;
*/
  border: none !important;
}
.blk2_nav .navttl:before {
  content: "\0025a0\002000";
}

.blk2_nav .navttl:after {
  content: "\002000\0025a0";
}
.blk2_nav ul.locals {
  padding:0 0 20px 0;
  width:100%;
  background-image: url("../img/wall_nvg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
}
.blk2_nav ul.locals li {
  margin: 0;
  width: 100%;
  font-size: 0.8em;
  text-indent: 1em;
  border-top: 1px solid #FFF;
  list-style-type: none;
}
.blk2_nav ul.locals li p {
  padding: 10px 0;
  font-size: 1em;
  text-decoration: none;
  color: #333;
  background-color: #78F082;
/*
  background-color: #8FBC8F;
*/
  border-top: 1px solid #FFF;
  cursor: pointer;
}
.blk2_nav ul.locals li p span {
  display: block;
  padding-left: 20px;
  background: url("../img/arw_open.png") no-repeat 10px 50%;
}
.blk2_nav ul.locals a {
  display:block;
  padding: 10px 0;
  background-color: #1EC865;
/*
  background-color: #66CDAA;
*/
  text-decoration: none;
  color: #333;
}
.blk2_nav ul.locals a:hover, .blk2_nav ul.locals li ul a:hover {
  color: #000;
  background-color: #FFEB00;
}
.blk2_nav ul.locals a.sub {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #78F082;
  padding: 0 0 0 10px;
  border-top: 1px solid #FFF;
}
.blk2_nav ul.locals span {
  display: block;
  padding: 8px;
}
.blk2_nav ul.locals ul {
  display: none;
}
.blk2_nav ul.locals > li > ul > li {
  font-size: 1em;
}
.blk2_nav ul.locals > li > p span {
  background-image: url(../img/arw_open.png);
}
.blk2_nav ul.locals > li > p span.open {
  background-image: url(../img/arw_close.png);
}
.blk2_nav ul.locals a span {
  display: block;
  padding-left: 20px;
  background: url("../img/navico.png") no-repeat 10px 50%;
}
.blk2_nav ul.locals a.sub span {
  display: block;
  padding-left: 25px;
  background: url("../img/navico.png") no-repeat 15px 50%;
}
.blk2_nav ul.locals li.this {
  margin: 0;
  padding: 18px 0;
  width: 100%;
  font-size: 0.8em;
  text-align: right;
  color: #FFF;
  background-color: #093;
  border-top: 1px solid #FFF;
}
.blk2_nav ul.locals li.this:after {
  content: "\002000\002000";
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
#navi {
  height: 50px;
}
#navi ul.gnav li {
  width: 12.5%;
  height: 50px;
  line-height: 50px;
}
#navi ul.gnav li:last-child {
  border-right: none;
}
#navi ul.gnav ul {
  display: none;
}
#navi ul.gnav li:hover ul {
  display: none;
}
#navi ul.gnav li.this {
  color: #F00;
  text-shadow: 2px 2px 2px #999;
}
.blk2_nav ul.locals li {
  text-indent: 0.5em;
}
.blk2_nav ul.locals li p span {
  background: url("../img/arw_open.png") no-repeat 5px 50%;
}
.blk2_nav ul.locals span {
  padding: 8px 0;
}
.blk2_nav ul.locals a span {
  background: url("../img/navico.png") no-repeat 5px 50%;
}
.blk2_nav ul.locals a.sub span {
  background: url("../img/navico.png") no-repeat 10px 50%;
}
}
@media screen and (min-width: 640px) and (max-width: 799px) {
#navi {
  height: 100px;
}
#navi ul.gnav li {
  width: 25%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #999;
}
#navi ul.gnav li:nth-child(4n) {
  border-right: none;
}
#navi ul.gnav ul {
  display: none;
}
#navi ul.gnav li a:hover {
  background: #093 url("../img/bggnav.png") repeat-x left bottom;
}
#navi ul.gnav li.this {
  color: #F00;
  text-shadow: 2px 2px 2px #999;
}
.blk2_nav ul.locals li {
  text-indent: 1em;
}
.blk2_nav ul.locals li p span {
  background: url("../img/arw_open.png") no-repeat 10px 50%;
}
.blk2_nav ul.locals span {
  padding: 8px;
}
.blk2_nav ul.locals a span {
  background: url("../img/navico.png") no-repeat 10px 50%;
}
.blk2_nav ul.locals a.sub span {
  background: url("../img/navico.png") no-repeat 15px 50%;
}
}
@media screen and (max-width: 640px) {
#navi {
  height: 200px;
}
#navi ul.gnav li {
  width: 50%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #999;
}
#navi ul.gnav li:nth-child(2n) {
  border-right: none;
}
#navi ul.gnav ul {
  display: none;
}
#navi ul.gnav li a:hover {
  background: #093 url("../img/bggnav.png") repeat-x left bottom;
}
#navi ul.gnav li.this {
  color: #F00;
  text-shadow: 2px 2px 2px #999;
}
.blk2_nav ul.locals li {
  text-indent: 1em;
}
.blk2_nav ul.locals li p span {
  background: url("../img/arw_open.png") no-repeat 10px 50%;
}
.blk2_nav ul.locals span {
  padding: 8px;
}
.blk2_nav ul.locals a span {
  background: url("../img/navico.png") no-repeat 10px 50%;
}
.blk2_nav ul.locals a.sub span {
  background: url("../img/navico.png") no-repeat 15px 50%;
}
}