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


/* https://mocoware.jp/install-tablesorter/ テーブルソーターのボタンの CSS  */
th.header { 
    background-image: url(/ikaika/wp-content/themes/affinger4-child/images/bg.gif); 
    background-repeat: no-repeat; 
    background-position: center right; 
}
th.headerSortUp { 
    background-image: url(/ikaika/wp-content/themes/affinger4-child/images/asc.gif); 
}
th.headerSortDown { 
    background-image: url(/ikaika/wp-content/themes/affinger4-child/images/desc.gif); 
}


/*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) {


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