/*
Theme Name: AFFINGER4 Child
Template: affinger4
Version: 20170501
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

/*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) {


/*-- ここまで --*/
}

#side aside h4 {
background-color: #fff;
padding: 10px;
margin-bottom: 1px;
border-radius: 3px 3px 0px 0px;
border-left: 15px solid #c50a0a;
}
 
aside .kanren {
background-color: #fff;
border-radius: 0px 0px 3px 3px;}

/*中央寄せ*/
#toc_container { 
  margin-left: auto; 
  margin-right: auto; 
}

#headbox-bg{
    background-color: #7cfc00;/*色はお好みに修正を*/
}
     
#headbox {
    background-color: #7cfc00 !important;/*色はお好みに修正を*/
}

header .sitename a{
    color: #fff !important;
}

#headbox-bg{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);}
}