@charset "Shift_JIS";
/* CSS Document */

body {
	line-height: 1.4;
	color: #000;
	font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 80%;*/
}
body.ltIE8 {
	font-family: "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,/*"メイリオ", Meiryo, "ＭＳ Ｐゴシック",*/Osaka, Geneva, Arial, Helvetica, sans-serif;
}
.webfont {
	font-family: "Alegreya";
	font-style: normal;
	font-weight: 400;
}
a:hover {
/*  color: inherit;
  opacity: 0.6;
  filter: alpha(opacity=60);
	-moz-opacity: 0.6;*/
}
.bold {
	font-weight: bold;
}
#wrapper {
  min-width: 1050px;
  position: relative;
}

/* #header
----------------------------------------*/
#header {
  position: relative;
  width: 100%;
  padding: 60px 0 23px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  z-index: 100;
}
#header h1 { margin: 0 auto 15px; }
#header .fixWrapper {
  position: relative;
  width: 100%;
  height: 51px;
  background: #FFFFFF;
}
#header .logo {
  display: none;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 79px;
}

#header h1 a:hover img,
#header .logo a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

#header ul {
  position: absolute;
  right: 10px;
}
#header ul li { float: left; }

/* .linkBox */
#header .linkBox {
  top: 5px;
  width: 310px;
}
#header .linkBox li { margin-left: 5px; }

/* .sns */
#header .sns {
  top: 12px;
  width: 127px;
}
#header .sns li { margin-left: 20px; }
#header ul li:first-child { margin-left: 0; }

/* #gNavi */
#header #gNavi {
  position: relative;
  right: 0;
  width: 760px;
  margin: 0 auto;
}
#header #gNavi li {
  position: relative;
  margin: 0;
}
#header #gNavi ul {
  display: none;
  top: 45px;
  left: -30px;
  width: 240px;
}
#header #gNavi ul li {
  float: none;
  width: 240px;
  height: 61px;
  text-align: left;
}
#header #gNavi ul li a {
  display: block;
  height: 17px;
  padding: 22px 0 22px 28px;
  background: url(/pc/common/images/bg_gnavi_02.png) left -61px no-repeat;
  color: #ffffff;
  font-size: 93.%;
}
#header #gNavi ul li a.blank {
	background: url(/pc/common/images/bg_gnavi_03.png) left -61px no-repeat;
}
#header #gNavi ul li a:hover,
#header #gNavi ul li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
	-moz-opacity: 1;
  background-position: left top;
}
#header #gNavi ul li:first-child {
  height: 8px;
  background: none;
}

/* fixed */
#header.fixed {
  padding-bottom: 74px;
}
#header.fixed .fixWrapper {
  position: fixed;
  left: 0;
}
#header.fixed .fixWrapper {
	background: url(../images/bg_gnavi_04.png) repeat-x;
	height: 58px;
}


/* breadcrumb
---------------------------------------- */
.breadcrumb {
    max-width: 1280px;
    margin: 18px auto 14px ;
}
.breadcrumb, .breadcrumb a, .breadcrumb span {
    font-size: 95%;
    color: #888888;
}
.breadcrumb a {
    text-decoration: underline;
}

/* #footer
----------------------------------------*/
#footer {
  position: relative;
  height: 195px;
  padding: 45px 0 37px;
  background: url(/pc/common/images/bg_footer.png) top left repeat-x;
  text-align: center;
  z-index: 10;
}
#footer ul {
  width: 100%;
  text-align: center;
  margin: 18px auto;
}
#footer ul li {
	display: inline-block;
  margin-left: 25px;
}
#footer ul li:first-child { margin-left: 0; }
#footer ul li a {
  display: inline-block;
  padding-left: 10px;
  background: url(/pc/common/images/arrow_footer.png) left 5px no-repeat;
  color: #0d0057;
  font-size: 93%;
}
#footer ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

/* #pageTop
----------------------------------------*/
#pageTop {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: right;
}
#pageTop.absolute {
  position: absolute;
  bottom: 292px;
  left: 0;
}
#pageTop a {
  display: inline-block;
  margin-right: 15px;
}