/*
Theme Name: micata2 Child
Template: micata2
Version: 20160912β
*/
@import url('../micata2/style.css');

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}


/*-- 変更 --*/
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
    border: 1px solid #ddd;
}
.tablepress thead th {
    border: 1px solid #ddd;
}

