/*
 Theme Name:   ajaira Child
 Template:     ajaira
*/

.ads{
	width: 336px; 
	display: inline-block; 
	margin-bottom: 30px;
}
body{
	font-size:17px;
	line-height:1.8;
	color:#333333;
}
.entry-content p{
	padding-bottom:18px;
}
.entry-content h2{
	display:block; 
	margin:60px 0px 30px;
	padding: 10px; 
	background-color: #c2edff;
	border-left:solid 5px #0000ff;
}
.entry-content h3{
	display:block; 
	font-size:26px;
	line-height:2.0;
	padding: 2px 10px; 
	margin-bottom:30px;
	border-top:2px solid #cc77ff;
	border-bottom:2px solid #cc77ff;
}
.entry-content h4{
	font-size:24px;
	margin:30px 0px 20px;
}
.afi-waku{ /*広告の枠線のクラス*/
	border:1px solid #c4c4c4; /*1pxの一本線で水色の枠線を書く*/
	border-radius:5px; /*枠の角を丸くする*/
	width:90%; /*広告枠の幅をウィンドウの90%に*/
	margin:15px 0; /*枠線外の上下に15pxの余白をつくる*/
}
.afi-img{
	float:left;
	margin:10px;
}
.afi-title{
	margin:5px 10px 30px 10px;
	font-size:15px;
}
.afi-button a{
	float:left;
	margin:0 5px 5px 0;
	padding:5px 0px;
	text-align:center;
	border-radius:5px;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	width:33%;
}
.afi-button a:hover{
	color:rgba(255,255,255,1);
	text-decoration:none;
	position: relative;
	top: 1px;
	left: 1px; 
}
.afi-amazon a{
	background-color:#c9d61d;
}
.afi-rakuten a{
	background-color:#dd3333;
}
.afi-yahoo a{
	background-color:#1e73be;
}
.afi-clear{
	clear:both;
}
.single.single #main, .widget, .widget{
	background-color: #ffffff;
	border: 2px solid #eaeaea;
	border-radius: 5px;
	padding: 40px;
}
h2.entry-title{
	padding:10px;
	font-size:26px;
	border-top:2px solid #0000ff;
	border-bottom:2px solid #0000ff;
}
.widget_recent_entries  a{
	font-size:13px;
	color:#007acc;
	font-family: Montserrat, "Helvetica Neue", sans-serif;

}
.widget_recent_entries ul {
	list-style: disc;
}