 
@charset "UTF-8";

/* --- RESETS --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

/* --- BASIC STYLES --- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

body {
	background:#f0f0f0 url(/img/bg_body.jpg) 50% 0 repeat-x;
	font-family: 'メイリオ',  'Meiryo',  'Hiragino Kaku Gothic Pro',  'ヒラギノ角ゴ Pro W3',  'Osaka',  'ＭＳ Ｐゴシック',  sans-serif;
	font-size: 62.5%;
	color:#6a6a6a;
	text-align:center;
}

a,
a:hover,
a:active,
a:visited {
	color: #4D4542;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.page-top {
	clear: both;
	margin-top: 10px;
	text-align: right;
}

.fl-l {
	float: left;
	margin-right: 0px;
}

.fl-r {
	float: right;
	margin-left: 0px;
}

#container {
	width:900px;
	text-align:left;
	margin:0 auto;
}

p {
	margin-bottom:15px;
}

/* --- TOP NAVIGATION --- */
#topnav {
	width:900px;
	overflow:hidden;
	margin:15px 0;
}

#topnav ul li a {
	color:#323232;
	border-left:1px solid #323232;
	padding:0 25px;
}

#topnav ul li:first-child a {
	border-left:none !important;
}

/* --- HEADER --- */
#header {
	width: 900px;
	height: 100px;
	overflow: visible;
	position: relative;
	background-color: #1980D9;
}

#header h1 {
	margin-left: 20px;
	padding-top: 25px;
}

#header h2 {
	color: #fff;
	font-size: 1.0em;
	margin-top: 4px;
	margin-left: 22px;
}

/* --- NAVIGATION --- */
#mainnav {
	clear: both;
	float: left;
	height:36px;
	width:900px;
	background-color:#f5f5f5;
	border-bottom:1px solid #f0f0f0;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}

#mainnav a:hover,
#mainnav a.current {
	text-decoration:none;
	color:#b1045c;
}

#mainnav ul {
	float: left;
	list-style: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#mainnav ul li {
	float:left;
	position: relative;
	height: 32px;
	border-left:1px solid #ddd;
	margin:0;
	padding:0;
	text-align: center;
}

#mainnav ul li a {
	float: left;
	color: #333;
	display: block;
	font-size: 1.1em;
	padding: 10px 0;
	text-decoration: none;
	width: 222px;
}

/* --- CONTENT --- */
#content {
	float: left;
	width: 900px;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	overflow: hidden;
	background: url(/img/bg_content.jpg) 0 0 repeat-y;
}

#content #main {
	border-left: 1px solid #f7f7f7;
	width: 536px;
	float: right;
	padding: 0 31px;
	background: #fff url(/img/bg_maincontent.jpg) top left repeat-x;
}

#content #main h2 {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
}

#content #main ul#prodnav {
	width:536px;
	height:33px;
	overflow:hidden;
	background:url(/img/bg_prodnav.jpg) no-repeat;
	margin:0 auto 20px;
}

#content #main ul#prodnav li {
	line-height:33px;
	float:left;
}

#content #main ul#prodnav li.latest a {
	display:block;
	width:254px;
	height:33px;
	color:#fafafa;
	text-transform:uppercase;
	padding:0 0 0 15px;
}

#content #main ul#prodnav li.best a {
	display:block;
	width:252px;
	height:33px;
	color:#333;
	text-transform:uppercase;
	padding:0 0 0 15px;
}

#content #main #products {
	height:450px;
	position:relative;
}

#content #main #products #latest,
#content #main #products #best {
	position:absolute;
	top:0;
	left:0 !important;
}

#content #main #latest .product,
#content #main #best .product {
	background:#fff;
	width:224px;
	float:left;
	margin:0 28px 15px 0;
	padding:20px 14px 15px;
}

#content #main #latest .even,
#content #main #best .even {
	margin-right:0;
}

#content #main #latest .product h4,
#content #main #best .product h4 {
	font-size: 14px;
	color: #4D4542;
	background: url(/img/bg_dotted.jpg) bottom no-repeat;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#content #main #latest .product p.price,
#content #main #best .product p.price {
	font-size:12px;
	font-weight:700;
	color:#868686;
}

#content #main #latest .product .more,
#content #main #best .product .more {
	display:block;
	float:left;
	width:84px;
	height:28px;
	background:url(/img/bg_moreinfo.jpg) top no-repeat;
	text-indent:-9999px;
	margin:0 15px 0 0;
}

#content #main #latest .product .add,
#content #main #best .product .add {
	display:block;
	float:left;
	width:84px;
	height:28px;
	background:url(/img/bg_addtocart.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

/* --- CONTENT - SINGLE PRODUCT --- */
#content #main h3 {
	background:url(/img/bg_prodnav.jpg) 0 0 no-repeat;
	height:32px;
	line-height:34px;
	color:#fff;
	margin:15px 0 22px;
	padding:0 0 0 20px;
}

#content #main h3 span {
	text-transform:uppercase;
}

#content #main h3 em {
	text-transform:none;
}

#content #main #product {
	width:536px;
	background:#fafafa url(/img/bg_product_big.jpg) 0 0 no-repeat;
	overflow:hidden;
	margin:0 0 30px;
}

#content #main #product h3 {
	color: #4D4542;
	font-weight: normal;
	font-size: 1.3em;
	background: url(/img/bg_dotted.jpg) 0 100% repeat-x;
	margin:10px;
	padding:10px 3px;
}

#content #main strong {
	color:#3e3e3f;
}

#content #main #product #order {
	clear: both;
	float: left;
	width: 100%;
	background-color: #fff;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	overflow: hidden;
	margin: 0;
}

#content #main #product #order a span {
	color:#ffc1e0;
}

#content #main #product #order a.price {
	margin-left: auto;
	margin-right: auto;
	font-size:24px;
	font-weight:600;
	color:#fff;
}

#content #main #product #order a.add {
	float:right;
	color:#fff;
}

#content #main #product ul.tag-list {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	margih-right: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#content #main #product ul.tag-list li {
	display: inline;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
}

#content #main #product ul.tag-list li a {
	background: transparent url(/img/tag.png) no-repeat scroll left center;
	padding: 1px 0 5px 20px;
}

/* --- CONTENT - PRODUCTEN PAGE --- */
#content #main #products-list ul li {
	background: #fafafa url(/img/bg_product_big.jpg) 0 0 no-repeat;
	overflow: hidden;
	margin: 0 0 15px;
	padding: 15px 10px 10px;
}

#content #main #products-list ul li .product-title {
	background: url(/img/bg_dotted.jpg) 0 100% repeat-x;
	width: 100%;
	height: 36px;
}
#content #main #products-list ul li .product-title-head {
	float: left;
	width: 440px;
}
#content #main #products-list ul li .product-title-stock {
	float: right;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 10px 3px;
}
#content #main #products-list ul li .product-body {
	clear: both;
}

#content #main #products-list ul li h4 {
	color: #4D4542;
	font-weight: normal;
	font-size: 1.3em;
	margin:0 0 10px;
	padding:10px 3px;
}

p.price {
	font-size:18px;
	font-weight:800;
	color:#CF1171;
	margin-top:5px;
	float:left;
}

#content #main #products-list ul li a.buy {
	float:right;
	display:block;
	width: 268px;
	height: 48px;
	text-indent: -9999px;
	margin: 1px 0 0;
	background:url(/img/bg_buy.jpg) no-repeat top center;
}

.counter {
	font-size: 1.1em;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
.counter .mb {
	display: inline;
}
/** 合計行数 */
.counter span.count {
	font-weight: bold;
}
.counter span.count-mb {
}
/** 開始行 */
.counter span.start {
	font-weight: bold;
}
.counter span.start-mb {
}
/** 終了行 */
.counter span.end {
	font-weight: bold;
}
.counter span.end-mb {
}


#content #main .paging {
	background: url(/img/bg_pagination.jpg) no-repeat top left;
	height: 36px;
	margin-bottom: 10px;
}

#content #main .paging span {
	float: left;
	line-height: 30px;
	margin-top: 1px;
}
#content #main .paging span.disabled {
	width: 50px;
	border-right:1px solid #1980D9;
	font-size: 1.1em;
	text-align:center;
}
#content #main .paging span.current {
	width: 36px;
	text-align: center;
	border-right: 1px solid #1980D9;
}

#content #main .paging span a {
	display:block;
	width:36px;
	text-align:center;
	color:#fff;
	font-size: 1.1em;
	border-right:1px solid #1980D9;
}
#content #main .paging span a:hover {
	color:#333;
	text-decoration:none;
	background:url(/img/bg_pagination_hover.jpg) 100% 0 no-repeat;
	border-right:1px solid #1980D9;
}

#content #main .paging a.effectived {
	float: left;
	line-height: 30px;
	display:block;
	width:50px;
	text-align:center;
	color:#fff;
	font-size: 1.1em;
	border-right:1px solid #1980D9;
	margin-top: 1px;
}

#content #main #products-list #pagination ul {
	height:30px;
	width:536px;
	background:url(/img/bg_pagination.jpg) 0 0 no-repeat;
	overflow:hidden;
	margin:0 0 20px;
}

#content #main #products-list #pagination ul li {
	background:none;
	float:left;
	line-height:32px;
	margin:0;
	padding:0;
}

#content #main #products-list #pagination ul li a {
	display:block;
	width: 36px;
	text-align:center;
	color:#fff;
	font-size: 1.1em;
	border-right:1px solid #1980D9;
}

#content #main #products-list #pagination ul li a.one {
	border-left:none;
}

#content #main #products-list #pagination ul li a:hover {
	color:#333;
	text-decoration:none;
	background:url(/img/bg_pagination_hover.jpg) 100% 0 no-repeat;
	border-right:1px solid #1980D9;
}

#content #main #products-list #pagination ul li a.one:hover {
	background-position:0 0;
}

/* --- SIDEBAR --- */
#content #sidebar {
	background-color:#f7f7f7;
	border-right:1px solid #fff;
	width:299px;
	float:left;
}

#content #sidebar #search {
	width:275px;
	margin:15px 0 20px;
	padding:0 10px;
}

#content #sidebar #search #searchform label {
	display:none;
}

#content #sidebar #search #searchform #searchfield {
	width:268px;
	font-size:12px;
	color:#a0a0a0;
	margin:0 0 5px;
	padding:7px 0 7px 5px;
}

#content #sidebar #search #searchform #submit {
	margin-top: 0;
	float:right;
	border:none;
	width:81px;
	height:28px;
	background:url(/img/bg_submit.jpg) no-repeat;
	color:#fafafa;
	text-transform:uppercase;
	cursor:pointer;
}

#content #sidebar .categories h3 {
	background: url(/img/bg_categories.jpg) no-repeat;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 1.2em;
	color: #1980D9;
}

#content #sidebar .categories ul.cat {
	margin:15px 0;
	padding:0 40px 0 25px;
	font-size: 12px;
}
#content #sidebar .categories ul.cat li {
	line-height:20px;
	background:url(/img/bg_dotted.jpg) bottom repeat-x;
	padding:2px 0;
}

#content #sidebar .categories ul.h20 li {
	height: 20px;
}
#content #sidebar .categories ul.h40 li {
	height: 40px;
}

#content #sidebar .categories ul.cat li a {
	display:block;
	color:#666;
	background:url(/img/bullet_grey.jpg) 0 50% no-repeat;
	margin:0 0 0 4px;
	padding:0 0 0 16px;
}
#content #sidebar .categories ul.cat li a:hover,
#content #sidebar .categories ul.cat li.current a {
	color:#b3055d;
	text-decoration:none;
	background:url(/img/bullet.jpg) 0 50% no-repeat;
}

/** ２階層目 */
#content #sidebar .categories ul.sub {
	margin: 0px 0;
	padding: 0 40px 0 15px;
}
#content #sidebar .categories ul.sub li {
	line-height: 20px;
	background: none;
	padding: 0 0;
}
#content #sidebar .categories ul.sub li a {
	display:block;
	color:#666;
	background: none;
	margin:0 0 0 4px;
	padding:0 0 0 0px;
	font-size:12px;
}

/* --- FOOTER --- */
#footer {
	float: left;
	overflow:hidden;
	width: 900px;
	margin-top: 10px;
	padding: 16px 0;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
}

#footer ul#footer-navi {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

#footer ul#footer-navi li {
	float: left;
	display: inline;
	font-size: 1.2em;
	list-style-type: none;
}

#footer ul#footer-navi li a {
	display: block;
	width: 200px;
	height: 16px;
}

#footer #copy {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0 35px;
}



#topnav ul li,
#footer #copy p.copy {
	text-align: center;
}

#header #featured .item .description,
#header #featured #item3 .description {
	float:right;
	width:200px;
	margin:35px 20px 0 0;
}

#header #featured .item .description a:hover,
#content #main ul#prodnav li a:hover,
#content #main #products-list ul li a.more:hover {
	text-decoration:none;
}

#content #main #latest .product img,
#content #main #best .product img,
#content #main #product #matching .match img,
#content #main #products-list ul li img {
	float:left;
	margin:0 10px 10px 0;
}

/**
#content #main #latest .product p.price span,
#content #main #best .product p.price span,
#content #main #product #matching .match p.price span,
#content #main #products-list ul li p.price span,
#footer div ul li a.vcard,
#footer div span {
	color:#cf1171;
}
*/

#content #main #product img,
#content #main #product p {
	margin:10px;
}

#content #main #product p.headline {
	text-align: right;
}

/* Contact Form Styling */

input,
textarea {
	margin-top: 6px;
}

#nameinput {
	width: 300px;
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #eee;
}

#nameinput:hover {
	background: #fff;
	border: 1px solid #ddd;
}

#nameinput:focus {
	background: #fff;
	border: 1px solid #ddd;
}

#emailinput {
	width: 300px;
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #eee;
}

#emailinput:hover {
	background: #fff;
	border: 1px solid #ddd;
}

#emailinput:focus {
	background: #fff;
	border: 1px solid #ddd;
}

#commentinput {
	width: 450px;
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #eee;
}

#commentinput:hover {
	background: #fff;
	border: 1px solid #ddd;
}

#commentinput:focus {
	background: #fff;
	border: 1px solid #ddd;
}

#submitinput {
	width: 150px;
	height: 50px;
	background:#333 !important;
	float:left;
	font-weight:bold;
	font-size: 18px;
	color: #fff;
	cursor:pointer;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: none;
	border-left: none;
}

#main table.tbl01 {
	margin: 0;
	width: 506px;
	border: 1px solid #1980D9;
}

#main table.tbl01 th {
	background-color: #1980D9;
	color: #FFFFFF;
	vertical-align: middle;
	width: 25%;
	padding: 12px 0 12px 20px;
}

#main table.tbl01 td {
	vertical-align: middle;
	padding: 12px 0 12px 20px;
}

.tbl01 tr td ul li {
	background: transparent url(/img/bullet_grey.jpg) no-repeat scroll left 4px;
	float: left;
	margin-bottom: 4px;
	margin-left: 8px;
	padding-left: 10px;
	width: 158px;
	font-size: 12px;
}

div#content p.comment {
	clear: both;
	font-size: 1.0em;
	line-height: 1.4;
	padding-top: 6px;
	color: #1980D9;
}

