/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20160912β
*/
@import url('../affinger4/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) {


/*-- ここまで --*/
}

/* アーカイブとカテゴリーのウィジェットに出る文字列を非表示する */
label.screen-reader-text {
	display: none;
}

/* コメント欄の開閉ボタン */
#comments-toggle {
    display: block;
    margin-top: 10px;
    padding: 3px 0px;
    background-color: #228b22;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center; 
}
#comments-toggle:hover {
    cursor: pointer;
    opacity: 0.8;
}
