﻿@charset "utf-8";
/*
Theme Name: Welcart Default Theme
Theme URI: http://www.welcart.com/
Description: The original Welcart theme.
Version: 1.2
Author: Collne Inc.
Tags: USC, e-Shop, Welcart, cart, shopping, net shop, commerce
*/

/*********************************************************************/
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  /*display: block;@import url('');*/
}
.clear {
  clear: both;
}
/* clearfix End */
/*********************************************************************/
/* base CSS Start */
body {
	margin: 0px;
	padding: 0px;
	border-top: solid 6px #484740;
	background-image:url(http://fakefoodjapan.net/img/bg.jpg);
	background-color: #F3F3F3;
	background-repeat: repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.8em;
	color: #666;
	line-height: 150%;
	word-wrap: break-word;
	
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #96BF48;
}
a:hover {
	text-decoration: underline;
}
/* -- ul,li -- */
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* -- p -- */
p {
	margin: 0px;
	padding: 0px;
}
/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	float: left;
}
.alignright,
div.alignright {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* base CSS End */
/*********************************************************************/
/* wrap CSS Start */
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* wrap CSS End */
/*********************************************************************/
/* header CSS Start */
#header {
	width: 100%;
	height: auto;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#header a{
	text-decoration:none;
}
.header_logo {
	height:64px;
	padding: 20px 0px 0px 0px;
}
.header_logo img {
	padding: 0px 10px 0px 0px;
    vertical-align:middle;
}

.subnavi {
	color: #ffffff;
	background-color: #484740;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.subnavi a:link {color:#FFFFFF;}
.subnavi a:visited {color:#FFFFFF;}
.subnavi a:hover {color:#FFFFFF;}

.header_search {
	/*
	float: right;
	margin: -47px 0px 0px 0px;
	*/
    position: relative;
    top: -50px;
    left: 0px;
}
.header_souryou {
	position:absolute;
	margin: -57px 0px 0px 370px;
}

.header_menu {
	height:22px;
	clear: both;
	color:#FFFFFF;
	padding: 2px 0px 0px 0px;
    position: relative;
    top: -28px;
    left: 0px;
}
.menu {
	float: left;
	color: #666666;
}

.menu a {padding: 0px 10px 0px 10px;}
.menu a:link {color:#FFFFFF;}
.menu a:visited {color:#FFFFFF;}
.menu a:hover {color:#FFFFFF;}

.top_product {
	float: left;
	text-align: center;
	margin: 0px 7px 18px 8px;
}
.top_product_list {
	padding: 15px 0px 0px 0px;
}
.top_movie {
	float: left;
	text-align: center;
	width:470px;
	padding: 0px 10px 0px 0px;
}
.top_movie2 {
	float: left;
	text-align: center;
	width:470px;
	padding: 0px 0px 0px 10px;
}
.top_movie_list {
	padding: 5px 10px 0px 10px;
}

.clear {
	clear: both;
}

/*h1 {
	margin: 0px;
	padding: 55px 0px 10px 10px;
	font-size: 30px;
	color: #000;
}*/
h1#site-title,
div#site-title {
	margin: 0px;
	padding: 55px 0px 10px 10px;
	color: #000;
	font-size: 30px;
	font-weight: bold;
}
p.discprition {
	margin: 0px;
	padding: 0px 0px 50px 10px;
	font-size: 12px;
}
/* -- mainnavi -- */
div.mainnavi,
ul.mainnavi {
	padding: 0px;
	margin: 0px;
}
	div.mainnavi ul li,
	ul.mainnavi li {
		padding: 0px;
		margin: 0px;
		float: left;
		position: relative;
	}
		div.mainnavi li a,
		ul.mainnavi li a {
			margin: 0px;
			display: block;
			color: #FFF;
			font-weight: bold;
			font-size: 13px;
			text-align: center;
		}
			div.mainnavi li a:hover,
			ul.mainnavi li a:hover {
				background-position: 0px 0px;
				text-decoration: none;
			}
		div.mainnavi ul ul,
		ul.mainnavi ul {
			display:none;
			position:absolute;
			top:56px;
			left:0;
			float:left;
			box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
			-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
			-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
			z-index: 99999;
		}
			div.mainnavi ul ul li,
			ul.mainnavi ul li {
				min-width: 111px;	
			}
			div.mainnavi ul ul ul,
			ul.mainnavi ul ul {
				left:100%;
				top:0;
			}
			div.mainnavi ul ul a,
			ul.mainnavi ul a {
				height:auto;
				line-height:1em;
				padding:10px;
				width: 111px;
			}
			div.mainnavi li:hover > a,
			div.mainnavi ul ul :hover > a,
			ul.mainnavi li:hover > a,
			ul.mainnavi ul :hover > a {
				color:#fff;
				background:#333;
			}
			div.mainnavi ul li:hover > ul,
			ul.mainnavi li:hover > ul {
				display:block;
			}
/* -- subnavi -- */
ul.subnavi {
	float: right;
	margin: 0px 0px 0px 0px;
	display: block;
}
ul.subnavi li {
	margin: 0px 5px 0px 5px;
	padding: 0px 10px 5px 10px;
	float: left;
	font-size: 13px;
}
ul.subnavi a {
}
/* header CSS End */
/*********************************************************************/
/* main CSS Start */
#main {
	margin: 0px;
	padding: 0px 10px 20px 10px;
	background-color: #FFF;
}
/* main CSS End */
/*********************************************************************/
/* sidebar CSS Start */
#leftbar {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#rightbar {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
}
/* -- widget -- */
.sidebar li.widget {
	padding: 0px 0px 10px 0px;
}
.sidebar .widget_title {
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 5px 10px 0px 5px;
	background-image: url('images/wigettitle_bg.jpg');
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}
.sidebar .widget_welcart_login .widget_title,
.sidebar .widget_welcart_featured .widget_title,
.sidebar .widget_welcart_calendar .widget_title,
.sidebar .widget_welcart_search .widget_title,
.sidebar .widget_welcart_category .widget_title,
.sidebar .widget_welcart_post .widget_title,
.sidebar .widget_welcart_page .widget_title,
.sidebar .widget_welcart_bestseller .widget_title {
	height: 30px;
	padding-top: 0px;
}
.sidebar .widget_tag_cloud .widget_title {
	padding: 5px 10px 0px 5px;
	border: none;
}
.sidebar .widget_title>img {
	height: 24px;
	width: 24px;
	margin: 0px;
	padding: 3px 5px 3px 0px;
	vertical-align: middle;
}
.sidebar li ul,
#calendar_wrap,
.widget_tag_cloud div,
.widget_search form {
	width: auto;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #F7F7F7;
	border-right: 1px solid #DAD8D1;
	border-bottom: 1px solid #DAD8D1;
	border-left: 1px solid #DAD8D1;
}
.sidebar li ul ul {
	border: none;
}
.sidebar li li {
	width: auto;
	height: auto;
}
.welcart_widget_body {
}
.sidebar #calendar_wrap,
.sidebar li.widget ul.welcart_featured_body,
.sidebar li.widget ul.welcart_calendar_body,
.sidebar li.widget ul.welcart_search_body,
.sidebar li.widget ul.welcart_login_body {
	padding-top: 10px;
}
.sidebar #calendar_wrap,
.sidebar .widget_tag_cloud div {
	padding: 0px 10px 0px 10px;
}
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_pages li,
.sidebar .widget_meta li,
.sidebar .widget_links li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li,
.sidebar .widget_welcart_category li,
.sidebar .widget_welcart_post li,
.sidebar .widget_welcart_page li,
.sidebar .widget_welcart_bestseller li {
	padding: 3px 10px;
	border-bottom: 1px dotted #CCCCCC;
}
/* widget search start */
.sidebar .widget_search a,
.sidebar .widget_welcart_search a,
.sidebar .widget_ucart_search a {
	margin-right: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: underline;
}
.sidebar .widget_search a:hover,
.sidebar .widget_welcart_search a:hover,
.sidebar .widget_ucart_search a:hover {
	text-decoration: none;
}
.sidebar .widget_search #searchsubmit,
.sidebar .widget_welcart_search #searchsubmit,
.sidebar .widget_ucart_search #searchsubmit {
	width: 30px;
	height: 24px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background-image: url('images/find2.png');
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	cursor: pointer;
	text-indent: -9999px;
	border-style: none;
}
.sidebar .widget_search input#s,
.sidebar .widget_welcart_search input.searchtext,
.sidebar .widget_ucart_search input.searchtext {
	width: 70%;
}
.sidebar .widget_search input#s {
	width: 55%;
}
/* widget search end */
/* widget wp-calendar start */
#wp-calendar {
	width: 180px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #333;
	border-collapse: collapse;
	border: 1px solid #DAD8D1;
	text-align: center;
}
#wp-calendar caption {
	padding: 3px 0px;
	font-weight: bold;
}
#wp-calendar th,
#wp-calendar td {
	padding: 0px;
	border: 1px solid #DAD8D1;
}
#wp-calendar th {
	background-color: #777777;
	color: #FFF;
}
#wp-calendar td {
	background-color: #FFF;
}
.businesstoday {
}
/* widget wp-calendar end */
/* widget featured start */
.sidebar .widget_welcart_featured .thumimg,
.sidebar .widget_ucart_featured .thumimg {
	width: 150px;
	margin: 0px auto;
}
.sidebar .widget_welcart_featured .thumimg img,
.sidebar .widget_ucart_featured .thumimg img {
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.sidebar .widget_welcart_featured .thumtitle,
.sidebar .widget_ucart_featured .thumtitle {
	width: auto;
	padding: 0px 0px 0px 20px;
	margin: 15px 0px 0px 0px;
	background-image: url('images/list1.png');
	background-repeat: no-repeat;
	background-position: left 3px;
	text-align: left;
}
.sidebar .widget_welcart_featured .thumtitle a,
.sidebar .widget_ucart_featured .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.sidebar .widget_welcart_featured .thumtitle a:hover,
.sidebar .widget_ucart_featured .thumtitle a:hover {
	font-weight: bold;
}
/* widget featured end */
/* sidebar CSS End */
/*********************************************************************/
/* content CSS Start */
#content {
	height: 100%;
	width: 980px;
	padding: 10px 0px 10px 0px;
}
	.three-column {
		width: 560px;
		margin: 0 10px 0 0;
	}
	.two-column {
		width: 770px;
		margin: 0;
	}
/* content CSS End */
/*********************************************************************/
/* content common CSS Start */
/* title */
#content h1,
#content h2 {
	margin: 0px;
	padding: 0px;
}
#content h2.pagetitle, 
#content .pagetitle, 
#content .title {
	height: 34px;
	padding: 5px 10px 5px 15px;
	border: none;
	display: block;
	background-color: #eeeeee;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 34px;
}
#content .post h2 {
	padding-top: 10px;
	font-size: 1.17em;
}
/* img */
#content img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
/* catbox */
#content .catbox {
	width: auto;
	height: 100%;
	margin: 3px;
	padding: 10px;
	background-color: #FFFFFF;
}
/* page_box */
#content .page_box {
	width: auto;
	margin: 0px;
	padding: 30px 20px;
	background-color: #FFFFFF;
}
/* thumbnail_box */
#content .thumbnail_box {
	width: 119px;
	height: 190px;
	margin: 4px 0px 0px 4px;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}
.thumbnail_box .thumimg {
	padding: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.thumbnail_box .thumtitle {
	width: auto;
	margin: 10px 5px 5px 0px;
	padding: 0px;
	background-image: url('images/list1.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	text-indent: 20px;
}
.thumbnail_box .thumtitle a {
	text-decoration: underline;
	white-space: normal;
	word-wrap: break-word;
}
.thumbnail_box .thumtitle a:hover {
	font-weight: bold;
}
.thumbnail_box a.detailbutton {
	width: 89px;
	height: 16px;
	padding-top: 5px;
	margin-top: 10px;
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #566732;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.thumbnail_box a.detailbutton:active {
	background-image: url('images/button_bg_detail01.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	outline: none;
}
/* content common CSS End */
/*********************************************************************/
/* Welcart Item single page CSS Start */
span.price {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #AB0000;
}
span.cprice {
	font-size: 12px;
	font-weight: normal;
	text-decoration: line-through;
}
em.tax {
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: inherit;
	letter-spacing: 0em;
}
dl.itemGpExp {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp dt {
	height: 16px;
	margin: 0px;
	background-image: url('images/gp.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FF3333;
}
dl.itemGpExp dd {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp ul {
	margin: 0px;
	padding: 0px;
}
dl.itemGpExp li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	letter-spacing: 1px;
}
#itempage {
	width: 100%;
}
#itempage .field {
	height: auto;
	width: auto;
	margin: 0px;
}
#itempage .field hr {
	color: #CCCCCC;
}
#itempage .field .field_name {
	text-align: left;
}
#itempage .field .field_price {
	width: auto;
	margin: 0px;
	padding: 0px;
	color: #AB0000;
	font-size: 160%;
	font-weight: bold;
	text-align: right;
}
#itempage h3 {
	height: 18px;
	margin-bottom: 10px;
	margin-left: 210px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .exp {
	min-height: 220px;
	margin-bottom: 10px;
}
*:first-child+html #itempage .exp {
	display: inline;
}
#itempage form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#itempage .itemimg {
	width: 460px;
	margin-right: 10px;
	float: left;
}
#itempage .itemsubimg {
	margin-bottom: 10px;
}
#itempage .itemsubimg img {
	width: 135px;
	height: 135px;
	padding: 5px;
}
#itempage .skuform {
	width: 100%;
}
#itempage .skuform .skuquantity {
	width: 50px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: right;
}
#itempage table.skusingle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#itempage table.skusingle td {
	margin: 0px;
	padding: 3px 10px 3px 0px;
}
#itempage table.skumulti {
	width:460px;
	margin-top: 0px 0px 10px 0px;
	padding: 0px;
	/*border: 2px solid #CCC;*/
	border-collapse: collapse;
}
#itempage table.skumulti th {
	margin: 0px;
	padding: 3px;
	background-color: #E6E6E6;
	/*border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;*/
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#itempage table.skumulti th.thborder {
	border-bottom: 2px solid #CCC;
}
#itempage table.skumulti td {
	margin: 0px;
	padding: 3px;
	vertical-align: top;
	/*border-right: 1px solid #D9D9D9;*/
	border-bottom: 1px solid #CCCCCC;
}
#itempage table.skumulti td.subborder {
	/*border-bottom: 1px solid #D9D9D9;*/
	width: 350px;
}
#itempage table.skumulti td.skudisp {
	font-weight: bold;
}
#itempage .assistance_item {
	width: auto;
	padding: 0px;
}
#itempage .assistance_item h3 {
	height: 18px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 3px 5px;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
}
#itempage .assistance_item ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#itempage .assistance_item li {
	width: 312px;
	margin: 0px;
	float: left;
	padding: 0px 0px 10px 0px;
}
#itempage .assistance_item .listbox {
	width: auto;
	margin-right: 10px;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
}
#itempage .assistance_item .slit {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
}
#itempage .assistance_item .detail {
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-left: 115px;
}
#itempage .assistance_item h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
#itempage .assistance_item .detail p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
}
.page_content {
	padding: 10px;
}
/* Welcart Item single page CSS End */
/*********************************************************************/
/* Welcart Search page CSS Start */
#searchbox {
	margin: 0px;
	padding: 0px;
}
#searchbox div.field {
	margin: 20px 0px;
	padding: 0px;
}
#searchbox label.outlabel {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
#searchbox fieldset {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#searchbox legend {
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 5px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
#searchbox fieldset ul {
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#searchbox fieldset li {
	width: 200px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	list-style-type: none;
}
/* Welcart Search page CSS End */
/*********************************************************************/
/* Welcart Member page CSS Start */
#memberpages #memberinfo ul {
	margin: 0px;
	padding: 0px 0px 15px 20px;
	list-style-position: outside;
}
#memberpages #memberinfo li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
#memberpages #memberinfo li strong {
	color: #cc0000;
}
#memberpages div.loginbox {
	width: 220px;
	margin: 0px auto 0px auto;
	padding: 0px 30px 30px 30px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
#memberpages input.loginmail,
#memberpages input.loginpass {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#memberpages form {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#memberpages .loginbox p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#memberpages .loginbox p#nav {
	padding: 0px 0px 0px 12px;
}
#memberinfo table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#memberinfo table .num{
	font-size: 14px;
}
#memberinfo table .rightnum{
	font-size: 14px;
	text-align: right;
	padding-right: 5px;
}
#memberinfo th {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}
#memberinfo th.historyrow {
	color: #FFFFFF;
	background-color: #999999;
}
#memberinfo td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#memberinfo td.retail {
	margin: 0px;
	padding: 0px;
}
#memberinfo h3 {
	height: 26px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	background-color: #990000;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 10px;
	border-bottom: 1px solid #660000;
}
#memberinfo .send {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#memberinfo .customer_form input {
	width: 150px;
}
#memberinfo .customer_form input#zipcode {
	width: 100px;
}
#memberinfo .customer_form input#address1,#memberinfo .customer_form input#address2,#memberinfo .customer_form input#address3 {
	width: 250px;
}
#memberinfo .customer_form em {
	color: #ff0000;
	font-style: normal;
}
#newmember table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#newmember table .num{
	font-size: 14px;
}
#newmember table .rightnum{
	padding-right: 5px;
	font-size: 14px;
	text-align: right;
}
#newmember th {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#newmember td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#newmember .send {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
}
#newmember .customer_form input {
	width: 120px;
}
#newmember .customer_form input#zipcode {
	width: 100px;
}
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3 {
	width: 200px;
}
#newmember .customer_form em {
	font-style: normal;
	color: #ff0000;
}
/* Welcart Member page CSS End */
/*********************************************************************/
/* Welcart cart page CSS Start */
.usccart_navi ol {
	width: auto;
	height: 31px;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url('images/cart_navi.jpg');
	background-repeat: no-repeat;
	*/
	display: block;
	list-style-image: none;
	list-style-type: none;
}
.usccart_navi li {
	height: 31px;
	margin: 0px;
	/*padding: 2px 0px 0px 35px;*/
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
}
.usccart_navi ol.usccart_cart {
	background-position: 0px 0px;
}
.usccart_navi ol.usccart_customer {
	background-position: 0px -32px;
}
.usccart_navi ol.usccart_delivery {
	background-position: 0px -63px;
}
.usccart_navi ol.usccart_confirm {
	background-position: 0px -95px;
}
.usccart_navi li.usccart_cart {
	width: 85px;
}
.usccart_navi li.usccart_customer {
	width: 94px;
}
.usccart_navi li.usccart_delivery {
	width: 125px;
}
.usccart_navi li.usccart_confirm {
	width: 70px;
}
#inside-cart .post {
	width: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#inside-cart h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ffcc00;
	border-bottom: 2px solid #ffe679;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#inside-cart p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
#inside-cart .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ffcc00;
	text-align: center;
}
#customer-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#customer-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#customer-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff9900;
	border-bottom: 2px solid #ffc56a;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#customer-info form {
	margin: 0px;
	padding: 0px;
}
#customer-info table {
	margin-top: 10px;
	border-collapse: collapse;
}
#customer-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#customer-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#customer-info .customer_form input {
	width: 50%;
	margin-right: 3px;
}
#customer-info .customer_form tr.inp1 input {
	width: 82%;
	margin-left: 3px;
}
#customer-info .customer_form tr.inp2 input {
	width: 75%;
	margin-left: 0px;
	margin-right: 3px;
}
#customer-info .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff9900;
	text-align: center;
}
#delivery-info .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
}
#delivery-info h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff6600;
	border-bottom: 2px solid #ffaa68;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#delivery-info form {
	margin: 0px;
	padding: 0px;
}
#delivery-info table.customer_form {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#delivery-info th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #e6e6e6;
	color: #4c4d25;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
#delivery-info td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #4c4c4c;
	font-size: 11px;
	line-height: 150%;
}
#delivery-info .error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}
#delivery-info .customer_form dl {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#delivery-info .customer_form dt {
	width: auto;
	padding-top: 5px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info .customer_form dd {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#delivery-info #delivery_table input {
	width: 50%;
	margin-right: 3px;
}
#delivery-info #delivery_table tr.inp1 input {
	width: 83%;
	margin-right: 0px;
	margin-left: 3px;
}
#delivery-info #delivery_table tr.inp2 input {
	width: 76%;
	margin-right: 3px;
	margin-left: 0px;
}
#delivery-info .customer_form .btn {
	width: 24px;
}
#delivery-info #time {
	margin-top: 10px;
}
#delivery-info #time textarea {
	height: 100px;
	width: 94%;
}
#delivery-info .send {
	text-align: center;
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ff6600;
}
#info-confirm .post {
	width: auto;
	margin-top: 10px;
	padding: 15px 0px;
	background-color: #ffffff;
}
#info-confirm h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ff3300;
	border-bottom: 2px solid #ff8f71;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#info-confirm form {
	margin: 0px;
	padding: 0px;
}
#info-confirm #confirm_table {
	width: 100%;
	margin-top: 15px;
	border-collapse: collapse;
}
#confirm_table h3 {
	margin: 0px;
	padding: 0px;
	color: #ff3300;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#confirm_table th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #50511d;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
}
#confirm_table td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
#confirm_table .ttl {
	background-color: #ffffef;
}
#confirm_table .bdc {
	background-color: #edf6ff;
}
#info-confirm .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #FF3300;
	text-align: center;
}
#coml-page h2,#error-page h2 {
	height: 32px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #666600;
	border-bottom: 2px solid #b2b165;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}
#coml-page p,#error-page p {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
}
#coml-page form,#error-page form {
	margin: 0px;
	padding: 0px;
}
#coml-page .send,#error-page .send {
	width: auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b2b165;
	text-align: center;
}
#coml-page .post,#error-page .post {
	width: auto;
	margin-top: 10px;
	padding: 15px;
	background-color: #ffffff;
}
/* Welcart cart page CSS End */
/*********************************************************************/
/* Welcart Inquiry page CSS Start */
.inqbox {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.inqbox ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-position: outside;
}
.inqbox li {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
}
.inqbox li strong {
	color: #cc0000;
}
.inqbox .inquiry_table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.inqbox form {
	margin: 0px;
	padding: 0px;
}
.inqbox th {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 10px;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	color: #4e5020;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}
.inqbox td {
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	color: #333333;
	font-size: 12px;
	line-height: normal;
}
.inquiry_table input {
	width: 95%;
}
.inquiry_table textarea {
	width: 95%;
	height: 150px;
}
.inqbox .send {
	margin: 0px auto;
	padding: 15px 0px;
	text-align: center;
}
.inqbox .inquiry_comp {
	margin: 50px auto 0px auto;
	padding: 15px 0px;
	color: #336600;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.inqbox .compbox {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	font-size: 1em;
	line-height: 1.5em;
}
/* Welcart Inquiry page CSS End */
/*********************************************************************/
/* footer CSS Start */
#footer {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px;
	background-color: #DCDCD0;
}
#footer a{
	color: #888;
	text-decoration:none;
}
#footer p {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer p.copyright {
	font-size: 12px;
}
#footer p.credit {
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}
#footer ul.footernavi {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
}
#footer li {
	display: block;
	margin: 0px;
	padding: 0px 20px 5px 0px;
}

#footer-left1 {
	width: 220px;
	float: left;
}
#footer-left2 {
	width: 220px;
	float: left;
	border-left: solid 1px #cccccc;
	padding: 0 0 0 10px;
}
#footer-left3 {
	width: 170px;
	float: left;
	/*border-left: solid 1px #cccccc;*/
	padding: 40px 0 0 10px;
}

#footer-left4 {
	width: 200px;
	float: left;
	border-left: solid 1px #cccccc;
	padding: 0 0 0 10px;
}

#footer-right {
	float: right;
	width: 50px;
	margin: 0 50px 0 0;
	border-left: solid 1px #cccccc;
	padding: 0 0 0 10px;
}
.footer-title {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
.footer-copy {
	padding: 10px 0px 0px 0px;
	clear: both;
	text-align: center;
}

#footer #sm-icons{
  float: right;
  margin: 0;
  }
#sm-icons li{
  margin: 0 0 5px 0px;
  padding: 0;
  }
#sm-icons a{
  width: 36px;
  height: 37px;
  background-image: url(http://cdn.shopify.com/s/files/1/0203/4832/t/1/assets/social-media2.png?4320);
  display: block;
  }
.en_flag {
vertical-align: -1px;
margin: 0px 0px 0px 5px;
}

#sm-youtube a{ background-position: 0 -78px; }
#sm-flickr a{ background-position:-36px -78px; }
#sm-twitter a{ background-position: -72px -78px; }
#sm-facebook a{ background-position: -108px -78px; }
#sm-vimeo a{ background-position: -144px -78px; }
#sm-pinterest a{ background-position: -180px -78px; }
#sm-google a{ background-position: -216px -78px; }

#sm-youtube a:hover{ background-position: 0 -117px; }
#sm-flickr a:hover{ background-position:-36px -117px; }
#sm-twitter a:hover{ background-position: -72px -117px; }
#sm-facebook a:hover{ background-position: -108px -117px; }
#sm-vimeo a:hover{ background-position: -144px -117px; }
#sm-pinterest a:hover{ background-position: -180px -117px; }
#sm-google a:hover{ background-position: -216px -117px; }


/* footer CSS End */
/*********************************************************************/


/**
 * Header Search
 */

#header-search{
  float: right;
  /*margin: 0;*/
  margin: -0px 0px 0px 0px;
  }
#header-search #top-search-input{
  width: 174px;
  font-size: 12px;
  padding: 6px 3px;
  border: solid 1px #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  }
#header-search #top-search-submit{
  border: none;
  width: 25px;
  height: 25px;
  background: url(http://fakefoodjapan.net/img/icon-search.png) 0 0 no-repeat;
  float: right;
  margin: 0 0 0 8px;
  font-size: 0; /* ie7 */
  line-height: 50px; /* ie7 */
  }
#header-search #top-search-submit:hover{
  background-position: 0 -25px;
  }

#header-search{
  width: 225px;
  margin: 3px 0px 0px 0px;
  }
.search-input{
  width: 175px;
  }



/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 470px; /* Same as showcase javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
	margin-bottom: 9px;
    top: -26px;
}

	.showcase-content-container
	{
		/*background-color: #000;*/
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		background-color: #DCDCD0;
		text-align: center;
		margin: 20px 0px 5px 0px;
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #DCDCD0;
		margin: 5px 0px 0px 0px;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 140px;
			height: 57px;
			cursor: pointer;
			border: solid 1px #ccc;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}


.tk_top_collection_wide {
	float: left;
	text-align: center;
	margin: 0 75px 10px 0;
	background: #f6f6f6;
	line-height: 120%;
	padding-bottom: 5px;
}

.tk_top_collection_wide2 {
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
	background: #f6f6f6;
	line-height: 120%;
	padding-bottom: 5px;
}
.tk_prod_cat_title {
	clear: both;
	text-align: center;
	background-color: #eeeeee;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

.tk_top_collection {
	float: left;
	width: 170px;
	height: 210px;
	text-align: center;
	margin: 0px 26px 12px 0px;
	font-size: 9pt;
	background-color: #f6f6f6;
	line-height: 130%;
}
.tk_top_collection2 {
	float: left;
	width: 170px;
	height: 210px;
	text-align: center;
	margin: 0px 0px 12px 0px;
	font-size: 9pt;
	background-color: #f6f6f6;
	line-height: 130%;
}
.top_product a {
	text-decoration:none;
	color: #888888;
}
.tk_top_collection a {
	text-decoration:none;
	color: #888888;
}
.tk_top_collection2 a {
	text-decoration:none;
	color: #888888;
}

.product-grid-item {
	float: left;
	width: 170px;
	margin: 0px 25px 0px 0px;
}
.product-grid-item2 {
	float: left;
	width: 170px;
	margin: 0px 0px 0px 0px;
}
.product-information {
	font-size: 9pt;
	background-color: #F6F6F6;
	margin: -5px 0px 20px 0px;
	padding: 5px;
}
.product-price {
	position: absolute;
	display: block;
	text-align: right;
	margin-top: -32px;
	padding: 4px 8px;
	font-weight: bold;
	color: #ffffff;
	background-color: #484840;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
#itempage .tk_cprice {
	float: right;
	text-decoration:line-through;
}
#itempage .tk_price {
	float: right;
	font-size: 14pt;
	color: #AB0000;
	font-weight: bold;
}
.tk_item_text {
	margin: 10px 0px 0px 0px;
	float: left;
	width:460px;
}

.tk_cart_btn {
	float: right;
	width:450px;
}
.tk_float_right{float: right;}
.tk_float_left{float: left;}
.about_box {
	float: left;
	/*width:464px;*/
	margin: 0px 15px 0px 0px;
}
.about_photo {
	float: left;
	margin: 0px 15px 15px 0px;
	border: solid 1px #cccccc;
}

.about_photo img{
	border: solid 5px #ffffff;
}

.tk_title01 {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border-left: solid 3px #cccccc;
	border-top: solid 1px #cccccc;
	text-indent:9px;
	margin: 30px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}

.tes_text1 {
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
    margin: 0px 100px 30px 0px;
}
.tes_text2 {
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
    margin: 0px 0px 30px 100px;
}
.tes_img_w {
	width: 250px;
    float: left;
}
.tes_img {
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 60px;
}
.tes_img2 {
    float: left;
margin: 0px 20px -10px 0px;
    padding: 0px 0px 20px;
}
.tes_name {
    text-align: right;
    margin: 20px 0px 0px;
}
.faq_q {
    padding: 10px;
    background-color: rgb(238, 238, 238);
    font-weight: bold;
    font-size: 14pt;
}
.faq_a {
    padding: 10px;
    margin: 0px 0px 20px;
    font-weight: normal;
}
table#shipping_table {
	margin: 5px 0px 10px 0px;
	width: 100%;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#shipping_table th {
	width: 130px;
	padding: 10px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	text-align: left;
}
table#shipping_table td {
	padding: 7px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	font-size: 10pt;
	vertical-align: top;
}

table#contact_table {
	margin: 5px 0px 10px 0px;
	width:580px;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#contact_table th {
	width: 170px;
	padding: 10px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	text-align: left;
}
table#contact_table td {
	padding: 7px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	font-size: 10pt;
	vertical-align: top;
}
.title02 {
    margin: 0px 0px 10px;
    padding: 7px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(221, 221, 221);
}


.center {
	text-align: center;
}
.media_img {
	float: left;
	padding: 0px 10px 0px 0px;
	width:300px;
}
.media_img_02 {
	float: left;
	padding: 0px 10px 0px 0px;
	width:550px;
}
.media_img_03 {
	float: left;
	padding: 0px 10px 0px 0px;
	width:360px;
}
.product-information a {
	color: #888888;
	text-decoration:none;
}

.tk_item_cat {
	margin: 10px 0px 0px 0px;
	float: left;
	width:460px;
}
.tk_item_tag {
	margin: 10px 0px 0px 0px;
	float: left;
	width:460px;
}
.yarpp-related {

}
.related_posts {
    margin: 20px 0px 20px 0px;
    padding: 7px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    background-color: #eeeeee;
}
.review {
    margin: 20px 0px 20px 0px;
    padding: 7px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    background-color: #eeeeee;
}
#postcomment {
    margin: 20px 0px 20px 0px;
    padding: 7px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    background-color: #eeeeee;
}
#cart_table th {
	font-weight: normal;
}
.pagenavi {
	text-align: center;
	margin: 0px 0px 20px 0px;
}
#top_slider {
	height:413px;
}
.some_sku_car {
	clear: both;
	padding: 5px 0px 5px 0px;
}
.item_right {
	float: right;
	width:460px;
}
.tk_item_sbtn {
	float: right;
	margin: 10px 0px 10px 0px;
}
.tk_item_tweet {
	float: left;
}
.tk_item_fb {
	float: left;
}
#disqus_thread{
    margin: 20px 0px 20px 0px;
    padding: 7px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    background-color: #eeeeee;
}
.zoomWindow {
	margin: 6px 0px 0px 0px;
}
.b_list {
	margin: -3px 0px 5px 0px;
}
.to_confirm_button {
	
}

/**********input********/

input, select { vertical-align: middle; }
select, input, textarea, button { font:99% sans-serif; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
select{ /* max-width: 99%; */ }
input[type="text"].error, input[type="email"].error, input[type="password"].error { border-color:red }
input, textarea{
  border: solid 1px #dddddd;
  padding: 4px;
  color: #333;
  }
input[type="image"]{ border: none; }

/**********button********/
/**********次　緑********/
.to_confirm_button ,.to_customerinfo_button ,.skubutton ,.member_login_button ,.to_reganddeliveryinfo_button ,.customerlogin_btn {
  background: #8fd324;
  background: -moz-linear-gradient(top, #b1e362 0%, #a2d847 50%, #8acb1f 50%, #7dbf0d 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #b1e362), color-stop(0.5, #a2d847), color-stop(0.5, #8acb1f), color-stop(1, #7dbf0d));
  border: 1px solid #5b9400;
  border-bottom: 1px solid #568a03;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
  -webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
  box-shadow: inset 0 1px 0 0 #c8eb8f;
  color: #fff;
  font:16px "ヒラギノ角ゴ Pro W3",tahoma,arial;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #426b01;
  width: 150px;
}

.to_confirm_button:hover ,.to_customerinfo_button:hover ,.skubutton:hover ,.member_login_button:hover ,.to_reganddeliveryinfo_button:hover ,.customerlogin_btn:hover {
  background: #689b13;
  background: -moz-linear-gradient(top, #9ad055 0%, #8dc241 50%, #78b41b 50%, #6da70a 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9ad055), color-stop(0.5, #8dc241), color-stop(0.5, #78b41b), color-stop(1, #6da70a));
  cursor: pointer;
}

.to_confirm_button:active ,.to_customerinfo_button:active ,.skubutton:active ,.member_login_button:active ,.to_reganddeliveryinfo_button:active ,.customerlogin_btn:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}

/**********次 200px　緑********/
.to_reganddeliveryinfo_button{
  width: 200px;
}


/**********チェックアウト 赤********/
.checkout_button {
  background: #AA0000;
  background: -moz-linear-gradient(top, #D16060 0%, #D05D5D 50%, #B73434 50%, #A62F2F 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #D16060), color-stop(0.5, #D05D5D), color-stop(0.5, #B73434), color-stop(1, #A62F2F));
  border: 1px solid #762121;
  border-bottom: 1px solid #742121;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #E29999;
  -webkit-box-shadow: inset 0 1px 0 0 #E29999;
  box-shadow: inset 0 1px 0 0 #E29999;
  color: #fff;
  font:16px "ヒラギノ角ゴ Pro W3",tahoma,arial;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #426b01;
  width: 200px;
}

.checkout_button:hover {
  background: #AA0000;
  background: -moz-linear-gradient(top, #A62F2F 0%, #B73434 50%, #D05D5D 50%, #D16060 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #A62F2F), color-stop(0.5, #B73434), color-stop(0.5, #D05D5D), color-stop(1, #D16060));
  cursor: pointer;
}

.checkout_button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}
/**********戻る 200 px グレー********/
.continue_shopping_button ,.back_to_customer_button ,.back_cart_button ,.to_deliveryinfo_button ,.back_to_delivery_button {
  background: #BFBFBF;
  background: -moz-linear-gradient(top, #D2D2D2 0%, #CCCCCC 50%, #BEBEBE 50%, #B8B8B8 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #D2D2D2), color-stop(0.5, #CCCCCC), color-stop(0.5, #BEBEBE), color-stop(1, #B8B8B8));
  border: 1px solid #ABABAB;
  border-bottom: 1px solid #A9A9A9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #DFDFDF;
  -webkit-box-shadow: inset 0 1px 0 0 #DFDFDF;
  box-shadow: inset 0 1px 0 0 #DFDFDF;
  color: #fff;
  font:16px "ヒラギノ角ゴ Pro W3",tahoma,arial;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #426b01;
  width: 200px;
}

.continue_shopping_button:hover ,.back_to_customer_button:hover ,.back_cart_button:hover ,.to_deliveryinfo_button:hover ,.back_to_delivery_button:hover {
  background: #BFBFBF;
  background: -moz-linear-gradient(top, #B8B8B8 0%, #BEBEBE 50%, #CCCCCC 50%, #D2D2D2 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #B8B8B8), color-stop(0.5, #BEBEBE), color-stop(0.5, #CCCCCC), color-stop(1, #D2D2D2));
  cursor: pointer;
}

.continue_shopping_button:active ,.back_to_customer_button:active ,.back_cart_button:active ,.to_deliveryinfo_button:active ,.back_to_delivery_button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}

/**********戻る 100 px グレー********/
.back_to_customer_button ,.back_cart_button {
  width: 100px;
}
.back_to_delivery_button {
  width: 250px;
}

.co_title {
    margin: 20px 0px 20px 0px;
    padding: 7px;
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: bold;
    background-color: #eeeeee;
}

.a_btn {
  background: #8fd324;
  background: -moz-linear-gradient(top, #b1e362 0%, #a2d847 50%, #8acb1f 50%, #7dbf0d 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #b1e362), color-stop(0.5, #a2d847), color-stop(0.5, #8acb1f), color-stop(1, #7dbf0d));
  border: 1px solid #5b9400;
  border-bottom: 1px solid #568a03;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
  -webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
  box-shadow: inset 0 1px 0 0 #c8eb8f;
  color: #fff;
  font:16px "ヒラギノ角ゴ Pro W3",tahoma,arial;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #426b01;
  width: 250px;
  margin: 10px 0px 0px 0px;
}

.a_btn:hover {
  background: #689b13;
  background: -moz-linear-gradient(top, #9ad055 0%, #8dc241 50%, #78b41b 50%, #6da70a 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #9ad055), color-stop(0.5, #8dc241), color-stop(0.5, #78b41b), color-stop(1, #6da70a));
  cursor: pointer;
}

.a_btn:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}
.a_btn a  {
  color: #FFFFFF;
  text-decoration: none;
}
.red {
	color: #990000;
}
#payment_name_0 {
	margin: 0px 5px 0px 0px;
}
#payment_name_1 {
	margin: 0px 5px 0px 0px;
}
#payment_name_2 {
	margin: 0px 5px 0px 0px;
}
#payment_name_3 {
	margin: 0px 5px 0px 0px;
}
#payment_name_4 {
	margin: 0px 5px 0px 0px;
}
div.showcase-content-container img {
	width:810px;
}

.custom_s3_b {
	border: solid 1px #cccccc;
	padding: 20px;
	width:430px;
	float: left;
	margin: 0px 0px 10px 0px;
}
.custom_s3_b img {
	max-width:390px;
	max-height:390px;
}
.custom_s3_t {
	font-weight: bold;
	font-size: 14pt;
}
.custom_s3_img {
	text-align: center;
}
.custom_s3_img img {
	max-height:306px;
}

.header_logo_r {
    position: relative;
    top: -45px;
    left: 340px;
}
.privacy_t {
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}


table#cart_table {
	margin: 5px 0px 10px 0px;
	width: 100%;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
    color: #555555;
}

table#cart_table th {
	padding: 10px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #eeeeee;
	font-weight: bold;
	text-align: left;
    color: #555555;
}
table#cart_table td {
	padding: 7px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	font-size: 10pt;
	vertical-align: top;
    color: #555555;
}
.upbutton {
	margin: 10px 0px 10px 0px;
}
#paypal_button {
	display: none;
}
.who_orders_input {
	float: left;
	margin: 0px 20px 0px 0px;
}
.who_orders_t {
	clear: both;
	padding: 5px;
	background-color: #dddddd;
	margin: 10px 0px 10px 0px;
	font-size: 11pt;
	font-weight: bold;
}
.who_orders_t2 {
	clear: both;
	padding: 5px;
	background-color: #dddddd;
	margin: 10px 0px 10px 0px;
	font-size: 12pt;
	font-weight: bold;
}
.who_orders_send {
	text-align: center;
	padding: 20px 10px 20px 10px;
	width: 300px;
	font-size: 14pt;
}

.who_orders_example {
	float: left;
}
#content .who_orders_img img {
	margin: 0px 10px 10px 0px;
}
