@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

img {
  vertical-align: top;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

header {
  height: 45px;
  background-color: #0074af;
  position: relative;
}

#menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: url(../img/btn_menu.png);
  background-size: 45px 45px;
}
#menu_btn.open {
  background-image: url(../img/menu/btn_return.png);
}

#allwrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#wrapper {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  background-image: url(../img/bg.png);
  background-position: center top;
  background-size: 100% auto;
}
#side_navi {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #525657;
  -webkit-transition: -webkit-transform 0.5s;
  height: 100%;
}
#side_navi li {
  border-top: #717677 1px solid;
  border-bottom: #525657 1px solid;
  background-color: #626566;
  height: 43px;
  position: relative;
  width: 100%;
  display: table;
  box-sizing: content-box;

  background-position: left top;
  background-repeat: no-repeat;
  background-size: 13px 13px;

  -webkit-transition: margin-top 0.2s linear;
}
#side_navi li a,
#side_navi li span {
  width: 100%;
  display: table-cell;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  padding: 0 20px 0 15px;
  vertical-align: middle;
}
#side_navi li.nosub a:after,
#side_navi li.nosub span:after,
#side_navi li li a:after {
  width: 7px;
  height: 8px;
  content: '';
  position: absolute;
  background-image: url(../img/icon_arrow.png);
  top: 50%;
  margin-top: -4px;
  right: 9px;
  background-size: 7px 8px;
}
#side_navi li li a:after {
  opacity: 0.5;
}
#side_navi li.sub_close span:after {
  width: 7px;
  height: 8px;
  content: '';
  position: absolute;
  background-image: url(../img/icon_plus.png);
  top: 50%;
  margin-top: -4px;
  right: 9px;
  background-size: 7px 8px;
}
#side_navi li.sub_open span:after {
  width: 7px;
  height: 8px;
  content: '';
  position: absolute;
  background-image: url(../img/icon_minus.png);
  top: 50%;
  margin-top: -4px;
  right: 9px;
  background-size: 7px 8px;
}
#side_navi li.sub_open li span:after {
  background-image: none;
}
#side_navi li.sub_open {
  background-color: #545859;
  border-top: #525455 1px solid;
  border-bottom: #393b3c 1px solid;
}
#side_navi li:after {
  width: 13px;
  height: 13px;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  background-size: 13px 13px;
}
#side_navi li:nth-child(1):after {
  background-image: url(../img/menu/point_menu01.png);
}
#side_navi li:nth-child(2):after {
  background-image: url(../img/menu/point_menu02.png);
}
#side_navi li:nth-child(3):after {
  background-image: url(../img/menu/point_menu03.png);
}
#side_navi li:nth-child(4):after {
  background-image: url(../img/menu/point_menu04.png);
}
#side_navi li:nth-child(5):after {
  background-image: url(../img/menu/point_menu05.png);
}
#side_navi li:nth-child(6):after {
  background-image: url(../img/menu/point_menu06.png);
}
#side_navi li:nth-child(7):after {
  background-image: url(../img/menu/point_menu07.png);
}
#side_navi li:nth-child(8):after {
  background-image: url(../img/menu/point_menu08.png);
}
#side_navi li:nth-child(9):after {
  background-image: url(../img/menu/point_menu09.png);
}
#side_navi li:nth-child(10):after {
  background-image: url(../img/menu/point_menu10.png);
}
#side_navi li:nth-child(11):after {
  background-image: url(../img/menu/point_menu11.png);
}
#side_navi li:nth-child(12):after {
  background-image: url(../img/menu/point_menu12.png);
}
#side_navi li:nth-child(13):after {
  background-image: url(../img/menu/point_menu13.png);
}
/*#side_navi li:nth-child(14):after { background-image: url(../img/menu/point_menu14.png); }*/
#side_navi li li {
  background-color: #474a4b;
  border-top: #525657 1px solid;
  border-bottom: none;
}
#side_navi li.nonactive:after,
#side_navi li.nonactive span {
  opacity: 0.2;
}
#side_navi li.hidemenu:after,
#side_navi li.hidemenu span {
  opacity: 0;
}
#side_navi li li:after {
  content: none;
  background-image: none !important;
}
#side_navi li li a,
#side_navi li li span {
  padding-left: 30px;
}
#side_navi .submenu_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
#side_navi .sub_open .submenu_wrap {
  display: block;
}

footer {
  background-color: #0074af;
  padding: 24px 0 0;
}
#foot_link {
  text-align: center;
  line-height: 2;
  color: #4c9fc9;
  font-size: 12px;
}
#foot_link a {
  text-decoration: none;
  color: #fff;
  margin: 0 7px;
}

#share {
  text-align: center;
  margin: 24px 0 0;
  line-height: 0;
}
#share li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}
#share_fb {
  width: 92px;
  overflow: hidden;
}

#foot_title {
  text-align: center;
  margin: 30px 0 0;
  line-height: 0;
}
#copyright {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin: 12px 0 0;
  text-align: center;
}

#pagetop_btn {
  text-align: center;
  margin: 30px 0 0;
}
