@charset "UTF-8";
/*=======================================
Copyright (C) 2015 Yahoo Japan Corporation. All Rights Reserved.
=======================================*/
/* CSS Document */
/*======================= RESET =======================*/
body {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dd, dt, div, form {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
}

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, i {
  font-weight: normal;
  font-style: normal;
}

/* EMG */
.EMG {
  clear: both;
  text-align: center;
}

.EMG table {
  margin: 10px auto;
}

.EMG table table {
  margin: 0;
}

/* ---------- 3:ClearFix ---------- */
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.cf {
  /** for Win IE5.5-7 */
  zoom: 1;
}

h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dd, dt, div, form {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}

/*======================= COMMON =======================*/
h1, h2, h3, ul, li, dl, dt, dd, p, address {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS UI Gothic",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.errorText {
  color: #DC0000;
  font-weight: bold;
  padding: 5px;
  background: #e6f0f8;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

/* ==================== CLOSE_INFO ===================== */
.close_info {
  padding: 15px;
  text-align: center;
  color: #f00;
  font-weight: bold;
  background: #f1f0e8;
}

/* ==================== HEADER ===================== */
#header {
  background: #ffda45;
  display: block;
  width: 100%;
  min-height: 60px;
  height: auto !important;
  /* for IE7*/
  height: 60px;
  /* for E7*/
}

#header_outside {
  background: #fff;
  display: block;
  width: 100%;
  min-height: 56px;
  height: auto !important;
  /* for IE7*/
  height: 56px;
  border-top: 4px #ffda45 solid;
}

.wrpHeader {
  position: relative;
  width: 950px;
  min-height: 56px;
  height: auto !important;
  /* for IE7*/
  height: 56px;
  margin: 0 auto;
  font-size: 75%;
}

.evtComBarLogo {
  display: block;
  width: 133px;
  height: 50px;
  float: left;
  margin: 3px 10px 0 0;
  text-indent: -9999px;
}

.evtComBarLogo a {
  display: block;
  background: url("https://s.yimg.jp/images/auct/template/promo/tpl_common/images/auc_logo_01.png") no-repeat 50% 50%;
  width: 133px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
}

/* Loginモジュール ※消す場合はdisplay: none; */
.campLogin {
  float: left;
  max-width: 540px;
  margin-top: 15px;
  color: #333;
  /* display: none; */
}

.campLogin, .campLogin a {
  color: #333;
}

.snsArea {
  float: right;
  margin: 8px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}

/* 当選履歴ボタンモジュール ※消す場合はdisplay: none; */
.btnHistory {
  float: left;
  margin-top: 9px;
  width: 136px;
  height: 24px;
  display: block;
  background: url("https://s.yimg.jp/images/auct/template/promo/tpl_common/images/btn_history_01.png") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}

.btnHistory a {
  display: block;
  width: 136px;
  height: 24px;
  text-decoration: none;
}

/* SNSボタンモジュール ※消す場合はdisplay: none; */
.ptsSNS {
  float: left;
  padding: 0;
  margin-top: 9px;
  margin-left: 15px;
}

.ptsSNS li {
  margin-right: 5px;
  min-height: 22px;
  vertical-align: middle;
  display: inline-block;
  *display: inline !important;
  *zoom: 1;
  position: relative;
}

iframe.twitter-share-button {
  width: 110px !important;
}

/* 外部ロゴ表示 ※消す場合はdisplay: none; */
.ptsLOGOoutside {
  float: left;
  width: 160px;
  height: 40px;
  display: block;
  margin-left: 15px;
  background: url("https://s.yimg.jp/images/auct/template/promo/tpl_common/images/logo_outside.png") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}

.ptsLOGOoutside a {
  display: block;
  width: 160px;
  height: 40px;
  text-decoration: none;
}

/* マストヘッダメニュー ※消す場合はdisplay: none; */
.yjmthcmnlnkarea {
  float: right;
  width: 240px;
  margin: 12px 3px 0 15px;
  font-size: 100%;
  text-align: right;
  line-height: 110%;
}

.yjmthcmnlnkarea a {
  color: #333;
}

.yjmthcmnlnkarea .st01 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 0 0 17px;
  background-image: url("https://s.yimg.jp/images/auct/template/promo/tpl_common/images/icon_beginner.png");
  background-repeat: no-repeat;
  background-position: ０ ０;
}

/*======================= FOOTER =======================*/
#footer {
  width: 100%;
  background: #ffda45;
}

#footer .cmnFtr {
  margin-top: 5px;
  padding: 0 0 15px;
  color: #333;
}

#footer .cmnFtr a {
  color: #333;
}

#footer .cmnFtr hr {
  display: none;
}

#footer .cmnFtr .ptsFmenu {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 80%;
}

/*============ footer modSearch ===========*/
#footer .modSearch {
  margin: 0 auto 10px;
  padding-top: 10px;
  text-align: center;
}

#footer .modSearch ul {
  display: block;
  margin: 15px auto;
  width: 626px;
  text-align: middle;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/bg_modSearch.gif) no-repeat;
}

#footer .modSearch .ptsSelect {
  display: block;
  width: 220px;
  float: left;
  margin: 2px 6px 2px 0;
  vertical-align: middle;
}

#footer .modSearch .ptsTextarea {
  display: block;
  width: 350px;
  float: left;
  margin: 2px 0 5px;
  vertical-align: middle;
}

#footer .modSearch .ptsBtn {
  display: block;
  width: 50px;
  float: left;
  margin-bottom: 5px;
  vertical-align: middle;
}

#footer .modSearch span.formKey {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 330px;
  margin: 0 auto;
  padding: 8px 10px;
  vertical-align: middle;
}

#footer .modSearch .formKey input {
  width: 100%;
  border: none;
  vertical-align: middle;
  border: none;
  outline: 0;
  background-color: transparent;
}

#footer .modSearch input.seachBtn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 42px;
  text-indent: -9999px;
  vertical-align: middle;
}

:root * > #footer .modSearch span.formKeySlt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  margin: 0 auto;
  padding: 10px 10px 8px;
  font-size: 75%;
}

:root * > #footer .modSearch .formKeySlt select {
  width: 100%;
  border: none;
  vertical-align: middle;
  border: none;
  outline: 0;
  background-color: transparent;
}

/*=======================  modAucSNS  =======================*/
.modAucSNS {
  margin: 30px auto 20px;
  width: 373px;
}

.modAucSNS div.logo01 a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/icon_yahoo.png) no-repeat;
  width: 89px;
  height: 22px;
  margin: 5px 17px 0px 0px;
  text-indent: -9999px;
}

.modAucSNS div.logo02 a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/icon_aucLogo_01.png) no-repeat;
  width: 75px;
  height: 17px;
  margin: 7px 20px 0px 2px;
  text-indent: -9999px;
}

.modAucSNS .line02 {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/line_02.png) no-repeat;
}

.modAucSNS div.st01 a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/icon_fb.png) no-repeat;
  width: 29px;
  height: 28px;
  margin-right: 10px;
  text-indent: -9999px;
}

.modAucSNS div.st02 a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/icon_tw.png) no-repeat;
  width: 29px;
  height: 28px;
  margin-right: 10px;
  text-indent: -9999px;
}

.modAucSNS div.st03 a {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/icon_yt_01.png) no-repeat;
  width: 60px;
  height: 25px;
  margin: 1px 10px 0px 0px;
  text-indent: -9999px;
}

/*======================= FOOTER_OUTSIDE =======================*/
#footer_outside {
  width: 100%;
  padding: 20px 0 20px;
  border-top: 2px solid #ffda45;
  background-color: #fff;
}

#footer_outside .cmnFtr {
  padding-bottom: 10px;
  color: #333;
}

#footer_outside .cmnFtr a {
  color: #333;
}

#footer_outside .elSrvLink {
  width: 69px;
  height: 16px;
  margin: 0 auto;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/auc_footer_logo.png) no-repeat 0 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#footer_outside .elSrvLink a {
  display: block;
  width: 69px;
  height: 16px;
}

#footer_outside address {
  width: 950px;
  margin: 15px auto 0;
  padding: 10px 0 0;
  border-top: 1px solid #bebcac;
  font-size: 75%;
  line-height: 1.6;
  text-align: center;
}

#footer_outside address a:link,
#footer_outside address a:visited {
  text-decoration: none;
}

#footer_outside address a:link {
  color: #333;
}

#footer_outside address a:visited {
  color: #9c780c;
}

#footer_outside address a:hover,
#footer_outside address a:active {
  text-decoration: underline;
}

/*======================= FOOTER_GUIDE =======================*/
#footer_guide {
  width: 100%;
  padding: 20px 0 20px;
  background-color: #f1f0e8;
}

#footer_guide .cmnFtr {
  padding-bottom: 10px;
  color: #333;
}

#footer_guide .cmnFtr a {
  color: #333;
}

#footer_guide .elSrvLink {
  width: 69px;
  height: 16px;
  margin: 0 auto;
  background: url(https://s.yimg.jp/images/auct/template/promo/tpl_common/images/auc_footer_logo.png) no-repeat 0 0;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#footer_guide .elSrvLink a {
  display: block;
  width: 69px;
  height: 16px;
}

#footer_guide address {
  width: 950px;
  margin: 15px auto 0;
  padding: 10px 0 0;
  border-top: 1px solid #bebcac;
  font-size: 75%;
  line-height: 1.6;
  text-align: center;
}

#footer_guide address a:link,
#footer_guide address a:visited {
  text-decoration: none;
}

#footer_guide address a:link {
  color: #333;
}

#footer_guide address a:visited {
  color: #333;
}

#footer_guide address a:hover,
#footer_guide address a:active {
  text-decoration: underline;
}

/* ==================== ft_pagechange ===================== */
.modChange {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.yjChview {
  background: none repeat scroll 0 0 #f9f9f9;
  border: 1px solid #e7e7e7;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
}

.yjChview dl, .yjChview dd, .yjChview p {
  margin: 0;
}

.yjChview dl dt, .yjChview dl dd {
  display: inline;
  font-size: 14px;
  line-height: 1.2em;
}

.yjChview dl dt {
  padding-right: 0.2em;
}

.yjChview dl dd span {
  font-weight: bold;
}

.yjChview dl dd:after {
  content: "｜";
}

.yjChview dl dd.end {
  font-weight: bold;
}

.yjChview dl dd.end:after {
  content: "";
}

/* ====###################################################################################################==== */
/* ==================== LAYOUT ===================== */
body {
  background: #FFF;
}

#wrapper {
  padding-bottom: 0;
  line-height: 1.56;
  font-size: medium;
  text-align: left;
}

#content {
  font-size: 86%;
}

/* ==================== TO TOP ===================== */
.toTop {
  display: none;
}

/*------------------
Layout
------------------*/
#wrapper {
  min-width: 950px;
  width: auto !important;
  /* for IE7*/
  width: 950px;
  /* for IE7*/
}

#MainContents {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 90px;
}

#MainContents.l-widthFull {
  width: 100%;
}

/*------------------
変数：テキスト/色/ボーダー
------------------*/
/*------------------
@mixin
------------------*/
/*テキスト非表示*/
/*clearfix*/
/*HeaderTitle*/
/*詳細ページ用下線と下余白*/
/*Btn挙動*/
/*BtnGreen枠*/
/*BtnBlue枠*/
/*------------------
Text
------------------*/
.Text--gry {
  color: #666;
}
.Text--gryS {
  color: #666;
  font-size: 86%;
}
.Text--fntS {
  font-size: 86%;
}
.Text--gryRight {
  color: #666;
  text-align: right;
}
.Text--gryNote {
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  margin-bottom: 5px;
}

/*------------------
HeaderMenu
------------------*/
.HeaderMenu {
  /*ルートを保存*/
  margin-bottom: 60px;
  padding: 8px 0;
  border-bottom: 2px solid #01ad47;
}
.HeaderMenu--top {
  margin-bottom: 0;
}
.HeaderMenu__wrap {
  zoom: 1;
  width: 950px;
  margin: 0 auto;
}
.HeaderMenu__wrap:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.HeaderMenu__header {
  float: left;
  width: 132px;
  margin-top: 5px;
  background: url(../images/img_mini_logo.png) 0 0 no-repeat;
  background-size: contain;
}
.lt-ie9 .HeaderMenu__header {
  background: url(../images/img_mini_logo-ie.png) 0 0 no-repeat;
}
.HeaderMenu__logolink {
  display: block;
  height: 20px;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
}
.HeaderMenu__list {
  float: left;
  margin: 5px 15px 0 0;
  padding-left: 15px;
  border-left: 1px solid #e6e6e6;
  text-align: center;
  vertical-align: middle;
}
.HeaderMenu__list--m01 {
  border-left: none;
  padding-left: 10px;
  margin-right: 10px;
  min-width: 155px;
  /*hover時にメニューが動かないように*/
  width: auto !important;
  /* for IE7*/
  width: 155px;
  /* for IE7*/
  text-align: center;
}
.HeaderMenu__list--banner {
  margin: 0 0 0 20px;
  padding: 0;
  border-left: none;
}
.HeaderMenu__list--banner .HeaderMenu__link {
  display: inline-block;
}
.HeaderMenu__list--banner .HeaderMenu__banner {
  width: 100px;
  height: 30px;
  vertical-align: middle;
}
.HeaderMenu__current {
  display: inline-block;
  color: #01ad47;
  font-weight: bold;
}
.HeaderMenu__link {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.HeaderMenu__link:hover {
  color: #01ad47;
  text-decoration: none;
}

/*------------------
ContentsFooter
------------------*/
.ContentsFooter {
  /*ルートを保存*/
  padding: 60px 0;
  background-color: #333;
  border-top: 5px solid #01ad47;
  text-align: center;
}
.ContentsFooter__buttonWrap {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.ContentsFooter__button {
  position: absolute;
  top: -147px;
  right: 0;
  display: block;
  width: 200px;
  height: 82px;
  background: url(../images/spr_btn_pagetop.png) no-repeat;
  background-size: 400px auto;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
}
.lt-ie9 .ContentsFooter__button {
  background: url(../images/spr_btn_pagetop-ie.png) no-repeat;
}
.ContentsFooter__button:hover {
  background-position: -200px 0;
}
.ContentsFooter__title {
  margin-bottom: 40px;
  font-size: 143%;
  font-weight: bold;
  color: #fff;
}
.ContentsFooter__link {
  display: inline-block;
  min-width: 300px;
  width: auto !important;
  /* for IE7*/
  width: 300px;
  /* for IE7*/
  padding: 22px 0;
  background-color: #01ad47;
  border-radius: 60px;
  border: 4px solid #01ad47;
  font-size: 171%;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.ContentsFooter__link:hover {
  background-color: #333;
  border: 4px solid #01ad47;
  color: #01ad47;
  text-decoration: none;
}

/*------------------
HeaderTitle
------------------*/
.HeaderTitle__title {
  /*ルートを保存*/
  color: #01ad47;
  margin-bottom: 50px;
  font-size: 214%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.HeaderTitle__title--sub {
  margin-bottom: 20px;
  font-size: 143%;
  color: #333;
}
.HeaderTitle__title--white {
  color: #fff;
}
.HeaderTitle__title--middle {
  margin-bottom: 15px;
  font-size: 143%;
  line-height: 1.5;
  text-align: left;
}
.HeaderTitle__title--exhibitor {
  padding: 60px 0 246px;
  color: #fff;
  background: url(../images/img_usage_exhibitor.png) center bottom no-repeat #01ad47;
  background-size: auto 223px;
}
.lt-ie9 .HeaderTitle__title--exhibitor {
  background: url(../images/img_usage_exhibitor-ie.png) center bottom no-repeat #01ad47;
}
.HeaderTitle__title--bidder {
  padding: 60px 0 246px;
  color: #fff;
  background: url(../images/img_usage_bidder.png) center bottom no-repeat #0092d8;
  background-size: auto 223px;
}
.lt-ie9 .HeaderTitle__title--bidder {
  background: url(../images/img_usage_bidder-ie.png) center bottom no-repeat #0092d8;
}

/*------------------
Link
------------------*/
.Link {
  color: #666;
  text-decoration: underline;
}
.Link:hover {
  color: #666;
  text-decoration: none;
}

/*------------------
index.html
------------------*/
/*----.MainVdTop----*/
.MainVdTop {
  /*ルートを保存*/
  position: relative;
  height: 650px;
  margin-bottom: 60px;
  background: url(../images/img_mainVD_top.jpg) center top no-repeat #f7f7f7;
}
.MainVdTop__wrap {
  width: 950px;
  margin: 0 auto;
  padding-top: 254px;
}
.MainVdTop__title {
  text-indent: -9999px;
  font-size: 0;
  width: 271px;
  height: 141px;
  margin: 0 auto;
  background: url(../images/txt_mainVD_top.png) 0 0 no-repeat;
  background-size: contain;
}
.lt-ie9 .MainVdTop__title {
  background: url(../images/txt_mainVD_top-ie.png) 0 0 no-repeat;
}
.MainVdTop__text {
  text-indent: -9999px;
  font-size: 0;
  position: absolute;
  width: 263px;
  height: 263px;
  background: url(../images/img_mainVD_top.png) 0 0 no-repeat;
  background-size: contain;
  bottom: 26px;
}
.lt-ie9 .MainVdTop__text {
  background: url(../images/img_mainVD_top-ie.png) 0 0 no-repeat;
}

/*----.ServiceMerit----*/
.ServiceMerit {
  border-bottom: 1px solid #ccc;
  margin-bottom: 100px;
}
.ServiceMerit__list {
  /*ルートを保存*/
  float: left;
  width: 300px;
  height: 190px;
  text-indent: -9999px;
  font-size: 0;
  background: url(../images/spr_img_merit.png) no-repeat;
  background-size: auto 190px;
}
.lt-ie9 .ServiceMerit__list {
  background: url(../images/spr_img_merit-ie.png) no-repeat;
}
.ServiceMerit__list--merit01 {
  background-position: 0 0 !important;
}
.ServiceMerit__list--merit02 {
  background-position: -300px 0 !important;
}
.ServiceMerit__list--merit03 {
  background-position: -600px 0 !important;
}

/*----.AboutService----*/
.AboutService--page {
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.AboutService__list {
  /*ルートを保存*/
  float: left;
  width: 180px;
  margin: 0 33px;
  padding-top: 140px;
  text-align: center;
  background: url(../images/spr_img_about.png) no-repeat;
  background-size: 720px auto;
}
.lt-ie9 .AboutService__list {
  background: url(../images/spr_img_about-ie.png) no-repeat;
}
.AboutService__list--about01 {
  background-position: 0 0 !important;
  margin-left: 10px !important;
}
.AboutService__list--about02 {
  background-position: -180px 0 !important;
}
.AboutService__list--about03 {
  background-position: -360px 0 !important;
}
.AboutService__list--about04 {
  background-position: -540px 0 !important;
  margin-right: 10px !important;
}
.AboutService__title {
  font-size: 114%;
  font-weight: bold;
}
.AboutService__text {
  color: #666;
}
.AboutService__text--fntS {
  font-size: 86%;
}

/*----.ServiceFaq----*/
.ServiceFaq {
  /*ルートを保存*/
  min-height: 360px;
  height: auto !important;
  /* for IE7*/
  height: 360px;
  /* for IE7*/
  margin-top: 60px;
  padding-bottom: 50px;
  background: url(../images/img_mainVD_about.jpg) center 0 no-repeat;
  background-size: 460px auto;
  zoom: 1;
}
.ServiceFaq:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.lt-ie9 .ServiceFaq {
  background: url(../images/img_mainVD_about-ie.jpg) center 0 no-repeat;
}
.ServiceFaq__wrap {
  padding-top: 50px;
  width: 220px;
}
.ServiceFaq__wrap--left {
  float: left;
}
.ServiceFaq__wrap--right {
  float: right;
}
.ServiceFaq__faq {
  padding: 12px 0;
  border: 2px solid #eee;
  margin-bottom: 15px;
}
.ServiceFaq__questions {
  padding: 0 10px 5px;
  font-size: 114%;
  font-weight: bold;
}
.ServiceFaq__answer {
  min-height: 4.5em;
  height: auto !important;
  /* for IE7*/
  height: 4.5em;
  /* for E7*/
  padding: 0 12px;
  color: #666;
}

/*----.TextBox----*/
.TextBox {
  margin-bottom: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.TextBox--noBoder {
  padding-bottom: 0;
  border-bottom: none;
}
.TextBox--price {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 50px;
  border-bottom: none;
}
.TextBox__text {
  margin-bottom: 50px;
  color: #666;
  font-size: 114%;
  line-height: 1.86;
}
.TextBox__link {
  display: inline-block;
  min-width: 130px;
  width: auto !important;
  /* for IE7*/
  width: 130px;
  /* for IE7*/
  padding: 5px;
  border-radius: 30px;
  border: 2px solid #01ad47;
  color: #01ad47;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.TextBox__link:hover {
  background-color: #01ad47;
  color: #fff;
  text-decoration: none;
}

/*----.Usage----*/
.Usage {
  /*ルートを保存*/
}
.Usage__img {
  height: 186px;
  margin-bottom: 60px;
  background: url(../images/img_usage_top.jpg) center 0 no-repeat;
  background-size: 940px auto;
  text-indent: -9999px;
  font-size: 0;
}
.lt-ie9 .Usage__img {
  background: url(../images/img_usage_top-ie.jpg) center 0 no-repeat;
}

/*----.Price----*/
.Price {
  /*ルートを保存*/
}
.Price--page {
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}
.Price__map {
  min-height: 600px;
  height: auto !important;
  /* for IE7*/
  height: 600px;
  /* for IE7*/
  margin-bottom: 40px;
  background: url(../images/img_map.png) center 0 no-repeat;
  background-size: 762px auto;
  text-indent: -9999px;
  font-size: 0;
}
.lt-ie9 .Price__map {
  background: url(../images/img_map-ie.png) center 0 no-repeat;
}
.Price__list {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: separate;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #666;
}
.Price__header {
  position: relative;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  color: #666;
  line-height: 1.1;
  z-index: -1;
}
.Price__header:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  z-index: -1;
  width: 0;
  height: 0;
  font-size: 0;
  border-style: solid;
  border-width: 0 190px 70px 0;
  border-color: transparent #fff transparent transparent;
}
.Price__header:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: -1;
  width: 0;
  height: 0;
  font-size: 0;
  border-style: solid;
  border-width: 0 190px 70px 0;
  border-color: transparent #eee transparent transparent;
}
.lt-ie8 .Price__header {
  background: url(../images/bg_pricelist_line-ie.png) center center no-repeat #eee;
}
.Price__from {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}
.Price__to {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: left;
}
.Price__area {
  width: 20%;
  padding: 0 5px;
  height: 70px;
  overflow: visible;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.Price__area--area01 {
  background-color: #01ad47;
}
.Price__area--area02 {
  background-color: #0092d8;
}
.Price__area--area03 {
  background-color: #a7c700;
}
.Price__area--area04 {
  background-color: #f98d32;
}
.Price__price {
  font-size: 143%;
  text-align: center;
  background-color: #fff;
}
.Price__price--area01 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #01ad47;
  font-weight: bold;
}
.Price__price--area02 {
  padding-bottom: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #0092d8;
  font-weight: bold;
  vertical-align: bottom;
}
.Price__price--area03 {
  padding-bottom: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: bottom;
}
.Price__price--area04 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.Price__price--area05 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.Price__price--hide {
  border-bottom: 1px solid #ccc;
  text-align: left;
  text-indent: -9999px;
  font-size: 0;
}

/*------------------
service.html
------------------*/
/*----.BothMerit----*/
.BothMerit {
  /*ルートを保存*/
  padding-bottom: 60px;
}
.BothMerit--page {
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.BothMerit__img {
  height: 466px;
  background: url(../images/img_bothMerit.jpg) center 0 no-repeat;
  background-size: 940px auto;
  text-indent: -9999px;
  font-size: 0;
}
.lt-ie9 .BothMerit__img {
  background: url(../images/img_bothMerit-ie.jpg) center 0 no-repeat;
}

/*----.Contraband----*/
.Contraband__set {
  zoom: 1;
  margin: 0 -5px;
}
.Contraband__set:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.Contraband__list {
  /*ルートを保存*/
  float: left;
  width: 147px;
  margin: 0 5px;
  padding-top: 140px;
  background: url(../images/spr_img_contraband.png) 0 0 no-repeat;
  background-size: 882px auto;
  color: #666;
}
.lt-ie9 .Contraband__list {
  background: url(../images/spr_img_contraband-ie.png) 0 0 no-repeat;
}
.Contraband__list--item01 {
  background-position: 0 0 !important;
}
.Contraband__list--item02 {
  background-position: -147px 0 !important;
}
.Contraband__list--item03 {
  background-position: -294px 0 !important;
}
.Contraband__list--item04 {
  background-position: -441px 0 !important;
}
.Contraband__list--item05 {
  background-position: -588px 0 !important;
}
.Contraband__list--item06 {
  background-position: -735px 0 !important;
}

/*------------------
usage.html
------------------*/
.PageAnchor {
  /*ルートを保存*/
  width: 940px;
  margin: 0 auto 60px;
  zoom: 1;
}
.PageAnchor:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.lt-ie8 .PageAnchor {
  background: url(../images/spr_bg_arrw-ie.png) center bottom no-repeat;
}
.PageAnchor__list {
  position: relative;
  float: left;
  width: 460px;
  padding-bottom: 20px;
}
.PageAnchor__list--exhibitor {
  margin-right: 20px;
}
.PageAnchor__list--exhibitor:before {
  content: "";
  position: absolute;
  left: 44%;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 30px 0 30px;
  border-color: #01ad47 transparent transparent transparent;
}
.PageAnchor__list--bidder:before {
  content: "";
  position: absolute;
  left: 44%;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 30px 0 30px;
  border-color: #0092d8 transparent transparent transparent;
}
.PageAnchor__link {
  display: block;
  padding: 5px;
  border-radius: 30px;
  font-size: 114%;
  font-weight: bold;
  text-align: center;
  outline: none;
}
.PageAnchor__link--exhibitor {
  border: 2px solid #01ad47;
  color: #01ad47;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.PageAnchor__link--exhibitor:hover {
  background-color: #01ad47;
  color: #fff;
  text-decoration: none;
}
.PageAnchor__link--bidder {
  border: 2px solid #0092d8;
  color: #0092d8;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
          transition: all .3s;
}
.PageAnchor__link--bidder:hover {
  background-color: #0092d8;
  color: #fff;
  text-decoration: none;
}

/*------------------
usage.html
------------------*/
/*----.UsageStep----*/
.UsageStep {
  /*ルートを保存*/
}
.UsageStep__wrap {
  width: 940px;
  margin: 0 auto;
}
.UsageStep__list {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.UsageStep__list--exhibitor01 {
  min-height: 300px;
  height: auto !important;
  /* for IE7*/
  height: 300px;
  /* for IE7*/
  background: url(../images/img_UsageStep_01.jpg) right 0 no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--exhibitor01 {
  background: url(../images/img_UsageStep_01-ie.jpg) right 0 no-repeat;
}
.UsageStep__list--exhibitor02 {
  min-height: 300px;
  height: auto !important;
  /* for IE7*/
  height: 300px;
  /* for IE7*/
  background: url(../images/img_UsageStep_02.jpg) right bottom no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--exhibitor02 {
  background: url(../images/img_UsageStep_02-ie.jpg) right bottom no-repeat;
}
.UsageStep__list--exhibitor03 {
  min-height: 300px;
  height: auto !important;
  /* for IE7*/
  height: 300px;
  /* for IE7*/
  background: url(../images/img_UsageStep_03.jpg) right bottom no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--exhibitor03 {
  background: url(../images/img_UsageStep_03-ie.jpg) right bottom no-repeat;
}
.UsageStep__list--exhibitor04 {
  min-height: 300px;
  height: auto !important;
  /* for IE7*/
  height: 300px;
  /* for IE7*/
  background: url(../images/img_UsageStep_04.jpg) right 0 no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--exhibitor04 {
  background: url(../images/img_UsageStep_04-ie.jpg) right 0 no-repeat;
}
.UsageStep__list--exhibitor05 {
  min-height: 290px;
  height: auto !important;
  /* for IE7*/
  height: 290px;
  /* for IE7*/
  padding-right: 0;
  margin-bottom: 0;
  background: url(../images/img_UsageStep_05.jpg) right 0 no-repeat;
  background-size: 380px auto;
  border-bottom: none;
}
.lt-ie9 .UsageStep__list--exhibitor05 {
  background: url(../images/img_UsageStep_05-ie.jpg) right 0 no-repeat;
}
.UsageStep__list--exhibitor06 {
  min-height: 290px;
  height: auto !important;
  /* for IE7*/
  height: 290px;
  /* for IE7*/
  background: url(../images/img_UsageStep_06.jpg) right 0 no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--exhibitor06 {
  background: url(../images/img_UsageStep_06-ie.jpg) right 0 no-repeat;
}
.UsageStep__list--bidder01 {
  min-height: 300px;
  height: auto !important;
  /* for IE7*/
  height: 300px;
  /* for IE7*/
  background: url(../images/img_UsageStep_bid_01.jpg) right bottom no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--bidder01 {
  background: url(../images/img_UsageStep_bid_01-ie.jpg) right 0 no-repeat;
}
.UsageStep__list--bidder02 {
  min-height: 300px;
  height: auto !important;
  /* for IE7*/
  height: 300px;
  /* for IE7*/
  background: url(../images/img_UsageStep_bid_02.jpg) right bottom no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--bidder02 {
  background: url(../images/img_UsageStep_bid_02-ie.jpg) right bottom no-repeat;
}
.UsageStep__list--bidder03 {
  min-height: 298px;
  height: auto !important;
  /* for IE7*/
  height: 298px;
  /* for IE7*/
  background: url(../images/img_UsageStep_bid_03.jpg) right bottom no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--bidder03 {
  background: url(../images/img_UsageStep_bid_03-ie.jpg) right bottom no-repeat;
}
.UsageStep__list--bidder04 {
  min-height: 290px;
  height: auto !important;
  /* for IE7*/
  height: 290px;
  /* for IE7*/
  padding-right: 0;
  margin-bottom: 0;
  background: url(../images/img_UsageStep_bid_04.jpg) right 0 no-repeat;
  background-size: 380px auto;
  border-bottom: none;
}
.lt-ie9 .UsageStep__list--bidder04 {
  background: url(../images/img_UsageStep_bid_04-ie.jpg) right 0 no-repeat;
}
.UsageStep__list--bidder05 {
  min-height: 291px;
  height: auto !important;
  /* for IE7*/
  height: 291px;
  /* for IE7*/
  background: url(../images/img_UsageStep_bid_05.jpg) right 0 no-repeat;
  background-size: 380px auto;
}
.lt-ie9 .UsageStep__list--bidder05 {
  background: url(../images/img_UsageStep_bid_05-ie.jpg) right 0 no-repeat;
}
.UsageStep__list--Famiport {
  padding-bottom: 0;
}
.UsageStep__icon {
  display: inline-block;
  *display: inline;
  /* for IE7*/
  zoom: 1;
  /* for IE7*/
  margin-bottom: 20px;
  padding: 3px 8px 1px;
  border-radius: 10px;
  font-size: 86%;
}
.UsageStep__title {
  margin-bottom: 15px;
  padding-right: 400px;
  font-size: 143%;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.UsageStep__text {
  margin-bottom: 15px;
  padding-right: 400px;
  font-size: 114%;
  line-height: 1.87;
  font-weight: bold;
}
.UsageStep__noteText {
  padding-right: 400px;
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  margin-bottom: 5px;
}
.UsageStep--exhibitor .UsageStep__icon {
  background-color: #d4eedc;
  color: #01ad47;
}
.UsageStep--exhibitor .UsageStep__title {
  color: #01ad47;
}
.UsageStep--bidder .UsageStep__icon {
  background-color: #cce9f7;
  color: #0092d8;
}
.UsageStep--bidder .UsageStep__title {
  color: #0092d8;
}

.Famiport {
  /*ルートを保存*/
}
.Famiport__title {
  text-indent: -9999px;
  font-size: 0;
}
.Famiport__step {
  text-indent: -9999px;
  font-size: 0;
}
.Famiport__txtNote {
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
}
.Famiport--exhibitor {
  padding: 665px 0 60px 30px;
  /*padding-topはfamiport画像高さ+15pxぐらいで指定*/
  background: url(../images/img_famiport_exhibitor.jpg) center 0 no-repeat;
  background-size: 876px auto;
}
.lt-ie9 .Famiport--exhibitor {
  background: url(../images/img_famiport_exhibitor-ie.jpg) center 0 no-repeat;
}
.Famiport--bidder {
  padding: 453px 0 60px 30px;
  /*padding-topはfamiport画像高さ+15pxぐらいで指定*/
  background: url(../images/img_famiport_bidder.jpg) center 0 no-repeat;
  background-size: 876px auto;
}
.lt-ie9 .Famiport--bidder {
  background: url(../images/img_famiport_bidder-ie.jpg) center 0 no-repeat;
}

/*----.QA----*/
.QA {
  /*ルートを保存*/
  padding-top: 40px;
}
.QA__qaSet {
  width: 940px;
  margin: 0 auto;
}
.QA__title {
  margin-bottom: 50px;
  font-size: 214%;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.QA--exhibitor .QA__title {
  color: #01ad47;
}
.QA--bidder .QA__title {
  color: #0092d8;
}
.QA__question {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 114%;
  font-weight: bold;
}
.QA__answer {
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
  margin-bottom: 60px;
}
.QA__answer:last-child {
  margin-bottom: 45px;
}

/*------------------
Price.html
------------------*/
.Simulation {
  padding-bottom: 60px;
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
}

.SimulationForm {
  /*ルートを保存*/
  width: 620px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  position: relative;
}
.SimulationForm:before {
  content: "";
  position: absolute;
  left: 290px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: #cbcbcb transparent transparent transparent;
}
.SimulationForm:after {
  content: "";
  position: absolute;
  left: 290px;
  bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: #f2f2f2 transparent transparent transparent;
}
.SimulationForm__arrow {
  display: none;
}
.lt-ie8 .SimulationForm__arrow {
  display: block;
  background: url(../images/bg_btm_arrow-ie.png) center bottom no-repeat;
  position: absolute;
  left: 290px;
  bottom: 0;
  width: 42px;
  height: 21px;
  z-index: 9999;
}
.SimulationForm__box {
  padding: 35px 40px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  zoom: 1;
}
.SimulationForm__box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.SimulationForm__list {
  float: left;
  width: 240px;
}
.SimulationForm__list--to {
  float: right;
}
.SimulationForm__title {
  margin-bottom: 5px;
  font-weight: bold;
}
.SimulationForm__data {
  position: relative;
  width: 240px;
  border-radius: 3px;
  border: 1px solid #c8cac9;
  overflow: hidden;
  background: #fff;
}
.SimulationForm__data:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 42%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #343840 transparent transparent transparent;
  border: none\0;
  /* for IE8- */
}
.SimulationForm__select {
  display: block;
  padding: 12px;
  width: 100%;
  background: #fff;
}

/*----.Result----*/
.Result {
  width: 560px;
  margin: 0 auto;
  padding: 30px;
  border: 2px solid #eee;
  text-align: center;
}
.Result_title {
  display: inline-block;
  *display: inline;
  /* for IE7*/
  zoom: 1;
  /* for IE7*/
  font-size: 114%;
  margin-right: 2px;
}
.Result_title--mrgL {
  margin-left: 30px;
}
.Result_data {
  display: inline-block;
  *display: inline;
  /* for IE7*/
  zoom: 1;
  /* for IE7*/
  font-size: 214%;
  color: #27ab4f;
  font-weight: bold;
}

/*----.Comparison----*/
.Comparison {
  /*ルートを保存*/
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}
.Comparison__list {
  width: 100%;
  margin-top: 90px;
  border-collapse: separate;
  text-align: center;
  line-height: 1.2;
}
.Comparison__header {
  width: 20%;
  padding: 12px;
  background-color: #eeeeee;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #666;
}
.Comparison__header--service {
  border: none;
  padding: 0;
}
.Comparison__data {
  width: 20%;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 114%;
}
.Comparison__data--mini {
  color: #01ad47;
  font-size: 143%;
  font-weight: bold;
}
.Comparison__data--hacoboon {
  color: #0092d8;
  font-size: 143%;
  font-weight: bold;
}
.Comparison__service {
  position: relative;
  padding: 90px 5px 15px;
  background: url(../images/spr_img_comparison.png) no-repeat;
  background-size: 760px auto;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-weight: bold;
  vertical-align: bottom;
}
.lt-ie9 .Comparison__service {
  background: url(../images/spr_img_comparison-ie.png) no-repeat;
}
.Comparison__service--service {
  background-position: 0 20px !important;
  background-color: #eeeeee;
  border-left: 1px solid #ccc;
}
.Comparison__service--hacoboon {
  background-position: -380px 25px !important;
}
.Comparison__service--company {
  background-position: -570px 25px !important;
}
.Comparison__miniWrap {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 187px;
  padding: 130px 0 15px;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: url(../images/spr_img_comparison.png) -190px 40px no-repeat #fff;
  background-size: 760px auto;
  font-weight: bold;
}
.lt-ie9 .Comparison__miniWrap {
  background: url(../images/spr_img_comparison-ie.png) -190px 40px no-repeat #fff;
}

/*----DeliveryDate----*/
.DeliveryDate {
  margin-bottom: 25px;
  color: #333;
}
.DeliveryDate__table {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
  text-align: center;
}
.DeliveryDate tbody {
  background: #fff;
}
.DeliveryDate th {
  padding: 10px 5px;
  background: #0091d5;
  color: #fff;
}
.DeliveryDate td {
  padding: 10px 5px;
}
.DeliveryDate__head th {
  background: #27ab4f;
}
.DeliveryDate__blank {
  background: #eee;
}
.DeliveryDate__note {
  text-align: right;
}

/*----DeliveryArea----*/
.DeliveryArea {
  margin-bottom: 10px;
}
.DeliveryArea__table {
  display: table;
  width: 100%;
}
.DeliveryArea__tr {
  display: table-row;
  text-align: left;
}
.DeliveryArea__td {
  display: table-cell;
  padding: 0 20px 30px 0;
  text-align: left;
  color: #666;
}
.DeliveryArea__title {
  margin-bottom: 7px;
  border-bottom: 2px solid #27ab4f;
  font-weight: bold;
  color: #27ab4f;
}
