@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */
#ttlCategory span{
width: 169px;
background-image: url(../images/ttl_category_sp.png);
background-size: 169px auto;
}
.contentsInner{
padding: 14px;
}
table{
border-top:1px solid #e8e8e8;
border-left:1px solid #e8e8e8;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}
th,
td{
padding:1em;
border-right:1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
text-align:left;
vertical-align: top;
font-size:10px;
line-height: 1.6;
font-weight: normal;
}
th{
background-color:#f0f4f3;
width:90px;
}

/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {

.contentsInner{
padding: 20px;
}
th,
td{
vertical-align: top;
font-size:14px;
line-height: 1.8;
}
th{
width:120px;
}




}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {
    #ttlCategory span{
    width: 251px;
    background-image: url(../images/ttl_category_pc.png);
    background-size: 251px auto;
    }

}