.heading2{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}
 
.heading2:after, .heading2:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#00A8FF; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.heading2:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}
h3 {
	padding: .5em .75em;
	background: -webkit-linear-gradient(top, #69b4e6 0%, #3498db 100%);
	background: linear-gradient(to bottom, #69b4e6 0%, #3498db 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
h3 {
background: #a8c97f;color: #404040;font-size: 18pt;width: 80%;border: 2px dashed #d6e9ca;border-radius: 5px;box-shadow: 0 0 3px 3px #a8c97f;
  }
/* 記事間に線を引く */
#main .entry {
 border-bottom: 1px solid #b7b7ff;
 padding-bottom: 15px;
}
/* 関連記事間に線を引く */
#main .related-entry {
 border-bottom: 1px solid #b7b7ff;
 padding-bottom: 10px; 
}
h2 {
background: #bce2e8;color: #5383c3;font-size: 20pt;width: 80%;border-radius: 0 30px 30px 0 / 0 30px 30px 0;box-shadow: 0 1px 10px 0 #5383c3;
  }