@charset "UTF-8";

/* ------ all reset ------*/
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  -moz-word-wrap: break-word;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div, select, input, option {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul li, ol li {
  list-style: none; }

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

caption {
  text-align: left; }

table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
  font-size: 100%; }

address, cite, dfn, em, strong, var, th, ins, del, samp {
  font-weight: normal;
  font-style: normal; }

a img {
  border: 0; }

table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
  font-size: 100%; }

input, button {
  word-break: break-all;
  word-wrap: break-word; }

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

/* ------ premium_ui ------*/
input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none; }

input:focus, button:focus, textarea:focus {
  outline: 0px; }

body {
  font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444444; }

input, button {
  font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a {
  color: #3fb6c4;
  text-decoration: none; }

  a:visited {
    color: #008ab8; }

  a:hover, a:active {
    color: #ef8115;
    text-decoration: underline; }

  a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1; }


/* ------ emg ------*/
#emg3, #emg2, #emg {
  width: 950px;
  margin: 0 auto;
  text-align: center; }

#emg3 table, #emg2 table, #emg table {
  text-align: center;
  margin: 0 auto; }

#emg3 > table, #emg2 > table, #emg > table {
  margin: 10px auto !important; }

#emg3 > br, #emg2 > br, #emg > br {
  display: none; }

/* ------ jsError ------*/
.errorText {
  color: #e54c4c;
  padding: 15px;
  width: 920px;
  margin: 10px auto;
  text-align: center;
  background: #eeedec; }

.errorText a {
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1; }


/* ------ topback ------*/
#topback {
position: fixed;
z-index: 50;
bottom: 20px;
right: 20px;
}

/* ------ copyright ------*/
 .contentsCopyright {
  max-width: 1340px;
  min-width: 950px;
  width: expression(document.body.clientWidth < 952? "950px " : document.body.clientWidth > 1342? "1340px" : "auto");
  padding:0 10px;
  margin: 0 auto;
  color: #ccc;
  font-size: 63%; }

/* ------ footer ------*/
#footer {
  text-align: center; }

.footer-contents {
  background: #eeedec;
  margin: 40px auto 25px;
  padding: 30px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

.footer-inner {
  max-width: 1340px;
  min-width: 950px;
  width: expression(document.body.clientWidth < 952? "950px " : document.body.clientWidth > 1342? "1340px" : "auto");
  padding:0 10px;
  margin: 0 auto;
  *zoom: 1; }
  @media screen and (min-width: 1010px) {
.footer-inner {
  padding:0 20px; }
}

  .footer-inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

  .footer-inner-siteCategory {
    width: 100%;
    float: left;
    margin-right:-261px;
    }

  .footer-inner-siteInfo {
    width: 220px;
    float: right;
    padding-left: 20px;
    border-left: 1px solid #cccccc; }

address {
  margin: 20px auto 0;
  border-top: 1px solid #cccccc;
  padding: 10px 0 20px;
  font-size: 13px;
  line-height: 1.4em;
  width: 950px; }



/* ------ clearfix ------*/

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfix {
    zoom: 1;
}