@charset "utf-8";
/* CSS Document */
/* 預かり保育ここから -------------------*/
.boxblue {
    background-color: #dcf5ff;
    border-radius: 5px;
    padding-top: 5%;
    padding-right: 5%;
/*    padding-bottom: 5%;*/
    padding-left: 5%;
}
.ttlbase3 {
    background-image: url(../images/ttlbase3.png);
    background-repeat: no-repeat;
    width: 250px;
    height: 200px;
    position: relative;
    text-align: center;
    padding-top: 80px;
    border-top-style: none;
    border-bottom-style: none;
}
.ttlbase3:after {
    border-style: none;
}
.single{
	width:100%;
	text-align:center;
}
.single h3{
	border-bottom-style: none;
    border-top-style: none;
    background: none;
	position:relative;
	display:inline-block;
}
.single h3:before, .single h3:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    border-top: 5px solid #dcf5ff;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.single h3:before{left:-124px;}
.single h3:after{right:-124px;}


.double{
	width:100%;
	text-align:center;
}
.double h3{
	border-bottom-style: none;
    border-top-style: none;
    background: none;
	position:relative;
	display:inline-block;
}
.double h3:before, .double h3:after{
	content:"";
	display:block;
	width:200px;
	height:4px;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
	position:absolute;
	top:50%;
	margin-top:-2px;
}
.double h3:before{left:-224px;}
.single h3:after{
    right: -124px;
    border-bottom-style: none;
}
