@charset "UTF-8";

body.page_kids{
    background-image: url(../images/bg_kids_page.png);
    background-position: top center;
}
.page_kids #topicpath > li{
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
			  font-weight:bold;
}
.page_kids header{
	background-color:#fff;
}
.page_kids .nav_box{
	background-color:#fff;
}
.page_kids .kids_tit{
    text-align: center;
    padding: 90px 0 20px;
}
.page_kids h2{
	background-color:#fff;
    border-radius: 6px 6px 0 0;
    padding: 8px 70px 6px 30px;
    background-image: url(../images/icon_kids_h1_after.png);
	background-repeat:no-repeat;
    background-position: bottom right;
    border-bottom: 4px solid #895531;
	position:relative;
    font-size: 172%;
	color:#7c5638;
    margin-bottom: 30px;
	font-weight:bold;
}
.page_kids h2:before{
	content:"";
	width:4px;
	height:30px;
    background-image: url(../images/icon_kids_h1_before.jpg);
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -15px;
}
.page_kids h3{
    padding: 8px 0 6px 40px;
    background: #f0eae1 url(../images/bg_h2.jpg) no-repeat top left;
    font-size: 142%;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid #7c5638;
    color: #7c5638;
    border-left: none;
    margin-bottom: 0;
}
.page_kids h4{
    font-size: 128%;
    font-weight: bold;
    color: #588981;
    border-left: 4px solid #588981;
    padding-left: 10px;
    margin-bottom: 14px;
    margin-top: 24px;
    border-bottom: none;
    padding-bottom: 0;
}
.page_kids .main_content_box h4:first-child{
    margin-top: 4px;
}
.page_kids h5{
    font-size: 114%;
    font-weight: bold;
    border-bottom: 2px dotted #588981;
    padding-bottom: 2px;
    margin-bottom: 10px;
}
.page_kids p.sentence{
    margin-top: 10px;
    margin-bottom: 14px;
}
.page_kids #left_nav .bnr_kids{
    line-height: 1;
}
.page_kids #left_nav .bnr_kids + .bnr_kids{
	margin-top:10px;
}
.page_kids #left_nav .bnr_kids a img:hover{
        transform:rotate(2deg);
}


/*top 一覧ページ*/
.page_kids.kids_top .info_box{
    border: 20px solid #bba267;
    border-radius: 6px;
	position:relative;
    margin-bottom: 30px;
    min-height: 275px;
    background-color: #fff;
}
.page_kids.kids_top .info_list{
    background-color: #fff;
    padding: 20px 20px 0;
}
.page_kids.kids_top .info_box:after{
    content: "";
    width: 26px;
    height: 150px;
    background-color: #bba267;
    border-radius: 6px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13px;
}
.page_kids.kids_top .info_box .btn_gr{
    width: 190px;
    margin: 20px auto;
}
.page_kids.kids_top #inner_contents{
	margin-bottom:0;
}
.page_kids #inner_contents .info_list dl dt{
    width: 14em;
}
.page_kids.kids_top .kids_bottom_img{
    max-height: 165px;
}
.page_kids.kids_top #inner_contents .info_list dl:last-child{
    border-bottom: 1px solid #e1e1e1;
}
.page_kids.kids_top #inner_contents .info_list .date{
	color:#333;
}