@charset "utf-8";
/* CSS Document */

html{
	width:auto;
	height:auto;
}



body{
	background:#ffffff;
	width:auto;
	height:auto;
}


/* container */

.container{
	width:auto;
	margin-right:0;
	margin-left:0;
}


/* inbox */

.inbox{
	width:auto;
	background-color: #FFFFFF;
	float:left;
}


/* header */

.header{
	display:none;
}


/* leftBox */

.leftBox{
	display:none;
}


/* mainBox */

.mainBox{
	width:auto;
	float:left;
	/* width:680px; */
	/* padding-bottom:20px; */
	margin-left:0px;
}


/* shop */

.shop{
	clear:both;
	width:auto;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-bottom:20px;
}


/* itemBlock */

.itemBlock{
	width:auto;
	/* float:left; */
	clear:both;
	border-bottom:1px dashed #f8b862;
	margin-bottom:20px;
}


/* subheader */

.subheaderKiri{
	background:none;
	clear:both;
	/* float:left; */
	width:auto;
	padding-top:0px;
}


/* mart */

.mart{
}


.mart h3{
	clear:both;
	font-size:1em;
	line-height:1.66;
	margin-bottom:10px;
	border-left:10px solid #ffd900;
	padding-left:10px;
	color:#993300;
	width:100%;
}


.mart h4{
	clear:both;
	width:100%;
	font-size:0.9em;
	line-height:1.66;
	margin-bottom:10px;
}



/* item */

.item{
	width:200px;
	height:30em;
	float:left;
	margin-right:5px;
	/* margin-bottom:20px; */
	font-size:0.9em;
	line-height:1.66;
}



/* titleNe */

.titleNe{
	clear:both;
	font-size:0.9em;
	line-height:1.66;
	color:#000000;
	background:none;
	text-align:left;
}


/* newentris */

.newentris{
	width:auto;
	height:auto;
	border-right:none;
	border-bottom:none;
	border-left:none;
	float:left;
	background:#ffffff;
	/* overflow:scroll; */
	overflow-y: auto;
}



.newentris ul{
	list-style:none;
	width:auto;
	margin-bottom:10px;
}


.newentris ul li{
	text-align:left;
	font-size:0.9em;
	line-height:1.66;
	border-bottom:none;
	background:url(images/list_ne.gif) no-repeat left center;
	padding-left:15px;
}


