@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------------------------------
 Base
------------------------------------------------------------ */
html, body {
  background-color: #FFF;
  color: #333;
  font-size: 14px;
  font-family: "YuGothic", '游ゴシック', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  line-height: 1.5;
}

img {
  vertical-align: bottom;
}

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

a:hover {
  text-decoration: underline;
}

#wrap {
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  z-index: 9000;
}
#header .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url("../img/common/h_bar.png") center 0 repeat-x;
}
#header .inner {
  padding-top: 9px;
  background: url("../img/common/h_side.png") 0 0 no-repeat;
}
#header .title {
  position: relative;
  width: 458px;
  margin: 0 auto;
  z-index: 2;
}
#header ul {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 28px 74px 0;
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header ul li, #header ul li a {
  position: relative;
  display: block;
  width: 202px;
  height: 36px;
}
#header ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}
#header ul .fashion {
  float: left;
}
#header ul .personal {
  float: right;
}
#header .scope {
  position: absolute;
  left: 0;
  top: 82px;
  width: 1150px;
}
#header .scope p {
  position: absolute;
  top: 0;
  width: 350px;
  height: 8px;
  background: #89c8f5;
}
#header .scope p.fashion {
  right: 800px;
}
#header .scope p.personal {
  left: 800px;
}

#footer {
  position: relative;
  width: 100%;
  height: 120px;
  background: url("../img/common/f_bar.png") center 0 repeat-x #000;
}
#footer .pagetop {
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  width: 134px;
  height: 46px;
}
#footer .pagetop p {
  cursor: pointer;
  position: relative;
  padding-top: 12px;
  z-index: 2;
}
#footer .pagetop span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: #FFFFFF;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50%;
  border-radius: 50% 50%;
  z-index: 1;
}
#footer .link {
  padding-top: 30px;
  width: 600px;
  overflow: hidden;
  *zoom: 1;
}
#footer .link p {
  float: left;
}
#footer .link p.smilenavi {
  width: 220px;
}
#footer .link ul {
  float: left;
  padding: 15px 0 5px;
  line-height: 1em;
  overflow: hidden;
  *zoom: 1;
}
#footer .link ul li {
  border-right: dotted 1px #FFFFFF;
  padding: 0 9px;
  float: left;
}
#footer .link ul li:first-child {
  border-left: dotted 1px #FFFFFF;
}
#footer .link ul a {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 12px;
  padding-right: 16px;
  background: url("../img/common/f_blank.png") right 2px no-repeat;
}

#contents {
  position: relative;
  padding-top: 90px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/loading.gif") center center no-repeat rgba(255, 255, 255, 0.8);
  z-index: 5000;
}

.inner {
  position: relative;
  width: 1150px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page-header {
  position: relative;
  width: 100%;
  height: 360px;
  background: #FFFFFF;
}
#page-header .inner {
  padding-top: 118px;
}
#page-header .inner > div {
  position: relative;
  width: 530px;
  margin: 0 auto;
}
#page-header h1 {
  padding-top: 15px;
  text-align: center;
  height: 124px;
}
#page-header span {
  position: absolute;
  display: block;
}
#page-header .lead {
  text-align: center;
}
#page-header .brace {
  position: absolute;
  top: 0;
}
#page-header .brace.left {
  left: 0;
}
#page-header .brace.right {
  right: 0;
}
#page-header .mynavi {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 40px;
  right: -50px;
}
