
/*
######################################
▼(左)メニュー▼
######################################
┌     ┏━━┳━━━┓     ┐
│     ┃mメ ┃ m　　┃←col│
│     ┃eニ ┃ a　　┃     │body
│     ┃nュ ┃ i　　┃     │
│     ┃u｜ ┃ n　　┃     │
└     ┗━━┻━━━┛     ┘
*/
/*
==============================
▼ロゴなどの画像▼
==============================
*/
.logo       { display: block;
              width: 285px; }

.logo       { background: url(../img/zcn_logo.png);
	  	      height: 260px; }

@media screen and (max-width: 960px) {
  /* ウインドウ横幅が960px以下のとき */
  .logo
              { width: 220px;
                background-size: cover; }

  .logo       { height: 200px; }
  

}
/*
==============================
▲ロゴなどの画像▲
==============================
*/
/*
==============================
▼ナビゲーション▼
==============================
*/
.nav    { list-style: none;
        /*  border-top: 1px solid #8eae79;  */
		  margin: 0; }

.nav a  { color: #555;
		  text-decoration: none;
		  font: 100% sans-serif;
		   }
		  
.nav-li       { border: 1px solid #eee;
            /*  background: #eee; */
                padding: 20px 20px;
                text-align: center; }

.nav-li:hover { 
	background: linear-gradient(to bottom, #2b95ff, #aad5ff);
    color: #fff;
     }
/*

.nav-tb { display: table; 
          padding: 5% 0; }
.nav-td { display: table-cell;
		  white-space: nowrap; }
.nav-tdL{ width: 90%;
		  padding-left: 8%;
          text-align: center; }

*/
.navcur-li       { border: 1px solid #eee;
                 /*  background: #eee; */
                   padding: 10px 20px;
                   font: 100% sans-serif;
                   text-align: center; }
                    }

.current { color: #fff;
	       text-decoration: none;
		   font: serif;
		   text-align: center; }

/*
==============================
▲ナビゲーション▲
==============================
*/
/*
==============================
▼テキスト▼
==============================
*/
.first  { font: 0.9em/1.5em sans-serif;
          padding: 1.5em 0.1em; }
.right  { text-align: right; }
.auth   { font: 0.8em/1.3em sans-serif;
          text-align: center;
		  padding: 3em 0; }
.c      { font: 0.7em/1.3em sans-serif;
          text-align: center;
		  padding: 0.5em 0; }
/*
==============================
▲テキスト▲
==============================
*/
/*
######################################
▲(左)メニュー▲
######################################
*/
