/*
Theme Name: STINGER8 Child
Template: stinger8
Version: 20170614
*/


.entry-content {
	padding: 1em;
}

.entry-content::after , .content::after{
	display: block;
	content: '';
	clear: both;
}

.conts{
	margin-bottom: 1em;
}

.webmenu ul li{
	line-height: 2!important;
}

.webmenu ul li:last-child{
	margin-bottom: 2em!important;
}

.clear{
	clear: both;
}

.smanone2{
	font-size: 12px;
}

.official_btn{
    display: block;
	width: auto;
    padding: 0.5em 1.4em;
    text-decoration: none;
    background: #668ad8;
	text-align: center;
    color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #627295;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.official_btn:active   {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.official_btn::after{
	font-family: fontAwesome;
	content: '\f138';
	margin-left: .5em;
	font-weight: normal!important;
}

.btn_area{
	margin: 0 auto;
}

.btn_area::after{
	content: '';
	display: block;
	clear: both;
}

.sidebox{
	margin-bottom: 2em;
}

.sidebox h3{
	text-align: center;
}

.d_link{
	text-align: right;
}



img.alignright {
	display: block;
	float: none;
	margin: 0 auto 1em;
}

img.alignleft , .wp-post-image {
	display: block;
	float: none;
	margin: 0 auto 1em;
}

img.aligncenter {
	display: block;
	float: none;
	margin: 0 auto 1em;
}

.fs1 {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.fs2 {
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.fs3 {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 95%, #ff0000 100%);
    background: linear-gradient(transparent 95%, #ff0000 100%);
}

.fs4 {
    background: -webkit-linear-gradient(transparent 85%, #ff0000 100%);
    background: linear-gradient(transparent 85%, #ff0000 100%);
}

.fs5 {
    font-weight: bold;
    color: #ff0000;
    background: -webkit-linear-gradient(transparent 90%, #ff0000 90%);
    background: linear-gradient(transparent 90%, #ff0000 90%);
}

.fs6 {
    color: #ff0000;
    background: -webkit-linear-gradient(transparent 95%, #ff0000 95%);
    background: linear-gradient(transparent 95%, #ff0000 95%);
}

.fs7 {
    color: #ff0000;
    background: -webkit-linear-gradient(transparent 80%, #ffff66 80%);
    background: linear-gradient(transparent 80%, #ffff66 80%);
}

.fs8 {
    color: #ff0000;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 80%, #ffff66 80%);
    background: linear-gradient(transparent 80%, #ffff66 80%);
}

.fs9 {
	background: linear-gradient(transparent 70%, #fbd 70%);
    background: -webkit-linear-gradient(transparent 80%, #fbd 80%);
	font-weight: bold;
}

.fs10 {
	background: linear-gradient(transparent 80%, #ff0000 80%);
	background: -webkit-linear-gradient(transparent 80%, #ff0000 80%);
	font-weight: bold;
}


/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {
	


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

		img.alignright {
			float: right;
			margin: 0 0 5px 10px;
		}

		img.alignleft  {
			float: left;
			margin: 0 10px 5px 0;
		}

		img.aligncenter {
			display: block;
			margin:0 auto 10px;
		}
	
		.mainbox .wp-post-image{
			float: left;
			margin: 20px 10px 5px 0;
		}
	
		.post h3{
			clear: both;
		}

/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {

	.official_btn {
		float: right;
	}
	



/*-- ここまで --*/
}
