.heading{
	position:relative;
	box-shadow:
		0 3px 3px 0 rgba(0,0,0,0.1);
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FC0;
	text-align: center;
	font-size: 130%;
	line-height:1.5em;
}
.heading2 {
	position:relative;
	box-shadow:
		0 3px 3px 0 rgba(0,0,0,0.1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FC0;
	text-align: center;
	width: 86%;
}

.heading:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-right-color:#F90;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.heading:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-top-color:#F90;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.heading2:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-right-color:#F90;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.heading2:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-top-color:#F90;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.kugiri01{
	border-radius: 10px 0 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 0 0 0 / 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0 / 10px 0 0 0;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-left-width: 30px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #F90;
	border-left-color: #F90;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F90;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #F90;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	font-size: 120%;
}
.kugiri02 {
	border-radius: 10px 0 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 0 0 0 / 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0 / 10px 0 0 0;
	padding-left: 15px;
	padding-top: 10px;
	width: 20em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
}
.quarterCircleTopLeft {
	width:100px;
	height:100px;
/*	border:1px solid #F90;*/
	background: orange;
	border-radius: 90px 0 0 0;
	-moz-border-radius: 90px 0 0 0;
	-webkit-border-radius: 90px 0 0 0;
}

.entry-title {
	font-weight: bold;
	font-size: 20px;
	padding: .75em 1em;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	line-height:1.5em;
}