@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
*/
@import url("common.css");
/*********************************************************************/

/* 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;
}
.clear {
  clear: both;
}
/* clearfix End */
/*********************************************************************/
/* base CSS Start */
body {
	margin: 0px;
	padding: 0px;
	/* background-image: url('images/body_bg.jpg'); */
	background-color: #FFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 150%;
	word-wrap: break-word;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	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;
	padding: 0px;
	/*background-image: url('images/header_bg.jpg');*/
	background-repeat: no-repeat;
}
/*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;
	background-image: url('images/main_navi_bg.jpg');
	background-repeat: repeat-x;
	background-color: #000;
}
	div.mainnavi ul li,
	ul.mainnavi li {
		padding: 0px;
		margin: 0px;
		float: left;
		position: relative;
	}
		div.mainnavi li a,
		ul.mainnavi li a {
			width: 121px;
			height: 36px;
			padding: 20px 5px 0px 5px;
			margin: 0px;
			display: block;
			background-image: url('images/button_main_navi.jpg');
			background-repeat: no-repeat;
			background-position: -131px 0px;
			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 {
				background-image: url('images/main_navi_bg.jpg');
				background-repeat: repeat-x;
				background-color: #000;
				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 {
	height: 29px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/sub_navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
}
ul.subnavi li {
	padding: 5px 20px;
	margin: 0px;
	float: left;
	font-size: 13px;
}
ul.subnavi a {
	color: #000;
}
/* header CSS End */
/*********************************************************************/
/* main CSS Start */
#main {
	margin: 0px;
	padding: 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%;
	padding: 0;
	/* background-color: #DAD8D1; */
	/* border-bottom: 3px solid #DAD8D1; */
	float: right;
	width:780px;
}
	.three-column {
		width: 560px;
		margin: 0 10px 0 0;
	}
	.two-column {
		width: 700px;
		margin: 0;
	}
/* content CSS End */
/*********************************************************************/
/* content common CSS Start */
/* title */
#content h1,
#content h2 {
	margin: 0px;
	padding-top: 20px;
	padding-bottom:15px;
	line-height: 1.2;
}
#content h2.pagetitle, 
#content .pagetitle, 
#content .title {
	height: 34px;
	/* padding: 0px 20px; */
	/* background-image: url('images/content_title_bg1.jpg'); */
	/* background-repeat: repeat-x; */
	/* border: none; */
	border-bottom:solid 1px #cccccc;
	display: block;
	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-image: url('images/pagebox_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-top: 3px solid #DAD8D1;
}
/* page_box */
#content .page_box {
	width: auto;
	margin: 0px;
	padding: 30px 20px;
	background-image: url(images/pagebox_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	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: #ED5B14;
}
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%;
	margin-top:50px;
	clear:both;
}
#itempage .field {
	height: auto;
	width: auto;
	margin: 0px !important;
}
#itempage .field hr {
	color: #CCCCCC;
}
#itempage .field .field_name {
	text-align: left;
}
#itempage .field .field_price {
	width: auto;
	margin: 0px;
	padding: 0px;
	color: #ED5B14;
	font-size: 140%;
	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 #itemsubimg {
	margin-bottom: 10px;
	overflow:hidden;
}
#itempage #itemsubimg p {
	width: 82px;
	height: 82px;
	float: left;
	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: 100%;
	margin-top: 0px 0px 10px 0px;
	padding: 0px;
	border-collapse: collapse;
	border-width: 1px 1px 0px 1px !important;
	border-style: solid !important;
	border-color: #CCC !important; 
}
#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: 10px !important;
	border-right: 1px solid #D9D9D9;
	border-bottom:0 !important;
}
#itempage table.skumulti td.error_message{
	padding: 0.5px !important;
	background: none repeat scroll 0% 0% #ccc !important;
}
#itempage table.skumulti td.subborder {
	border-bottom: 1px solid #D9D9D9;
}
#itempage table.skumulti td.skudisp {
	font-weight: bold;
}
#itempage table.skumulti td.zaiko {
	border-right:0px !important;
}
#itempage table.skumulti td.unit {
    border-right:0px !important;
}
#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: 50px 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: 100px;
	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: 10px 0px;
	padding: 10px 20px;
	background-color: #333;
}
#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 {
	color: #BAB1A5;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
}
#footer li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#footer a{
	color: #BAB1A5;
}
/* footer CSS End */
/*************************************ここまでwelcart********************************/

/*************************************ここから独自********************************/

body{
	font:100% /150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-width: 3px 0px 0px;
	border-style: solid none none;
	border-color: #64C3C5 -moz-use-text-color -moz-use-text-color;
}
#wrap{
	margin:0 auto;
}
/* ヘッダー */

#header{
	position:relative;
	margin-bottom:10px;
}
.tate{
	padding-right:8px;
	border-right:solid 2px #999;
}


/* メニュー */
#nav{
	width:950px;
	margin:0 0 35px 0;
	padding:0;
}
#nav li{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
.totop a{
	width:168px;
	height:42px;
	display:block;
}
.totop a:link{background:url(images/header-a.jpg);}
.totop a:visited{background:url(images/header-a.jpg);}
.totop a:hover{background:url(images/header-a-on.jpg);}
.totop a:active{background:url(images/header-a-on.jpg);}
.toparl a{
	width:151px;
	height:42px;
	display:block;
}
.toparl a:link{background:url(images/header-b.jpg);}
.toparl a:visited{background:url(images/header-b.jpg);}
.toparl a:hover{background:url(images/header-b-on.jpg);}
.toparl a:active{background:url(images/header-b-on.jpg);}
.tohand a{
	width:151px;
	height:42px;
	display:block;
}
.tohand a:link{background:url(images/header-c.jpg);}
.tohand a:visited{background:url(images/header-c.jpg);}
.tohand a:hover{background:url(images/header-c-on.jpg);}
.tohand a:active{background:url(images/header-c-on.jpg);}
.topawer a{
	width:152px;
	height:42px;
	display:block;
}
.topawer a:link{background:url(images/header-d.jpg);}
.topawer a:visited{background:url(images/header-d.jpg);}
.topawer a:hover{background:url(images/header-d-on.jpg);}
.topawer a:active{background:url(images/header-d-on.jpg);}
.tocz a{
	width:151px;
	height:42px;
	display:block;
}
.tocz a:link{background:url(images/header-e.jpg);}
.tocz a:visited{background:url(images/header-e.jpg);}
.tocz a:hover{background:url(images/header-e-on.jpg);}
.tocz a:active{background:url(images/header-e-on.jpg);}
.tosp a{
	width:176px;
	height:42px;
	display:block;
}
.tosp a:link{background:url(images/header-f.jpg);}
.tosp a:visited{background:url(images/header-f.jpg);}
.tosp a:hover{background:url(images/header-f-on.jpg);}
.tosp a:active{background:url(images/header-f-on.jpg);}


/* レフトボックス */
#left-box{
	float:left;
	width:200px;
	font-size:90%;
	margin-bottom:40px;
}
#left-box ul{
	margin:0 0 15px 0;
	padding-left:0;
	list-style-type:none;
}
#left-box .sideMenu li{
	background:url(images/side_sakura_botton.jpg) no-repeat;
	padding-left:25px;
	height:20px;
}
#left-box p{
	margin:0 0 20px 0;
	padding:0;
}
#left-box .about a,#left-box .contact a,#left-box .tokutei a{
	width:166px;
	height:30px;
	display:block;
}
#left-box .about a:link{background:url(images/side_bana_site.gif);}
#left-box .about a:visited{background:url(images/side_bana_site.gif);}
#left-box .about a:hover{background:url(images/side_bana_site_on.gif);}
#left-box .about a:active{background:url(images/side_bana_site_on.gif);}
#left-box .contact a:link{background:url(images/side_bana_q.gif);}
#left-box .contact a:visited{background:url(images/side_bana_q.gif);}
#left-box .contact a:hover{background:url(images/side_bana_q_on.gif);}
#left-box .contact a:active{background:url(images/side_bana_q-on.gif);}
#left-box .tokutei a:link{background:url(images/side_bana_tokutei.gif);}
#left-box .tokutei a:visited{background:url(images/side_bana_tokutei.gif);}
#left-box .tokutei a:hover{background:url(images/side_bana_tokutei_on.gif);}
#left-box .tokutei a:active{background:url(images/side_bana_tokutei_on.gif);}

/* メインコンテンツ */
#right-box{
	float:right;
	width:780px;
}

/* フッター */
#footer{
	width:934px;
	margin-top:20px;
	background-color: #FFA85C;
    border-top: 1px solid #FF6600;
    color: #FFFFFF;
    font-size: 90%;
	padding: 15px 8px;
    text-align: left;
	clear:both;
}

/* トップページここから */
#topPage{
	width:700px;
}
#topPage p{
	margin:0 0 0 0;
}
#topPage table{
	font-size:75%;
	line-height:1.5em;
	text-align:center;
	margin-bottom:40px;
}
#topPage td{
	padding-bottom:20px;
	vertical-align:top;
}
/* トップページここまで */

#itemimgbox{
	margin:30px 0;
}
#itemimgbox .item_page_title{
	background-color: #ffffff !important;
   border-bottom: 1px solid #CBD4D4;
    border-top: 1px solid #CBD4D4;
    color: #333333 !important;
    font-weight: normal;
    height: 18px !important;
    line-height: 18px !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    margin-top: 60px;
    padding: 15px 5px !important;
}
.item_images2{
	padding-top:10px;
	overflow:hidden;
	width:330px;
	height:219px;
}
.item_images3{
	float:left;
	overflow:hidden;
	width:350px;
	height:230px;
}
.item_images4{
	float:left;
	overflow:hidden;
	width:350px;
	height:230px;
}
.brandComment p{
	font-family:Tanuki;
	letter-spacing: 0.2em;
	font-size: 110%;
}
#recommend{
	margin: 50px 0px 30px 0;
	overflow:hidden;
}
#recommend ul li {
    float: left;
    width: 103px;
    padding: 5px;
}
.item_recommend{
	float:left;
	width:163px;
	height:60px;
	padding:5px 8px;
	overflow: hidden;
}
.item_recommend .item_recommend_img{
	float:left;
	width:50px;
}
.item_recommend .item_recommend_text{
    float: left;
    font-size: 90%;
    letter-spacing: -0.02em;
    line-height: 1.2;
    padding-left: 8px;
    width: 105px;
}
.item_recommend a:hover{
	color:#666666;
}
.child_cat{
	letter-spacing: 0.03em;
    line-height: 1.7;
}
.child_cat a{ 
	color: #204A65;
}
.child_cat a:hover{ 
	color: #204A65;
}
.itemList{
	margin-top:15px;
	clear:both;
}
.rec_bg{
	background-color: #F6F6F6;
    border: 1px solid #666666;
}
.rec_bg .text{
	border-bottom: 1px dotted;
    	margin-bottom: 3px;
    	padding: 5px;
    	text-align: center;
}
.catimg{
	height: 165px;
	width: 162px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/************* 20140915以降_追加分 ******************/
.header{
	padding:0;
	margin:0;
	width:1000px;
	float: left;
}
.header_text{
	padding:0;
	margin:0;
	width:550px;
	height:15px;
	float: left;
	text-align:left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	color:#666666;
}
.header_menu{
	background-color:#64c3c5;
	padding:0px 5px 5px 5px;
	margin:0;
	width:330px;
	height:15px;
	float: left;
	text-align:left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	color:#ffffff;
	text-align:center;
}
.header_menu a{
	color:#fff !important;
}
.header_logo{
	width:300px;
	padding:0;
	float: left;
} 
.header1a_icon{
	padding:0;
	margin:0;
	width:250px;
	height:50px;
	float: left;
	text-align:left;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.header1a_icon img{
	width:20px;
}
.header_tel{
	width:340px;
	height:50px;
	padding:0 0 0 0;
	float: left;
} 
.header_search{
	background-color:#f6f6f5;
	width:650px;
	height:25px;
	padding:8px 0 2px 0;
	margin:10px 0 10px 0;
	float: left;
	text-align:right;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
} 
.header_search2{
	background-color:#f6f6f5;
	width:345px;
	height:25px;
	padding:5px 5px 5px 0;
	margin:10px 0 10px 0;
	float: left;
	text-align:right;
} 
.search{
	border:#A9A9A9 1px solid;
	padding:1px;
	height:25px;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	background: #ffffff;
} 
.search2{
	border:#666666 1px solid;
	padding:1px;
	height:25px;
	font-weight:bold;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	color:#ffffff;
	font-size:12px;
	text-shadow:0 1px 3px #696969;
	background: #666666;
} 
.header_menu1{
	padding:0;
	margin:0;
	width:1000px;
	float: left;
	text-align:left;
}
.header_menu1_li{
	padding:0;
	margin:0;
	height:35px;
	float: left;
	text-align:left;
}
.header_itembana{
	padding:0;
	margin:10px 20px 20px 0;
	width:150px;
	border: 0px;
	float: left;
}
.header_itembana2{
	padding:0;
	margin:10px 0 20px 0;
	width:150px;
	border: 0px;
	float: left;
}
.header_tokushubana{
	padding:0;
	margin:10px 20px 10px 0;
	width:235px;
	border: 0px;
	float: left;
}
.header_tokushubana2{
	padding:0;
	margin:10px 0 10px 0;
	width:235px;
	border: 0px;
	float: left;
}
.topmain_1{
	padding:0;
	margin:0 30px 20px 0;
	width:675px;
	border: 0px;
	float: left;

}
.topmain_2{
	padding:0;
	margin:0 0 20px 0;
	width:295px;
	border: 0px;
	float: left;

}
.header1a{
	padding:0;
	margin:0;
	width:550px;
	height:100px;
	float: left;
}
.header1a_logo{
	padding:0;
	margin:0;
	width:210px;
	height:50px;
	float: left;
}

.header1a_kensaku{
	padding:0;
	margin:0;
	width:550px;
	height:50px;
	float: left;
	text-align:left;
}
.header1b{
	padding:0;
	margin:0;
	width:430px;
	height:100px;
	float: left;
}
.header1b_moji{
	padding:0;
	margin:0;
	width:430px;
	height:25px;
	border: 0px;
	float: left;
	text-align:right;
}
.header1b_li{
	padding:0;
	margin:0;
	width:215px;
	height:75px;
	border: 0px;
	float: left;
}

.header_menu2_li{
	padding:0;
	margin:0;
	height:60px;
	float: left;
	text-align:left;
}
.header_news1{
	padding:0;
	margin:0;
	height:165px;
	height:125px;
	float: left;
	text-align:left;
}
.header_news2{
	padding:0;
	margin:0;
	width:835px;
	height:125px;
	float: left;
	text-align:left;
	overflow-x:hidden;
}
.header_news_in{
	padding:0;
	margin:0;
	width:835px;
	height:125px;
	float: left;
	text-align:left;
	background-color:#cccccc;
}
.header_item{
	padding:0;
	margin:0 20px 20px 0;
	width:180px;
	border: 0px;
	float: left;
}
.header_itemb{
	padding:0;
	margin:0 0 20px 0;
	width:180px;
	border: 0px;
	float: left;
}
.header_item2{
	padding:0;
	margin:0 20px 20px 0;
	width:230px;
	border: 0px;
	float: left;
}
.header_item2b{
	padding:0;
	margin:0 0 20px 0;
	width:230px;
	border: 0px;
	float: left;
}
.header_bana{
	padding:0;
	margin:0;

	float: left;
}
.header_tbana1{
	padding:0;
	margin:0 20px 20px 0;
	width:313px;
	border: 0px;
	float: left;
}
.header_tbana2{
	padding:0;
	margin:0 21px 20px 0;
	width:313px;
	border: 0px;
	float: left;
}
.header_tbana3{
	padding:0;
	margin:0 0 20px 0;
	width:313px;
	border: 0px;
	float: left;
}
#side_search form .searchtext {
    background: none repeat scroll 0px 0px #F2F2F2;
    border: 1px solid #000;
    color: #666;
    font-size: 8pt;
    height: 22px !important;
    line-height: 22px;
    padding: 0px 5px;
    width: 145px !important;
}
#side_search form #searchsubmit {
    background: url('images/search_button.gif') no-repeat scroll 0px 0px transparent;
    border: medium none;
    border-radius: 0px;
    cursor: pointer;
    height: 24px;
    overflow: hidden;
    padding: 0px;
    text-indent: -9999px;
    vertical-align: top;
    width: 23px;
}
.side_item {
    width: 143px;
    padding: 0px 0px 0px 55px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 0px;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-width: 0px 1px;
    border-style: none solid;
    border-color: -moz-use-text-color #D3D3D3;
}
.side_tokushu {
    width: 168px;
    padding: 0px 15px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 0px;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    border-width: 0px 1px;
    border-style: none solid;
    border-color: -moz-use-text-color #D3D3D3;
}
.ranktop {
    width: 160px;
    margin: 0px;
    padding: 0px 19px 15px;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    text-align: left;
    font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
    font-size: 8pt;
    float: left;
}
.top6 {
    width: 109px;
    margin: 0px;
    padding: 0px 19px 20px 0px;
    text-align: left;
    font-size: 8pt;
    float: left;
    height: 180px;
}

.font7{
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
} 
.font10{
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
} 

.font_kc{
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	color: #fc988e;
	font-weight:bold;
	line-height:15px;
} 
.font_tx{
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	line-height:15px;
} 
.font_en{
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	font-weight:bold;
	line-height:15px;
} 
.font_grey{
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:9pt;
	color:#666666;
} 
.font_pink{
	color: #fc988e;
}
.font_green{
	color: #72cfb1;
}
.font_yellow{
	color: #fbde00;
}
.font_blue{
	color: #537598;
}
.pink{
	color: #ffffff;
	background-color:#fc988e;
}
.green{
	color: #ffffff;
	background-color:#72cfb1;
}
.yellow{
	color: #ffffff;
	background-color:#fbde00;
}
.blue{
	color: #ffffff;
	background-color:#537598;
}
.topmain_1 {
    padding: 0px;
    margin: 0px 30px 20px 0px;
    width: 675px;
    border: 0px none;
    float: left;
}
.topmain_2 {
    padding: 0px;
    margin: 0px 0px 20px;
    width: 295px;
    border: 0px none;
    float: left;
}

div#topcontent{
	width: 980px;
	float: left;
	margin:0;
	padding:0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:10pt;
}
.news{
	padding:0;
	margin:0;
	width: 365px;
	border-left: 0px;
	border-right: solid 1px #d3d3d3;
	border-top: 0px;
	border-bottom: solid 1px #d3d3d3;
	float: left;
	overflow-x: hidden; 
	overflow-y: scroll;
}
.newsiphone{

	height: 200px;
	overflow:hidden;
}
.newsline{
	padding:0;
	margin:0;
	width: 750px;
	line-height: 28px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: dotted 1px #d3d3d3;
	float: left;
	vertical-align: middle;
	text-align: left;
}
.tencho{
	padding:10;
	margin:0;
	width: 365px;
	float: left;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:9pt;
	color: #537598;

}
.newsline2{
	padding:0;
	margin:0;
	width: 879px;
	height: 32px;
	line-height: 33px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: solid 1px #d3d3d3;
	float: left;
	vertical-align: middle;
	text-align: left;
}
.topbar{

	float: left;
	margin:0;
	padding:0;
	border-left: solid 1px #d3d3d3;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.top1{
	width: 689px;
	float: left;
	margin:0;
	padding:20;
	border-left: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.page1{
	width: 940px;
	float: left;
	margin:0;
	padding:20;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:10pt;
}
.page1b{
	width: 940px;
	border-bottom: solid 1px #d3d3d3;
	float: left;
	margin:0;
	padding:20;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.top2a{
	width: 489px;
	float: left;
	margin:0;
	padding:0;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}
.top2{
	width: 490px;
	float: left;
	margin:0;
	padding:0;
	border-bottom: solid 1px #d3d3d3;
}
.top6{
	width: 109px;
	float: left;
	margin:0;
	padding:0 19px 20px 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}
.top6b{
	width: 109px;
	float: left;
	margin:0;
	padding:0 20px 20px 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}
.top6c{
	width: 109px;
	float: left;
	margin:0;
	padding:0 0 20px 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}
.top5{
	width: 100px;
	float: left;
	margin:0;
	padding:0 20 20 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}

.top5b{
	width: 100px;
	float: left;
	margin:0;
	padding:0 0 20 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}

.top5big{
	width: 220px;
	float: left;
	margin:0;
	padding:0 20 20 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}
.top5bana{
	width: 340px;
	float: left;
	margin:0;
	padding:0 0 20 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}

.linebar{
	overflow:hidden;
	width: 750px;
	padding:40px 0 0 0;
	font-size:8pt;
}
.newitem{
	width:768px;
	padding-top:40px;
	overflow: hidden;
}
.linebar1{
	width: 365px;
	float: left;
	margin:0;
	padding:0 0 0 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.linebar2{
	width: 365px;
	float: left;
	margin:0;
	padding:0 0 0 20;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.ranktop{
	width: 160px;
	float: left;
	margin:0;
	padding:0 19 15 19;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}
.topevent{
	width: 365px;
	float: left;
	margin:0;
	padding:0 20px 20px 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}
.topevent2{
	width: 365px;
	float: left;
	margin:0;
	padding:0 0 20px 0;
	text-align: left;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
	float: left;
}


.topdokujinews{
	width: 750px;
	font-size:8pt;
}


ul,li{
	margin:0;
	padding:0;
	list-style: none;
} 



/************* 表 ******************/
.kaineck1{
	width: 105px;
	float: left;
	margin:0;
	padding:5px 22px 5px 22px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #d3d3d3;
	border-left: 0;
	border-bottom: solid 1px #d3d3d3;
	text-align: center;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:9pt;
	font-weight:bold;
}
.kaineck2{
	background-color:#64c3c5;
	width: 105px;
	float: left;
	margin:0;
	padding:5px 22px 5px 22px;
	border-top: solid 1px #64c3c5;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	text-align: center;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:9pt;
	font-weight:bold;
}
.kaineck3{
	width: 105px;
	float: left;
	margin:0;
	padding:22px;
	border-left: 0;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	text-align: center;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.kaineck4{
	width: 105px;
	float: left;
	margin:0;
	padding:22px;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	text-align: center;
	font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size:8pt;
}
.hyo_kai{
	padding:0;
	margin: 0 auto;
	width: 750px;
}


/************* ベストセラー ******************/
#welcart_bestseller-3 {
    overflow: hidden;
}
.welcart_widget_body li {
    clear: both;
    font-size: 8pt;
    overflow: hidden;
    padding-bottom: 10px;
}
.welcart_widget_body li a {
    text-decoration: none;
}
.welcart_widget_body li img {
    float: left;
}
.lanking_num {
    padding-right: 2px;
}
.welcart_widget_body li p {
    float: left;
    line-height: 1.2;
    padding-left: 4px !important;
	width: 130px;
	margin:0px !important;
}
.widget_title{
	padding-bottom:10px;	
}
#in_cart_content{
	width:100% !important;	
}


/*
カートデザイン 
カートページ内のphpにclassを追加
wc_customer_page.php 49行目 input type="submit"にclass="to_confirm_button"
*/

.to_customerinfo_button, .to_confirm_button, .to_deliveryinfo_button {
    background-color: #003399;
    color: #FFFFFF;
}
.continue_shopping_button {
}
.back_to_customer_button, .back_cart_button {
}
.to_reganddeliveryinfo_button {
    background-color:#DB7BB1;
    color: #FFFFFF;
}
.checkout_button {
    background-color:#DB7BB1;
    color: #FFFFFF;
}
.back_to_delivery_button {
}
#commentform #submit {
    background-color: #003399;
    color: #FFFFFF;
}
#cart .upbutton {
    width: 100% !important;
}
.continue_shopping_button, .to_customerinfo_button, .to_confirm_button, .to_next_button, .back_to_customer_button, .back_cart_button, .to_deliveryinfo_button, .to_reganddeliveryinfo_button, .back_to_delivery_button, .checkout_button, .use_point_button, .skubutton, .upButton, #commentform #submit {
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 9pt;
    height: 45px;
    overflow: hidden;
    padding: 0;
    width: 180px;
}
.skubutton{
	background-image:none !important;
	background-color:#DB7BB1;
	color:#fff;
}
	
form table td input, select, form table td textarea, .skuquantity {
    border: 1px solid #CBD4D4;
    padding: 5px;
}
.to_customerinfo_button, .to_confirm_button, .to_next_button, .to_deliveryinfo_button {
	background-color:#DB7BB1;
	color: #FFFFFF;
}
.send {
    border: medium none !important;
}
#customer-info .send {
	margin-bottom: 30px;
}
table#cart_table, table.customer_form, table#point_table, table#confirm_table {
    clear: both;
    margin-bottom: 10px;
}
table, #cart table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
table#cart_table th, table#cart_table td, #delivery-info th, #delivery-info td, #customer-info th, #customer-info td, #delivery-info table.customer_form th, #delivery-info table.customer_form td, table#point_table th, table#point_table td, table#confirm_table th, table#confirm_table td {
    color: #333333;
    padding: 10px;
    font-weight:normal;
    font-size:110%;
}
#cart th {
    background-color: #EEEEEE !important;
    color: #333333 !important;
}
#cart th, #cart td {
    border-color: #E2E2E2 !important;
}
#confirm_table .ttl {
    background-color: #888888 !important;
}
#confirm_table h3 {
    color: #F
    FFFFF !important;
}
.nextbutton {
    background-color: #F2F2F2;
    font-size: 9pt;
    margin-top: 10px;
    padding: 0.4em 0;
    text-align: center;
    width: 100px;
}
#customer-info h5 {
background-color: #888888 !important;
color: #FFFFFF !important;
font-size: 14px !important;
font-weight: bold !important;
line-height: normal !important;
padding: 10px !important;
}

#itempage .item_name {
    margin-bottom: 10px;
    line-height: 1.4 !important;
    padding: 3px 5px;
    font-size: 17px !important;
    color: #000 !important;
    font-family: serif !important;
    letter-spacing: 0.1em !important;
    background-color:#fff !important;
}
/************* サイドバーレビュー ******************/
.revRvwSubClmn {
    background: url("http://a.ichiba.jp.rakuten-static.com/com/img/review/share/201403/bg_sub_clmn_bottom.gif") no-repeat scroll left bottom #ffffff;
    margin: 0 0 20px;
    padding: 0 0 8px;
	width:250px;
	font-size:82%;
}
.revRvwSubTtl {
    background: url("http://a.ichiba.jp.rakuten-static.com/com/img/review/share/201403/bg_sub_clmn_top.gif") no-repeat scroll left top #bf0000;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 2px 0 0;
    padding: 5px 5px 3px 10px;
}
.revRvwSubList {
    padding: 5px 10px 0;
}
.revRvwSubCnt {
    background: url("http://a.ichiba.jp.rakuten-static.com/com/img/review/share/201403/bg_sub_clmn_right.gif") repeat-y scroll right top #ffffff;
    border-left: 1px solid #cccccc;
    margin: 0;
    overflow: hidden;
    padding: 15px 10px 10px;
}
.revRvwSubCntInr {
    border-bottom: 1px dotted #aeaeae;
    margin: 0 0 -1px;
    padding: 10px 0;
}
.revRvwSubHead {
    overflow: hidden;
}
.revRvwSubCntInr .revSubFace {
    width: 95px;
}
.revSubFace {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 52px;
}
.revRvwSubClmn a:link {
    color: #1d54a7 !important;
    text-decoration: none !important;
}
.revRvwSubClmn a {
    color: #1d54a7 !important;
    text-decoration: none !important;
}
.revRvwSubCntInr .revSubFace img {
    max-height: 95px;
    max-width: 95px;
}
.revSubFace img {
    max-height: 52px;
    max-width: 52px;
    text-align: center;
    vertical-align: middle;
}
.revSubRvwerDtl {
    line-height: 1.5em;
    overflow: hidden;
}
.revSubRvwerLead {
    line-height: 1.2em;
    overflow: hidden;
    padding: 6px 0 8px;
}
.revRvwerPrice {
    color: #bf0000;
}
.revSubRvwerStar {
    float: left;
}
.revSubAnsLead {
    background: url("http://a.ichiba.jp.rakuten-static.com/com/img/review/share/201403/icon_01.gif") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    padding: 0 0 0 9px;
}
.other_review{
	padding-left: 310px;
}
.iteminfo{
	border-collapse: collapse;
  	border-spacing: 0;
  	font-size:1em;
  	width:100%;
  	color:#333;
  	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-top:50px;
}
.iteminfo th{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
	width:15%;
	background-color:#FFF7F7;
}
.iteminfo td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px;
	width:85%;
}
.iteminfo td.kanren img{
	float:left;
	padding-right:10px;
	width:100px;
}
.introduction{
	clear:both;
	padding: 20px;
	background-color: rgb(242, 242, 242);
	margin: 30px 0;
}
.introduction h2{
	padding-top:0px !important;
}


/************* 商品ページテンプレート ******************/

.itemSize12px{
	font-size:16px;
}
.item2ndP{
	background-image:url(http://image.rakuten.co.jp/sakuya/cabinet/itempage-bg-01.jpg);
	width:700px;
	text-align:center;
	padding:40px;
	overflow:hidden;
	margin:55px 0;
}
.item2ndP img{
	width:700px;
}
.item2ndPin{
	background:url(http://image.rakuten.co.jp/sakuya/cabinet/itempage-m-com.jpg) no-repeat;
	padding-left:70px;
}
.item2ndP p{
	text-align:left;
	padding:0;
}
.itemBold{
	font-weight:bold;
}
.item2ndCopy{
	background:url(http://image.rakuten.co.jp/sakuya/cabinet/itempage-h2.jpg) no-repeat;
	padding-left:32px;
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.4em;
	margin:70px 0;
}



/************* SUMMERセール ******************/
.itemDetail{
	width:780px;
	overflow:hidden;
	margin-bottom:20px;
}
.itemDetail img{
	width:370px;
}
.itemDetail .itemLeft{
	float:left;	
}
.itemDetail .itemRight{
	float:right;	
}
.itemLeft p,.itemRight p{
	width:370px;
	font-size:13px;
}
.staff-u,.staff-h,.staff-g{
	padding-left:30px;
	float:left;
	width:95px;
}
.itemStaff p{
	border:solid 1px #cccccc;
	background-color:#fff;
	margin:0 40px 0 125px;
	padding:20px;
}
.itemStaff{
	overflow:hidden;
	padding-bottom:25px;

}
.itemStaffComment{
	background-color:#fbfbdc;
	width:780px;
	margin-top:100px;
}

.sale-15-border{
	border-left:solid 1px #67adad;
	border-right:solid 1px #67adad;
}
.sale-15-border-bottom{
	border-bottom:solid 1px #67adad;
	margin-bottom:40px;
}
.item-grid-2{
	width:708px;
	padding:0 20px;
	margin-bottom:40px;
}
.item-grid-2 .link{
	width:300px;
	height:350px;
	float:left;
	margin:0 25px;
}
.item-grid-2 .link img{
	width:300px;
}
.item-grid-3{
	width:696px;
	padding:0 26px;
}
.item-grid-3 .link{
	width:200px;
	height:250px;
	float:left;
	margin:0 15px;
}
.item-grid-3 .link img{
	width:200px;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.fl{float:left;}

/*アンケート*/
.questionnaire{
	width:750px;
	margin:0 auto;
}
.questionnaire th{
	background-color:#eeeeee;
	width:150px;
	vertical-align:top;
}
.questionnaire th,.questionnaire td{
	border:solid 1px #999;
	padding:10px;
}

.item_image{
	float:left;
	width:60%;
}
.item_baseinfo{
	float:right;
	width:40%;
}
.related_item{
	float:left;
	width:60%;
}
.item_detailinfo{
	float:right;
	width:40%;
	margin-bottom:30px;
}