/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20161115
*/
@import url('../stinger8/style.css');

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
#header-l{
 color: #fff;/* 文字色 */
 }
a:link {
  color: #1111CC;
　text-decoration: none;
}
 
a:visited {
  color: #1111CC;
　text-decoration: none;
}


/*-- ここまで --*/
}
/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
#header-l{
 color: #fff;/* 文字色 */
 }
/*-- ここまで --*/
}
a:link {
  color: #1111CC;
　text-decoration: none;
}
 
a:visited {
  color: #1111CC;
　text-decoration: none;
}



/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
#content {
     width: 960px;    /* 全体の幅 */
 }
 .st-main {
     width: 600px;    /* 記事エリアの幅 */
 }
 #side .st-aside {
     width: 240px;    /* サイドバー部分の幅 */
 } 

/*-- ここまで --*/
}
#side .st-aside .menu_underh2 ,
#footer .menu_underh2 {
    margin-top: 10px;
    padding: 10px 20px;
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    background: #f3f3f3;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer-3c-box {
    display: none;
}
#header-l{
 color: #fff;/* 文字色 */
 }
/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
.footer-3c-box > div {
    margin: 0 1%;
    width: 32%;
    font-size: 14px;
    text-align: left;
}

#footer .menu_underh2 ,
.footer-3c-box > div > div {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {

.footer-3c-box {
    display: flex;
    margin-bottom: 0px;
}
/*-- ここまで --*/
/*ヘッダーメニューのフォント＆ボーダーカラー*/
#st-menubox {
 background: #3669ba;/* 背景色 */
 }
header .smanone ul.menu li a{
 color: #fff;/* 文字色 */
 }
#st-sub-menubox {
 background: #3669ba;/* 背景色 */
 }
#st-menuwide  li a{
 background: #3669ba;/* 背景色 */
 }
#header-l{
 color: #fff;/* 文字色 */
 }
#headbox{
 background-image: url("http://soul-wisdom.or.jp/wp-content/uploads/2017/02/2d16ac49f4c45b727d8aec13e39d7b1e.png");/* 背景色 */
     width: auto 100%;
     text-align: center;
     float: none;
#s-navi dd.acordion_tree {
	.acordion_tree ul.menu li .fa {
		min-width: 1em;
		color:#fff;
	}

	.acordion_tree ul.menu li:last-child {
		border:none;
		padding-bottom:0px;
		color:#fff;
	}

	.acordion_tree ul.menu li a {
		text-decoration: none;
		background-color:#ffffff;
	}
}

} 
.acordion_tree ul.menu li a {
    color: #fff;
    text-decoration: underline;
}
.widgetcss1 {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 10px 20px;
}
.widgetcss2 {
    background-color: #fff6c1;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 10px;
}


 }