@charset "UTF-8";


    /* ウィジェット見出し */
    #side aside h4:not(.rankh4):not(#reply-title):not(.point),
    .st-widgets-title:not(.rankh4):not(#reply-title):not(.point) {
        padding: .75em 1em .75em 2em;
        position: relative;
        margin-bottom:10px;
    }
    
    #side aside h4:not(.rankh4):not(#reply-title):not(.point)::after,
    .st-widgets-title:not(.rankh4):not(#reply-title):not(.point)::after {
        position: absolute;
        top: 1em;
        left: .6em;
        z-index: 2;
        content: '';
        width: 10px;
        height: 10px;
        border: 3px solid #ccc;
        border-radius: 100%
    }
    
    /*記事一覧見出し*/
    .n-entry,
    .p-entry,
    .point-in {
      padding-right:20px;
    }
    .n-entry::after,
    .p-entry::after,
    .point-in::after {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      width: 0;
      border-width: 0 10px 10px 0;
      border-style: solid;
      box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
    }

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


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

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



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

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


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