/*==================
	// id #title
====================*/

#title {
    background: url(../../img/common/bg_title_all_2.jpg) no-repeat center top;
    height: auto;
}

#title .inside {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 45px;
    position: relative;
    background: url(../../img/report/bg_title_1400.png) no-repeat 0 130px;
    background-size: contain;
}

#title .txtbox {
    text-align: center;
}

#title h1 {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: inherit;
    transform: none;
    text-align: center;
}



#title h1 img {
    width: 900px;
}

#title #totoptop_pc a {
    font-size: 1.2rem;
    width: 12em;
    text-align: center;
    color: #fff;
    background: #008b3e;
    padding: 0.5em 1em 0.3em 1em;
    display: block;
}

#title #totoptop_pc a:hover {
    text-decoration: none;
}

#title #totoptop_pc {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

#title .banner {
    width: 95%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

#dayly_special {
    background: rgba(249, 238, 212, 0.9);
}

#deliver {
    width: 50%;
    margin: auto;
    padding: 12px 0 10px;
    padding: 16px 0 14px;
    text-align: center;
    font-size: 1.8rem;
    border-top: #ff6c61 1px dotted;
    border-bottom: #ff6c61 1px dotted;
}

#deliver p {
    color: #666;
    color: #ff6c61;
    font-weight: bold;
    margin: 0;
}


#title .headcopy .lead .mob640 {
    display: none;
}


#title .figure-outer {
    min-height: 344px;
    background: url(../../img/report/bg-photo-back.png) no-repeat top center;
}


#title .mv {
    width: 90%;
    max-width: 718px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}




@media print,
screen and (max-width: 768px) {

    #title {
        width: 100%;
        background: none;
    }

    #title #totoptop_pc {
        position: absolute;
        top: 0;
        z-index: 500;

    }

    #title h1 {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }

    #title h1 img {
        width: 100%;
    }

    #title .inside {
        width: 100%;
        background: none;
    }


    .title_inside #totoptop_pc {
        display: none;
    }

    #title .txtbox {
        width: 100%;
        padding-top: 0;
    }

    #title #totoptop_pc a {
        font-size: 1.2rem;
        width: 12em;
    }


    #title .inside {
        padding-bottom: 0;
    }

    #title .banner {
        width: 90%;
        margin-bottom: 30px;
    }

    #title .lead {
        padding: 0;
    }

}


/*=========================
 // id #contents_outer 
===========================*/

#contents_outer {
    background: url(../../img/top/design.png)
}