/* トップ(PC) */
@charset "UTF-8";
#oneColumn {
	padding: 0;
}
.kids_top {
	position: relative;
}
.kids_top h1 {
	margin-top: 20px;
}
.kids_top h1 > img {
	width: 100%;
}
.kids_top nav.kids {
	background: none;
	position: absolute;
	top: 590px;
	left: 0;
	right: 0;
  margin-top: 0px;
  width: 940px;
	margin: 0 auto;
}
.kids_top .about {
	background-image: url("../jpg/top_p01_bg01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 615px;
	width: 100%;
	padding-top: 15px;
}
.kids_top .about h2,
.kids_top .recipe h2 {
	text-align: center;
	border-top: none;
	margin-top: 42px;
}
.kids_top .about > p {
	width: 580px;
	text-align: center;
	margin: 0 auto;
	line-height: 32px;
	font-size: 16px;
}
.kids_top .about > a {
	display: block;
	width: 760px;
	margin: 38px auto 20px;
}
.kids_top .about h2 img {
	display: block;
	margin: 0 auto;
}
.kids_top .about h2 .u-line {
	margin-top: 20px;
}
.kids_top .recipe h2 {
	padding: 50px 0 36px;
}
.kids_top .recipe h2 img {
	width: 883px;
	display: block;
	margin: 0 auto;
	border-top: none;
}
.kids_top .recipe ul {
	text-align: center;
	font-size: 0;
}
.kids_top .recipe ul li {
	width: 260px;
	display: inline-block;
}
.kids_top .recipe ul li:nth-child(2),
.kids_top .recipe ul li:nth-child(5) {
	margin: 0 30px 42px;
}
.kids_top .recipe ul li a.text {
	display: block;
	height: 38px;
	margin: 7px auto 0;
}

.kids_top .recipe ul li:nth-child(1) a.text{
	background: url(../png/top_p02_btn01.png) no-repeat;
	width: 135px;
}
.kids_top .recipe ul li:nth-child(1) a.text:hover{
	background: url(../png/top_p02_btn01_on.png) no-repeat;
}
.kids_top .recipe ul li:nth-child(2) a.text{
	background: url(../png/top_p02_btn02.png) no-repeat;
	width: 136px;
}
.kids_top .recipe ul li:nth-child(2) a.text:hover{
	background: url(../png/top_p02_btn02_on.png) no-repeat;
}
.kids_top .recipe ul li:nth-child(3) a.text{
	background: url(../png/top_p02_btn03.png) no-repeat;
	width: 234px;
}
.kids_top .recipe ul li:nth-child(3) a.text:hover{
	background: url(../png/top_p02_btn03_on.png) no-repeat;
}
.kids_top .recipe ul li:nth-child(4) a.text{
	background: url(../png/top_p02_btn04.png) no-repeat;
	width: 234px;
}
.kids_top .recipe ul li:nth-child(4) a.text:hover{
	background: url(../png/top_p02_btn04_on.png) no-repeat;
}
.kids_top .recipe ul li:nth-child(5) a.text{
	background: url(../png/top_p02_btn05.png) no-repeat;
	width: 234px;
}
.kids_top .recipe ul li:nth-child(5) a.text:hover{
	background: url(../png/top_p02_btn05_on.png) no-repeat;
}
.kids_top .recipe ul li:nth-child(6) a.text{
	background: url(../png/top_p02_btn06.png) no-repeat;
	width: 234px;
}
.kids_top .recipe ul li:nth-child(6) a.text:hover{
	background: url(../png/top_p02_btn06_on.png) no-repeat;
}

/*---------------------------
レイアウト調整
---------------------------*/
.kids_top nav.kids{
	top: 605px;
}
