@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,Helvetica,Arial,Verdana;
  font-size: 12px;
  font-size: 100%;
}
html, body {
  line-height: 1.4;
  height: 100%;
  margin: 0;
}

.mp_img {
  border:none;
}

.txtRed {
  color: #ff0000;
}

/* header */
#header {
  padding: 0 10px;
}
.headTtl {
  position: relative;
}
#logo a {
  width: 140px;
  height: 40px;
  background: url(../img/logo_b.gif) no-repeat;
  padding: 0;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#logoA a {
  width: 140px;
  height: 40px;
  background: url(../img/logo.png) no-repeat;
  padding: 0;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* g_nav */
#nav {
  width: 100%;
  background-color: #FFC164;
  text-shadow: 1px 1px 1px #efefef;
}
#nav ul {
  max-width: 1024px;
  margin: 30px auto 0;
  text-align: center;
}
#nav li {
  display: inline-block;
  width: 10%;
  text-align: center;
}
#nav a {
  display: block;
  color: #444;
  letter-spacing: 3px;
  text-decoration: none;
  padding: 10px 0;
}
#nav a:after {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  margin: 10px auto 0;
  transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  -ms-transition: .25s ease-out;
}
#nav a:hover:after {
  width: 100%;
}

h2.loginTtl{
  background:#FF9933;
  margin: 0 0 10px 0;
  padding:10px 0;
  font-size:140%;
  font-weight:bold;
  text-align:center;
  color:#fff;
  text-shadow: 1px 1px 0 #ccc;
}

.primary {
  clear: both;
  width: 850px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
  position: relative;
  min-height: 100%;
}

/* footer */
footer.footer{
  background:#333;
  color:#ccc;
  height: 50px;
  line-height: 50px;
  border-bottom: #FF9933 solid 2px;
  padding:0px 0;
  width: 100%;
  margin: 0px;
  font-size:80%;
  text-align:right;
  padding-right: 1rem;
  display: table;
}

footer.footer .footerRight{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
footer.footer .footerLeft{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 5px;
}

footer.footer .topFooter{
  display: none;
}

#container .primary {
  width: 100%;
  margin: 0 auto;
  padding-top: 0 !important;
  display: table;
}

#container .DLarea {
  width: 100%;
  padding: 0 30px 30px 200px;
  text-align: center;
  margin: 0 auto;
}

#container
.fcLogowrap {
  height: 160px;
  max-width: 160px;
  max-height: 160px;
  padding:0px;
  box-shadow: 1px 0px 1px 1px rgba(0,0,0,0.4) inset;
  margin: 5px auto;
  position: relative;
}

#container
.fcLogowrap img.fcLogo {
  max-width:140px;
  max-height:140px;
  margin: auto;

  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.viewPC { display:block!important; }
.viewSP { display:none!important; }

    #サイドパネル開閉時の画面位置調整
.bizfcmPage {
    width: 100%;
    padding: 0 30px 30px 200px;
    margin: 0 auto;
}

.boxPadding {
    padding: 30px 30px 30px 60px !important;
}

/*===============================================
タブレット用
===============================================*/
@media screen and (max-width: 1024px) {
    .viewSP{display: block !important;}
    .viewPC{display: none !important;}
    .noSp{display: none !important;}

    body{
      width: 100%;
      margin: 0 auto;
      padding: 0px 0px 30px;
    }
    .headTtl img {
      width:140px;
      height: 40px;
    }
    .fa-border{
      border: solid 0.08em #FF9933 !important;
    }
    footer.footer .footerLeft img{
      width: auto;
    }

    #container
    .fcLogowrap {
      width: 100%;
      max-width: 100%;
      max-height: 120px;
      padding:2px;
      box-shadow: 1px 0px 1px 1px rgba(0,0,0,0.4) inset;
      margin: 3px 0 3px 5px;

      text-align: center;
    }
    #container
    .fcLogowrap img.fcLogo {
      max-width:110px;
      max-height:115px;
      margin: auto;
    }
}