@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

.article h2{
background: #ff8080;/*背景色*/
font-size: 16px;/*文字サイズ*/
color: #ffffff;/*文字色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

.article h3{
	border: none !important;
padding: 0.5em;/*文字周りの余白*/
font-size: 14px;/*文字サイズ*/
color: #444444;/*文字色*/
background: #ffcc66;/*背景色*/
border-left: solid 5px #ffcc66;/*左線（実線 太さ 色）*/
}

.article h4{
	border: none !important;
padding: 0.5em;/*文字周りの余白*/
font-size: 12px;/*文字サイズ*/
color: #444444;/*文字色*/
border-left: solid 5px #ff8080;/*左線（実線 太さ 色）*/
}

.article h5{
	border: none !important;
padding: 0.5em;/*文字周りの余白*/
color: #444444;/*文字色*/
font-size: 10px;/*文字サイズ*/
background: #EBE7E1;/*背景色*/
border-left: solid 5px #ffcc66;/*左線（実線 太さ 色）*/
}

/* コメント欄調整 */
/* pinback調整 */
li.pingback div p{
    font-size: 0.7em !important;
}
/* comment調整 */
li.comment div p{
    font-size: 0.9em !important;
}

/* シンプル枠　背景色を変える */
.supplement.boader{
background: #F0F0F0 !important;
}

.comment.odd, .pingback.odd {
    background-color: #FAFAFA;
}

/*** テーブルタグをスマホで横スクロール ***/
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}