@charset "utf-8";
/* CSS Document */
#right_box table{
    width: 100%;
    text-align:left;
    border-collapse: collapse;
}
#right_box table tr{
    border-bottom:1px solid #ccc9c9;
    border-top:1px solid #ccc9c9;
}
#right_box table th{
    background:#f7f7f7 ;
    width: 30%;
    font-weight: normal;
    padding: 2rem;
}
#right_box table td {
    padding: 2rem 0 2rem 2rem;
}
#right_box .blank::after{
    content: "";
    background:url(/common/img/icon_blank_hover.png) no-repeat;
   width: 1.3rem;
   height: 1.2rem;
   display: inline-block;
   margin-left: .8rem;
   background-size: 100%;
}
/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
    #right_box table th{
        background:#f7f7f7 ;
        width: 35%;
        font-weight: normal;
        padding: 2rem;
    }
    
    
}
