/*
Theme Name: Child Theme
Template: unite
Author: Free WPTP
Author URI: http://freewptp.com/
*/

/*パンくずリスト
*/
.breadcrumbs{
    margin: 10px 0 0 30px;
}

h1.site-title{
        font-size:28px;

}

h1.entry-title{
	background:#bbc8e6;
	color:#2E2256;
	font-size:22px;
        font-weight: bold;
	width:100%;
	border-radius:30px;
	border-radius: 0 30px 30px 0 / 0 30px 30px 0;
	box-shadow: 0 1px 3px 0 #7058a3;
	padding:10px;
	
}

h3.widget-title{
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:3px 0;
	border-color:#674970;
	border-style:solid;
	background:#bbc8e6;
	color:#2e2256;
	line-height:140%;
        font-size:20px;
	font-weight:bold;
	text-align:center;
}

.entry-content h2{
	position:relative;
	margin:10px -10px 20px -10px;
	padding:10px 20px;
        border-top:3px solid #674970;
	background:#bbc8e6;
        color:#2e2256;
        font-size:20px;
        font-weight:bold;
        text-align:center;
	box-shadow:
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.entry-content h2:before{
	content:" ";
	position:absolute;
	top:100%;
	left:0;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#bbc8e6;
}
.entry-content h2:after{
	content:" ";
	position:absolute;
	top:100%;
	right:0;
	width:0;
	height:0;
	border-width:10px 10px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#bbc8e6;
}

h1.page-title{
    position:relative;
    margin-left:0 10px;
    padding:0 0 8px 24px;
    border-bottom:2px solid #ddd;
    font-size:20px;
}

h1.page-title:after{
    content:"";
    position:absolute;
    top:6px;
    left:6px;
    width:8px;
    height:8px;
    background:#2e2256;
    -webkit-transform:rotate(-18deg);
    transform:rotate(-18deg);
}


h1.page-title:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:6px;
    background:#bbc8e6;
    -webkit-transform:rotate(-20deg);
    transform:rotate(-20deg);
}

.entry-content h4
{
    position:relative;
    margin-left:0 10px;
    padding:0 0 8px 24px;
    border-bottom:2px solid #ddd;
    font-size:20px;
}

.entry-content h4:after{
    content:"";
    position:absolute;
    top:6px;
    left:6px;
    width:8px;
    height:8px;
    background:#2e2256;
    -webkit-transform:rotate(-18deg);
    transform:rotate(-18deg);
}

.entry-content h4:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:6px;
    background:#bbc8e6;
    -webkit-transform:rotate(-20deg);
    transform:rotate(-20deg);
}