@charset "UTF-8";

/*----------------------------------------------color settings----------------------------------------------*/

#header .log {
	border-top: 1px solid #39c49f;
	background-image: -moz-linear-gradient(top,
																	#8ccfb7 0%,
																	#1c854e 50%,
																	#1c854e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
																 color-stop(0%,#8ccfb7),
																 color-stop(50%,#1c854e),
																 color-stop(100%,#1c854e));

}

#header #gnavi a {
	display: block;
	background-image: -moz-linear-gradient(top,
																	#8ccfb7 0%,
																	#1c854e 50%,
																	#1c854e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
																 color-stop(0%,#8ccfb7),
																 color-stop(50%,#1c854e),
																 color-stop(100%,#1c854e));
}

#header #gnavi {
	border-top: 1px solid #39c49f;
	border-bottom: 1px solid #39c49f;
}

#header #gnavi .goods {
	border-bottom: 1px solid #39c49f;
}

#footer .navi a {
	border: 1px solid #39c49f;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: -moz-linear-gradient(top,
																	#8ccfb7 0%,
																	#1c854e 50%,
																	#1c854e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,
																 color-stop(0%,#8ccfb7),
																 color-stop(50%,#1c854e),
																 color-stop(100%,#1c854e));
}


#content .entry dt {
	background-color: #D2EBE2;
	color: #555;
}

#content .entry dd {
	color: #555;
	background-color: #F0FBF7;
}


#shopInfo h3 {
	padding: 7px;
	margin-bottom: 5px;
	background-color: #29a071;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


/*-----------------------------------*/
/*---------table BG settings---------*/
/*---------------start---------------*/

.cart td {
	padding: 7px 5px;
	color: #555;
	background-color: #F0FBF7;
}

.cart .goods_name {
	background-color: #d9f3ea;
	border-right: 2px solid #fff
}

.cart th,
.cart th.goods_name {
	padding: 5px;
	background-color: #D2EBE2;
	color: #555;
}




/*----------------end----------------*/
/*---------table BG settings---------*/
/*-----------------------------------*/
