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


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

h2{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
}


h6{
position: relative;
padding: 0.5em;
background: #a6d3c8;
color: white;
}

h6::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

/*見出し（h3）ここから*/
.post h3 {
  background-image:url("【背景画像のパスまたは画像URL】");
  background-repeat:no-repeat;
  background-position:0 10px;
  font-size:20px;
  line-height:27px;
  color: #000 !important;
  margin:10px 0 25px 0;
  padding:10px 10px 10px 30px;  
  border-bottom:2px #ff6893 dashed;
}
/*投稿のカテゴリ*/


.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:10px;
	padding:0px;
}

.catname {
	background: #fcee21;
	color: #797575;
	padding: 0.4em;
	margin-right:0px;
	float:left;
}
.catname:before{
	font-family: "Font Awesome 5 Free";
    content: "\f08d";
    font-size: 1.15em;
    display: inline-block;
    margin-right: .5em;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg)
    
}
