/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/

/*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) {

.sitename a img{
	padding: 20px;
	
	
}
	
/*-- ここまで --*/
}



#headbox-bg {
	      background: #ffffff;
          height:70px;
}

/*ここまで*/

#header-l {
		text-align: center;
		float: none;
		max-width: initial;
	
}


#mobile-menu{
	display: none;
}




/*-- グローバルメニュー項目の中央寄せ --*/
#st-menuwide{
	
display:inline;
	height: 40px;
	text-align: center!important;
    justify-content: center!important; 
	align-items: center!important; 
}

/*-- グローバルメニューの背景色 --*/
#st-menubox{
    background-color: #ffffff;
	
}

#gazou-wide{
		padding: 30px;
}



/*-- グローバルメニューの文字色 --*/
header .smanone ul.menu li a{
    color: #00000;
	
}

#ez-toc-container{
	margin-bottom: 40px;
	margin-top: 40px;
}

#content{
    max-width:1200px;
}

.post article{
	border-right:2px solid #e9e9e9;
	padding-right:30px;
}


.post p {
    font-size: 14px;/*文字サイズ*/
    line-height: 27px;/*行間*/
    margin-bottom: 20px;/*段落*/
}

.post h2{
	color: #ffffff;
	background: #179fb9;/*背景色*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	border-top: none;
	border-bottom: none;
	margin-bottom: 30px;
	border-radius: 0.3em;/*角丸*/
}


.post h3{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #179fb9;
	border-bottom: none;
}

.post h4{
       border-bottom: solid 3px  #179fb9;  /*線の種類（実線） 太さ 色*/
		background: #ffffff;
	padding-bottom: 5px;
	
}

.menu_underh2{
border-bottom: solid 1px black;
/*線の種類（実線） 太さ 色*/
	padding-top: 40px;
}


.footer-c{
	display: none;
}

tbody{
	border: 1px solid gray;
}

thead{
	border: 1px solid gray;
}

.lkc-card  {
	background: #ffffff;
}


