@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}

#conts > .text{
    margin: 0 auto 80px;
}

#conts .comImgBox .textBox01 {
	width: 390px !important;
}

#conts .dentUl{
    margin: 0 auto 60px;
    border-bottom: 1px solid #dedede;
}

#conts .dentUl .ttl{
    padding: 0 0 15px;
    font-weight: bold;
}

#conts .dentUl .imgLi{
    padding: 0 0 30px;
}

#conts .dentUl .imgLi .photo{
    float: right;
}
#conts .dentUl .imgLi .txt{
    width: 470px;
}

#conts .wPhoto{
    width: 100%;
    margin-bottom: 20px;
}
#conts .wPhoto img{
    width: 100%;
}


@media all and (min-width: 0) and (max-width: 767px) {
    #conts .comImgBox .textBox01 {
        width: 95% !important;
    }

#conts .dentUl{
    margin: 0 auto 30px;
    border-bottom: 1px solid #dedede;
}

#conts .dentUl .ttl{
    padding: 0 0 10px;
    text-align: center;
}

#conts .dentUl .imgLi{
    padding: 0 0 30px;
}

#conts .dentUl .imgLi .photo{
    float: none;
    text-align: center;
    margin-bottom: 15px;
}
#conts .dentUl .imgLi .photo img{
    width: 160px;
}
#conts .dentUl .imgLi .txt{
    width: 100%;
}

#conts .wPhoto{
    width: 100%;
    margin-bottom: 20px;
}
#conts .wPhoto img{
    width: 100%;
}
}