@charset "utf-8";

/* PC：style-access-sp.css
 * おまかせプラン ver.6
 * アクセス
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
/* Table */
#subPage .main td {
	text-align: left;
}

#subPage .main h1 {
    background-color: #962980;
}