body, ul, li, dl, dd, dt, table, td, input, h1, h2, h3, h4, h5, h6, p, hr {padding: 0; margin: 0;}
dl, dd, dt, ul, li {list-style: none;}
table, td, th {border-collapse: collapse; border: none; border-spacing: 0;}
img {border: none; outline: none;}
.renum{ float:left; } /*　お客様の声の件数　回り込み */
/* 一時オフ .ratingc{vertical-align:text-bottom;}  追加 宮川 11/8 */

/*
------------ THEME COLORS ------------
*/
	
	.theme-colors {display: none;}
	.theme-colors-1 {background-color: #aa0000;}
	.theme-colors-2 {background-color: #f2498f;}

/*
------------ MISC ------------
*/

	.float-right {float: right !important;}
	.float-left {float: left !important;}
	.float-none {float: none !important;}
	
	.show-desktop {display: block !important;}
	.hide-desktop {display: none !important;}
	
	.clear {
		width: 100%;
		overflow: hidden;
		height: 0px;
		clear: both;
	}
	
	a {text-decoration: none;}
	a, input {color: #4c4c4c;}
	a:hover {color: #f2498f;}
	
	.ta-left {text-align: left !important;}
	.ta-right {text-align: right !important;}
	.ta-center {text-align: center !important;}
	
	.va-top {vertical-align: top !important;}
	.va-middle {vertical-align: middle !important;}
	.va-bottom {vertical-align: bottom !important;}
	
	h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'PT Sans Narrow';
	line-height:130%;
	margin-bottom: 20px;
	}
	
	h1 {font-size: 26px;}
	h2 {
	font-size: 20px;
	font-weight: bold;
}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 18px;}
	h6 {font-size: 16px;}
	
	.buttons .left {float: left; text-align: left;}
	.buttons .right {float: right; text-align: right;}
	.buttons .center {text-align: center; margin-left: auto; margin-right: auto;}
	
	p {margin-bottom: 20px;}
	
	hr {
		border: none;
		height: 1px;
		background-color: #e5e5e5;
		margin-bottom: 20px;
		overflow: hidden;
	}

/*
------------ BODY ------------
*/

	body {
		background-color: #cceeff;	
		background-image: url('./../images/texture1.png');
		padding: 40px 0px;
		color: #000000;
		font: 12px/20px Arial;
	}
	.page {
		background-color: #fff;
		width: 980px;
		margin: 0px auto;
	
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	}
	
/*
------------ LAYOUT ------------
*/
	
	#content {
		padding: 0px 10px;	
		overflow: hidden;
	}
	#content-right {
		width: 240px;
		float: right;	
	}
	#content-left {
		width: 240px;
		float: left;	
	}
	#content-left + #content-right + #content-center, #content-left + #content-center {margin-left: 240px;}
	#content-left h3 {
	color: #999999;
	font-size: 11px !important;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 14px !important;
	margin: 0;
	text-transform: uppercase;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 10px;
	}
	#content-left h2 {
	margin: 0px;
	padding: 5px;
	}
	#content-left .block-head {
	background-image: url(../images/br_next.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 25px;
	background-color: #F3F3F3;
	width: 195px;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #F0F0F0;
	cursor: pointer;
	}
	#content-left .select {
	background-image: url(../images/br_down.png) !important;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	
	#content-right + #content-center {margin-right: 240px;}
	

	.column4 {
		margin: 0px 10px;
		float: left;
		width: 220px;
	}
	.column4 h3 {
	color: #999999;
	font-size: 11px !important;
	font-weight: normal;
	height: 12px;
	letter-spacing: 0.1em;
	line-height: 12px !important;
	margin: 0;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
	.column5 {
		margin: 0px 10px;
		float: left;
		width: 140px;
	}

	.fluid70 {
	/width: 70%;
	/float: left;
	/margin-bottom: 20px;
	}
	.fluid50 {
		width: 50%;
		float: left;
		margin-bottom: 40px;
	}
	.fluid33 {
		width: 33%;
		float: left;
		margin-bottom: 20px;
	}
	.fluid66 {
		width: 66%;
		float: left;
		margin-bottom: 20px;
	}
	.content {padding: 0px 10px;}
	section {margin: 0px 0px 40px 0px;}
	.standart {margin: 0px 10px 40px 10px;}
	.block-content {padding: 0px 0px;}
	.firstbox {
	background-color: #F4F4EA;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	border: 1px solid #E7E6DA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	}
	.firstbox .firstinfo {
	font-weight: bold;
	color: #BDAB15;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 16px;
	}

/*
------------ FORM ELEMENTS ------------
*/

	input[type=text],
	input[type=password],
	textarea {
		display: inline-block;
		border: 1px solid #dcdcdc;	
		border-top-color: #ccc;
		border-bottom-color: #e5e5e5;
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		padding: 5px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	input[type=text],
	input[type=password] {
		height: 16px;
		max-width: 90%;
	}

/*
------------ MENU ------------
*/

	#menu {
		height: 40px;
		background-color: #4d4d4d;	
		background-image: url('./../images/gradient.png');
		padding: 0px 20px;
	}
	#menu .item,
	#menu .separator {float: left;}
	#menu .separator {
		width: 2px;
		height: 40px;
		background-image: url('./../images/separator.png');	
	}
	#menu .item {
		position: relative;
		z-index: 50;
	}
	#menu .item .light {
		cursor: pointer;
		display: block;
		padding: 10px 7px;
		font-size: 10px;
		letter-spacing: 0.1em;
		line-height: normal;
		color: #fff;
	}
	#menu .item .light div {
		height: 16px;
		line-height: 12px;
		background: #4d4d4d url('./../images/gradient.png') 0px -8px;
		padding: 2px 5px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		position: relative;
	
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	}
	#menu .item .light div .icon {
		display: inline-block;
		margin-bottom: -4px;
		margin-right: 6px;
		width: 16px;
		height: 16px;
		background-image: url('./../images/icon-header.png');
	}
	
	.icon-heart 	{background-position: 0px 0px;}
	.icon-user 		{background-position: -16px 0px;}
	.icon-basket 	{background-position: -32px 0px;}
	.icon-card 		{background-position: -48px 0px;}
	.icon-money 	{background-position: -64px 0px;}
	.icon-l			{background-position: -80px 0px;}
	.icon-home		{background-position: -96px 0px;}

	/*
	------------ LANGUAGE ------------
	*/

		#language .drop-body li img {
			position: relative;
			top: 1px;
			margin-right: 10px;	
		}

/*
------------ DROP MENU ------------
*/

	.drop-content {
		position: absolute;
		top: 40px;
		right: 0px;
		width: 500px;
		height: 8px;
		display: none;
	}
	.drop-arrow {
		display: none;
		position: absolute;
		width: 0;
		height: 0;
		left: 50%;
		margin-left: -6px;
		z-index: 51;
		content: '\00a0';
		bottom: -8px;
		border: 6px solid transparent;
		border-bottom-color: #d9d9d9;	
		border-bottom-color: rgba(178, 178, 178, 1);
	}
	.drop-arrow:after {
		position: absolute;
		width: 0;
		height: 0;
		left: 50%;
		margin-left: -6px;
		z-index: 51;
		display: block;
		content: '\00a0';
		bottom: -7px;
		border: 6px solid transparent;
		border-bottom-color: #fff;	
	}
	.drop-body {
		position: absolute;
		top: 8px;
		right: 0px;
		background-color: #fff;
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
		color: #4c4c4c;
		
		border: 1px solid #d9d9d9;
		border: 0px solid rgba(0, 0, 0, 0);
		
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	}
	.drop-body ul {
		margin: -5px;
		float: left;
		margin-right: 20px;
	}
	.drop-body ul li a {
		display: block;
		padding: 0px 5px;
		font-size: 12px;
		line-height: 22px;
	}

	#fontSize li.active {
	  background-color: #CCC;
	  border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
/*
------------ HEADER ------------
*/

	header {
	height: 100px;
	position: relative;
	text-align: center;
	font-size: 11px;
	line-height: normal;
	color: #555;
	display: block;
	z-index: 40;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
	header a {color: #aa0000;}
	header .top-news {
	width: 50%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	border: 1px solid #DFDFDF;
	background-image: url(../images/topnewsback.gif);
	background-repeat: repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	.top-news li {
	font-size: 14px;
	line-height: 18px;
	background-image: url(../images/news_icon.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
	}
	.top-news li a {
	color: #333333;
	}
	.top-news li a:hover {
	color: #777777;
	}
	/*
	------------ LOGO ------------
	*/
	
		header #logo a {
			position: absolute;
			float: left;
			display: block;
/*			top: 10px;  オリジナル*/
			top:0px; /*宮川 11/8 */
			left: 30px;
		}
	
	/*
	------------ CART ------------
	*/
	
		header #cart {
			z-index: 40;
			position: absolute;	
			right: 30px;
		/*	top: 35px;  オリジナル */
			top:21px;/*宮川 11/8 */
			text-align: right;
		}
		header #cart .icon {
			background: url('./../images/cart.png');
			width: 25px;
			height: 20px;
			display: block;
			float: left;
			position: relative;
			top: 10px;
			margin-right: 8px;
			margin-left: 2px;
		}
		header #cart .cart-total {
			height: 40px;
			font: bold 20px/40px 'PT Sans Narrow';
			background-color: #aa0000;
			padding: 0px 8px;
			color: #fff;
			border-radius: 2px;	
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			float: right;
			position: relative;
			cursor: pointer;
		}
		header #cart .cart-wrap {
			margin-right: 10px;
			float: right;	
		}
		header #cart .cart-text {
	color: #4c4c4c;
	font-family: "PT Sans Narrow";
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
		}
		header #cart .cart-count {
	color: #666666;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
		}
		header #cart .cart-list {
			width: 100%;
			margin-top: -10px;	
		}
		header #cart .cart-list a {color: #4c4c4c;}
		header #cart .cart-list a:hover {color: #f2498f;}
		header #cart .cart-list .image a,
		header #cart .cart-list .image img {display: block;}
		
		header #cart .cart-list .image,
		header #cart .cart-list .remove {padding-right: 10px;}
		
		header #cart .cart-list .name,
		header #cart .cart-list .quantity,
		header #cart .cart-list .total {padding-right: 10px;}
		
		header #cart .cart-list .remove div {
			width: 8px;
			height: 8px;
			background: #ccc url('./../images/delete.png');
			cursor: pointer;
		}
		
		header #cart .cart-list .remove div:hover {
			background-color: #000;	
		}
		
		header #cart .cart-list td {
			padding-bottom: 10px;
			padding-top: 10px;
			border-bottom: 1px solid #f2f2f2;
		}
		header #cart .cart-end {
			margin: 10px 0px;
			width: 100%;	
		}
		header #cart .cart-end th {text-align: left;}
		header #cart .cart-end td {text-align: right;padding-right: 10px;}
		header #cart .cart-buttons {text-align: right;}
		header #cart .cart-buttons .button {
			float: right;
			margin-left: 10px;
			margin-top: 5px;	
		}
		header .drop-body p{
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	color: #848484;
	padding-bottom: 0px;
	background-color: #EBEBEB;
	margin: 0px;
		}
		
	/*
	------------ CART ------------
	*/		
	.cartinfo {
	}
	
	table.cart-table {margin-bottom: 20px;}
	table.cart-table td {padding: 16px 16px;}
	table.cart-table th {text-align: right;}
	table.cart-table thead td,
	table.cart-table thead th {
	background-color: #edf0f2;
	text-align: center;
	border-bottom: 1px solid #d4d7d9;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	padding: 5px 16px;
	}
	table.cart-table tbody td,
	table.cart-table tbody th {
	border-bottom: 1px solid #eee;
	font-size: 120%;
}
	table.cart-table tfoot td,
	table.cart-table tfoot th {
	border-top: 1px solid #d4d7d9;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

    .tex100 table.cart-table tbody td,
    .fluid50 table.cart-table tbody td,
    .fluid50 table.cart-table tbody th {
	border-bottom: 1px solid #eee;
	font-size: 100%;
	padding: 5px 16px;
}
	.tex100 table.cart-table tfoot td,
	.fluid50 table.cart-table tfoot td,
	.fluid50 table.cart-table tfoot th {
	border-top: 1px solid #d4d7d9;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
}


.cart-buttons {
	margin-top: 5px;
}
	.cart-buttons .button-icon {
	margin-right: 15px;
	display: inline-block;
	line-height: 25px;
	font-size: 10px;
	letter-spacing: 0.1em;
	}
	.cart-buttons .button-icon .icon {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 2px;
	background-color: #ccc;
	background-image: url('./../images/icon-button.png');
	}
	.cart-buttons .button-icon:hover .icon {background-color: #000;}
	.cart-buttons .button-icon .icon-wish {background-color: #f2498f;}
	.cart-buttons .button-icon .icon-delete {background-position: -100px 0px;}

	
		
	/*
	------------ HAISOU TAG ------------
	*/	
	.tag {
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-right: 3px;
	position: relative;
	top: -2px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	white-space: nowrap;
	}
	.tag-normal {
	background-color: #339900 !important;
	letter-spacing: 0.1em;
	}
	.tag-reizou {
	background-color: #0066CC !important;
	letter-spacing: 0.1em;
	}
	.tag-reitou {
	background-color: #64CFD2 !important;
	letter-spacing: 0.1em;
	}
	.tag-freeshipping {
	background-color: #aa0000 !important;
	letter-spacing: 0.1em;
	}
	
	/*
	------------ SEARCH ------------
	*/
	
		#search, #searchhead {
	display: inline-block;
	border: 1px solid #dcdcdc;
	border-top-color: #ccc;
	border-bottom-color: #e5e5e5;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
	width: 218px;
	height: 28px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
		}
		#search input, #searchhead input {
			height: 16px;
			width: 179px;
			padding: 6px 6px;
			float: left;
			display: block;
			border: none;	
			border-radius: 0;
			box-shadow: none;
			background-color: transparent;
		}
		#search .button-search, #searchhead .button-search {
			display: block;
			width: 25px;
			height: 25px;
			background-color: #b2b2b2;
			background-image: url('./../images/search.png');
			float: left;
			margin-top: 1px;
			cursor: pointer;	
		}
		#search .button-search:hover, #searchhead .button-search:hover  {background-color: #aa0000;}

/*
------------ NAV ------------
*/

	.nav {
		position: relative;
		z-index: 30;
		margin: 0px 20px;
		padding: 0px 8px;
		border-radius: 3px;	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-bottom: 30px;
		background: #f2498f url('./../images/gradient.png') left top;
		display: block;
		
	}
	.nav > ul > li {
		float: left;
		position: relative;
		background: #f2498f url('./../images/gradient.png');
		font: 18px/40px 'PT Sans Narrow';
	}
	.nav > ul > li > a {
	height: 40px;
	display: block;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	.nav > ul > li > a:hover {color: #fff;}
	.nav > ul > li > a .icon {
		width: 21px;
		height: 21px;
		display: block;
		position: relative;
		top: 9px;
		background-image: url('./../images/icon-home.png');	
	}
	
	/*
	------------ SUB ------------
	*/
	
		.nav .sub-content {
			position: absolute;
			top: 40px;
			left: 0px;
			width: 500px;
			height: 8px;
			display: none;
			font-family: Arial;
		}
		.nav .sub-arrow {
			position: absolute;
			width: 0;
			height: 0;
			left: 50%;
			margin-left: -6px;
			z-index: 31;
			content: '\00a0';
			bottom: -8px;
			border: 6px solid transparent;
			border-bottom-color: #d9d9d9;
			border-bottom-color: rgba(178, 178, 178, 1);
			display: none;	
		}
		.nav .sub-arrow:after {
			position: absolute;
			width: 0;
			height: 0;
			left: 50%;
			margin-left: -6px;
			z-index: 31;
			display: block;
			content: '\00a0';
			bottom: -7px;
			border: 6px solid transparent;
			border-bottom-color: #fff;	
		}
		.nav .sub-body {
		    width: 440px;
			position: absolute;
			top: 8px;
			left: 0px;
			background-color: #fff;
			padding: 10px;
			font-size: 12px;
			line-height: 16px;
			color: #4c4c4c;
			border: 1px solid #d9d9d9;
			border: 0px solid rgba(0, 0, 0, 0);
			
			box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
			z-index: 10;
		}
		.nav .sub-body ul {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
		}
		.nav .sub-body ul li {
			background: url('./../images/list-arrow.png') 5px center no-repeat;
			padding: 0px 10px 0px 20px;
			float: left;
            margin-right: 10px;
            width: 175px;
		}
		.nav .sub-body ul li a {
			display: block;
			min-width: 70px;
			font-size: 12px;
			line-height: 24px;
		}
		.nav .sub-body h3 {
	color: #999999;
	font-size: 11px !important;
	font-weight: normal;
	height: 12px;
	letter-spacing: 0.1em;
	line-height: 12px !important;
	margin: 0;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.nav .sub-body .border_eee {
	width: 435px;
	border-bottom: 1px solid #EEEEEE;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
.nav .sub-body .clear {
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: visible;
}

/*
------------ TABS ------------
*/
		
	.tabs {
	padding: 0px 10px;
	margin: 0px 10px 20px 10px;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	}
	.tabs a {
	border-radius: 3px 3px 0 0;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/button.png);
	font-weight: bold;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: repeat-x;
	}
	.tabs a.selected {
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	border-bottom-width: 0;
	margin-bottom: -1px;
	line-height: 32px;
	font-size: 130%;
	color: #666666;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	background-image: none;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	}
		
/*
------------ ROWS ------------
*/
	.rows {
		margin: 0;
		//overflow: hidden;
	}	
	.rows .row {
		margin: 0 20px 40px 20px;
		//overflow: hidden;
		position: relative;
	}
	.rows .image {
		display: block;
		float: left;
		margin-right: 15px;
		margin-bottom: 5px;
		position: relative;
	}
	.rows .image img {
		display: block;
		max-width: 160px;
	}
	.rows .image80 {
		display: block;
		float: left;
		margin-right: 15px;
		margin-bottom: 5px;
		position: relative;
	}
	.rows .image80 img {
		display: block;
		max-width: 80px;
	}
	.rows .name {
	margin-bottom: 6px;
	font-family: 'PT Sans Narrow';
	font-size: 18px;
	font-weight: bold;
	}
	.rows .star {
	display: inline-block;
	float: left;

	}
	.rows .price {margin-bottom: 0px;}
	.rows .price .old {
		text-decoration: line-through;	
		font-size: 12px;
		line-height: normal;
		color: #ccc;	
	}
	.rows .price .new {
		font-size: 12px;
		line-height: normal;
		color: #e51739;
	}
	.rows .desc {
	margin-bottom: 10px;
}
	.rows .desc p {
	color: #CC3333;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
	.rows .button {margin-right: 10px;}
	.rows .button-icon {
		margin-right: 15px;
		display: inline-block;
		line-height: 25px;
	}
	.rows .button-icon .icon {
		float: left;
		width: 25px;
		height: 25px;
		margin-right: 5px;
		background-color: #ccc;
		background-image: url('./../images/icon-button.png');
	}
	.rows .button-icon:hover .icon {background-color: #f2498f;}
	.rows .button-icon .icon-wish {background-color: #f2498f;}
	.rows .button-icon .icon-compare {background-position: -25px 0px;}
	.rows .button-icon .icon-bari {background-position: -50px 0px;}
	.rows .button-icon  .icon-mov {background-position: -75px 0px;}
	.rows .button-icon .icon-wishbreak {background-position: -125px 0px;}
	
	.rows .pt {
	float: left;
	color: #55555;
	font-size: 12px;

	}
	.rows .tag {
		display: inline-block;
		background-color: #4d4d4d;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		line-height: 16px;
		height: 16px;
		position: relative;
		top: -2px;
		margin-right: 5px;
		border-radius: 2px;
		padding: 0 6px;
	}
	.rows .tag-new {
	background-color: #AA0000;
	}
	.rows .tag-sale {background-color: #cc1433;}
	.rows .row .kisetsu-off {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 160px;
	height: 17px;
	background-image: url('./../images/kisetsu_off.png');
	z-index: 10;
	}
	.rows .row .kisetsu-on {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 160px;
	height: 17px;
	background-image: url('./../images/kisetsu_on.png');
	z-index: 100;
	}
	.rows .maright20 {
	margin-right: 20px;
	}
	.rows .review-count {
	text-decoration:underline;
	}

/*
------------ GRID ------------
*/

	.grid {
		margin: 0px 0px 20px 0px;
		position: relative;
		overflow: hidden;
	}
	.grid h2 {
		height: 30px;
		font-size: 20px;
		line-height: normal;
		color: #444;
		margin: 0px 10px 20px 10px;
	}
	.grid .wrap {
		display: inline-block;
		vertical-align: top;	
		>float: left;
	}
	.grid .struct {
		width: 212px;
		padding: 4px;
		margin: 0px 10px 20px 10px;
		background-color: #fafafa;
		
	}
	.grid .info {
	width: 212px;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
		
	}
	.grid .banner {
	width: 212px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
		
	}
	.grid .struct .frame {
		padding: 10px;
		background-color: #fff;
		border: 1px solid #ebebeb;
		position: relative;
		display/*\**/: inline-block\9;
	}
	.grid .struct .frameleft { width: 212px; }
	.grid .struct .frameleft .price{ /display: inline-block; /line-height:120% !important; }
	
	*+html .grid .struct .frameleft {  display: inline-block; }
	.grid .struct .ribbon-sale,
	.grid .struct .ribbon-ninki,
	.grid .struct .ribbon-ichioshi,
	.grid .struct .ribbon-kokodake,
	.grid .struct .ribbon-new,
	.grid .struct .ribbon-endsoon {
		position: absolute;
		left: -2px;
		top: -2px;
		width: 81px;
		height: 81px;
		background-image: url('./../images/ribbon-new.png');	
	}
	.grid .struct .ribbon-sale {
		left: auto;
		right: -2px;
		background-image: url('./../images/ribbon-sale.png');	
	}
	.grid .struct .ribbon-ninki {
		left: auto;
		right: -2px;
		background-image: url('./../images/ribbon-ninki.png');	
	}
	.grid .struct .ribbon-ichioshi {
		left: auto;
		right: -2px;
		background-image: url('./../images/ribbon-ichioshi.png');	
	}
	.grid .struct .ribbon-kokodake {
		left: auto;
		right: -2px;
		background-image: url('./../images/ribbon-kokodake.png');	
	}
	.grid .struct .ribbon-endsoon {
		left: auto;
		right: -2px;
		background-image: url('./../images/ribbon-endsoon.png');	
	}
	.grid .struct .buttons {
	    margin-top: 10px;
		line-height/*\**/:0\9;
		clear/*\**/: both\9;
    }
    .grid .struct .buttons .star {
	margin-top: 5px;
	margin-bottom: 0px;
	float/*\**/: left\9;
	line-height/*\**/:normal\9;
    }
	.grid .struct .buttons .review-count {
	font-size: 12px;
	margin-top: 5px;
	padding: 0;
	position: relative;
	float/*\**/: left\9;
	line-height/*\**/:normal\9;
	text-decoration:underline;
	}
	.grid .struct .button-icon {
		position: relative;
		top: 2px;
		float: right;
		line-height/*\**/:normal\9;
	}
	.grid .struct .frame .price {
	margin-top: 10px;
	line-height/*\**/:0\9;
	}
	.grid .struct .frameleft .price {
	line-height: auto;
	}
	.grid .struct .price .en {
	float/*\**/: left\9;
	line-height/*\**/:normal\9;
	}
	.grid .struct .pt {
	float: right;
	text-align: right;
	color: #55555;
	font-size: 12px;
	line-height/*\**/:normal\9;
	}
	.grid .struct .pt .tag {
	background-color: #4D4D4D;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-right: 3px;
	position: relative;
	top: -2px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	}
	.grid .struct .pt .tag-new {
	background-color: #333333;
	letter-spacing: 0.1em;
	}
	.grid .struct img {
		max-width: 100%;
		margin-bottom: 10px;	
	}
	.grid .struct .name {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 6px;
	}
	.grid .struct .price .old {
		text-decoration: line-through;	
		font-size: 12px;
		line-height: normal;
		color: #aaa;	
	}
	.grid .struct .price .new {
		font-size: 12px;
		line-height: normal;
		color: #e51739;
	}
	.grid + .pagination {
		margin-top: -10px;	
	}
	.fluid70 .grid .struct {
		padding: 4px;
		margin: 0px 0px 10px 1px;		
	}
	/*
	------------ BUTTON ------------
	*/
	
		.grid .button-icon {
			display: block;
			width: 25px;
			height: 25px;
			background-color: #ccc;
			background-image: url('./../images/icon-button.png');
		}
		.grid .button-icon:hover {background-color: #000;}
		.grid .button-icon:active {background-color: #f2498f;}
		
		.grid .icon-wish {background-color: #f2498f;}
		.grid .icon-compare {background-position: -25px 0px;}
		.grid .icon-bari {background-position: -50px 0px;}
		.grid .icon-mov {background-position: -75px 0px;}
		
	/*
	------------ SIDE ------------
	*/
	
		aside .grid {padding-bottom: 1px; margin-bottom: 10px;}
		
		aside .grid .ribbon-new,
		aside .grid .ribbon-sale,
		aside .grid .buttons {display: none;}

		aside .grid .wrap {display: block;}
		aside .grid .struct {
			width: auto;
			padding: 0;
			margin: 0 10px -1px 10px;
			border: 0px solid #f2f2f2;
			border-width: 1px 0;
		}
		aside .grid .struct .frameleft {
			padding: 8px 5px;
			border: none;
		}
		aside .grid .struct img {
			width: 40px;
			margin: 0 10px 0 0;
			float: left;
		}
		
/*
------------ RIBBON ------------
*/

	.ribbon {
		background-color: #ffffff;
		font-size: 100%;
		line-height: 18px;
		color: #444;
		margin-bottom: -1px;
		position: relative;
	}
	.ribbon .top {
		background: url('./../images/footer-gap.png');
		height: 3px;	
	}
	.ribbon .bottom {
		background: url('./../images/footer-gap.png') -5px -3px;
		height: 3px;	
	}
	.ribbon .center {
		padding: 20px 10px;	
		overflow: hidden;
	}
	.ribbon .column {
		width: 220px;
		padding: 0px 10px;
		float: left;
	}
	.ribbon .logo {
		display: block;
		margin-bottom: 18px;	
	}
	
/*
------------ CUSTOM FOOTER ------------
*/

	.custom-footer .top {
		position: relative;
		z-index: 1;		
	}
	.custom-footer .center {
		display: table;	
		padding: 15px 10px;
	}
	.custom-footer .center .cell {
		display: table-cell;
		padding: 5px 10px;
		background: url('./../images/vl.png') right 0 repeat-y;
		width: 300px;
		>float: left;
	}
	.custom-footer .center .cell:last-child {background: none;}
	
	/*
	------------ CONTACTS ------------
	*/

		.custom-footer .contacts {
			box-shadow: 0 -1px rgba(0, 0, 0, .1) inset;	
			background-color: #000;
			top: -3px;	
			margin-bottom: -3px;
		}
		/*--- IE6,7以外 ---*/
		html>/**/body .custom-footer .contacts {
		position: relative;
		}
		
		.custom-footer .contacts ul {
			height: 60px;
			color: #fff;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
			padding: 0 10px;
			display: table;
		}
		.custom-footer .contacts li {
			display: table-cell;
			padding: 12px 15px 10px 12px;
			/padding: 5px 15px 10px 5px;
			width: 133px;
			>float: left;
			vertical-align: middle;
			box-shadow: -1px 0 rgba(0, 0, 0, .1) inset;
			line-height: 16px;
		}
		.custom-footer .contacts li:last-child {box-shadow: none;}
		.custom-footer .contacts h2 {
	display: inline;
	font-size: 18px;
		}
		.custom-footer .contacts .icon {
			top: 0;
			width: 24px;
			height: 100%;
			background: url('./../images/icon-contacts.png') 0 center no-repeat;
			/margin-top: 5px;
			/float: left;
			/margin-right: 0px;
		}

		/*--- IE6,7以外 ---*/
		html>/**/body .custom-footer .contacts .icon {
		    margin-right: 8px;
			position: absolute;
		}
		
		html>/**/body .custom-footer .contacts .icon + span {
			display: block;
			padding-left: 33px;	
		}
		.custom-footer .contacts .phone {background-position: 0 center;}
		.custom-footer .contacts .fax {background-position: -24px center;}
		.custom-footer .contacts .email {background-position: -48px center;}
		.custom-footer .contacts .address {background-position: -72px center;}
		.custom-footer .contacts .skype {background-position: -96px center;}
		.custom-footer .contacts .cform {background-position: -120px center;}
		
		.custom-footer .contacts li a {
		color: #fff;
		}
	
	/*
	------------ NEWS ------------
	*/

		.custom-footer .news li {
			overflow: hidden;
			margin-bottom: 8px;
			padding: 0 10px;
			padding-bottom: 8px;
			background: url('./../images/hl.png') 0 bottom repeat-x;	
		}
		.custom-footer .news li:last-child {background: none;}
		.custom-footer .news img {
			display: block;
			margin: 0 10px 10px 0;
			float: left;
			position: relative;
			top: 6px;
		}
		.custom-footer .news span {
			color: #ccc;
			line-height: 16px;
			display: block;
			margin-bottom: 2px;
			padding-top: 2px;
		}
		.custom-footer .news a {line-height: 16px;}
		
	/*
	------------ TWITTER ------------
	*/

		.custom-footer .twitter li {
			overflow: hidden;
			margin-bottom: 12px;
			padding: 0 10px;
			padding-bottom: 10px;
			line-height: 15px;
			background: url('./../images/hl.png') 0 bottom repeat-x;
			background: url('./../images/hl.png') 0 bottom repeat-x, url('./../images/twitter.png') right 5px no-repeat;
		}
		.custom-footer .twitter .tweet_text {
			display: block;
			overflow: hidden;
			margin-bottom: 2px;	
		}
		.custom-footer .twitter .tweet_text a {color: #000;}
		.custom-footer .twitter .tweet_text a:hover {color: #f2498f;}
		.custom-footer .twitter .tweet_avatar {
			display: block;
			margin: 0 8px 4px 0;
			float: left;
		}
		.custom-footer .twitter .tweet_time a {
			display: block;
			clear: both;
			font-size: 11px;
			color: #ccc;
		}
		.custom-footer .twitter .tweet_time a:hover {color: #f2498f;}

	/*
	------------ SOCIAL ------------
	*/

		.custom-footer .social {
			overflow: hidden;
			margin-left: 7px;
			margin-right: -5px;
			padding-top: 10px;
		}
		.custom-footer .social a {
			width: 32px;
			height: 32px;
			float: left;
			margin-right: 10px;	
			border-radius: 2px;
			background: #ccc url('./../images/social.png');	
			margin-bottom: 10px;
		}
		.custom-footer .social .s-facebook {background-color: #3b5998; background-position: 0 0;}
		.custom-footer .social .s-twitter 	{background-color: #7ccce5; background-position: -32px 0;}
		.custom-footer .social .s-rss 		{background-color: #f09000; background-position: -64px 0;}
		.custom-footer .social .s-dribbble {background-color: #ea4c88; background-position: -96px 0;}
		.custom-footer .social .s-forrst 	{background-color: #5bb127; background-position: -128px 0;}
		.custom-footer .social .s-vimeo 	{background-color: #86c9ef; background-position: -160px 0;}
		.custom-footer .social .s-linkedin {background-color: #007bc3; background-position: -192px 0;}
		
/*
------------ BREADCRUMB ------------
*/

	.breadcrumb {
	background-color: #F4F4EA !important;
	margin-bottom: 40px;
	font-size: 11px;
	}
	.breadcrumb .center {padding: 8px 20px 10px 20px;}
	.breadcrumb h1 {
	font-size: 20px;
	line-height: normal;
	color: #BDAB15;
	margin-bottom: 2px;
	font-weight: bold;
	}
	.breadcrumb span {
		color: #ccc;
		padding: 0px 12px;
	}
	.breadcrumb-prduct {
	font-size: 11px;
	margin-bottom: 10px;
	}
	.breadcrumb-prduct a {
	color: #BDAB15;
	}
	.breadcrumb-prduct a:hover {
	color: #d2c23a;
	}
	.breadcrumb-prduct span {
	color: #ccc;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	}
		
/*
------------ FOOTER ------------
*/

	footer {
		border-top: 1px solid #e5e5e5;
		padding: 20px 10px 20px 10px;
		font-size: 12px;
		line-height: 18px;
		color: #444;
		overflow: hidden;
		display: block;
	}
	footer .column {
		width: 220px;
		padding: 0px 10px;
		float: left;	
	}
	footer h2 {
	font-size: 14px;
	line-height: normal;
	color: #000;
	margin-bottom: 10px;
	}
	
/*
------------ COPYRIGHT ------------
*/

	#copyright {
		height: 40px;
		padding: 0px 20px;
		border-top: 1px solid #e5e5e5;
		color: #444;
		font-size: 11px;	
		line-height: 40px;
	}
	#copyright a {color: #aaa;}
	#copyright a:hover {color: #f2498f;}
	
/*
------------ BUTTON ------------
*/

	.button {
	cursor: default;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #4c4c4c;
	background-image: url(./../images/button.png);
	}
	.main {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 20px;
	padding-left: 20px;
	}
	.btnback {
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	background-color: #4c4c4c;
	background-image: url(../images/btn_icon_back.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-left: 27px;
	background-image/*\**/: none\9;
	}
	.btnback a:hover {
		background-image: url(../images/btn_icon_back_ov.png);
	}
	.button-small {
		height: 24px;
		font-size: 11px;
		line-height: 24px;	
		padding: 0px 10px;
	}
	
	.button-alt {
		color: #fff;
		text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
		background-color: #aa0000;
	}
	
	.button:hover {
		color: #fff;
		text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);	
		-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);	
		-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.16) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);	
	}
	
	.button:active {
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 2px 5px rgba(0, 0, 0, 0.3) inset;
		-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 2px 5px rgba(0, 0, 0, 0.3) inset;
		-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 2px 5px rgba(0, 0, 0, 0.3) inset;
		
		background-position: 0px -30px;
	}
	.nobutton {
	cursor: default;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 36px;
	margin-right: 15px;
	background-color: #4c4c4c;
	background-image: url(./../images/nobtn_info.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	}

/*
------------ TOOLTIP ------------
*/

	.tf-tooltip {
		position: absolute;
		z-index: 100;
		font-size: 12px;
		line-height: 12px;
		background-color: #444;
		color: #fff;
		padding: 4px 8px;
		margin-top: -6px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.tf-tooltip:after {
		position: absolute;
		bottom: -8px;
		left: 50%;
		margin-left: -4px;
		width: 0px;
		height: 0px;
		content: '\00a0';
		border: 4px solid transparent;
		border-top-color: #444;	
	}

/*
------------ FULL LAYOUT ------------
*/

	.full {padding: 0px 30px;}
	.full .page {
		width: auto;
		margin: 0px;
		width/*\**/: 980px\9;
		margin/*\**/: 0px auto\9;
	}
	
	.full .pivot {
		width: 980px;
		margin: 0px auto;
	}
	.full #menu .pivot {width: 940px;}

/*
------------ LIST ------------
*/

	.list {margin-bottom: 20px;}
	.list li {
		background: url('./../images/list-arrow.png') 0px center no-repeat;
		padding: 2px 10px 2px 14px;
	}
	
/*
------------ CHECKOUT ------------
*/
	
	.checkout {padding: 0px 10px;}
	.checkout .block-head {
		background-color: #edf0f2;
		border-bottom: 1px solid #d4d7d9;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;	
		padding: 10px 16px;
		cursor: pointer;
	}
	.checkout .block-content {padding: 20px 0px;}
	.checkout .fluid50 {margin-bottom: 20px;}
	
	.checkout .button {margin-right: 10px;}
	.checkout .button-icon {
		margin-right: 15px;
		display: inline-block;
		line-height: 25px;
	}
	.checkout .button-icon .icon {
		float: left;
		width: 25px;
		height: 25px;
		margin-right: 5px;
		background-color: #ccc;
		background-image: url('./../images/icon-button.png');
	}
	.checkout .button-icon:hover .icon {background-color: #000;}
	.checkout .button-icon .icon-info {background-position: -150px 0px; background-color: #f2498f;}
	.checkout  a.infotxt {
	color: #f2498f;
	font-weight: bold;
}
	.checkout  a.infotxt:hover {color: #000;}
	.checkout .button-icon .icon-info:hover .icon {background-color: #000;}
	
	
/*
------------ CHECKOUT FORM　------------
*/	

.checkout .editbox {
	margin-top: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.checkbox .check {
	font-size: 120%;
	padding-right: 30px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	display: inline-block;
	position: relative;
	float: left;
	padding-top: 5px;
	line-height: 140%;
}
.checkbox table.profiletable {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	empty-cells: show;
	float: left;
	font-size: 100%;
	line-height: 14px;
	vertical-align: middle;
	width: 90%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.checkbox table.profiletable th {
	background-image: url("../images/tableback.gif");
	background-position: right center;
	background-repeat: repeat-y;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #D4CDB1;
	border-style: solid none;
	border-top: 1px solid #FFFFFF;
	color: #75634A;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	text-align: right;
	vertical-align: top;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	white-space:nowrap;
}
.checkbox table.profiletable th label {
    font-size: 14px;
    font-weight: bold;
}
.checkbox table.profiletable td {
    border-bottom: 1px none #D4CDB1;
    border-right: 1px none #D4CDB1;
    border-top: 1px none #D4CDB1;
    color: #555555;
    font-size: 100%;
    letter-spacing: 0.1em;
    line-height: 18px;
    padding: 8px;
}
.checkbox table.profiletable td select {
    /*--- IE8 ---*/
    font-size: 14px\9/;
	/*--- IE9 ---*/
	font-size: 14px\0/;
}
.tourokuBotBox {
	clear: both;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-top: 0px;
}
.tourokuBot {
	display: inline-block;
	float: left;
	height: 24px;
	margin-top: 5px;
	margin-right: 30px;
	position: relative;
	text-align: left;
}
.purchase {
	margin-right: auto !important;
	margin-left: auto !important;
	clear: both;
	display: inline-block;
	height: 24px;
	margin-right: 30px;
	text-align: center;
	margin-top: 10px;
}
.kaiintorokubox {
	clear: both;
	padding-top: 5px;
	width: 80%;
}
.kaiintorokubox label {
	color: #75634A;
	display: inline-block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	text-align: left;
	width: 12em;
	line-height: 20px;
}

.kaiintorokubox .txt {
	display: inline-block;
}
.mailkibou {
    background-color: #EDEBDE;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding: 5px;
}
.labelspace {

}
.checkbox table.profiletable td .mybox {
	clear: both;
	float: left;
	display: inline-block;
	position: relative;
}
.mini {
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}
.mini .red {
    clear: both;
    color: #990000;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.hako {
	background-color: #F3F3F3;
	display: inline-block;
	margin: 10px;
	padding: 20px;
	border: 1px solid #E7E7E7;
	width: 80%;
}
.hako-white {
    background-color: #FFFFFF;
	display: inline-block;
	margin: 10px;
	padding: 20px;
	border: 1px solid #E7E7E7;
	width: 80%;
}
.hako-cartinfo {
	background-color: #EDF0F2;
	display: inline-block;
	padding: 20px;
	border: 1px solid #DCE2E7;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #555555;
	text-align: left;
}
.hako-cartinfo .title {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.hako-cartinfo-image {
	display: inline-block;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #555555;
	text-align: center;
}
    table.haisosaki {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	letter-spacing: 0.1em;
	}
	table.haisosaki th {
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	color: #333333;
	background-color: #edf0f2;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d7d9;
	border-right-color: #d4d7d9;
	border-bottom-color: #d4d7d9;
	border-left-color: #d4d7d9;
	}
	table.haisosaki td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	}
	table.haisosaki tr.kaiin {
	background-color: #F3F3F3;
	}
	.icobtn a {
	display: block;
	padding: 10px;
	cursor: pointer;
	}
	table.checkbox {
	margin-right: 20px;
	float: left;
	}
	table.checkbox th {
	padding: 2px;
	color: #555555;
	background-color: #C8C8C8;
	font-size: 80%;
	line-height: 100%;
	font-weight: normal;
	}
	table.checkbox td {
	text-align: left;
	vertical-align: middle;
	line-height: 140%;
	letter-spacing: 0.1em;
	font-size: 120%;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.siharaieditradiobox {
    clear: both;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 0 10px;
    position: relative;
    width: auto;
}
.siharaieditbox {
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	height: auto;
	letter-spacing: 0.1em;
	line-height: 18px;
	margin: 0;
	position: relative;
	width: 90%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
}
.siharaieditbox table.profiletable {
	border-style: none;
	display: inline-table;
	margin: 2px;
	padding: 0;
	width: 90%;
}
.siharaieditbox table.profiletable th {
    background-color: #E6E1D5;
    border-bottom: 2px solid #FFFFFF;
    border-style: none none solid;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    vertical-align: top;
}
.siharaieditbox table.profiletable th label {
    border-style: none;
    color: #6D5850;
    font-size: 12px;
    line-height: 16px;
}
.siharaieditbox table.profiletable td {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
}
ul.shiharaieditlist {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    list-style-image: url("images/shop2/listmark.gif");
    list-style-position: outside;
    margin-left: 20px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 600px;
}
.creditcardbox {
	border: 1px solid #CCCCCC;
	clear: both;
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 10px;
}
.creditcardbox .card { 
  display: inline-block;
}
.cvsbox {
	border: 1px solid #CCCCCC;
	clear: both;
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 10px;
	width: 70%;
}
.cvsbox .cvs {
	display: inline-block;
	padding: 10px;
}
.siharaieditbox table.cardtable {
    border: 1px solid #CCCCCC;
    clear: both;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.siharaieditbox table.cardtable td {
    margin: 0;
    padding: 3px;
}
.siharaigaiyo {
    clear: both;
    display: block;
    font-size: 10px;
    line-height: 12px;
    padding-top: 8px;
}
.fontred {
    color: #CC3300;
}
	.whitebox {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	}
	.whitebox .info {
	font-size: 80%;
	color: #666666;
	line-height: 130%;
	letter-spacing: 0.1em;
	}
	dl.checklist {
	padding: 5px;
	clear: left;
	background-color: #F3F3F3;
	margin: 0;
	letter-spacing: 0.1em;
	}
	dl.checklist dt {
	float: left;
	width: 7em;
	font-weight: bold;
	line-height: 140%;
	background-image: url(../images/btn_icon_next.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	clear: both;
	}
	dl.checklist dd {
	line-height: 140%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 9em;
	vertical-align: middle;
	}
	table.kakunintable {
	padding: 0px;
	margin: 0px;
	width: 100%;
	letter-spacing: 0.1em;
	}
	table.kakunintable th {
	text-align: right;
	width: 10%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	white-space:nowrap;
	}
	table.kakunintable td {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	.tani {
	float: left;
	position: relative;
	display: inline-block;
	font-weight: bold;
	}
/*
------------ INFO ------------
*/	
	.hako-white-info {
	background-color: #FFFFFF;
	display: inline-block;
	padding: 20px;
	border: 1px solid #E7E7E7;
	width: 90%;
	margin: 10px;
	}

/*
------------ TABLE ------------
*/

	.table {margin-bottom: 20px;}
	.table td,
	.table th {padding: 10px 16px;}
	.table th {text-align: right;}
	.table thead td,
	.table thead th {
		background-color: #edf0f2;
		text-align: center;
		border-bottom: 1px solid #d4d7d9;
		font-size: 12px;
		font-weight: bold;
		line-height: normal;
	}
	.table tbody td,
	.table tbody th {border-bottom: 1px solid #eee;}
	.table tfoot td,
	.table tfoot th {border-top: 1px solid #d4d7d9;}

/*
------------ CATEGORY INFO ------------
*/

	.category-info {
		margin: 0px 20px 10px 20px;
		overflow: hidden;
	}
	.category-info .image {
		float: left;
		margin: 0px 15px 5px 0px;	
	}
	.category-list {
		margin: 0px 0px 20px 0px;
		overflow: hidden;
	}
	.category-list h2 {
		font-size: 20px;
		margin-left: 20px;
		margin-right: 20px;	
	}
	.category-list li {margin-left: 10px;}
	.category-list .active {color: #bdab15;}
	.category-list .active:hover {color: #d2c23a;}

/*
------------ COMBO BUTTON ------------
*/
	.combo-button {
		display: inline-block;	
		height: 25px;
	}
	.combo-button a {
		cursor: default;
		
		display: inline-block;
		margin-right: -1px;
		
		height: 25px;
		font-size: 12px;
		line-height: 25px;
		color: #505050;
		padding: 0px 10px;	
		
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
		-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
		-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
		
		background: url('./../images/button.png');
	}
	.combo-button a:hover {
		position: relative;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05);
		-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05);
		-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 2px rgba(0, 0, 0, .05);
	}
	.combo-button a:active,
	.combo-button a.active {
		position: relative;
		z-index: 1;
		background-color: #cceeff;
		background-position: 0 -30px;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset, 0 1px 4px rgba(0, 0, 0, .3) inset;
		-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset, 0 1px 4px rgba(0, 0, 0, .3) inset;
		-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset, 0 1px 4px rgba(0, 0, 0, .3) inset;
	}
	.combo-button a:first-child {
		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;	
	}
	.combo-button a:last-child {
		border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;	
		margin-right: 0px;
	}
	.combo-button a:only-child {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;	
	}
	.combo-button .icon {
		position: relative;
		top: 7px;
		width: 11px;
		height: 11px;
		background: url('./../images/icon-combo.png');
	}
	.combo-button .icon-list {}
	.combo-button .icon-grid {background-position: -11px 0;}

/*
------------ PRODUCT FILTER ------------
*/
	
	.product-filter {
		margin: 0px 10px 30px 10px;	
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 12px 10px;
		font-size: 12px;
		line-height: 26px;
		overflow: hidden;
	}
	.product-filter .combo-button {
		float: left;
		margin-right: 15px;
	}
	.product-filter .product-compare {float: left;}
	.product-filter .options {text-align: right;}
	.product-filter .sort,
	.product-filter .limit,
	.product-filter .subcategory {
		text-align: right;
		display: inline-block;
		margin-left: 20px;
	}
	.product-filter select  {margin: 0 0 0 8px;}

/*
------------ PAGINATION ------------
*/

.pagination {
	margin: 0 10px 40px 10px;
	padding: 10px;
	border-top: 1px solid #f2f2f2;
	overflow: hidden;
}
.pagination .links {float: left;}
.pagination .links * {padding: 0px 3px;}
.pagination .result {float: right;}
.pagination-top {
	padding: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}
.pagination-top .links {float: left;}
.pagination-top .links * {padding: 0px 3px;}
.pagination-top .result {float: right;}

/*
------------ CATEGORY ------------
*/
	
	.category {margin: 0px 10px 40px 10px;}
	.category .block .block-content > ul > li {
		border-bottom: 1px solid #f2f2f2;
		background: url('./../images/list-arrow.png') 4px 12px no-repeat;
		padding: 5px 10px 5px 18px;
	}
	.category .block .block-content > ul > li > ul {
		margin-left: 4px;
		line-height: 20px;	
	}
	.category .block .block-content > ul > li > ul > li{
		background: url('./../images/list-arrow.png') 0px center no-repeat;
		padding-left: 14px;
	}
	.category .block .block-content .active {color: #bdab15;}
	.category .block .block-content .active:hover {color: #d2c23a;}

/*
------------ FORM INLINE ------------
*/
	
	.form-inline h2 {margin-bottom: 20px;}
	.form-inline .field {padding-bottom: 20px;}
	.form-inline .field label {
		display: block;
		padding-bottom: 3px;
		font-weight: bold;
	}
	.form-inline .field input[type=text],
	.form-inline .field textarea {
		display: inline-block;
		border: 1px solid #dcdcdc;	
		border-top-color: #ccc;
		border-bottom-color: #e5e5e5;
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
		padding: 5px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	.form-inline .field input[type=text] {
		height: 16px;
		max-width: 90%;
	}

/*
------------ ORDER LIST ------------
*/
	
	.order-list {margin: 0px 10px 40px 10px;}
	.order-list li {
		overflow: hidden;
		border-bottom: 1px solid #f2f2f2;
		padding: 0px 10px 15px 10px;
		margin-bottom: 15px;
	}
	.order-list li .left {
		float: left;
		width: 33.3%;
	}
	.order-list li .right {
	float: left;
	width: 66%;
	}
	.order-list .pagination {
		margin: -15px 0px 20px 0px;
		border: none;
	}
	.order-list table.cart-table th {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 100%;
	height: 100%;
	}
	.order-list table.cart-table td {
	font-size: 100%;
	}
	.order-list table.cart-table td div {
	font-size: 80%;
	}

/*
------------ TYPOGRAPHY ------------
*/
	
	.typography {margin: 0px 10px 40px 10px;}
	.typography a {color: #000;}
	.typography a:hover {color: #f2498f;}
	.typography .left {
		float: left;
		margin: 0px 20px 10px 0px;	
	}
	.typography .right {
		float: right;
		margin: 0px 0px 10px 20px;	
	}
	.typography .block-content {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/*
------------ PRODUCT DESCRIPTION ------------
*/

	.product-description {
	margin: 0px 20px 40px 20px;
	font-size: 120%;
	line-height:140%;
	}
	.product-description .title {
	color: #AA0000;
	font-size: 120%;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: bold;
	}
	.product-description .boxclear {
	clear: both;
	display: inline-block;
	}


/*
------------ PRODUCT ingredients ------------
*/

    .product-ingredients {
	margin: 0px 20px 40px 20px;
	}
	.product-ingredients table.ingredients {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	}
	.product-ingredients table.ingredients th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: right;
	width: 130px;
	vertical-align: top;
	}
	.product-ingredients table.ingredients td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	}


/*
------------ PRODUCT REVIEWS ------------
*/
	
	.product-reviews {margin: 0px 10px 40px 10px;}
	.product-reviews .review {
		padding: 0px 10px 15px 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #f2f2f2;	
	}
	.product-reviews .review .rating {
		display: block;
		float: right;
		margin-right: 10px;
	}
	.product-reviews .review .date {
	color: #555555;
	padding-left: 10px;
	}
	.product-reviews .review .header {margin-bottom: 5px;}
	.product-reviews .pagination {
		margin: 0 10px 40px 10px;
		padding: 0;
		border: none;
	}
	.product-reviews .form-inline {margin: 0px 10px;}
	.product-info .social-buttons {
		display: inline-block;
		}
		.product-info .social-buttons iframe,
		.product-info .social-buttons div {
		display: inline-block;
		float: left;
		margin-right: 10px;
		}
	
	/*
	------------ reviews ------------
	*/
	.row-reviews {margin: 0px 10px 40px 10px;}
	.row-reviews .review {
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	}
	.row-reviews .review .rating {
		display: block;
		margin-right: 10px;
	}
	.row-reviews .review .date {
	color: #555555;
	padding-left: 10px;
	}
	.row-reviews .review .header {margin-bottom: 5px;}
	.row-reviews .pagination {
		margin: 0 10px 40px 10px;
		padding: 0;
		border: none;
	}
	.row-reviews .pt {
	color: #55555;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	float: none;
	}
	.row-reviews .rate {
	margin-bottom: 10px;
	}
	.row-reviews .rate .button {
	margin-left: 20px;
	}

/*
------------ PRODUCT INFO ------------
*/
	.product-top, .product-img {
	max-width: 100%;
	display: block;
	margin-bottom:10px;
	}
	.product-top {
	margin-right: auto;
	margin-left: auto;
	}
	.product-info {margin: 0px 20px;}
	.product-info .left {float: left; margin-bottom: 30px;}
	.product-info .right {margin-left: 270px; margin-bottom: 30px;}
	.product-info .image {
		display: block;
		margin-bottom: 10px;
	}
	.product-info .image img {display: block;}
	.product-info .image-additional {width: 255px; margin-right: -15px;}
	.product-info .image-additional a {
		display: block;
		float: left;
		overflow: hidden;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.product-info .image-additional a img {display: block;}
	.product-info .description {
		border-top: 1px solid #f2f2f2;
		padding: 15px 10px;
		overflow: hidden;
	}
	.product-info .description ul {
		float: left;	
		line-height: 22px;
	}
	.product-info .description .breadlist {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
	.product-info .description .breadlist li {
	list-style-type: square;
	list-style-position: inside;
	}
	.product-info .price-icon {
		float: left;	
		text-align: left;
	}
	.product-info .price {
		float: right;	
		text-align: right;
	}
	.product-info .price-default {
		font: 26px 'PT Sans Narrow';
		color: #aa0000;
	}
	.product-info .price-new {
		font: 26px 'PT Sans Narrow';
		color: #e51739;
	}
	.product-info .price-old {
		font: 16px 'PT Sans Narrow';
		text-decoration: line-through;
		color: #ccc;
	}
	.product-info .price-add {
	font-size: 120%;
	letter-spacing: 0.1em;
	}
	.product-info .price-add .tag {
	margin-left: 3px;
	}

	.product-info .pt {
	float: right;
	text-align: right;
	color: #aa0000;
	font-size: 12px;
	margin-top: 15px;
	font-weight: bold;
	}
	.product-info .pt .tag {
	background-color: #aa0000;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	margin-right: 3px;
	position: relative;
	top: -2px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	}
	.tag-notdate {
	background-color: #BDAB15 !important;
	letter-spacing: 0.1em;
	margin-right: 20px !important;
	}
	.product-info .cart {
		border-top: 1px solid #f2f2f2;
		padding: 15px 10px;
	}
	.product-info .cart label {
	display: inline-block;
	font-weight: bold;
	margin-right: 6px;
	}
	.product-info .cart select {
	margin-right: 10px;
	}
	.product-info .cart input {
		display: inline-block;
		height: 16px;
		width: 40px;
		padding: 6px 6px;
		margin: 0px 12px 0px 8px;
		text-align: center;
	}
	.product-info .cart .button {
		position: relative;
		top: -1px;
		margin-bottom: -1px;
		font-weight: bold;
		margin-right: 10px;
	}
	.product-info .cart .info {
	    font-size: 10px;
		font-weight: bold;
	    color: #cc0000;
		letter-spacing: 0em;
	}
	.product-info .button-icon {
		margin-right: 15px;
		display: inline-block;
		line-height: 25px;
	}
	.product-info .button-icon .icon {
		float: left;
		width: 25px;
		height: 25px;
		margin-right: 5px;
		background-color: #ccc;
		background-image: url('./../images/icon-button.png');
	}
	.product-info .button-icon:hover .icon {background-color: #000;}
	.product-info .button-icon .icon-wish {background-color: #f2498f;}
	.product-info .button-icon .icon-compare {background-position: -25px 0px;}
	.product-info .button-icon .icon-reviewstar {background-position: -175px 0px;}
	.product-info .options {
		border-top: 1px solid #f2f2f2;
		padding: 10px 10px;
	}
	.product-info .options h2 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.product-info .option {padding: 10px 0;}
	.product-info .info {
	color: #CC3333;
	letter-spacing: 0.1em;
	}
	.product-info .imagecaption {
	color: #555555;
	letter-spacing: 0.1em;
	font-size: 80%;
	line-height: 120%;
	}
	.product-info .imagecaption p {
	display: inline-block;
	padding-left: 12px;
	background-image: url(../images/icon_imagecaption.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin: 0px;
	}
	.product-info .option label {
	display: inline-block;
	font-weight: bold;
	margin-right: 6px;
	}
	.product-info .option select {
	  min-width: 160px;
	  margin-right: 10px;
	}
	.product-info .review {
		border-top: 1px solid #f2f2f2;
		padding: 15px 10px;
		overflow: hidden;
	}
	.product-info .review .rating {
		display: block;
		float: left;
		margin-right: 10px;
	}
	.product-info .review .share {
		display: block;
		float: right;
		margin-left: 10px;
	}
	.product-info .review-count {
		padding-right: 10px;
		margin-right: 10px;	
		text-decoration:underline;
	}
	.product-info .product-tag-mov {
	background-image: url(../images/product-tag-mov.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 70px;
	display: block;
	text-indent: -1000px;
	background-color: #ccc;
	float: left;
	}
	.product-info .product-tag-mov:hover {
	background-color: #000;
	}
	
/*
	------------ mypage point ------------
	*/
	
	h2.mypoint {
	margin: 0px;
	padding: 0px;
	}
	
	/*
	------------ register info ------------
	*/
	
	.icon48-address {
	background-image: url(../images/notepad.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 48px;
	display: inline-block;
	float: left;
	margin: 10px;
	padding-right: 10px;
	}
	.icon48-mail {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 48px;
	width: 48px;
	margin: 10px;
	float: left;
	padding-right: 10px;
	}
	.icon48-point {
	background-image: url(../images/round_plus.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 48px;
	width: 48px;
	float: left;
	margin: 10px;
	padding-right: 10px;
	}
	
		/*
	------------ password reminder ------------
	*/
	.sendmail {
	background-image: url(../images/send_mail_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	padding-left: 65px;
	}
	.keywordchange {
	background-image: url(../images/keyword_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	padding-left: 65px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	}

@media only screen and (min-width: 781px) and (max-width: 1020px) {

	/*
	------------ SHORT CODES ------------
	*/
	
		.show-tablet {display: block !important;}
		.hide-tablet {display: none !important;}
	
	/*
	------------ PAGE ------------
	*/	
		.page {width: 740px;}
		
	/*
	------------ LAYOUT ------------
	*/
	
		#content-right,
		#content-left {
			width: 180px;
		}
		#content-left + #content-right + #content-center, #content-left + #content-center {margin-left: 180px;}
		#content-right + #content-center {margin-right: 180px;}
		
		#content-right + #content-center {margin-right: 180px;}
		.column4 {width: 160px;}
		
	/*
	------------ CART ------------
	*/

		header #cart .cart-total {
			font-size: 16px;
			line-height: 40px;
		}
		
	/*
	------------ ROWS ------------
	*/
	
		.rows .image img {
			width: 120px;	
		}
		.rows .row .kisetsu-off {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 120px;
	heignt:17px;
	background-image: url('./../images/kisetsu_off120.png');
	z-index: 100;
	}
	.rows .row .kisetsu-on {
	position: absolute;
	left: 1px;
	top: 100px;
	width: 120px;
	heignt:17px;
	background-image: url('./../images/kisetsu_on120.png');
	z-index: 100;
	}
	.rows .row .button-icon {display: none;}	
	/*
	------------ GRID ------------
	*/
	
		.grid .struct {
			width: 152px;
			padding: 3px;
			text-align: center;
		}
		.grid .struct .ribbon-sale,
		.grid .struct .ribbon-ninki,
		.grid .struct .ribbon-ichioshi,
		.grid .struct .ribbon-kokodake,
		.grid .struct .ribbon-new,
		.grid .struct .ribbon-endsoon {
			width: 71px;
			height: 71px;
			background-image: url('./../images/ribbon-new-small.png');	
		}
		.grid .struct .ribbon-sale {background-image: url('./../images/ribbon-sale-small.png');}
		.grid .struct .ribbon-ninki {background-image: url('./../images/ribbon-ninki-small.png');}
		.grid .struct .ribbon-ichioshi {background-image: url('./../images/ribbon-ichioshi-small.png');}
		.grid .struct .ribbon-kokodake {background-image: url('./../images/ribbon-kokodake-small.png');}
		.grid .struct .ribbon-endsoon {background-image: url('./../images/ribbon-endsoon-small.png');}
		.grid .struct .button-icon {display: none;}
		
		/*
		------------ SIDE ------------
		*/
		
			aside .grid .struct {text-align: left;}
			.grid .struct .frameleft {width: auto;}
			
			#search, #searchhead, #search input, #searchhead input {width:auto;}
			
			.grid .banner {width:auto;}
			.grid .banner img {width:100%;}
			
	/*
	------------ CUSTOM FOOTER ------------
	*/
		
		/*
		------------ CONTACTS ------------
		*/
		
			.custom-footer .contacts ul {height: 55px;}
			.custom-footer .contacts li {
				width: 123px;
				padding: 9px 12px 7px 9px;
			}
			.custom-footer .contacts .icon + span {padding-left: 30px;}
	
	/*
	------------ FOOTER ------------
	*/
	
		footer .column {width: 160px;}
		
	/*
	------------ FULL LAYOUT ------------
	*/
	
		.full .pivot {width: 740px;}
		.full #menu .pivot {width: 700px;}
		
	/*
	------------ PRODUCT INFO ------------
	*/
		
		.product-info {margin: 0px 20px;}
		.product-info .left {
			float: none;
			margin-bottom: 10px;
			overflow: hidden;
			text-align: center;
		}
		.product-info .right {margin: 0 0 30px 0;}
		.product-info .image {
			display: inline-block;
		}
		.product-info .image-additional {
			width: auto;
			text-align: center;
			margin-right: 0px;
		}
		.product-info .image-additional a {
			display: inline-block;
			float: none;
			margin: 0px 8px 10px 8px;
		}
		.product-description p {display: inline-block; clear:both;}

			/*
	------------ INFO ------------
	*/

	.hako-white-info img {
	width: 30%;
	}
	.hako-cartinfo-image img {
	width: 100%;
	}
	/*
	------------ TABLE ------------
	*/
	.product-ingredients table.ingredients th {
	width: 30%;
	}
	/*
	　------------ nav ------------
　	*/
　	.nav > ul > li > a {
　　	height: 40px;
　　	display: block;
　　	color: #fff;
　　	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
　　	font-size: 14px;
　　	letter-spacing: 0.1em;
　　	padding-top: 0px;
　　	padding-right: 15px;
　　	padding-bottom: 0px;
　　	padding-left: 15px;
　}
		
}

@media only screen and (max-width: 780px) {
	
	/*
	------------ SHORT CODES ------------
	*/
		.show-phone {display: block !important;}
		.hide-phone {display: none !important;}
		
	/*
	------------ BODY ------------
	*/
		
		body {padding: 10px 0px;}
		.page {
			width: auto;
			margin: 0px 5px;
			min-width: 300px;
		}
	/*
    ------------ FULL LAYOUT ------------
    */

	.full {padding: 0px 0px;}
		
	/*
	------------ LAYOUT ------------
	*/
	
		#content {padding: 0px 0px;}
	
		#content-right,
		#content-left {
			display: none;
		}
		#content-left + #content-right + #content-center, #content-left + #content-center {margin-left: 0px;}
		#content-right + #content-center {margin-right: 0px;}
		
		.column4 {width: auto;}
		.fluid50 {
			width: auto;
			float: none;
			margin-bottom: 30px;
		}
		.content {padding: 0px 3px;}
	/*
	------------ MENU ------------
	*/
	
		#menu {padding: 0px;}
		#menu .item .light {padding: 8px 7px;font-size: 0px;}
		#menu .item .light div {
			width: 16px;
			overflow: hidden;
			padding: 4px 5px;
			line-height: 16px;
		}
		#menu .item .light:hover div {background-color: #000;}
		#menu .item .light div .icon {
			display: inline-block;
			margin-bottom: -4px;
			margin-right: 6px;
			width: 16px;
			height: 16px;
		}
		
	/*
	------------ HEADER ------------
	*/
	
		header {
			text-align: center;	
			height: auto;
			padding: 0px 10px;
		}
		header #logo a {
			margin-top: 20px;
			position: relative;
			float: none;
			display: inline-block;
			top: 0px;
			left: 0px;
		}
		header #welcome {
			margin-bottom: 0px;
		}
		header #searchhead {
			display: inline-block;
			margin-top: 16px;
			margin-bottom: 14px;
		}
		header .top-news {
	        width: 90%;
	    }
		/*
		------------ CART ------------
		*/
	
			header #cart {
				display: block;
				float: none;
				position: relative;
				height: auto;
				right: auto;
				top: auto;
			}
			header #cart .drop-content {width: 100%;}
			
			header #cart .cart-text,
			header #cart .cart-count {display: none;}
			header #cart .cart-total {
				font-size: 16px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				margin-left: 2px;
				background: #aa0000 url('./../images/gradient.png');
				text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);	
			}
			
	/*
	------------ ROWS ------------
	*/
	
		.rows .image img {
			width: 100px;	
		}
		.rows .row {
		margin: 10px 20px 20px 20px;
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #E8E8E8;
		}
		.rows .desc {
		width: 100%;
		clear: both;
		}
	.rows .row .kisetsu-off {
	display: none;
	}
	.rows .row .kisetsu-on {
	display: none;
	}
	.rows .row .button-icon {display: none;}
	
	/*
	------------ GRID ------------
	*/
	
		.grid .wrap {
			vertical-align: top;
			width: 50%;
			display: inline-block;
		}
		.grid .struct {
			float: none;
			width: auto;
			height: auto;
			text-align: center;	
		}
		.grid .struct .buttons .star img {width:60%;}
		.grid .struct .ribbon-sale,
		.grid .struct .ribbon-ninki,
		.grid .struct .ribbon-ichioshi,
		.grid .struct .ribbon-kokodake,
		.grid .struct .ribbon-new {
			width: 71px;
			height: 71px;
			background-image: url('./../images/ribbon-new-small.png');	
		}
		.grid .struct .ribbon-sale {background-image: url('./../images/ribbon-sale-small.png');}
		.grid .struct .ribbon-ninki {background-image: url('./../images/ribbon-ninki-small.png');}
		.grid .struct .ribbon-ichioshi {background-image: url('./../images/ribbon-ichioshi-small.png');}
		.grid .struct .ribbon-kokodake {background-image: url('./../images/ribbon-kokodake-small.png');}
		.grid .struct .button-icon {display: none;}
	
	/*
	------------ NAV ------------
	*/

		.nav-phone {
			position: relative;
			z-index: 30;
			margin: 0px 10px 20px 10px;
		}
		.nav-phone div {
			padding: 0px 16px;
			overflow: hidden;
			position: relative;
			background: #f2498f url('./../images/gradient.png');
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			font: 18px/40px 'PT Sans Narrow';
			
			color: #fff;
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		}
		.nav-phone select {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			opacity: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
			cursor: pointer;
		}
		/*
	------------ NAV fukusu list ------------
	*/
		.nav-phone-mini {
			position: relative;
			z-index: 30;
			margin: 0px 5px 10px 5px;
		}
		.nav-phone-mini div {
			padding: 0px 3px;
			overflow: hidden;
			position: relative;
			background: #eee url('./../images/gradient.png');
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			font: 10px/20px 'PT Sans Narrow';
			
			color: #555;
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		}
		.nav-phone-mini select {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			opacity: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
			cursor: pointer;
		}
	
	/*
	------------ CUSTOM FOOTER ------------
	*/
	
		.custom-footer .center {
			display: block;	
			padding: 0;
		}
		.custom-footer .center .cell {
			display: block;
			background: url('./../images/hl.png') 0 bottom repeat-x;
			padding: 15px 15px;
			width: auto;
		}
		
		/*
		------------ CONTACTS ------------
		*/
	
			.custom-footer .contacts ul {
				padding: 0;
				height: auto;
				display: block;
			}
			.custom-footer .contacts li {
				display: block;
				width: auto;
				position: relative;
				box-shadow: 0 -1px rgba(0, 0, 0, .1) inset;
				padding: 12px 15px 10px 20px;
			}
			.custom-footer .contacts .icon + span {padding-left: 38px;}	
			
		/*
		------------ NEWS ------------
		*/

			.custom-footer .news {margin-bottom: -20px;}
			.custom-footer .news li {
				margin-left: -15px;
				margin-right: -15px;
				padding-left: 20px;
				padding-right: 20px;
			}
	
		/*
		------------ TWITTER ------------
		*/
	
			.custom-footer .twitter li {
				margin-left: -15px;
				margin-right: -15px;
				padding-left: 20px;
				padding-right: 20px;
			}
	
		/*
		------------ SOCIAL ------------
		*/
	
			.custom-footer .social {
				overflow: hidden;
				margin-left: 5px;
				margin-right: -5px;
				margin-bottom: -10px;
				margin-top: -5px;
			}
			
			.custom-footer .social a {
				margin-right: 6px;	
				border-radius: 2px;
				margin-bottom: 10px;
			}
	
	/*
	------------ FOOTER ------------
	*/
	
		footer .column {
			width: auto;
			padding: 0px 00px;
			float: none;
		}
		footer h2 {
			height: 40px;
			padding: 0px 10px;
			margin: 0;
			background: #4d4d4d url('./../images/gradient.png');
			font-size: 18px;
			line-height: 40px;
			text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
			text-align: center;
			color: #fff;
			cursor: pointer;
		}
		footer h2:hover {background-color: #aa0000;}
		footer .first h2 {
			border-radius: 3px 3px 0px 0px;
			-moz-border-radius: 3px 3px 0px 0px;
			-webkit-border-radius: 3px 3px 0px 0px;
		}
		footer .last h2 {
			border-radius: 0px 0px 3px 3px;
			-moz-border-radius: 0px 0px 3px 3px;
			-webkit-border-radius: 0px 0px 3px 3px;
		}
		footer ul {display: none;}
		footer .active ul {display: block;}
		footer ul li a {
			display: block;
			background: #fff url('./../images/gradient.png');
			line-height: 40px;
			text-align: center;
			border: 0px solid #e5e5e5;
			border-width: 0px 1px;
		}
	
	/*
	------------ COPYRIGHT ------------
	*/
	
		#copyright {
			height: auto;
			padding: 10px;
			font-size: 11px;	
			line-height: 16px;
		}
		#copyright .float-right {
			text-align: right;
			width: 50%;
		}
		
	/*
	------------ FULL LAYOUT ------------
	*/
		.full .pivot {width: auto;}
		.full #menu .pivot {width: auto;}
		
	/*
	------------ TABS ------------
	*/	
	
		.tabs {
			border-left: 1px solid #eee;
			padding: 10px 0;
			height: auto;
		}
		.tabs a {
			float: none;
			height: 36px;
			line-height: 36px;
			border-style: none;
		}
		.tabs a.selected {
			border-radius: 0 3px 3px 0;
			border: 1px solid #eee;
			border-left-width: 0;
			margin-left: -1px;
			margin-bottom: 0px;
			line-height: 36px;
			padding: 0px 8px;
		}

	/*
	------------ TABLE ------------
	*/
	
		.table td,
		.table th {
			padding: 6px 8px;
		}
	
	.checkbox table.profiletable {
	  width:100%;
	}
	
	.checkbox table.profiletable th {
	 text-align: center;
	 font-size: 11px;
	 white-space: normal;
	 width:7em;
	}
	.checkbox table.profiletable td {
	padding:5px;
	}
	.siharaieditbox {
	padding: 0 0 0 20px;
	}
	.product-ingredients table.ingredients th {
	width: 30%;
	}
	/*
	------------ INFO ------------
	*/
	.hako-white-info {
	padding: 10px;
	width: 90%;
	margin: 5px;
	}
	.hako-white-info img {
	width: 30%;
	}
	.hako-cartinfo {
	width: 90%;
	}
	.hako-cartinfo-image img {
	width: 100%;
	}
	/*
	------------ ORDER LIST ------------
	*/
	
		.order-list li div {
			float: none;
			width: auto;
		}
		dl.checklist dt {
	    width: 5em;
		letter-spacing:0em;
	    }
	    dl.checklist dd {
	    padding-left: 7em;
	    }
	
	/*
	------------ PRODUCT INFO ------------
	*/
		
		.product-info {margin: 0px 10px;}
		.product-info .left {
			float: none;
			margin-bottom: 10px;
			overflow: hidden;
			text-align: center;
		}
		.product-info .right {margin: 0 0 30px 0;}
		.product-info .image {
			display: inline-block;
			margin-bottom: 0px;
		}
		.product-info .image-additional {
			width: auto;
			text-align: center;
			margin-right: 0px;
		}
		.product-info .image-additional a {
			display: inline-block;
			float: none;
			margin: 0px 4px 6px 4px;
		}
		.product-info .price-default,
		.product-info .price-new {
			font-size: 22px;
		}
		.product-description p {display: inline-block; clear:both;}
	/*
	------------ cart ------------
	*/	
	.cart-buttons .button-icon {
	margin-right: 5px;
	letter-spacing: 0em;
	white-space:nowrap;
	}
			/*
	------------ add ------------
	*/
	.red, .info {
	    width:90%;
	    letter-spacing: 0em;
	}
	.infotxt {
	letter-spacing: 0em;
	}
		/*
	------------ password reminder ------------
	*/
	.sendmail {
	line-height: 24px;
	}
	.keywordchange {
	line-height: 24px;
	}
	
}

	
/*
------------ DROP MENU2 ------------
*/
.item2 {
float: right;
}
	.drop-content2 {
		position: absolute;
		//top: 10px;
		right: 0px;
		width: 200px;
		height: 8px;
		display: none;
		z-index: 50;
	}
	.drop-arrow2 {
		display: none;
		position: absolute;
		width: 0;
		height: 0;
		margin-left: -6px;
		z-index: 51;
		content: '\00a0';
		bottom: -8px;
		border: 6px solid transparent;
		border-bottom-color: #d9d9d9;	
		border-bottom-color: rgba(178, 178, 178, 1);
	}
	.drop-arrow2:after {
		position: absolute;
		width: 0;
		height: 0;
		margin-left: -6px;
		z-index: 51;
		display: block;
		content: '\00a0';
		bottom: -7px;
		border: 6px solid transparent;
		border-bottom-color: #fff;	
	}
	.drop-body2 {
		position: absolute;
		top: 8px;
		right: 0px;
		background-color: #fff;
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
		color: #4c4c4c;
		
		border: 1px solid #d9d9d9;
		border: 0px solid rgba(0, 0, 0, 0);
		
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	}
	
	.vali-list {
			width: 100%;
			margin-top: -10px;
		}
		.vali-list a {color: #4c4c4c;}
		.vali-list a:hover {color: #f2498f;}
		.vali-list .image a,
		.vali-list .image img {display: block;}
		
		.vali-list .image,
		.vali-list .remove {padding-right: 10px;}
		
		.vali-list .name,
		.vali-list .quantity,
		.vali-list .total {padding-right: 10px;}
		
		.vali-list .remove div {
			width: 8px;
			height: 8px;
			background: #ccc url('./../images/delete.png');
			cursor: pointer;
		}
		
		.vali-list .remove div:hover {
			background-color: #000;	
		}
		
		.vali-list td {
			padding-bottom: 10px;
			padding-top: 10px;
			border-bottom: 1px solid #f2f2f2;
		}
		
	.drop-content3 {
		position: absolute;
		width: 200px;
		height: 8px;
		display: none;
		z-index: 150;
	}
	.drop-arrow3 {
		display: none;
		position: absolute;
		width: 0;
		height: 0;
		margin-left: -6px;
		z-index: 151;
		content: '\00a0';
		bottom: -8px;
		border: 6px solid transparent;
		border-bottom-color: #d9d9d9;	
		border-bottom-color: rgba(178, 178, 178, 1);
	}
	.drop-arrow3:after {
		position: absolute;
		width: 0;
		height: 0;
		margin-left: -6px;
		z-index: 51;
		display: block;
		content: '\00a0';
		bottom: -7px;
		border: 6px solid transparent;
		border-bottom-color: #fff;	
	}
	.drop-body3 {
		position: absolute;
		top: 8px;
		right: 0px;
		background-color: #fff;
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
		color: #4c4c4c;
		
		border: 1px solid #d9d9d9;
		border: 0px solid rgba(0, 0, 0, 0);
		
		box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25), 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	}
