/*
Theme Name: pwsg
Template: stinger8
Version: 20170614
*/


#content{
	position: relative;
	top:130px !important;
	padding-bottom: 80px;
}

.entry-title{
	margin-bottom: 30px;
	border-bottom: solid 2px #e3e3e3;
	padding-bottom: 10px;
	text-align: center;
	font-size: 30px;
}

 .post h3{
	font-size: inherit; 
	line-height: inherit;
	line-height: inherit;
	margin: inherit;
	padding: inherit;
	color: inherit;
	background-repeat: inherit;
	background-position: inherit;
	border-bottom: none; 
}

.post h4{
	background: none;
}

.st-aside{
	position: inherit;
}

.single-page h3{
	font-size: 24px;
	margin-bottom: 20px;
}


/* =======================
	  　negaigoto pc
 ======================= */

.negai_h2 h2{
	color: black !important;
	font-size: 28px !important;
	font-weight: inherit !important;
}

.negai_h3 h3{
	font-size: 1.75rem;
	border: none;
	font-weight: inherit;
}

.negai_h3 h4{
	font-size: 1.5rem;
	margin: 0;
}

.name_box h3{
	font-size: 1.75rem;
}

.name_box h4{
	padding: 0;
}

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


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