@charset "UTF-8";

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
    z-index: 3;
    border-radius: 0px;
    background-image: url(../images/navi_bg.gif);
	}

	/* 共通 */
	nav ul {
    margin: 0;
    padding: 0;
    height: 54px;
	}

	nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 54px;
	}

	nav ul li a {
    display: block;
    margin: 0;
    padding: 16px 0;
    color: #383636;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    background-image: url(../images/navi.gif);
    height: 54px;
    background-repeat: no-repeat;
	}

	nav ul li:hover > a {
    color: #383636;
    background-image: url(../images/navi_over.gif);
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
    height: 54px;
	}

	/* 1段目 */
	nav ul.gnav > li {
    position: relative;
    width: 163px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    height: 54px;
	}

	nav ul.gnav > li:first-child {
    height: 54px;
	}

	nav ul.gnav > li.subnav a {
		padding-right: 20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 20px;
		width: 0;
		height: 0;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
    }
}
