/* バナーユニットT01指定
---------------------------------------------*/
/* エリア指定 */
#bnu_001_t {
border-top: 1px dashed #746C5A;
margin: 0px 0px 10px 0px;
padding: 20px 0px 10px 0px;
width:100%;
}

/* バナー間隔 */
#bnu_001_t p {
margin: 0px auto 10px;
padding: 0px;
width:210px;
}
#bnu_001_t p {display:block;}

#bnu_001_t p img{
width:100%;
height:auto;
}
#bnu_001_t p.border img{
box-sizing:border-box;
border:1px solid #b4b0b0;
}

@media screen and (max-width:375px) {
#bnu_001_t {
border-top: none;
border-bottom: 1px solid #746C5A;
padding: 50px 0px 50px 0px;
}
#bnu_001_t p {
margin: 0px auto 10px;
padding: 0px;
width:80%;
}
}