
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

@charset "UTF-8";
/*──────────────────────────────────
共通指定
──────────────────────────────────*/
/* 游ゴシック Windows調整用 */
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* -----------------------------------------------------------------------------
	フッター
----------------------------------------------------------------------------- */
footer {
  border-top: 2px solid #0080cc;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', MyYuGothicM, YuGothic, sans-serif;
  color: #000;
  background:#fff!important;
	line-height:1em!important;
}


.clearfix,
.clr {
  *zoom: 1;
}

.clearfix:after,
.clr:after {
  content: "";
  display: table;
  clear: both;
}

footer .inner {
  width: 1028px;
  margin: 0 auto;
  padding: 20px 0 30px;
  font-size: 12px;
}

footer ul {
  margin-bottom: 16px;
}

footer ul li {
  display: inline-block;
  padding: 1px 9px 1px 11px;
  border-left: 1px solid #0080cc;
  line-height: 1;
  font-size:100%!important;
}

footer ul li:first-child {
  border: none;
  padding-left: 0;
}

footer ul li a {
  color: #0080cc !important;
  text-decoration:none !important;
}

footer ul li a:hover {
  text-decoration: underline !important;
}

footer p {
  float: right;
  margin-right: 28px;
}

footer small {
  color: #5c5c5c;
  float: right;
  margin-right: 28px;
font-size:100%!important;

  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", 'メイリオ', MyYuGothicM, YuGothic, sans-serif!important;
}

/* ページトップ
---------------------------------------------*/
.pageTopWrap {
  background: #fff;
}

.pageTop {
  width: 1040px;
  margin: 0 auto;
  text-align: right;
}

.pageTop img {
  margin-left: auto;
}

.pageTop img:hover {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}

