@charset "UTF-8";


/* kids.html
===============================================*/
#kids h1{
	margin-bottom: 30px;
	text-align: center;
}

#kids .kidsMV{
	margin-bottom: 50px;
}

#kids .kidsContents{
	text-align: center;
	margin-bottom: 70px;
}
#kids .kidsContents li{
	margin-bottom: 45px;
}
#kids .kidsContents li:last-child{
	margin-bottom: 0;
}

#kids .kidsBlog{
	margin-bottom: 70px;
}
#kids .kidsBlog table{
	width: 800px;
	margin: auto;
}
#kids .kidsBlog table th{
	padding: 0 20px 0 0;
}
#kids .kidsBlog table td{
	padding-left: 30px;
}
#kids .kidsBlog table td ul{
	padding: 0 0 5px 20px;
	border-left: 5px solid #cfa972;
}
#kids .kidsBlog table td ul li{
    font-size: 13px;
    line-height: 1.8em;
    border-bottom: 1px dotted #59493f;
}
#kids .kidsBlog table td ul li a{
    display: block;
    padding: 5px;
}

#kids .kidsDay{
	margin-bottom: 70px;
}

#kids .kidsRecruit{
	margin-bottom: 120px;
}
#kids .kidsRecruit .recruitTitle{
	margin-bottom: 30px;
}
#kids .kidsRecruit table{
	width: 760px;
    margin: auto;
    border-collapse: collapse;
	font-size: 14px;
	line-height: 2.1em;
	text-align: left;
}
#kids .kidsRecruit table th{
    width: 170px;
    box-sizing: border-box;
    padding: 10px 0 10px 20px;
    background: #fff0e3;
    border: 1px solid #482704;
}
#kids .kidsRecruit table td{
    padding: 10px 0 10px 20px;
    background: #fff;
    border: 1px solid #482704;
}



@media screen and (max-width: 480px) {
	/* kids.html
	===============================================*/
	#kids h1{
		margin-bottom: 30px;
		text-align: center;
	}
	
	#kids .kidsMV{
		margin-bottom: 50px;
	}
	
	#kids .kidsContents{
		text-align: center;
		margin-bottom: 70px;
	}
	#kids .kidsContents li{
		margin-bottom: 45px;
	}
	#kids .kidsContents li:last-child{
		margin-bottom: 0;
	}
	
	#kids .kidsBlog{
		margin-bottom: 70px;
	}
	#kids .kidsBlog table{
		display: block;
		width: 100%;
		margin: auto;
	}
	#kids .kidsBlog table tbody,
	#kids .kidsBlog table tr{
		display: block;
	}
	#kids .kidsBlog table th{
		display: block;
		padding: 0;
		padding-bottom: 30px;
		border-top: 5px solid #cfa972;
	}
	#kids .kidsBlog table td{
		display: block;
		padding-left: 0;
	}
	#kids .kidsBlog table td ul{
		padding: 15px 0 5px 0;
		border-left: none;
	}
	#kids .kidsBlog table td ul li{
		font-size: 13px;
		line-height: 1.8em;
		border-bottom: 1px dotted #59493f;
	}
	#kids .kidsBlog table td ul li a{
		display: block;
		padding: 5px;
	}
	
	#kids .kidsDay{
		margin-bottom: 70px;
	}
	
	#kids .kidsRecruit{
		margin-bottom: 120px;
	}
	#kids .kidsRecruit .recruitTitle{
		margin-bottom: 30px;
	}
	#kids .kidsRecruit table{
		width: 100%;
		margin: auto;
		border-collapse: collapse;
		font-size: 14px;
		line-height: 2.1em;
		text-align: left;
	}
	#kids .kidsRecruit table th{
		width: 80px;
		box-sizing: border-box;
		padding: 10px 0 10px 10px;
		background: #fff0e3;
		border: 1px solid #482704;
	}
	#kids .kidsRecruit table td{
		padding: 10px 0 10px 10px;
		background: #fff;
		border: 1px solid #482704;
	}
}