@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,
u, i, center,
dl, dt, dd, ol, fieldset, form, label, legend,
caption, tbody, tfoot, thead, 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, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ","ＭＳ Ｐゴシック",sans-serif;
  font-size: 12px;
  color: #525252;
}

p {
  line-height: 1.4em;
}

.sp {
  display: none;
}

/*============================
#header
============================*/
#header {
  width: 1000px;
  height: 110px;
  margin: 0 auto;
}
#header p.fl {
  padding: 20px 0 0 0;
}
#header div.fr p {
  padding-top: 5px;
}
#header div.fr p a {
  /*color: #0096d8;*/
  text-decoration: underline;
}
#header div.fr p a:hover {
  /*color: #63c2ec;*/
}
#header div.fr p span {
  padding: 0 0 0 30px;
}
#header div.fr p span a.man {
  padding: 0 0 0 24px;
  background: url(../images/common/icon_man.gif) no-repeat 0 center;
}

#header div.fr p span.doumon {
  font-size: 140%;
  text-decoration: underline;
  color: #ffd700;
}

#header div.fr div.search {
  padding: 30px 0 0 0;
}
#header div.fr div.search input {
  width: 150px;
  height: 18px;
}
#header div.fr div.search a {
  vertical-align: top;
  padding-left: 4px;
}

/*============================
#menu
============================*/
#menu {
  background: url(../images/common/bg_menu.gif) repeat-x 0 0;
  height: 32px;
}
#menu ul {
  width: 999px;
  height: 32px;
  margin: 0 auto;
  background-color: #fff;
  padding-left: 1px;
}
#menu ul li.m1 a {
  background: url(../images/common/m1.png) no-repeat 0 0;
}
#menu ul li.m2 a {
  background: url(../images/common/m2.png) no-repeat 0 0;
}
#menu ul li.m3 a {
  background: url(../images/common/m3.png) no-repeat 0 0;
}
#menu ul li.m4 a {
  background: url(../images/common/m4.png) no-repeat 0 0;
}
#menu ul li.m5 a {
  background: url(../images/common/m5.png) no-repeat 0 0;
}
#menu ul li.m6 a {
  background: url(../images/common/m6.png) no-repeat 0 0;
}
#menu ul li.m7 a {
  background: url(../images/common/m7.png) no-repeat 0 0;
}
#menu ul li.m8 a {
  background: url(../images/common/m8.png) no-repeat 0 0;
}
#menu ul li.m9 a {
  background: url(../images/common/m9.png) no-repeat 0 0;
}
#menu ul li {
  width: 110px;
  height: 32px;
  float: left;
  padding-right: 1px;
}
#menu ul li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 110px;
  height: 32px;
}
#menu ul li a:hover {
  background-position: 0 -32px;
}

/*============================
#contents
============================*/
#contents {
  background: url(../images/common/bg_main.gif) repeat 0 0;
  padding: 0 0 80px;
}
#contents div.inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

div.floatBox {
  overflow: hidden;
}

/*============================
#footer
============================*/
#footer {
  background-color: #0096d8;
  height: 85px;
}
#footer p {
  padding-top: 15px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*============================
  #header
  ============================*/
  #header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
  }
  #header p.fl {
    padding: 10px 0 0 15px;
    width: 70%;
  }
  #header p.fl a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #header div.fr div.search {
    display: none;
    padding: 30px 0 0 0;
  }
  #header div.fr div.search input {
    width: 150px;
    height: 18px;
  }
  #header div.fr div.search a {
    vertical-align: top;
    padding-left: 4px;
  }
  #header p.fr {
    padding: 14px 15px 0 0;
  }

  /*============================
  #menu
  ============================*/
  #menu {
    display: none;
    background: none;
    height: auto;
  }
  #menu ul {
    width: 100%;
    height: auto;
    background-color: #effaff;
    border-top: solid 1px #24a5dd;
    padding-left: 0;
  }
  #menu ul li.m1 a {
    background: none;
  }
  #menu ul li.m2 a {
    background: none;
  }
  #menu ul li.m3 a {
    background: none;
  }
  #menu ul li.m4 a {
    background: none;
  }
  #menu ul li.m5 a {
    background: none;
  }
  #menu ul li.m6 a {
    background: none;
  }
  #menu ul li.m7 a {
    background: none;
  }
  #menu ul li.m8 a {
    background: none;
  }
  #menu ul li.m9 a {
    background: none;
  }
  #menu ul li {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
    border-bottom: solid 1px #24a5dd;
  }
  #menu ul li.sp {
    background-color: #cbecfb;
  }
  #menu ul li a {
    display: block;
    text-indent: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 10px 0 10px 20px;
    color: #0096d8;
    text-decoration: none;
  }

  /*============================
  #contents
  ============================*/
  #contents {
    padding: 0 0 80px;
  }
  #contents div.inner {
    width: 100%;
  }
}
/*============================
#common style
============================*/
.hidden {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* text style
--------------------*/
.bold {
  font-weight: bold;
}

.textR {
  text-align: right;
}

.textC {
  text-align: center;
}


/* link style
--------------------*/
.alpha:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* padding,margin style
--------------------*/
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml1em {
  margin-left: 1em;
}

.jyunbi {
  margin: 6em 0;
  text-align: center;
}

/* indent style
--------------------*/
.sage1 {
  padding-left: 1em;
  text-indent: -1em;
}

span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
