/* 基本タグ定義 */
* {margin: 0; padding: 0; box-sizing: border-box; font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
img {border: 0;}
ul {font-size: 0;}
li {font-size: 12px; list-style: none;}
a {color: #000;	text-decoration: none; outline:none;}
a:hover {text-decoration: underline;}
a img {border:none;}
input:focus { outline: none;}



/* ヘッダメニュー領域 */
#headerMenu {
	width: 100%;
	min-width: 1000px;
	height: 56px;
	background: #fff;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	z-index: 100;
}

#headerMenu ul {
	width: 1000px;
	margin: 10px auto 0;
	font-size: 0;
	overflow: hidden;
}

#headerMenu li {
	width: 80px;
	height: 43px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	
	/float: left; /* IE7 */
}

#headerMenu li:nth-child(3),#headerMenu li:nth-child(6) { /* IE8.css */
	width: 85px;
}

#headerMenu li:nth-child(5) { /* IE8.css */
	width: 100px;
}

#headerMenu li:nth-child(9) { /* IE8.css */
	width: 90px;
}

#headerMenu a {
	position: absolute;
}

#headerMenu a.active {
	top: -43px;
}

#headerMenu .menuOver {
	width: 100%;
	height: 43px;
	background: url(../images/common/bg_menuOverlay.png) 0 0 repeat-x;
	display: block;
	overflow: hidden;
	top: 0;
	position: absolute;
	z-index:105;
	transition: all ease-out 0.2s;
}

#headerMenu .menuOver:hover {
	background-position: 0 -43px;
}



/* フッタ領域 */
#footerWrapper{
	min-width: 1000px;
	background: #d6d6d6;
	border-top: 3px solid #000;
	position: relative;
	z-index: 20;
}

#footerContents {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#footerWixossBanner, #footerSiteMenu, #footerTwitterWidget {
	margin-top: 30px;
	float: left;
}

#footerWixossBanner {
	width: 435px;
	height: 660px;
	background: url(../images/common/bg_footerBanner.png) no-repeat;
}

#footerWixossBanner ul {
	top: 305px;
	left: 207px;
	position: absolute;
}

#footerSiteMenu {
	margin: 35px 60px;
}

#footerSiteMenu #shareMenu {
	margin-bottom: 32px;
}

#footerSiteMenu li {
	font-size: 10px;
	line-height: 2.2;
}

#footerMenu li:before {
	margin-right: 4px;
	content:"-"
}

#footerBanner {
	min-width: 1000px;
	padding: 25px 0;
	text-align: center;
	background: #000;
	position: relative;
}

#bannerList li+li {
	margin-left: 10px;
}

#shareMenu li:first-child {
	vertical-align: text-bottom;
}

.socialBtn li+li {
	margin-left: 8px;
}

#footerTopBtn {
	top: -58px;
	right: 0;
	position: absolute;
	z-index: 50;
}


/* 共通Class */
.inline li {
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* ローディングバー */
.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}
