
#wrapper
{
	margin: 0px auto;
	width: 100%;
	position: relative;
	border-top: 5px solid #ea9e1a;
	
}

/* body */

body
{
    font-size: 9pt;
    line-height: normal;
    letter-spacing: normal;
    color: #555555;
}
a {
	text-decoration: none;
	color: #111;
}
a:hover {
	text-decoration: underline;
}

/* header */

#header
{
	width: 100%;
	margin-bottom: 2%;

}
.head_cont
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#header h1
{
	float: left;
}

.head_cont .lnavi
{
	float: right;
	width: auto;
}
.head_cont .lnavi li 
{
	float: left;
	margin-left: 15px;
	line-height: 32px;
}
.head_cont .lnavi li.cart {
	border: 1px solid #ddd;
	padding: 7px 10px;
	line-height: 12px;
}
.head_cont .lnavi li.cart span {
	margin-right: 6px;
}
.head_cont .lnavi li.cart i {
	color: #555;
	margin-right: 6px;
	vertical-align: baseline;
}

#nav
{
	width: 100%;
	background-color: #555;
}
#nav #gNavi
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#nav #gNavi ul {
	float: left;
	width: 75%;
}
#nav #gNavi li {
	float: left;
	height: 50px;
	text-align: center;
}
#nav #gNavi li a {
	color: #fff;
	padding: 0 10px;
	display: block;
	height: 100%;
	line-height: 50px;
	font-size: 14px;
}
#nav #gNavi li a:hover {
	text-decoration: none;
	background-color: #ea9e1a;
}
.search {
	float: right;
	width: 25%;
	background-color: #fff;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.search input {
	border: none;
	height: 30px;
	vertical-align: top;
	display: block;
	width: 100%;
	padding-right: 25px;
}
.search a
{
	display: block;
	color: #999;
	width: 24px;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10;
	vertical-align: bottom;
}


/* mainVisual */
#mainVisual
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2%;
}

/* contents */
#contents
{
	max-width: 1020px;
	margin: 0 auto;
}
#main
{
	width: 100%;
}
#main .section05 h2 {
	margin-left: 0.98%;
	margin-right: 0.98%;
}

#main > section {
	margin-bottom: 3%;
	width: 100%;
}

#main h2
{
	margin-bottom: 2%;
	font-size: 16px;
	background-color: #ea9e1a;
	padding: 1%;
	color: #fff;
}

.itemList {
	overflow: hidden;
	clear: both;
	width: 100%;
}
#main > section.section01 {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto 3%;
}
#main > section.section02,
#main > section.section03,
#main > section.section04 {
	max-width: 1000px;
	margin: 0 auto 3%;
}
.itemList li {
	float: left;
}
.itemList li a {
	display: block;
	border: 1px solid #ddd;
	padding: 4%;
}
.section01 .itemList {
	width: 1020px;	
}
.section01 .itemList li {
	width: 235px;
	margin: 0 20px 20px 0;
}

.section02 .itemList li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.section02 .itemList li.last {
	margin-right: 0;
}

.section03 .itemList li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.section03 .itemList li:nth-child(4n) {
	margin-right: 0;
}

.section04 .itemList {
	margin: -20px 0 0 -20px;
	width: auto;
}
.section04 .itemList li {
	width: 235px;
	margin: 20px 0 0 20px;
}

.section05 .itemList li {
	width: 25%;
	margin-bottom: 2%;
	padding: 0 0.98%;
}
.section05 .itemList li a {
	border: 1px solid #ddd;
	padding: 4%;
}
.section05 .itemList li:hover a {
	background-color: #f3f3f3;
	text-decoration: none;
}
.itemList li figure {
	max-height: 130px;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 3%;
	width: 100%;
	height: 0;
	padding-bottom: 61%;
	position: relative;
}
.itemList li figure img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: top;
	top: 0;
	-webkit-transition: 1.5s;
	   -moz-transition: 1.5s;
	    -ms-transition: 1.5s;
	     -o-transition: 1.5s;
	        transition: 1.5s;
}
.itemList li:hover figure img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.itemList li .name {
	margin-bottom: 3%;
}
.itemList li .price {
	font-weight: bold;
	font-size: 14px;
	font-family: futura,Century Gothic;
}

.moreLink {
	text-align: right;
}

.newsList dt {
	font-weight: bold;
}
.newsList dt,
.newsList dd {
	padding: 0 0 8px 0;
	margin-bottom: 8px;
}
.newsList dd {
	padding-left: 8em;
	border-bottom: 1px dotted #ccc;
}
/* footer */
#footer
{
	padding: 2% 0 5px 0;
	background-color: #ddd;
}

.foot
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.foot > section {
	width: 50%;
	float: left;
	padding: 0 0 1% 0;
	margin-bottom: 2%;
}
.foot h3 {
	font-size: 14px;
	color: #111;
	margin-bottom: 1em;
}
.foot ul
{
	padding-left: 0.5em;
}

.foot li
{
	margin-bottom: 1.5%;
}
.foot li a
{
	color: #555;
}
.foot li a:hover
{
	color: #111;
}
.copyright
{	
	clear: both;
	text-align: right;
	color: #000;
}
