@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  font-size: 100%;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html {
  overflow-y: scroll;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body {
  /*min-width:1024px;*/
  color: #454545;
  font-family: "游ゴシック","YuGothic",メイリオ,Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
  font-size: 14px;
  font-size: 97%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #FAC6CA;
}

::selection {
  background: #FAC6CA;
}



/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/

a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:link,
a:visited {
  text-decoration: underline;
  color:;
}

a:hover {
  text-decoration: none;
  color:;
}



/*--------------------------------------------------------------------------
   global-header
---------------------------------------------------------------------------*/

#global-header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  position: relative;
}

#global-header .global-header-outline {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
}

#global-header .global-header-inline {
  background: #fff;
  height: 44px;
  margin: 0 auto;
  padding: 16px 0 0 152px;
  width: 828px;
}

#global-header .logo {
  left: 50%;
  margin-left: -490px;
  top: 0;
  z-index: 600;
  position: absolute;
}

/* gnav
-----------------------------------------------------------------*/
#global-header #gnav {
  float: left;
}

#global-header #gnav p {
  float: left;
}

#global-header #gnav ul {
  float: left;
  overflow: hidden;
  width: 603px;
}

#global-header #gnav ul li {
  float: left;
}

#global-header .supli-logo {
  float: right;
}

/* gmenu
-----------------------------------------------------------------*/
#global-header #gmenu .menu {
  background: url(/img/univ/h_shared-bg-gnav-menu.png) repeat-x 0 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 12px;
  width: 100%;
  z-index: -10;
  position: absolute;
}

#global-header #gmenu .menu-outline {
  background: #fff;
  width: 100%;
}

#global-header #gmenu .menu-inline {
  margin: 0 auto;
  padding: 30px 0 23px 150px;
  width: 836px;
}

#global-header #gmenu .menu ul li {
  float: left;
  margin: 0 19px 17px 0;
  width: 190px;
}

#global-header #gmenu .menu ul li span {
  display: table-cell;
  vertical-align: middle;
}

#global-header #gmenu .menu ul li .img {
  padding-right: 15px;
}

#global-header #gmenu .menu ul li a {
  color: #666;
  font-size: 92%;
  font-weight: bold;
  text-decoration: none;
}

#global-header #gmenu .menu ul li a:hover {
  text-decoration: underline;
}

#global-header #gmenu .menu ul li a:hover img {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}


/*--------------------------------------------------------------------------
   global-footer
---------------------------------------------------------------------------*/

#global-footer {
  background: #181818;
  margin-top: 56px;
  z-index: 300;
  position: relative;
}

#global-footer .global-footer-inline {
  margin: 0 auto;
  min-height: 61px;
  padding: 41px 200px 0 0;
  width: 780px;
  position: relative;
}

#global-footer .footer-nav,
#global-footer .footer-nav ul {
  display: inline;
}

#global-footer .footer-nav ul li {
  background: url(/img/univ/h_shared-ico-arrow.png) no-repeat 0 50%;
  display: inline-block;
  font-size: 92%;
  margin-left: 22px;
  padding-left: 15px;
}

#global-footer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}

#global-footer .footer-nav ul li a:hover {
  text-decoration: underline;
}

#global-footer .footer-logo {
  right: 0;
  top: 34px;
  position: absolute;
}

#global-footer #pagetop {
  bottom: 169px;
  right: 30px;
  position: fixed;
}

/* copyright
-----------------------------------------------------------------*/
#global-footer small {
  color: #fff;
  font-size: 92%;
}


/*--------------------------------------------------------------------------
   container
---------------------------------------------------------------------------*/

#container {
  z-index: 10;
  position: relative;
}

#content {
  margin: 0 auto;
  width: 980px;
}

/* wrap
-----------------------------------------------------------------*/
#wrap {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 30px;
}

/* main
-----------------------------------------------------------------*/
#main {
  float: left;
  width: 690px;
}

/* side
-----------------------------------------------------------------*/
#side {
  float: right;
  width: 225px;
}

/* location
-----------------------------------------------------------------*/
#location {
  width: 980px;
  top: 202px;
  left: 50%;
  margin-left: -490px;
  position: absolute;
}

#location ul {
  min-height: 17px;
  overflow: hidden;
  padding: 18px 15px;
}

#location ul li {
  background: url(/img/_shared/ico-location_arrow.png) no-repeat 0 .6em;
  color: #777;
  float: left;
  font-size: 84%;
  margin: 0 5px 0 0;
  padding: 0 0 0 10px;
}

#location ul li a {
  color: #777;
}

#location ul li.home {
  background: url(/img/_shared/ico-location_home.png) no-repeat 0 1px;
  height: 14px;
  padding: 0 0 0 18px;
  position: relative;
  top: 0px;
}

#location ul li.home a {
  display: block;
  height: 100%;
  width: 100%;
}


/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}