/* カスタム CSS をここに入力してください */
/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0px 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #78953d url("http://acro-info.sakura.ne.jp/workshop/wp-content/uploads/2017/06/noiseBg.png");
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
color:#fff;
}

h2.title span,.newsTitle h3 span,section.widget h3 span{
color:#fff;
}

h2.title2{
clear:both;
margin:30px 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #78953d url("http://acro-info.sakura.ne.jp/workshop/wp-content/uploads/2017/06/noiseBg2.png");
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
color:#fff;
}

h2.title2 span,.newsTitle h3 span,section.widget h3 span{
color:#fff;
}


#pagetop a:hover{background-position:8px 40%;}

#nextpage{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
margin-bottom:-1px;
}

#nextpage a{
	float:right;
	display:block;
	position:relative;
	padding:5px 25px 2px 15px;
	font-size:90%;
	border-bottom:0;
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	color:#fff;
	background-color: #415514;
	background-image: url(images/parent.png);
	background-repeat: no-repeat;
	background-position: 90px 60%;
}

#nextpage a:hover{background-position:90px 60%;}

#backpage{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
margin-bottom:-1px;
}

#backpage a{
	float:right;
	display:block;
	position:relative;
	padding:5px 15px 2px 25px;
	font-size:90%;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	color:#fff;
	background-color: #415514;
	background-image: url(images/parent.png);
	background-repeat: no-repeat;
	background-position: 8px 60%;
}

#backpage a:hover{background-position:8px 60%;}

span.red { color: #F00; }

p.red { color: #F00; }