/*
Template: stinger8
Theme Name: STINGER8 Child
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) {


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

/*-- グローバルメニュー --*/
#st-menuwide{
    display: flex;/*中央寄せ*/
}
 
#st-menubox{
    border: none;/*枠線の削除*/
    margin: 0px 0px 20px 0px;/*余白の調節*/
    background-color: #4cb4ff;/*背景色*/
}
 
header .smanone ul.menu li a{
    background-color: #4cb4ff;/*背景色*/
    color: #1a1a1a;/*文字色*/
	font-weight: bold;
}
 
#st-menubox a:hover{
    background: #aadbff/*ホバー時の背景色*/
}
 
header .smanone ul.menu li a:hover{
    color: #ffffff;/*ホバー時の文字色*/
}

/* 記事タイトル */
.entry-title, 
.post .entry-title {
	font-size: 50px;
	line-height: 110%;
	color: #202020;
	margin-bottom: 2px;
	font-weight:bold;
	font-family : Impact;
}

#st-page .entry-title {
	margin-bottom: 20px;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}


/* 中見出し */
h2 {
 color: #1a1a1a;
 font-size: 28px;
 line-height: 27px;
 margin: 20px 0;
 padding-top: 15px;
 padding-right: 20px;
 padding-bottom: 18px;
 padding-left: 20px;
 border-top:5px solid #7ac6ff;
 border-bottom: none;
}

/*小見出し*/
.post h3 {
	background: #7ac6ff;
	font-size: 18px;
	line-height: 27px;
	margin: 20px 0;
	padding: 10px 15px;
	color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: none;
}

.post h4 {
	background: white;
	padding: 5px 0;
	margin: 20px 0 10px 0;
	font-size: 22px;
	line-height: 26px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	font-weight:bold;
}