@charset "utf-8";
/* CSS Document */


#wrapper{
	width:100%;
}
.contentsWrap{
	width:80%;
	margin:0 auto;
	border:2px solid rgba(16,124,0,1.00);
}
@media (max-width:768px){
	#wrapper{
		width:auto;
	}
	.contentsWrap{
		width:auto;
	}
}
#header{
	width:100%;
	margin:0 auto;
	text-align:center;
}
#header ul li > ul{
	margin:10px auto;
	display:flex;
	justify-content:space-around;
	flex:flex-grow;
}
#header h1,#header h2{
	width: 100%;
	padding:5px;
	background-color: rgba(16,124,0,1.00);
}
.contents{
	margin:10px auto;
}
.contents > ul{
	display:flex;
	justify-content:space-around;
	flex:flex-grow;
}
.leftNavi, .rightNavi{
	width:160px;
	text-align:center;
	background:green;
	border:2px solid green;
}
@media (max-width:768px){
	.toSale{
		display:none;
	}
	.leftNavi{
	width:auto;
	}
	.rightNavi{
		display:none;
	}
	.mainContents{
		width:auto;
	}
	.contents > ul{
		display:block;
	}
	.mainContents img{
		width:100% !important;
		height:auto;
	}
}
.leftNavi li, .rightNavi li{
	background:white;
	padding:5px;
	border-bottom:green 1px solid;
}
.whiteField{
	background:white;
}
.mainContents{
	width:360px;
}
footer{
	width:50%;
	margin:20px auto !important;
	text-align:center;
}
.shopList{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-content:space-around;
}
.infomation{
	color:green;
	font-size:24px;
	font-weight:bold;
}
.larger{
	font-size:48px;
}
.itemList{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-content:space-around;
}
.copyrights{
	background:green;
	text-align:center;
}
.addBookmark{
	text-align:center;
}
/* thumbnails */
.thumbnails{
	border:rgba(255,0,4,1.00) 2px solid;
	margin-bottom:20px;
}
.thumbnails h2{
	width:100%;
	text-align:center;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	background:rgba(255,0,4,1.00);
	color:rgba(255,255,255,1.00);
}
.thumbnails ul{
	width:100%;
	height:auto;
	padding:5px;
	overflow:hidden;
	background:rgba(240,240,240,1.00);
}
.thumbnails ul li{
	width:48%;
	min-height:400px;
	margin:1%;
	padding:10px;
	float:left;
	background:rgba(255,255,255,1.00);
	color:rgba(50,50,50,1.00);
}
.thumbnails ul li img{
	width:100%;
}
.thumbnails .name{
	display:block;
	color:#009900;
	font-weight:bold;
}
.thumbnails .price{
	color:rgba(255,0,4,1.00);
	font-weight:bold;
}
