.pc{
    display: none;
}
#mainimg{
}
#mainimg img {
    width: 100%;
	height: auto;
    margin: auto;
}

#d_txt01{
    margin: 20px auto auto auto;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    line-height: 160%;
    text-align: center;
    color: #997100;
}
#d_txt02{
    margin: 10px auto;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #997100;
}
#d_txt03{
    margin: 20px auto 100px auto;
    font-size: 16px;
    line-height: 180%;
    width: 90%;
}

/*-----------*/
#d_coin01{
    margin: auto;
    clear: both;
    background-color: #fcf6f0;
}
#d_coin01 div{
    margin: auto;
    line-height: 200%;
}
#d_coin01 div h2{
    width: 90%;
    margin: auto;
    padding: 40px 0 10px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #997100;
}
#d_coin01 div p{
    width: 90%;
    margin: auto;
    font-size: 16px;
    line-height: 200%;
}
#d_coin01 div img{
    width: 100%;
    height: auto;
}

/*-----------*/
#d_coin02{
    margin: auto;
    clear: both;
    background-color: #f4f4f4;
}
#d_coin02 div{
    margin: auto;
    line-height: 200%;
}
#d_coin02 div h2{
    width: 90%;
    margin: auto;
    padding: 40px 0 10px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    line-height: 180%;
}
#d_coin02 div p{
    width: 90%;
    margin: auto;
    font-size: 16px;
    line-height: 200%;
}
#d_coin02 div img{
    width: 100%;
    height: auto;
}

/*-----------*/
#d_coinlist{
    width: 90%;
    margin: 50px auto auto auto;
}
#d_coinlist dl{
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#d_coinlist dl dd{
    display: block;
    margin: 0px;
    padding: 0px 0 30px 0;
    text-align: center;
    float: left;
    width: 50%;
}
#d_coinlist dl dd h3{
    display: block;
    color: white;
    width: 120px;
    height: 120px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
}
#d_coinlist dl dd.pond5 h3{
    background-color: #cbaf61;
}
#d_coinlist dl dd.pond10 h3{
    background-color: #bb8901;
}
#d_coinlist dl dd.pond25 h3{
    background-color: #e6a801;
}
#d_coinlist dl dd h3 span{
    display: block;
    padding: 30px 0 0 0;
}
#d_coinlist dl dd h3 span em{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
#d_coinlist dl dd img{
    width: 90%;
    height: auto;
}
#d_coinlist dl dd h4{
    margin: 0px;
    padding: 0px;
    color: chocolate;
}
#d_coinlist dl dd p{
    
}
#d_coinlist dl dd p a{
    display: block;
    border: 2px solid #bb8901;
    color: #7a5b06;
    padding: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-decoration: none;
    margin: auto;
    width: 90%;
    font-size: 12px;
}
#d_coinlist dl dd p a:hover{
    color: #fff;
    background-color: #bb8901;
}
#footimg{
    clear: both;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding: 100px 0 0 0;
    margin: 0px;
}
#footimg img{
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}
#youtube{
    clear: both;
    margin: auto;
    text-align: center;
    padding: 30px 0 0 0
}
#youtube iframe{
    margin: auto;
    width: 90%;
    height: auto;
}