/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}

.icon {
	font-family: iconfont;
	font-weight: normal;
}



/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background-color:#FFF;
}

.text-center {
	text-align: center;
}

#wrapper {
	width: 100%;
}

.c_both {
	clear:both;
}

.margin_top {
	margin-top: 20px;
}


/* ------ Header kids contents ------ */

header {
	background-image: url(../images/common/header_back.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #e3effd;
}

#header-kids {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 25px;
	overflow: hidden;
	*zoom: 1;
}

#header-kids h1 {
	float:left;
	margin: 10px 0px 10px 0px;
}

#header-kids h1 a {
	display: inline-block;
}

#header-kids div {
	float: right;
	margin: 20px 0px 10px 0px;
}

.kuina_img2 {
	width: 1050px;
	margin: 0 auto;
	padding: 0px;
	background-image:url(../images/common/yanbarukuina.png);
	background-position: 0% 80%;
	background-repeat: no-repeat;
}


/* ------ Contents ------ */

#contents {
	width: 960px;
	margin: 50px auto;
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

#right-column {
	float: right;
	width: 720px;
	padding-bottom: 20px;
}

article section {
	padding: 0px;
}

article section:first-child {
	border-top: none;
}



/*---------------------------------------------------------
　kids
---------------------------------------------------------*/
.kids_ttl span {
	position: relative;
	top: 43px;
	display:block;
	width: 950px;
	max-width: 95%;
	height: 182px;
	margin: 0px auto;
	background-image:url(../images/others/kids_ttl.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.kids_ttl {
	width:100%;
	max-width: 100%;
	border-top: 5px solid #007130;
	border-bottom: 43px solid  #b38850;
	background-color:#FFF;
}


.kids_img div {
	overflow:hidden;
	height: 530px;
	border: 5px solid #4fd0e6;
	/* border-radius */
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

.kids_img {
	margin-bottom: 20px;
}

.kids_img ul {
	margin-top: 20px;
}

.kids_img ul li:first-child {
	float:left;
}

.kids_img ul li:last-child {
	float:right;
}




/*-----------------------------------------------------	*/
/*	Left Column  サイドメニュー	*/
/*-----------------------------------------------------	*/

#left-column {
	float: left;
	width: 210px;
}

#left-column nav {
	overflow:hidden;
	height: 510px;
	padding: 10px;
	border: 5px solid #ffa800;
	/* border-radius */
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background-image: url(../images/others/illust_01.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#left-column h2 {
	text-align:center;
	padding: 5px 0px;
	/* border-radius */
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	background-color: #097c25;
}

#left-column ul {
	margin-top: 20px;
	line-height: 200%;
}



/*-----------------------------------------------------	*/
/*	Footer フッター	*/
/*-----------------------------------------------------	*/

footer {
	width: 100%;
	height: 111px;
	background: url(../images/others/kids_bg.png)  repeat-x 0% 0%;
}

