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

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

#conts > .text{
    margin: 0 auto 80px;
}
#conts a{
    text-decoration: underline;
}


#conts table{
    margin-bottom: 60px;
    border-collapse: collapse;
}

#conts table thead tr th{
    width: 33%;
    padding: 8px 0;
    background: #F1F2F6;
    border: 1px solid #dedede;
    text-align:  center;
}

#conts table tbody tr th{
    padding: 8px 0 6px;
    background: #F1F2F6;
    border: 1px solid #dedede;
    text-align:  center;
}
#conts table tbody tr th .img{
    margin-bottom: 8px;
}
#conts table tbody tr th .img img{
}
#conts table tbody tr th p{
    text-align: left;
    padding-left: 2em;
}

#conts table tbody tr td{
    padding: 8px 2px 8px 6px;
    border: 1px solid #dedede;
}




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

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

    #conts table{
    }

    #conts table thead tr th{
        padding: 6px 0;
    }

    #conts table tbody tr th{
        padding: 6px 0 5px;
    }
    #conts table tbody tr th .img{
        margin-bottom: 6px;
    }
    #conts table tbody tr th .img img{
        width: 70px;
    }
    #conts table tbody tr th p{
        text-align: left;
        padding: 0 2px;
    }

    #conts table tbody tr td{
        padding: 8px 2px 8px 6px;
        border: 1px solid #dedede;
    }

}