/* ------------------------------

 ------------------------------ */
html, body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
}

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

html {
	height: 100%;
}

body {
	background: #FFF;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.8;
	min-width: 960px;
	position: relative;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, li, th, td {
	font-size: 14px;
}

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

a:hover {
	color: #004dcc;
	text-decoration: unerline;
}

.text_img {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/**/

.normal {
	font-weight: normal;
}

.red {
	color: #f00;
}

.small {
	font-size: 85%;
	line-height: 1.4;
}

/* ------------------------------
 wrapper
 ------------------------------ */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -40px 0;
}

#footer, #footer_push {
	height: 40px;
}

#social {
	background: #f60;
	height: 30px;
}

#social .container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#social #twitter {
	position: absolute;
	top: 5px;
	right: -45px;
}

#social #facebook {
	position: absolute;
	top: 5px;
	right: 110px;
}

/* ------------------------------
 header
 ------------------------------ */
#header {
	background-color: #004dcc;
	color: #fff;
	height: 80px;
	min-width: 980px;
	position: relative;
	text-align: center;
	z-index: 2;
}

#header div {
	margin: 0 auto;
	width: 960px;
}

#header li {
	float: left;
}

#header li a {
	background: url(/images/common/header2019.png) no-repeat 0 0;
	display: block;
	height: 80px;

	-webkit-transition: background-position 0.1s ease-out;
	transition: background-position 0.1s ease-out;
}

#header li.soon a {
	background-image: url(/images/common/header2017_soon.png);
  cursor: default;
  pointer-events: none;
}

#header li.header03,
#header li.header04 {
  display: none;
}

#header li.header01 a,
#header li.header02 a,
#header li.header03 a,
#header li.header04 a,
#header li.header05 a,
#header li.header06 a,
#header li.header07 a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#header li.header08 a,
#header li.header09 a {
	color: #fff;
}

#header li.header08 a > span,
#header li.header09 a > span {
	display: block;
	font-size: 80%;
	line-height: 30px;
	padding: 25px 0;
}

#header li.header08 a > span span,
#header li.header09 a > span span {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#header li.header08 a > span span {
	background-image: url(/images/common/header_twitter.png);
  display: inline-block;
  width: 20px;
  height: 30px;
}

#header li.header09 a > span span {
	background-image: url(/images/common/header_facebook.png);
	padding-left: 16px;
}

#header li.header01 a { background-position: 0px -80px; width: 114px; }
#header li.header02 a { background-position: -114px -80px; width: 227px; }
#header li.header03 a { background-position: -0 -80px; width: 0px; }
#header li.header04 a { background-position: -0 -80px; width: 0px; }
#header li.header05 a { background-position: -0px -80px; width: 0px; }
#header li.header06 a { background-position: -341px -80px; width: 227px; }
#header li.header07 a { background-position: -568px -80px; width: 226px; }
#header li.header08 a { background-position: -794px -80px; width: 83px; }
#header li.header09 a { background-position: -877px -80px; width: 83px; }
#header li.header01 a:hover { background-position: 0px 0px; }
#header li.header02 a:hover { background-position: -114px 0px; }
#header li.header03 a:hover { background-position: -0 0px; }
#header li.header04 a:hover { background-position: -0 0px; }
#header li.header05 a:hover { background-position: -0px 0px; }
#header li.header06 a:hover { background-position: -341px 0px; }
#header li.header07 a:hover { background-position: -568px 0px; }
#header li.header08 a:hover { background-position: -794px 0px; }
#header li.header09 a:hover { background-position: -877px 0px; }
#header li.header01 a.on { background-position: 0px -160px; }
#header li.header02 a.on { background-position: -114px -160px; }
#header li.header03 a.on { background-position: -0 -160px; }
#header li.header04 a.on { background-position: -0 -160px; }
#header li.header05 a.on { background-position: -0 -160px; }
#header li.header06 a.on { background-position: -341px -160px; }
#header li.header07 a.on { background-position: -568px -160px; }
#header li.header08 a.on { background-position: -794px -160px; }
#header li.header09 a.on { background-position: -877px -160px; }

/* ------------------------------
 footer
 ------------------------------ */
#footer {
	background:#f4f2f0;
	color: #666;
	text-align: center;
}

#footer p {
	font-size: 80%;
	line-height: 20px;
	padding: 10px 0;
}
