@charset "utf-8";
#titlebar{
    width: 1200px;
    height: 50px;
    background: url(/member/images/title_back.png) no-repeat;
    position: relative;
}
#titlebar span{
    display: block;
    position: absolute;
    right: 50px;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-style: italic;
    height: 50px;
    line-height: 50px;
}
#chapter{
    margin: 8px auto;
    width: 875px;
    height: 47px;
    background-image: url(/member/images/h1_back.png);
    background-repeat: repeat-x;
    background-position: center center;
    border: 1px solid #c0c0c0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    behavior: url(border-radius.htc);
    position: relative;
}
#chapter span.icon{
    display: block;
    width: 24px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/member/images/h1_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#chapter span.left{
    display: block;
    position: absolute;
    top 0;
    left: 24px;
    font-size: 135%;
    font-weight: bold;
    line-height: 47px;
}
#chapter span.right{
    display: block;
    position: absolute;
    top 0;
    right: 24px;
    font-size: 133%;
    font-weight: bold;
    line-height: 47px;
}
#chapter_dmy{
    margin: 8px auto;
    width: 875px;
    height: 47px;
}

/*
 * ＨＯＷＴＯ
 */

#howtoimg{
    background-image: url(../images/howto_top.gif);
    background-repeat: no-repeat;
    width: 600px;
    height: 294px;
    margin: 0 auto;
}

#beginning{
    text-align: center;
    line-height: 16px;

}

#tradedetail{
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 800px;
    margin: 0 auto;
}

#schema,
#detail{
    display: table-cell;
    vertical-align: middle;

}
#detail{
    padding-left: 10px;
}

#detail ol{
    margin-left: 20px;
}

#detail ol li{
    line-height: 16px;
}
#schema{
    background-image: url(../images/howto_schema.gif);
    background-repeat: no-repeat;
    width: 380px;
    height: 408px;

}

.title_buy,
.title_sell{
    width: 300px;
    padding:5px 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;

}

.title_buy{
    background-color: #8ea1cb;
}
.title_sell{
    background-color: #97cabc;
}

/*
.howto_buy,
.howto_sell{
    width: 300px;
    color: #5674b7;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
*/

div.howto_buy,
div.howto_sell,
div.howto_buy a,
div.howto_sell a,
div.howto_buy a:hover,
div.howto_sell a:hover{

    display: block;
    width: 300px;
    height: 25px;
    background-repeat: no-repeat;
    margin: 10px 0 20px 5px;
}

div.howto_buy,
div.howto_buy a{
  background-image: url('../images/btn_howto_buy.gif');
}

div.howto_sell,
div.howto_sell a{
  background-image: url('../images/btn_howto_sell.gif');
}

#campaign{
    background-image: url('../images/howto_campaign.gif');
    background-repeat: no-repeat;
    /* background-color: ff800d; button */
    width: 400px;
    height: 160px;
    margin: 0 auto;
    position:relative;
}

#campaign div.entryform{
    position: absolute;
}


#campaign div.entryform,
#campaign div.entryform a{
    top: 80px;
    left: 96px;
    width: 207px;
    height: 26px;
    display: block;

}

#campaign div.entryform,
#campaign div.entryform a{
    background-image: url('../images/btn_howto_campaign_off.gif');
    background-repeat: no-repeat;
}

/*
 * sell
 */
#step_sell .step,
#step_buy .step{

    margin: 0 auto;
    width:650px;
    padding: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    padding-top: 10px;
    background-color: #FFFFCC;
    box-shadow: 5px 5px 5px lightgray;
/*
    border-top-left-radius: 50px 30px;
    border-top-right-radius: 50px 30px;
*/
    background-position: center bottom 10px;
    background-repeat: no-repeat;

}

/*
 * sell
 */

#step_sell #step1{
    height: 200px;
    background-image: url(../images/sell01.jpg);
    margin-top: 10px;

}
#step_sell #step2{
    height: 230px;
    background-image: url(../images/sell02.jpg);
    margin-top: 25px;
}
#step_sell #step3{
    height: 350px;
    background-image: url(../images/sell03.jpg);
    margin-top: 25px;
}
#step_sell #step4{
    height: 350px;
    background-image: url(../images/sell04.jpg);
    margin-top: 25px;
}

#step_sell #step5{
    margin-top: 25px;
}
/*
 * buy
 */

#step_buy #step1{
    height: 200px;
    background-image: url(../images/sell01.jpg);
    margin-top: 10px;

}
#step_buy #step2{
    height: 350px;
    background-image: url(../images/buy02.jpg);
    margin-top: 25px;
}
#step_buy #step3{
    height: 350px;
    background-image: url(../images/buy03.jpg);
    margin-top: 25px;
}
#step_buy #step4{
    height: 270px;
    background-image: url(../images/buy04.jpg);
    margin-top: 25px;
}

#step_buy #step5{
    height: 260px;

    background-image: url(../images/buy05.jpg);
    margin-top: 25px;
}
/*
 * payment
 */
table#flowchart{
    width: 800px;
    margin: 0 auto;
}

table#flowchart th,
table#flowchart td{
    padding: 10px;
}

th.orderno{
    width: 10%;
}
th.buyer,
th.substitute,
th.seller{
    width: 30%;
}

td.substitute{
    vertical-align: middle;
    text-align: center;
}

table#flowchart td p{
    color: #F00;
    line-height: 16px;
    padding: 3px;
}

div.thema_img{
    text-align: center;
    /* margin: 0 auto; */
    margin-top: 10px;
    margin-bottom: 10px;
}

div.thema_img img{
    /* box-shadow: 5px 5px rgba(0,0,0,0.4); */
}

#tab{
  margin: 0 auto;
  display: table;
  border-collapse: separate;  /* セルの間隔を空ける */
  border-spacing: 5px 0px;  /* 左右 上下で記述 */
}

li#tab_kaiintype,
li#tab_premium,
li#tab_dotcom,
li#tab_payment,

li#tab_kaiintype a,
li#tab_premium a,
li#tab_dotcom a,
li#tab_payment a{

  display: table-cell;
  width: 210px;
  height: 92px;
  text-align: center;
}

#tab a{
  display: block;
}

li#tab_kaiintype a{
  background-image: url('../images/howto_site_navi_type_off.gif');
  background-repeat: no-repeat;
}
li#tab_premium a{
  background-image: url('../images/howto_site_navi_premium_off.gif');
  background-repeat: no-repeat;
}
li#tab_dotcom a{
  background-image: url('../images/howto_site_navi_dotcom_off.gif');
  background-repeat: no-repeat;
}
li#tab_payment a{
  background-image: url('../images/howto_site_navi_payment_off.gif');
  background-repeat: no-repeat;
}


/* li#tab_aboutus a.current, */

li#tab_kaiintype a:hover{
  background-image: url('../images/howto_site_navi_type_on.gif');
  background-repeat: no-repeat;
}
li#tab_premium a:hover{
  background-image: url('../images/howto_site_navi_premium_on.gif');
}
li#tab_dotcom a:hover{
  background-image: url('../images/howto_site_navi_dotcom_on.gif');
}
li#tab_payment a:hover{
  background-image: url('../images/howto_site_navi_payment_on.gif');
}

#index_title{
    width: 750px;
    margin: 0 auto;
    margin-top: 10px;
}
#content4_navi{
    margin-top: 10px;
}

/*
 * 無料会員の方へ
 **/
.thema_kaiin_type{
  position: relative;
  margin:0 auto;
  width: 880px;
  height: 913px;
  background-image: url('../images/img_member_type.jpg');
  background-repeat: no-repeat;
}

#go_charge_top{
  position: absolute;
  top: 0;
  left: 215px;
}

#go_charge_bottom{
  position: absolute;
  bottom: 0;
  left: 215px;
}

/*
 * 初めての方へ
 **/
.thema_beginer{
  position: relative;
  margin:0 auto;
  width: 880px;
  height: 1035px;
  background-image: url('../images/img_member_begin.jpg');
  background-repeat: no-repeat;
}

#go_account_top{
/*
  position: absolute;
  top: 0;
  left: 215px;
*/
  text-align: center;
  margin-bottom: 10px;
}

#go_account_bottom{
/*
  position: absolute;
  bottom: 0;
  left: 215px;
*/
  text-align: center;
  margin-top: 10px;

}

#dl_entry_pdf{
  height: 50px;
  vertical-align: middle;
}

#dl_entry_pdf img{
  vertical-align: middle;
}
