@charset "utf-8";

/* PC：basic_sp.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Content
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

 /* Body
-------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	position: relative;
	min-width: 320px;
}

/* Header
-------------------------------------------------- */

#header {
	background-color: #000000;
	height: 80px;
	width: auto;
}
#header .logo {
	position: relative; top: 11px; left: 0;
}
#header .lead {
	position: relative; top: 17px; left: 28px;
}
#header #assistNavi {
	display: none;
}


/* Global Navigation
-------------------------------------------------- */

#globalNavi ul.menu {
	display: none;
}
#globalNavi ul.menu ul {
	margin: 0; padding: 0;
	width: 100%;
}
#globalNavi ul.menu li {
	border-top: 1px solid #cccccc;
	background: #f7f7f7;
}
#globalNavi ul.menu li:first-child {
   border-top: none;
}
#globalNavi ul.menu li a {
    display: block;
    padding: 9px 10px 8px;
}

/* Content
-------------------------------------------------- */

#content {
	margin: 5% 0 10%;
	width: auto;
}

/* トップページ */
#content .main {
	padding: 0 5%;
}

/* 下層ページ */
#subPage #content .main {
}
#subPage #content .side {
}


/* Footer
-------------------------------------------------- */
#footer {
	clear: both;
	width: auto;
}
#footer .inner {
	padding: 0 5%;
}

#footer .copyRight {
	width: auto;
}
