@charset "UTF-8";


/* ---------------------------------- init ---------------------------------- */

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 14px/1.0 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	background: #fff;
	color: #000;
	letter-spacing: .2em;
}

header, article, section, footer, small {
	display: block;
}

h1, h2, h3, h4, h5, h6, p, em, address, div, form, dl, dt, dd, ul, li, ol, table {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	vertical-align: top;
}

table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
}

ul li {
	list-style-type: none;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

img, a img {
	border: none;
}

strong {
	font-weight: normal;
}

/* ---------------------------------- common ---------------------------------- */

.cfx:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cfx {
	display: inline-block;
}

* html .cfx {
	height: 1%;
}

.cfx {
	display: block;
}

.en {
	font-family: "Asap", sans-serif;
}

/* ---------------------------------- layout ---------------------------------- */

/* breadlist */
#breadlist {
	width: 960px;
	margin: 24px auto 40px;
	padding: 0 20px;
	font-size: 12px;
	color: #1a5d2b;
}

#breadlist a {
	color: #000;
	text-decoration: underline;
}

/* aside */
#aside {
	margin: -55px 0 0 0;
}

#aside .navtop {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

#aside .navtop a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/ic_arrow.png) center center no-repeat #fff;
	position: absolute;
	right: 0;
}

#aside .navtop a:hover {
	opacity: 1;
	background: url(../images/ic_arrow_h.png) center center no-repeat #fff;
}
#aside .menu {
	padding: 24px 0;
}

#aside .menu {
	padding: 24px 0;
}

#aside .menu ul {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#aside .menu ul li {
	padding: 0 16px 0 ;
	font-size: 12px;
	display: inline;
	border-right: 1px solid #000;
}

#aside .menu ul li:first-child {
	border-left: 1px solid #000;
}

#aside .banner {
	padding: 40px 0;
	background: #f2f2f2;
}

#aside .banner ul {
	width: 960px;
	margin: 0 auto;
}

#aside .banner ul li {
	margin-right: 30px;
	float: left;
}

#aside .banner ul li:last-child {
	margin-right: 0;
}

/* footer */
#footer {
	padding: 40px 0;
}

#footer small {
	margin: 0 auto;
	font-size: 12px;
	color: #6A6A6A;
	text-align: center;
}

/* ---------------------------------- floatMenu ---------------------------------- */

#floatMenu {
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	padding: 0 0 10px 0px;
}

#homeBody #floatMenu {
	display: none;
}

#floatMenu .inner {
	width: 960px;
	margin: 0 auto;
}

#floatMenu .inner img {
	width: 136px;
	margin-top: -4px;
	float: left;
}

#floatMenu .inner ul {
	margin: 24px 0 10px;
	text-align: center;
}

#floatMenu .inner ul li {
	padding: 2px 20px;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	letter-spacing:0.1em;
}

#floatMenu .inner li:first-child {
	padding-left: 50px;
}

#floatMenu .inner li:last-child {
	padding-right: 0;
}

#floatMenu .inner  li span {
	margin: 6px 0 0 0;
	font-family: "Asap", sans-serif;
	font-size: 10px;
	font-weight: 700;
	display: block;
	text-align: center;
}

#floatMenu .inner  li a {
	color: #030303;
	
}

#floatMenu .inner  li a span {
	color: #1a5d2b;
}

#floatMenu .inner  li a:hover span{
	color: #999;
}

#floatMenu .inner ul li a.selected {
	/* padding-bottom: 4px; */
	/* border-bottom: 2px solid #4D948C; */
}
