/*
Theme Name: Sennari Hoiku
Theme URL: http://sennari-hoiku.com
Author: Teruhisa Osawa
Version: 1.0.0
*/

#slide{
margin-bottom:4rem;
}

.entry p,
.entry li,
.entry dt,
.entry dd{
text-align:left;
}
.entry .size-full{
width:100%;
height:auto;
margin:1rem 0;
}
.entry p{
margin-bottom:1rem;
}
.entry ol,
.entry ul{
margin-left:1.5rem;
margin-bottom:1rem;
}
.entry ul li{
list-style:disc;
margin-bottom:0.5rem;
}
.entry ol li{
list-style:decimal;
margin-bottom:0.5rem;
}
#main .entry .h2{
margin-bottom:1rem;
}

.sticky {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 1000;
border-top: 0;
background: url(http://sennari-hoiku.com/common/img/all/bg.png);
box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 6px 2px -2px rgba(0,0,0,0.2);
}

.ic-pink{color:#f19ca7}
.ic-blue{color:#409ecc}

.col3b li{
	text-align:left;
}
.col3b li h3{
	text-align:center;}

@media screen and (max-width: 1180px) {
	#slide{
	margin-bottom:8rem;
	}
}
@media screen and (max-width: 980px) {
#header .phone{
margin:0;
}
}