@charset "euc-jp";
/* CSS Document */

/* box item */

#boxItem{
		width:260px;
		height:430px;
		float:left;
		background:#ffffcc;
		border:1px solid #ffcc00;
		padding:10px 0px 0px 10px;
		margin-right:10px;
		margin-bottom:10px;
}

#boxItemImg{
		width:auto;
		height:155px;
		padding:0;
}

#boxItemCom{
		margin:2px 0px 10px 0px;
}

#boxItem form{
		font-size:14px;
		line-height:1.5;
		margin-bottom:10px;
}

#boxItem p{
		font-size:14px;
		line-height:1.5;
		padding-right:5px;
}

.fontS{
		font-size:12px;
}

/* note */

#note{
		border:3px dotted #663300;
		padding:10px;
		margin-right:20px;
		margin-bottom:10px;
}

#note h1{
		font-size:18px;
		line-height:1.5;
		margin-bottom:5px;
		padding-left:0px;
}

#note p{
		font-size:14px;
		line-height:1.5;
}
		



/* cooking */

#cooking{
	float:left;
	width:100%;
}

#cooking h2{
		font-size:14px;
		margin-bottom:5px;
		line-height:1.5;
}

#cooking p{
		font-size:14px;
		line-height:1.5;
		margin-bottom:10px;
		margin-left:20px;
}

#cooking img{
		float:left;
		margin-right:20px;
}

/* forIE */

#forIE{
		_width:100px;
		_height:100px;
}


/* listItem */

#listItem{
		font-size:14px;
		line-height:1.5;
		margin-bottom:10px;
		margin-left:290px;
}


/* mark */

#mark{
		float:left;
}


/* feature */

.feature{
	float:left;
	width:99%;
}


/* newitem */

.newitem{
	font-size:0.9em;
	line-height:1.5;
	font-weight:bold;
	color:#ffffff;
	background:#FF3300;
	margin-left:5px;
	padding-right:3px;
	padding-left:3px;
}


/* com */

.com{
	width:540px;
	height:430px;
	float:left;
	background:#ffffff;
	border:1px dashed #ffcc00;
	padding:10px 0px 0px 10px;
	margin-right:10px;
	margin-bottom:10px;
    text-align: center;/*ÄÉ²Ã 2017.12.20*/
}





