@charset "UTF-8";

/* -------------------------------------
 *
 * layout
 *
------------------------------------- */
/* -------------------------------------
 * page
------------------------------------- */
body {
}
#wrapper {
  min-width: 1200px;
}

/* deviceSwitch */
#header .deviceSwitch {
  clear: both;
  border-bottom: #d2d2d2 1px solid;
}
#header .deviceSwitch .trigger {
  display: block;
  width: 100;
  margin: 40px 40px 40px;
  padding: 40px;
  background-color: #3bbbb6;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}



/* -------------------------------------
 * main
------------------------------------- */
/* content */
#content {
  clear: both;
  width: 100%;
}

/* breadcrumb */
.breadcrumb {
  clear: both;
  margin: 20px 0;
  color: #888;
  font-size: 12px;
}
.breadcrumb li {
  display: inline-block;
  margin: 2px 0;
}
.breadcrumb li:before {
  content: ">";
  display: inline-block;
  margin: 0 8px 0 4px;
  font-size: 10px;
  vertical-align: middle;
}
.breadcrumb li:first-child:before {
  display: none;
}

/* main */
#main {
  width: 100%;
}

/* -------------------------------------
 * footer
------------------------------------- */
#footer {
  clear: both;
  width: 100%;
  margin-top: 50px;
}

/* aboveFooter */
#footer .aboveFooter {
  clear: both;
  width: 100%;
  padding: 15px 0;
}
#footer .aboveFooter .toPageTop {
  float: right;
  width: 40px;
  height: 40px;
  background-color: #666;
  line-height: 40px;
}
#footer .aboveFooter .toPageTop a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
#footer .aboveFooter .toPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -2px 0 0 -5px;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#footer .aboveFooter .tagline {
  padding: 0 80px 0 0;
  color: #888;
  font-size: 10px;
}

/* footerMain */
#footer .footerMain {
  clear: both;
  width: 100%;
  padding: 25px 0;
  background-color: #333;
  color: #888;
}
#footer .footerMain a {
  color: #888;
}
/* snsInfo */
#footer .footerMain .snsInfo {
  float: left;
  width: 410px;
}
#footer .footerMain .snsInfo .pagePlugin {
  clear: both;
  margin: 0;
}
#footer .footerMain .snsInfo .followBtns {
  clear: both;
  margin: 20px 0 0;
}
#footer .footerMain .snsInfo .followBtns .followBtn {
  float: left;
  margin-right: 10px;
}
#footer .footerMain .snsInfo .followBtns .followBtn:last-child {
  margin-right: 0;
}
#footer .footerMain .snsInfo .followBtns .followBtn .trigger {
  display: inline-block;
  padding: 6px 10px 4px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
#footer .footerMain .snsInfo .followBtns .followBtn .trigger:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#footer .footerMain .snsInfo .followBtns .followBtn .trigger:hover {
  opacity: .9;
}
#footer .footerMain .snsInfo .followBtns .followBtn.twitter .trigger {
  background-color: #55acee;
}
#footer .footerMain .snsInfo .followBtns .followBtn.twitter .trigger:before {
  background: url(/image/pc/com_ic_twitter.png) no-repeat 50% 50%;
}
#footer .footerMain .snsInfo .followBtns .followBtn.facebook .trigger {
  background-color: #3b5998;
}
#footer .footerMain .snsInfo .followBtns .followBtn.facebook .trigger:before {
  background: url(/image/pc/com_ic_facebook.png) no-repeat 50% 50%;
}
/* links */
#footer .footerMain .links {
  float: right;
}
#footer .footerMain .links .column {
  float: left;
  width: 240px;
  margin: 0 0 0 22px;
}
#footer .footerMain .links dl {
  margin: 0;
  font-size: 12px;
}
#footer .footerMain .links dl + dl {
  margin-top: 25px;
}
#footer .footerMain .links dt {
  padding: 0 0 5px;
  border-bottom: #555 1px solid;
  color: #ccc;
}
#footer .footerMain .links dd {
  margin: 10px 0 0;
}
#footer .footerMain .links dd li {
  margin: 7px 0 0;
  color: #aaa;
}
#footer .footerMain .links dd li a {
  color: #aaa;
}
#footer .footerMain .links dd li a.blank:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin: -2px 0 0 5px;
  background: url(/image/pc/footer_ic01.png) no-repeat 50% 50%;
  vertical-align: middle;
}

/* footerBottom */
#footer .footerBottom {
  clear: both;
  width: 100%;
  padding: 25px 0;
  background-color: #2a2a2a;
}
/* logoArea */
#footer .footerBottom .logoArea {
  float: left;
  width: 350px;
  padding-top: 10px;
}
#footer .footerBottom .logoArea .logo {
  display: inline-block;
  margin: 5px 0 0;
}
#footer .footerBottom .logoArea .logoutBox {
  display: inline-block;
  margin-left: 15px;
}
#footer .footerBottom .logoArea .logoutBox .logoutBtn {
  display: inline-block;
  padding: 4px 8px;
  background-color: #555;
  border-radius: 4px;
  color: #ccc;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: none;
}
#footer .footerBottom .logoArea .logoutBox .logoutBtn:hover {
  opacity: .9;
}
#footer .footerBottom .logoArea .logoutBox .logoutBtn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-top: -2px;
  margin-right: 5px;
  background: url(/image/pc/footer_ic02.png) no-repeat 50% 50%;
  vertical-align: middle;
}



#footer .footerBottom .logoArea .copyright,
#footer .footerBottom .logoArea .copyright small {
  margin: 10px 0 0;
  color: #ccc;
  font-size: 11px;
}
/* rightsArea */
#footer .footerBottom .rightsArea {
  float: right;
  text-align: right;
}
#footer .footerBottom .rightsArea .bannersBox {
  clear: both;
}
#footer .footerBottom .rightsArea .bannersBox .banners {
  float: right;
}
#footer .footerBottom .rightsArea .bannersBox .banners li {
  float: left;
  margin: 0 0 0 10px;
}
#footer .footerBottom .rightsArea .rights {
  clear: both;
  margin: 10px 0 0;
  color: #888;
  font-size: 10px;
}