@charset "utf-8";

/* PC：style-access-pc.css
 * おまかせプラン ver.6
 * アクセス
 * **************************************************
 * Global Navigation (Nav) ★
 * Content (Section)
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}
#subPage #content .main{
	width:1200px;
}
#subPage #content .main .inner {
    background-color: #fff;
	margin: 60px 0 0 0;
	padding-top:60px;
}

#subPage #content .main .inner section {
    display: block;
    width: 90%;
    margin: 0 auto;
}

#subPage .side{
	margin-top:60px;
}

#content .cntTab {
    margin: 0 0 0 0;
    height: auto;
}

/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage #content .main > section {
}

/* Elements
------------------------------------------------------------------ */
/* Table */
#subPage .main td {
	text-align: left;
}
