@charset "utf-8";

/*
キユーピーキッズ
Copyright (c) Kewpie Corporation All rights reserved.
*/

/* //////////////////////////////////////////////////
[oekaki]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	@: Import CSS
-------------------------------------------------- */
@import url(/css/common.css);

/* --------------------------------------------------
	@: Common
-------------------------------------------------- */

/* footerImg
----------------------------------- */
.footerImg {
	background: url(/images/oekaki/bg_footer.png) no-repeat;
}

/* boxContent
----------------------------------- */
.boxContent {
	position: relative;
	width: 854px;
	margin: 0 auto;
	background: url(/images/oekaki/box_content_mdl.png) repeat-y;
}
.boxContent .boxContentBody {
	padding: 0 52px 56px;
	background: url(/images/oekaki/box_content_btm.png) no-repeat left bottom;
}

/* title
----------------------------------- */
.boxContent .typeB {
	margin-bottom: 30px;
	padding-bottom: 6px;
	background: url(/images/oekaki/line_01.png) no-repeat center bottom;
}
.boxContent .typeC {
	margin-bottom: 30px;
	padding-bottom: 6px;
	background: url(/images/oekaki/line_01.png) no-repeat center bottom;
}

/* btnStart
----------------------------------- */
.btnStart {
	position: absolute;
	top: 78px;
	right: 52px;
}

/* blockPopularVegetable
----------------------------------- */
.blockPopularVegetable {
	margin-bottom: 35px;
	clear: both;
}
.blockPopularVegetable h2 {
	margin-bottom: 15px;
}
.blockPopularVegetable .listVegetable {
	padding: 15px 20px;
	background: #fff1d4;
	font-size: 93%;
	line-height: 1.8;
}
.blockPopularVegetable .listVegetable li {
	display: inline-block;
	*display: inline;
	margin-right: 1em;
	*zoom: 1;
}
.blockPopularVegetable .listVegetable li a {
	color: #9a318d;
}

/* --------------------------------------------------
	@: oekakiTop
-------------------------------------------------- */

/* swfOekakiEdit
----------------------------------- */
.swfOekakiEditWrapper {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 3px;
	background: url(/images/oekaki/line_02.png) no-repeat center bottom;
}
#swfOekakiEdit {
	width: 750px;
	height: 580px;
	background: url(/images/oekaki/swf_edit.png) no-repeat;
}
#swfOekakiEdit .msgPlugin {
	top: 120px;
	left: 0;
	width: 750px;
}

/* --------------------------------------------------
	@: oekakiShow
-------------------------------------------------- */

/* swfOekakiShow
----------------------------------- */
#swfOekakiShow {
	position: relative;
	margin-bottom: 35px;
	width: 750px;
	height: 590px;
	background: url(/images/oekaki/swf_show.png) no-repeat center bottom;
}
#swfOekakiShow .msgPlugin {
	top: 180px;
	left: 0;
	width: 750px;
}

/* --------------------------------------------------
	@: blockOekakiList
-------------------------------------------------- */

/* blockOekakiList
----------------------------------- */
.blockOekakiList {
	position: relative;
	margin-bottom: 35px;
	*zoom: 1;
}
#ekakiList h2 {
	width: 120px;
	}	
.blockOekakiList h2 {
	margin-bottom: 15px;
}
.blockOekakiList h2 img {
	vertical-align: text-bottom;
}
.blockOekakiList h2 .vegetable {
	margin-right: 0.5em;
	font-size: 124%;
	font-weight: normal;
	vertical-align: text-bottom;
}

/* listOekaki */
#listOekakiBox {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #bfe3e8;
	z-index: 1;
}
.listOekaki {
	width: 765px;
	margin: 0 -15px 15px 0;
	overflow: hidden;
}
.listOekaki li {
	position: relative;
	float: left;
	width: 240px;
	overflow: hidden;
	margin-right: 10px;
}
.listOekaki p .listOekaki li {
	*zoom: 1;
}
.listOekaki .img {
}
.listOekaki .img a img {
	border: 2px solid #bfe3e8;
}
.listOekaki .img a:hover img {
	border-color: #FF8400;
}
.listOekaki .title {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/images/oekaki/ico_egg.png) no-repeat 0 0.2em;
	font-size: 108%;
}
.listOekaki .ico {
	position: absolute;
	top: 2px;
	left: 2px;
}
.themeTitle {
	width: 232px;
	display: block;
	text-align: center;
	font-weight: bold;
}
.listOekaki .themeTitle {
	border-right: 2px solid #bfe3e8;
	border-bottom: 2px solid #bfe3e8;
	border-left: 2px solid #bfe3e8;
}
#listOekakiBox dt,#listOekakiBox dd {
	display: block;
	float: left;
}
#listOekakiBox dl {
	clear: both;
}
#listOekakiBox dt {
	margin-right: 5px;
}
#listOekakiBox dd {
	margin-top: 8px;
	font-size: 116%;
}
/* pager */
.pager {
	z-index: 100;
}
.pager.upper {
	position: absolute;
	top: 0;
	right: 0;
}

.loading {
	height: 374px;
	background: url(/images/oekaki/loading_oekaki.gif) no-repeat center center;
}

/* pull-down menu 
--------------------------------- */
#newWorks {
	float: left;
	width: 380px;
	margin-top: -45px;
	padding-left: 200px;
	z-index: 3;
	position: relative;
	*zoom: 1;
}
#freeWorks {
	padding-right: 45px;
}
/* リスト */
.listMonth li {
	border-right: solid 2px #8ACBF4;
	border-left: solid 2px #8ACBF4;
	border-bottom: solid 2px #8ACBF4;
	padding-left: 6px;
}
.boxTop {
	border-top: solid 2px #8ACBF4;
}
.worksList li {
	float: left;
	position:relative;
	width: 130px;
	line-height: 2em;
	background: #FFF;
}
li.hover {
	background: #8ACBF4;
}
.hover .listOlder li.hover {
	background: #FFF;
}
.worksList ul {
	width: 136px;  
	position: absolute;  
	top: 27px;
	left: 12px;
	display: none;  
}
.worksList ul li a {
	display: block;
	background: #FFF no-repeat;  
	padding-left: 6px;
}
.worksList ul li a:hover {
	text-decoration: none;
}
.worksList ul li ul {
	width: 136px;
	position: absolute;
	top: -2px;
	left: 136px;
	z-index: 5;
	*zoom: 1;
}
.worksList ul li ul li {
	z-index: 6;
}
.listOlder a {
	color: #FF8400;
	text-decoration: underline;
}