@charset "UTF-8";
#commonparts_ttl {
    width: 960px;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    line-height: 1.3;
    padding: 20px 0;
}
.entry_main{
    background:#eee;
}
.entry_main .commonparts_box{
    position:relative;
    width:960px;
/*    height:590px;*/
    background:url(https://toto.imagewave.pictures/%2Fentry%2Fimages%2Fpht_top_main.jpg) no-repeat 0 0;
    padding-top:0;
}
.entry_main .commonparts_box #logo{
    position:absolute;
    width: 245px;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
}
.entry_main .commonparts_box #logo img{width: 160px;height: auto;}

@media screen and (max-width:767px) {
    #commonparts_ttl {
        width: auto;
        font-size: 2.8rem;
        font-weight: bold;
        padding: 10px 13px;
        background:#eee;
    }
    .entry_main {
        background: none;
    }
    .entry_main .commonparts_box {
        width: 100%;
        height: auto;
        background: none;
    }
    .entry_main .commonparts_box img {
        width: 100%;
        height: auto;
    }
    .entry_main .commonparts_box h1 {
        top: 15.5%;
        left: 0;
        right: 0;
        width: 247px;
        height: 65px;
        background: url(/entry/images/pht_top_main.png) no-repeat 0 0;
        background-size: 247px 65px;
        margin: 0 auto;
    }
}