@charset "UTF-8";
/*!*
 * @author RaNa Design
 */
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;
}

/*! style for element selector
 * ----------------------------------------*/
html {
  height: 100%;
  background: #f3f3f3;
  color: #595151;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Meiryo, "メイリオ", Osaka, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  min-height: 100%;
}

img, object {
  vertical-align: bottom;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

textarea {
  font-size: 100%;
}

button, input[type="submit"] {
  cursor: pointer;
}

/*! common element
 * ----------------------------------------*/
/* header
 * ----------------------------------------*/
.contentNav_sp,
.contentNav_sp_trigger {
  display: none;
}

.globalHeader {
  background-color: #fff;
}
.globalHeader .inner {
  position: relative;
  max-width: 1016px;
  width: 100%;
  height: 72px;
  margin: 0 auto;
}
.globalHeader .inner:after {
  content: "";
  display: block;
  clear: both;
}
.globalHeader .logo {
  float: left;
  width: 198px;
  padding: 14px 0 0 14px;
}
.globalHeader .text {
  float: left;
  margin-top: 23px;
  width: 237px;
  height: 15px;
  background: url('../images/global_header-s0f0cbc95b1.png') no-repeat 0 -106px;
  overflow: hidden;
  text-indent: -9999px;
}
.globalHeader .contact {
  float: right;
  padding: 12px 14px 0 0;
}
.globalHeader .contact a {
  display: block;
  width: 86px;
  height: 20px;
  background: url('../images/global_header-s0f0cbc95b1.png') no-repeat 0 0;
  overflow: hidden;
  text-indent: -9999px;
}
.globalHeader .contact a:hover, .globalHeader .contact a:focus, .globalHeader .contact a:active {
  opacity: .7;
  text-decoration: none;
}

/* footer
 * ----------------------------------------*/
.globalFooter {
  background-color: #fff;
}
.globalFooter .banner {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 0 19px;
}
.globalFooter .banner:after {
  content: "";
  display: block;
  clear: both;
}
.globalFooter .banner li {
  float: left;
  width: 24.0625%;
  margin-right: 1.25%;
}
.globalFooter .banner li:last-of-type {
  margin-right: 0;
}
.globalFooter .banner li a:hover, .globalFooter .banner li a:focus, .globalFooter .banner li a:active {
  opacity: .7;
  text-decoration: none;
}
.globalFooter .banner img {
  width: 100%;
  height: auto;
}
.globalFooter .pageTop {
  border-top: 1px solid #f3f3f3;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.33333;
}
.globalFooter .pageTop p {
  max-width: 1000px;
  margin: 0 auto;
  padding: 22px 0 10px;
  text-align: right;
}
.globalFooter .pageTop a {
  color: #333;
}
.globalFooter .pageTop a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url('../images/global_footer/icon_pagetop.png?1398860479') no-repeat 0 0;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  vertical-align: middle;
}
.globalFooter .pageTop a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  text-decoration: none;
}
.globalFooter .footer {
  border-top: 1px solid #ccc;
  background-color: #fff;
}
.globalFooter .footer .inner {
  max-width: 1000px;
  min-height: 71px;
  margin: 0 auto;
}
.globalFooter .footer .inner:after {
  content: "";
  display: block;
  clear: both;
}
.globalFooter .footer .inner .banner a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  text-decoration: none;
}
.globalFooter .footer .nav {
  float: left;
  width: 50%;
  padding: 9px 0 15px;
}
.globalFooter .footer .nav li {
  display: inline-block;
  margin-right: 3px;
}
.globalFooter .footer .nav li:after {
  content: "|";
  margin: 0 0 0 5px;
}
.globalFooter .footer .nav li:last-of-type {
  margin: 0;
}
.globalFooter .footer .nav li:last-of-type:after {
  content: none;
  margin: 0;
}
.globalFooter .footer .nav a {
  color: #333;
}
.globalFooter .footer .nav a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  text-decoration: none;
}
.globalFooter .footer .nav a:visited {
  color: #333;
}
.globalFooter .footer .copyright {
  float: right;
  width: 50%;
  padding: 10px 0 5px;
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  text-align: right;
}
.globalFooter .footer .banner {
  float: right;
  margin: 0;
  padding: 0 0 10px;
}

