/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20170205
*/
@import url('../affinger4/style.css');

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}

/*-- テーブルキャンペーン --*/
.campa{
    background-color: #fff9f4;
    color: #3f3d3d;
}

.camti{
    background-color: #ffeddb;
    padding: 12px;
    color: #ff7f00;
    font-size: 16px;
}