@charset "UTF-8";

/*子テーマ用「base.css」*/

.inner-sidebox , .content{
	margin-bottom: 1em;
}

.inner-sidebox::after , .content::after{
	content: '';
	clear: both;
	display: block;
}

.btn_area{
	text-align: right;
}

.catTitle a{
	text-decoration: none;
}

.official_btn{
	text-decoration: none;
    display:inline-block;    
	background-color: #21B4EB;
	border-radius: 5px;
	font-weight: bold;
	padding: .3em 1em;
	font-size: 1.2rem;
	transition : .5s;
}

.official_btn:link , .official_btn:visited , .official_btn:active , .official_btn:hover{
	color: #fff;
}

.official_btn:active , .official_btn:hover   {
    opacity: .6;
}

.official_btn::after{
	content: '\0bb';
	margin-left: .5em;
}

.contentBox{
	border: 2px solid  #CF964F;
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 3px;
	letter-spacing: .1em;
}

.contentBox::after{
	content: '';
	clear: both;
	display: block;
}

.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 screen and (max-width: 799px) {
	.alignleft , .alignright{
		float: none;
		margin: 0 auto 1em!important;
	}
	
	.attachment-post-thumbnail{
		float: none;
		margin: 0 auto 1em!important;
	}
	
	.btn_area{
		text-align: center;
	}
}
