@charset "utf-8";
/* CSS Document */


#main{
    margin: 0;
    padding: 0;
}
#main img{
    width: 100%;
    height: auto;
}

/*------*/
.lineup_box {
}
.lineup_box_wh {
    border-top: 1px solid #ddd;
}
.lineup_box ul,
.lineup_box_wh ul{
    display: table;
    margin: 0px auto;
}
.lineup_box ul li,
.lineup_box_wh ul li{
    display: table-cell;
    vertical-align: top;
    text-align: left;
	padding:10px 0;
}
.lineup_box ul li.left,
.lineup_box_wh ul li.left{
    width: 20%;
    text-align: left;
}
.lineup_box ul li.right,
.lineup_box_wh ul li.right{
    vertical-align: middle;
}
.lineup_box ul li.right p.name,
.lineup_box_wh ul li.right p.name{
    
}
.lineup_box ul li.right p.detail_price,
.lineup_box_wh ul li.right p.detail_price{
    
}
.lineup_box ul li.right p.detail_price span.s_line,
.lineup_box_wh ul li.right p.detail_price span.s_line{
    text-decoration: line-through;
}
.lineup_box ul li.right p.detail_price span.member_price1,
.lineup_box_wh ul li.right p.detail_price span.member_price1{
    color: red;
}
.lineup_box ul li img,
.lineup_box_wh ul li img{
    width: 90%;
    height: auto;
}
/*------------------*/
#half_main{
    display: block;
    margin: 0px auto;
    padding: 0px;
}
#half_main dl{
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#half_main dl dt,
#half_main dl dd{
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#half_main dl dt ul,
#half_main dl dd ul{
    width: 85%;
    margin: 0px auto;
    padding: 0px;
    border-top: 1px solid #ddd;
}
.titleimg1{
    text-align: center;
}
.titleimg1 img{
    width: 50%;
    margin: auto;
}

.txt1{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    width: 85%;
    margin: auto auto 20px auto;
}
/**/
#half_main dl dd#half_main_right{
    background-color: #f5f2ed;
    padding: 25px 0;
}

#img2{
    clear: both;
    margin: 0px;
    padding: 0px;
}
#img2 img{
    width: 100%;
    height: auto;
}
/*------------*/

#oldcoin{
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(img/oldcoins.jpg);
    background-size: auto 800px;
    height: 1400px;
    clear: both;
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin:50px 0 300px 0;
}
#oldcoin div{
    position: absolute;
    bottom: -300px;
    width: 85%;
    left: 7%;
    background-color: #f2f2f2;
    margin: 10px 0 0 0;
    padding: 0;
}
#oldcoin div img{
    width: 100%;
    height: auto;
    margin: 0px;
}
#oldcoin div h3{
    text-align: left;
    width: 80%;
    margin: 20px auto;
}
#oldcoin div p{
    text-align: left;
    width: 80%;
    margin: 20px auto;
}
/*--------------*/
.ff_c_1{
    clear: both;
    padding: 20px;
    z-index: 10;
    width: 100%;
}
.ff_c_1 a{
    width: 200%;
    display: table;
    clear: both;
    border-bottom: 1px solid #ddd;
}
.ff_c_1 a span{
    display: table-cell;
    padding: 0px;
}
.ff_c_1 a img{
    height: auto;
    display: table-cell;
}
.ff_c_1 a br{
    display: none;
}
/**/
.ff_c_1 a.p50 img{
    width: 10%;
}
.ff_c_1 a.p100 img{
    width: 12%;
}
.ff_c_1 a.p200 img{
    width: 15%;
}
.ff_c_1 a.p500 img{
    width: 17%;
}
.ff_c_1 a.p10 img{
    width: 20%;
}
.ff_c_1 a.p1000 img{
    width: 30%;
}

/*------*/

.ff_c_1 a.toku1 img{
    width: 10%;
    z-index: 2;
}
.ff_c_1 a.toku2 img{
    width: 22%;
    z-index: 1;
}
.ff_c_1 a.toku3 img{
    width: 10%;
    z-index: 2;
    margin-left: 20%;
}
.ff_c_1 a.toku4 img{
    width: 22%;
    z-index: 1;
}

#f_beg{
    background-color: #f5f2ed;
    clear: both;
    width: 100%;
    padding: 0px 0 0 0;
}
#f_beg table{
    clear: both;
    margin: 100px 0 0 0px;
    width: 100%;
    float: left;
}
#f_beg table tr{
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#f_beg table td{
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    line-height: 0;
}
#f_beg table td img{
    width: 100%;
    height: auto;
}

/*-----------*/
.f_coins p.f_titleimg{
    text-align: center;
}
.f_coins p.f_titleimg img{
    display: none;
}
.f_coins p.f_titleimg span{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #e29501;
}
.f_coins p.f_titleimg span:before,
.f_coins p.f_titleimg span:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #e29501;
}
.f_coins p.f_titleimg span:before {
    margin-right: 1rem;
}
.f_coins p.f_titleimg span:after {
    margin-left: 1rem;
}
/*----------*/
#gold1 a:nth-child(1) img{
    margin-top: -10%;
    margin-bottom: 10%;
}
/*----------*/
#gold1 a:nth-child(2) img{
    margin-top: -12%;
    margin-bottom: 12%;
}
/*----------*/
#gold1 a:nth-child(3) img{
    margin-top: -15%;
    margin-bottom: 15%;
}
/**/
.txt2{
    width: 85%;
    margin: 20px auto;
}
.txt2 br{
    display: none;
}
.txt3{
    width: 85%;
    margin: auto;
}
.f_coins{
    display: none;
}