@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;
}
.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: #666;
	line-height: 150%;
	word-wrap: break-word;
}*/
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #666;
	text-decoration: none;
}
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;
	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: #333;
	font-weight: bold;
    border-bottom: 1px dotted #42B690;
}
.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: 2px;
}
.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: 26px;
	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;
}
	.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: 0px 20px;
	background-image: url('images/content_title_bg1.jpg');
	background-repeat: repeat-x;
	border: none;
	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%;
}
#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: #F4357A;
	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 .itemimg {
	width: 200px;
	margin-right: 10px;
	float: left;
}
#itempage .itemsubimg {
	margin-bottom: 10px;
}
#itempage .itemsubimg img {
	width: 135px;
	height: 135px;
	padding: 5px;
    border: solid 1px #ccc;
}
#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: 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;
	border-right: 1px solid #D9D9D9;
	border-bottom: 2px solid #CCCCCC;
}
#itempage table.skumulti td.subborder {
	border-bottom: 1px solid #D9D9D9;
}
#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: 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 */
/*********************************************************************/




/********************************************************************************************************************************
dairin.jp
********************************************************************************************************************************/
/* base CSS Start */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #111;
	line-height: 160%;
	word-wrap: break-word;
}

a {
	color: #0066CC;
	text-decoration: none;
}

/* -- ul,li -- */
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.law dl {
	margin: 0 0 24px 0;
}
.law dt {
	font-weight: bold;
}
.law dd {
	margin-bottom: 18px;
}


/* -- fonts -- */
.fc_red {
	color: #ff0000;
}
.fc_or {
	color: #FF9900;
}
.fc_or2 {
	color: #F94306;
}
.fc_or_b {
	color: #FF9900;
    font-weight: bold;
}
.fc_pk {
	color:#F4357A;
}
.fc_pk_b {
	color:#F4357A;
    font-weight: bold;
}
.fc_gr {
	color: #42B690;
}
.fc_gr2 {
	color: #0A5C14;
}
.fc_gr_b {
	color: #42B690;
    font-weight: bold;
}
.fc_blue {
	color: #3366;
}
.fc_bk {
	color: #0000;
}
.fs_b {
 font-weight: bold;
}
.fs_11 {
    font-size: 11px;
}
.fs_18 {
    font-size: 18px;
}

.fs_14b {
    font-size: 14px;
    font-weight: bold;
}
.fs_16b {
    font-size: 16px;
    font-weight: bold;
}
.fs_18b {
    font-size: 18px;
    font-weight: bold;
    line-height:150%;
}
.fs_20b {
    font-size: 20px;
    font-weight: bold;
    line-height:150%;
}
.fs_22b {
    font-size: 22px;
    font-weight: bold;
}
.fs_24b {
    font-size: 24px;
    font-weight: bold;
}






/* header CSS Start */
#header {
	width: 100%;
	height: auto;
	margin: 3px 0px 0px;
	padding: 0px;
	/* background-image: url('images/header_bg.jpg');
	background-repeat: no-repeat; */
}
#header h1 {
	height: 20px;
	margin: 0px;
	padding: 0px 0px 5px 0;
    font-size: 11px;
    font-weight: normal;
    color: #999;
}
.f_left {
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.f_right {
	float: right;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.cart_bu01 {
    text-align: right;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* main CSS Start */
#main {
	margin: 0px;
	padding: 15px 0px 20px  0px;
	background-color: #FFF;
}
/* -- mainnavi -- */
div.mainnavi,
ul.mainnavi {
	padding: 0px;
	margin: 0px;
	background-image: url('images/main_navi_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ccc;
}

		div.mainnavi li a,
		ul.mainnavi li a {
			width: 121px;
			height: 20px;
			padding: 10px 5px 10px 5px;
			margin: 0px;
			display: block;
			background-image: url('images/button_main_navi.jpg');
			background-repeat: no-repeat;
			background-position: -131px 0px;
			color: #333;
			font-weight: bold;
			font-size: 12px;
			text-align: center;
		}
			div.mainnavi ul ul a,
			ul.mainnavi ul a {
				background-image: url('images/main_navi_bg.jpg');
				background-repeat: repeat-x;
				background-color: #ccc;
				height:auto;
				line-height:1em;
				padding:10px;
				width: 111px;
			}


/* sidebar CSS Start */

/* -- widget -- */

.sidebar li ul,
#calendar_wrap,
.widget_tag_cloud div,
.widget_search form {
	width: auto;
	margin: 0px;
	padding: 5px 5px 5px 6px;
	background-color: #F7F7F7;
	border-right: 1px solid #DAD8D1;
	border-bottom: 1px solid #DAD8D1;
	border-left: 1px solid #DAD8D1;
}

/*　TOP左 copy
---------------------------　*/
#leftbar h2 {
	width:200px;
	background-color:#F0F0F0;
	font-size:12px;
	color:#42B690;
	margin-bottom:10px;
    margin-top:0px;
    padding: 5px;
	}

/*　TOP バナー
---------------------------　*/

#image-navigation img {
  border:0;
  vertical-align:bottom;
}
#image-navigation ul,
#image-navigation li {
  margin:0;
  padding:0;
  list-style:none;
}
#image-navigation ul li a {
  display:block;
  width:150px;
  height:50px;
}
#image-navigation .navi {
  float:left;
}
#image-navigation .navi-image {
  float:left;
}
#image-navigation .navi-image { position:relative; }
#image-navigation .navi-image a { display:block; }
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }

/*　ランキング
---------------------------　*/
#ranking {
	width:200px;
	height:374px;
	margin-bottom:10px;
	background-image: url("images/side/rank_bk.gif");
	background-repeat:no-repeat;
	}
#rank_cop {
    width:52px;
	height:35px;
	font-size:14px;
	font-weight:bold;
    text-align:right;
	}
#rank_cop p {
	padding-top:8px;
	color:#fff;
	}	
.rank01 {
	float:left;
	width:63px;
	height:56px;
	margin-left:34px;
    margin-top:11px;
    text-align:center;
	}
.rank01_2 {
	float:left;
	width:98px;
	height:47px;
	margin-top:20px;
	line-height:150%;
	font-size:11px;
    vertical-align:middle;
	}			


/*  */
.sidebar a:link {
    color: #42B690;
}
.sidebar a:hover {
    color: #800080;
}
.sidebar .copy03 {
    color: #33A02C;
    border: solid 1px #33A02C;
    padding: 6px;
    font-size: 12px;
}
.s_pickup {
    border: solid 5px #A6D500;
    padding: 7px;
    font-size: 11px;
    line-height:140%;
    margin-bottom:10px;
}
.s_pickup hr {
    border: 1px solid #A6D500;
}
.s_pu_ti {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px;
}
.s_pu_price {
    font-size: 16px;
    font-weight: bold;
    color: #FF7F00;
    margin-top: 5px;
}
.s_nonukes {
    border: solid 5px #FCB75B;
    padding: 7px;
    font-size: 12px;
    line-height:140%;
    margin-bottom:10px;
    background-color:#F4F3F3;
}
.s_nonukes hr {
    border: 1px dashed #ccc;
}
.s_no_goods {
	background-color: #FFF;
    border: dotted 2px #FCB75B;
    font-size: 11px;
    margin: 10px 0px 15px 0px;
    line-height:0; 
}


.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,
.sidebar .widget_nav_menu li {
	padding: 3px 5px;
	border-bottom: 1px dotted #cccccc;
    	background-image: url('images/arrow01.gif');
	background-repeat:no-repeat;
	background-position:left 7px;
	padding-left: 15px;
    	font-weight:bold;
}
/*  */
.sidebar li ul ul {
	width: auto;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
.sidebar .children li {
    background-image: url('images/arrow02.gif');
	background-repeat:no-repeat;
	background-position:left 7px;
	padding-left: 7px;
}

.sidebar .sub-menu li {
    background-image: url('images/arrow02.gif');
	background-repeat:no-repeat;
	background-position:left 7px;
	padding-left: 7px;
}


/* top main left*/
#left_main{
	width: 780px;
	margin: 0px;
	padding: 0px;
	float: left;
}
/* top main right*/
#right_main{
    width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/* content CSS Start */
#content {
	height: 100%;
	padding: 0;
	/* background-color: #DAD8D1; 
	border-bottom: 3px solid #DAD8D1;*/
	float: right;
}
	.three-column {
		width: 560px;
		margin: 0 0 0 20px;
	}

/* クイックメニュー
---------------------------　*/
#qm_box {
	width:560px;
	background-color:#F0F0F0;
	padding-bottom:7px;
	font-size:9px;
	text-align:center;
	color:#F4357A;
	margin-bottom:10px;
	}
div#qm_box .qm_01 {
	float:left;
	width:103px;
	margin-top:5px;
	margin-left:8px;
	}
div#qm_box .qm_02 {
	float:left;
	width:103px;
	margin-top:5px;
	margin-left:7px;
	}

/* ニュース　・　お知らせ
---------------------------　*/
#news,
#news2{
	width:560px;
	height: auto;
    background-color:#F0F0F0;
    padding-bottom:7px;
    margin-bottom:8px;
	}	
ul#news_list,
ul#news_list2{
	margin-left:8px;
	margin-top:0px;
    margin-bottom:8px;
	width:535px;
	float:left;
    background-color:#fff;
    padding:5px;
	}
ul#news_list li,
ul#news_list2 li{
	display:block;
	listy-style-type:none;
	line-height:1.6;
	color:#339966;
	border-bottom: dotted 1px #badcca;
	background-image:url("images/top/arrow_pk.gif");
	background-repeat:no-repeat;
	background-position:0% 40%;
    padding-left:10px;
	}


/*　商品
---------------------------　*/
.etiquette {
    border:solid #F0F0F0 6px;
	padding:8px;
    margin-top:8px;
	}
.etiquette .f_left3 {
	float: left;
    width:150px;
	margin: 0px;
	padding: 0px;
}
.etiquette .f_right3 {
	float: right;
    width:350px;
	margin: 0px;
	padding: 0px;
}
/* top h3
---------------------------　*/
#left_main #content h3 {
	font-size:12px;
	font-weight:normal;
	color:#F4357A;
    margin:0px;
	}

/*　介護の現場
---------------------------　*/
#care {
    border:solid #F0F0F0 6px;
	padding:8px;
	font-size:12px;
	color:#42B690;
    margin-top:8px;
	}
#care .f_left2 {
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
    margin-right:15px;
}


/* content common CSS Start */
/* title */
#content h2.pagetitle, 
#content .pagetitle, 
#content .title {
	height: 57px;
	background-image: url('images/title_bg01.gif');
	background-repeat: repeat-x;
    padding: 0px 0px 0px 60px;
	border: none;
	display: block;
	color: #555;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 57px;
}
#content .pagetitle_pro2 {
	height: 57px;
	background-image: url('images/title_pro_2.gif');
	background-repeat: repeat-x;
    padding: 0px 0px 0px 20px;
	border: none;
	display: block;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 49px;
}

/* home */
#content #top_reco h3 {
    margin: 0;
}
#content  .waku_01 {
    margin-top: 15px;
    border: solid 1px #ccc;
    padding: 5px;
}
/*  */
#content .catbox h2 a {
	text-decoration: underline;
}

/* catbox */
#content .catbox {
	width: auto;
	height: 100%;
	margin: 3px;
	padding: 10px;
    background-color: #fff;
    line-height:160%; 
/* background-image: url('images/pagebox_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 3px solid #DAD8D1;*/
}
#content .catbox p {
	margin-top: 1em;
}

/* thumbnail_box */
#content .thumbnail_box {
	width: 119px;
	/* height: 190px; */
    height: auto;
	margin: 4px 0px 0px 4px;
	padding: 6px;
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
}

.thumbnail_box .thumtitle {
	width: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background-image: url('images/arrow02.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
    padding-left:8px;
    line-height:130%;
    font-size:11px;
}

.thumbnail_box .thumtitle a:hover {
	/* font-weight: bold;*/
	color: #FF7F00;
}

.thumbnail_box .price {
	padding-left:8px;
}


/* パン屑ナビ */
.breadcrumb_top {
    text-align: right;
    font-size:11px;
}



/* Welcart Item single page CSS Start */

#itempage .itemsubimg img {
	width: 135px;
	height: 135px;
	padding: 5px;
    border: solid 1px #ccc;
}




/* footer CSS Start */
#footer {
	width: auto;
	margin: 10px 0px;
	padding: 10px 20px;
	background-color: #ccc;
}
#footer p {
	color: #666;
	margin: 0px;
	padding: 0px;
}
#footer p.copyright {
	font-size: 11px;
    text-align: right;
}

#footer li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
    font-size: 11px;
}
#footer a{
	color: #666;
}



/* #menu */
#menu {
	clear:both;
	height:35px;
	}
#menu ul { 
	height:35px;
	}
#menu ul li {
	height:35px;
	float:left;
	list-style: none;
    margin:0;  
    padding:0; 
	}
#menu ul li a{
	display: inline;
	height: 35px;
	}



/* カートボタン */
.skubutton {
    display:inline;
    width:132px;
    height:28px;
    padding:0;
    border:0;
    background:url('images/btn_cart.gif') no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.skubutton:hover,
.skubutton:focus {
    background-position:left -28px;
} 



/* テーブル */
table.tb_gray {
	border:1px solid #999;
	border-collapse: collapse;
	}
table.tb_gray tr th {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	background-color: #F7F7F7;
	padding:0.5em 0.6em;
	}
table.tb_gray tr td {
	padding:0.5em 0.6em;
	border-collapse: collapse; 
	border-spacing: 0;
    border-right:1px dotted #999;
	border-bottom:1px solid #999;
	}

table.table_gr {
	border: #42B690 1px solid; 
	background: #ffffff; 
	border-collapse: collapse;
	}
table.table_gr td {
	border-right: #42B690 1px solid; 
	border-bottom: #42B690 1px solid; 
	text-align: left; 
	font-size: 12px; 
	padding: 5px 15px;
    overflow: auto;
	}
table.table_gr th {
	padding-right: 0px; 
	padding-left: 15px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	margin: 0px;
	background: #AFE2D1; 
	border-collapse: collapse; 
	border-spacing: 0;
	border:#42B690 1px solid;
	text-align:left;
	}

table.table_pk {
	border: #FFA4CF 1px solid; 
	background: #ffffff; 
	border-collapse: collapse;
	}
table.table_pk td {
	border-right: #FFA4CF 1px solid; 
	border-bottom: #FFA4CF 1px solid; 
	text-align: left; 
	font-size: 12px; 
	padding: 2px 15px;
	}
table.table_pk th {
	padding-right: 0px; 
	padding-left: 15px; 
	padding-bottom: 0px; 
	padding-top: 0px;
	margin: 0px;
	background: #FFD8D0; 
	border-collapse: collapse; 
	border-spacing: 0;
	border:#FFA4CF 1px solid;
	text-align:left;
	}
#content table.table_unl {
    border-collapse: collapse;
	border: 1px solid #fff; /* 外側の枠線 */
	}
#content table.table_unl tr td {
    border-width: 1px 0px; /* 上下だけ引く */
    border-color: #999; /* 線色：緑 */
    border-style: dotted; /* 線種：実線 */
    padding: 0.5em 0.3em; /* セル内側の余白 */
	}


/* 商品一覧 */
#goodslist {
    width: 100%;
    height:auto;
    margin-bottom: 10px;
    padding: 10px 0px 10px 10px;
    border:dotted #42B690 1px;
    border-left:solid #42B690 3px;
    clear:both;
    display: inline-table;
	min-height: 1px;
}
#goodslist .pro1 {
    float: left;
    width:90px;
	margin: 0;
}
#goodslist .pro1 img {
    float: left;
    width:90px;
    height:90px;
	margin: 0;
}
#goodslist .pro2 {
	float: left;
	width:290px;
    margin-left:10px;
    margin-right:8px;
}
#goodslist .pro3 {
	float: left;
	width:300px;
    font-size: 90%;
    line-height: 150%;
}
#goodslist a {
	text-decoration: underline;
    }
#goodslist img {
    vertical-align: text-bottom;
}

/*　商品詳細ページ
---------------------------　*/
.title_pro5,
.title_pro6,
.title_pro7 {
	background-image: url('images/title_pro_5.gif');
	background-repeat: no-repeat;
    height: 31px;
    font-size:120%;
    font-weight:bold;
    color:#fff;
    padding-left:15px;
    line-height:33px;
    margin:15px 0;
	}
.title_pro6 {
	background-image: url('images/title_pro_6.gif');
	}
.title_pro7 {
	background-image: url('images/title_pro_7.gif');
    color:#333;
	}
.title_pro3,
.title_pro4,
.title_pro3_2 {
	background-image: url('images/title_pro_3.gif');
	background-repeat: no-repeat;
    height: 55px;
    font-size:150%;
    font-weight:bold;
    padding:0 10px;
    line-height:48px;
    margin-top:15px;
    text-align:center;
    color:#fff;
    text-shadow: 0px 4px 4px #333;
	}
.title_pro4 {
    background-image: url('images/title_pro_4.gif');
	}
.title_pro3_2 {
    background-image: url('images/title_pro_3_2.gif');
    height: 80px;
    line-height:25px;
    padding-top:10px;
	}

.waku_pk1 {
    border: 2px dotted #FFA4CF;
    background-color:#FFECF5;
    font-size:110%;
    line-height:180%;
    padding:15px;
    margin:10px 0;
	}
.waku_gr1 {
    border: 2px dotted #53CEA6;
    background-color:#D5FBEE;
    font-size:110%;
    line-height:180%;
    padding:15px;
    margin:10px 0;
	}
.waku_pk2 {
    border: 2px dotted #FFA4CF;
    line-height:170%;
    padding:15px;
    margin:10px 0;
	}
.waku_gr2 {
    border: 2px dotted #53CEA6;
    line-height:170%;
    padding:15px;
    margin:10px 0;
	}
.waku_pk3 {
    border: 1px dotted #FFA4CF;
    line-height:170%;
    padding:5px 10px;
    margin:10px;
	}
.waku_bk1 {
    border: 1px solid #666;
    line-height:170%;
    padding:15px;
    margin:10px 0;
	}
.line-top_gr {
    border-top: 2px dotted #53CEA6;
    padding:6px 6px 0px 6px;
	}

/*　固定ページのcart　*/
div.pro_price dl {
	margin: 0;
}
.pro_price dt {
    float: left;
    width:140px;
	margin: 0px;
	padding: 0px;
}
.pro_price dd {
    float: left;
    width:280px;
    border-top:dotted #999 1px;
    margin: 0px;
    padding: 5px;
}


/*　　*/
.osusume dl {
	margin: 0;
}
.osusume dt {
	background-image: url('images/title_pro_6.gif');
	background-repeat: no-repeat;
    height: 31px;
    font-size:120%;
    font-weight:bold;
    color:#fff;
    padding-left:15px;
    line-height:33px;
    margin:15px 0;
}
.osusume dd {
	margin-bottom: 8px;
    border-bottom:dotted #999 2px;
    font-size:120%;
    font-weight:bold;
    color:#F4357A;
    margin-left: 0px;
    padding-left: 0px;
}


div.dl_list dl,
div.dl_list2 dl {
	margin: 0;
    padding: 10px;
}
.dl_list dt {
    font-size:110%;
    padding: 6px 0 0 0 ;
    font-weight:bold;
    color: #F4357A;
}
.dl_list2 dt {
    font-size:110%;
    padding: 6px 0 0 0 ;
    font-weight:bold;
    color: #42B690;
}
.dl_list dd,
.dl_list2 dd {
    margin-left: 0px;
    padding: 4px 14px;
}
/*　voice　*/
div.dl_voice_m dl,
.dl_voice_w dl {
    border-bottom:dotted #999 1px;
    background-image: url('images/other/voice_m.jpg');
    background-repeat: no-repeat; 
    margin:15px 20px;
}
.dl_voice_w dl {
    background-image: url('images/other/voice_w.jpg');
}
.dl_voice_m dt,
.dl_voice_w dt {
    padding-left:60px;
    font-weight:bold;
    color: #42B690;
}
.dl_voice_w dt {
    color: #F4357A;
}
.dl_voice_m dd,
.dl_voice_w dd {
    margin: 0;
    padding:0;
    padding: 6px 0 10px 60px ;
}

.voice_link {
    width:715px;
    height:50px;
    background-image: url('images/other/voice_02.gif');
    background-repeat: no-repeat; 
    margin:10px;
}
.voice_link p {
    margin:25px 0px 0px 380px;
    font-size:115%;
    font-weight:bold;
}

/*　qa　*/
.dl_qa dl {
}
.dl_qa dt {
    height:60px;
	background-image: url('images/other/qa_q.gif');
    background-repeat: no-repeat; 
    padding-left:80px;
    padding-top:10px;
    margin-top:10px;
    font-size:120%;
    font-weight:bold;
    color: #42B690;
}
.dl_qa dd {
    background-image: url('images/other/qa_a.gif');
    background-repeat: no-repeat; 
    padding-left:80px;
    padding-bottom:10px;
    margin:0px;
   	border-bottom: 1px solid #999; 
}

/*　info os液ほか*/
div.info_bk01 {
    background: url(/wp-content/themes/welcart_default/images/other/os_01.jpg); 
    background-repeat: no-repeat; 
    font-weight: bold;      
}
div.info_bk02 {
    background: url(/wp-content/themes/welcart_default/images/other/nursing_01.jpg); 
    background-repeat: no-repeat; 
    font-weight: bold;      
}
div.info_bk03 {
    background: url(/wp-content/themes/welcart_default/images/other/smell_01.jpg); 
    background-repeat: no-repeat; 
    font-weight: bold;      
}
div.info_bk01 .info_ti,
div.info_bk02 .info_ti,
div.info_bk03 .info_ti {
    margin-left:150px;
    margin-right:30px;
    font-size:150%;
    line-height:60px;
    color: #359173;
}
div.info_bk03 .info_ti {
    color: #F4357A;
}
div.info_bk01 .info_copy,
div.info_bk02 .info_copy,
div.info_bk03 .info_copy {
    margin-left:150px;
    margin-right:30px;
    font-size: 110%;
    color: #333;
}



/*　base　*/
ul.list_base {
    paddingt: 0;
}
ul.list_base li {
	list-style-type: disc;
    margin: 0 0 0 1.5em; 
    padding: 0;
    padding-top: 5px;
}




/*　etiquettebju ---------------------------　*/
.img-cha {  
    background-color: #FFFFE8; 
    background-image: url(/wp-content/uploads/eb01_p_03.jpg); 
    background-repeat: no-repeat; 
    background-position: right bottom;
	}



/*　見出し　大
---------------------------　*/
#p_title01 {
	background-image: url('images/title_bg02.gif');
	background-repeat: no-repeat;
    height: 119px;
    margin-bottom:40px;
	}
#p_title01 .p_left {
	float: left;
    width: 190px;
	margin: 10px 0 0 15px;
    font-size:1.3em;
    font-weight:bold;
    color:#555;
}
#p_title01 .p_right {
	float: right;
    width: 535px;
	margin-right:3px;
    margin-top:35px;
    font-size:95%;
}
#m3_p10 {
	margin:28px 3px 3px;
    padding:10px;
}


.pc_on {
	display: block;

}

.sp_on{
	display: none;	
	
}
