@charset "utf-8";
/*
Theme Name: Welcart Default Theme
Theme URI: http://www.welcart.com/
Description: The original Welcart theme.
Version: 1.1
Author: USconsort
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 p {
	width : 90%;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 10px;
	padding-rigth: 10px;
}

/* clearfix End */
/*********************************************************************/
/* base CSS Start */
/*************
/* 201509追加
*************/
@font-face {
	font-family: 'Avenir';
	/* font-family: 'AshleyChalet'; */
	src:url('http://www.ashley-furniture.jp/wp_include/avel.woff') format('woff'),
		/* url('http://www.ashley-furniture.jp/wp_includefonts/acm.otf') format('opentype'), */
		url('http://www.ashley-furniture.jp/wp_includefonts/avel.ttf') format('truetype');
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-repeat: repeat-x;
	font-family: Avenir, Arial, Century, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	line-height: 150%;
	font-weight: lighter;
	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;
}
/* base CSS End */
/*********************************************************************/
/* wrap CSS Start */
#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#wrap2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* wrap CSS End */
/*********************************************************************/
/* header CSS Start */
#header {
	width: 770px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
/*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;
	width: 100%;
	height: 85px;
	background-repeat: no-repeat
	background-position: top;
}
	div.mainnavi ul li,
	ul.mainnavi li {
		padding: 0px 10px 0px 10px;
		margin: 0px;
		float: right;
		position: relative;
		color: #454545;
			font-size: 13px;
	}
		div.mainnavi li a,
		ul.mainnavi li a {
			height: 25px;
			padding: 55px 15px 0px 15px;
			margin: 0px;
			display: block;
			color: #454545;
			font-size: 13px;
			text-align: center;
		}
			div.mainnavi li a:hover,
			ul.mainnavi li a:hover {
				background-position: 0px 0px;
			color: #9d2727;
				text-decoration: none;
			}
		div.mainnavi ul ul,
		ul.mainnavi ul {
			display:none;
			margin: 95px 0px 0px 0px;
			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:0px;
			z-index: 99999;
			}
			div.mainnavi ul ul a,
			ul.mainnavi ul a {
				background-color: #FFF;
				height:auto;
				line-height:1em;
				padding:10px;
			}
			div.mainnavi li:hover > a,
			div.mainnavi ul ul :hover > a,
			ul.mainnavi li:hover > a,
			ul.mainnavi ul :hover > a {
				color:#9d2727;
			}
			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: 0px 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 .loth {
	padding: 14px 5px 0px 5px;
	font-size: 90%;
	color: #666;
	line-height: 150%;
}
.sidebar .widget_title {
	width: auto;
	height: 22px;
	margin: 0px;
	padding: 5px 10px 0px 15px;
	background-repeat: repeat-x;
	color: #434343;
	font-size: 20px;
	border-bottom: 2px solid #f6821f;
}
.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 0px 5px 0px;
	background-color: #F7F7F7;
}
.sidebar li ul ul {
	border: none;
}
.sidebar li li {
	width: auto;
	height: auto;
}
.welcart_widget_body li{
	list-style-type : none;
	width: 200px;
	position: relative;
	display: block;
}

.welcart_widget_body li ul{
	display: none;
	position: absolute;
	z-index:100;
	top: 0;
	left: 99%;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 10px;
	background: #f3eded;
}
.welcart_widget_body li:hover ul{
	display: block;
}
.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 0px;
	margin: 0px 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;
	float: right;
}
#content_t {
	height: 100%;
	padding: 0;
	float: right;
}
	.three-column {
		width: 560px;
		margin: 0 10px 0 0;
	}
	.two-column {
		width: 770px;
		margin: 0;
	}
.tt {
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 15px 10px 0px 5px;
	background-repeat: repeat-x;
	color: #434343;
	font-size: 24px;
	font-weight: bold;
}
/* content CSS End */
/*********************************************************************/
/* content common CSS Start */
/* title */
#content h1,
#content h2 {
	margin: 0px;
	padding: 0px;
}
#content h2.pagetitle, 
#content .pagetitle, 
#content .title {
	height: 60px;
	padding: 20px 20px 0px 20px;
	border-right: 1px solid #DAD8D1;
	border-top: 1px solid #DAD8D1;
	border-left: 1px solid #DAD8D1;
	border: none;
	display: block;
	color: #666666;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 60px;
}
#content .pagetitle2 {
	height: 60px;
	padding: 20px 20px 0px 20px;
	border-right: 1px solid #DAD8D1;
	border-top: 1px solid #DAD8D1;
	border-left: 1px solid #DAD8D1;
	border: none;
	display: block;
	color: #666666;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 60px;
}
#content .post h2 {
	padding-top: 10px;
	padding-left: 10px;
	font-size: 2.0em;
}
/* catbox */
#content .catbox {
	width: auto;
	height: 100%;
	margin: 3px;
	padding: 0px 10px 10px 10px;
	background-position: bottom;
	background-color: #FFFFFF;

}
/* 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 .coment {
	margin-left: 310px;
}
#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 .itemimg {
	width: 300px;
	margin-right: 10px;
	float: left;
}
#itempage .itemsubimg {
	margin-bottom: 10px;
}
#itempage .itemsubimg img {
	width: 135px;
	height: 135px;
	padding: 5px;
}
#itempage .skuform {
	width: 100%;
}
#itempage .skuform .skuquantity {
	width: 50px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: right;
}
#itempage table.skusingle {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#itempage table.skusingle td {
	margin: 0px;
	padding: 3px 10px 3px 0px;
}
#itempage table.skumulti {
	width: 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;
	background-image: url('image/no_img.gif');
	background-repeat: no-repeat;
	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: 5px 0px 10px 0px;
	padding: 0px;
}
#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: 0px;
	padding: 10px 20px;
	background-color: #333;
}
#footer p {
	width: 1000px;
	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 {
	text-align: center;
	width: 1000px;
	color: #BAB1A5;
	padding-bottom: 20px;
	margin: 0px;
}
#footer li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#footer a{
	color: #BAB1A5;
}
#f_top {
	width: auto;
	margin: 35px 0 0 0;
	padding: 20px 0px;
	background-color: #eeefef;
	    
}
#f_top ul {
	/*text-align: center;*/
	width: 1000px;
	color: #333;
	padding-bottom: 15px;
	margin: 0px auto;
}
#f_top .f_info li {
	float:left;
	display: block;
	font-size: 90%;
	text-align:left;
	/*width:240px;*/
	margin-right:15px;
	margin-top:15px;
}
.ft_menu {
	float:left;
	display: block;
	font-size: 90%;
	text-align:left;
	width:235px;
	margin-right:15px;
	margin-bottom:15px;
}
.ft_gc{
	overflow:hidden;
	height:244px;
	width:235px;
	margin-bottom:1px
}
.ft_gc #biz_calendar table.bizcal{
	margin:0;
}

/*********************************************************************/
/*************
/* ツールチップ用CSS
*************/
img.image{ display: none; }

dl#areamap1{
	margin-left: 30px;
	padding: 0;
	background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/05/checkpoint01a.jpg) top left no-repeat;
	height: 431px;
	width: 504px;
	position: relative;
}
dl#areamap2{
	margin-left: 30px;
	padding: 0;
	background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) top left no-repeat;
	height: 467px;
	width: 437px;
	position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 100%; }

/* ---------- Hotspot Declarations ---------- */
dd#point01{ top: 270px; left: 14px; }
dd#point01 a{ position: absolute; width: 126px; height: 144px; text-decoration: none; }
dd#point01 a span{ display: none; }
dd#point01 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/05/checkpoint01a.jpg) -14px -701px no-repeat;}
dd#point01 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 10px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point02{ top: 271px; left: 140px; }
dd#point02 a{ position: absolute; width: 85px; height: 102px; text-decoration: none; }
dd#point02 a span{ display: none; }
dd#point02 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/05/checkpoint01a.jpg) -140px -701px no-repeat;}
dd#point02 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point03{ top: 271px; left: 225px; }
dd#point03 a{ position: absolute; width: 87px; height: 102px; text-decoration: none; }
dd#point03 a span{ display: none; }
dd#point03 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/05/checkpoint01a.jpg) -225px -701px no-repeat;}
dd#point03 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point04{ top: 235px; left: 312px; }
dd#point04 a{ position: absolute; width: 84px; height: 137px; text-decoration: none; }
dd#point04 a span{ display: none; }
dd#point04 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/05/checkpoint01a.jpg) -312px -666px no-repeat;}
dd#point04 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point05{ top: 71px; left: 282px; }
dd#point05 a{ position: absolute; width: 107px; height: 85px; text-decoration: none; }
dd#point05 a span{ display: none; }
dd#point05 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/05/checkpoint01a.jpg) -282px -502px no-repeat;}
dd#point05 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point06{ top: 15px; left: 400px; }
dd#point06 a{ position: absolute; width: 69px; height: 242px; text-decoration: none; }
dd#point06 a span{ display: none; }
dd#point06 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/05/checkpoint01a.jpg) -400px -446px no-repeat;}
dd#point06 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point07{ top: 11px; left: 13px; }
dd#point07 a{ position: absolute; width: 83px; height: 99px; text-decoration: none; }
dd#point07 a span{ display: none; }
dd#point07 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -13px -478px no-repeat;}
dd#point07 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point08{ top: 11px; left: 98px; }
dd#point08 a{ position: absolute; width: 102px; height: 85px; text-decoration: none; }
dd#point08 a span{ display: none; }
dd#point08 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -98px -478px no-repeat;}
dd#point08  a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point09{ top: 98px; left: 139px; }
dd#point09 a{ position: absolute; width: 61px; height: 70px; text-decoration: none; }
dd#point09 a span{ display: none; }
dd#point09 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -139px -565px no-repeat;}
dd#point09  a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point10{ top: 169px; left: 139px; }
dd#point10 a{ position: absolute; width: 79px; height: 90px; text-decoration: none; }
dd#point10 a span{ display: none; }
dd#point10 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -139px -636px no-repeat;}
dd#point10 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point11{ top: 138px; left: 289px; }
dd#point11 a{ position: absolute; width: 64px; height: 88px; text-decoration: none; }
dd#point11 a span{ display: none; }
dd#point11 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -289px -605px no-repeat;}
dd#point11 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point12{ top: 265px; left: 217px; }
dd#point12 a{ position: absolute; width: 102px; height: 182px; text-decoration: none; }
dd#point12 a span{ display: none; }
dd#point12 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -217px -732px no-repeat;}
dd#point12 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point13{ top: 265px; left: 102px; }
dd#point13 a{ position: absolute; width: 107px; height: 98px; text-decoration: none; }
dd#point13 a span{ display: none; }
dd#point13 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -102px -732px no-repeat;}
dd#point13 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
dd#point14{ top: 242px; left: 13px; }
dd#point14 a{ position: absolute; width: 86px; height: 121px; text-decoration: none; }
dd#point14 a span{ display: none; }
dd#point14 a:hover{ position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2014/06/checkpoint02a.jpg) -13px -709px no-repeat;}
dd#point14 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 15px 20px 15px 10px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
/*************
/* 201505追加
*************/
#eve_chi{
 padding: 6px;
border:1px solid #AAA;
}
/*************
/* 201507追加
*************/
.urban {
 padding: 0px;
margin:0px;
}
/*************
/* 201508追加
*************/
.hero_box1 {
padding: 6px;
float:left;
width:237;
font-size: 110%;
font-weight: bold;
line-height: 180%;
text-align: center;
margin-right:10px;
margin-bottom:20px;
}
.hero_box2 {
padding: 6px;
font-size: 110%;
font-weight: bold;
line-height: 180%;
width:237;
text-align: center;
margin-bottom:20px;
}
/*************
/* 201511追加　体感マップ
*************/
img.image{ display: none; }
#t_map{
	margin-top: 50px;
	margin-left: 50px;
	padding: 0;
background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map.png) top left no-repeat;
width:612px;
height:468px;
	position: relative;
}

#t_map #hokkaidou {position: relative; top: 1px; left:480px;
width:130px;
height:111px;
z-index: 1;
}
#t_map #hokkaidou a span{ display: none; }
#hokkaidou a {position: absolute;
width:130px;
height:111px;
 text-decoration: none; 
}
#t_map #hokkaidou a:hover{
 background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/12/map_h.png) no-repeat;
}
#t_map #hokkaidou a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #touhoku {position: absolute; top: 117px; left:481px;
width:111px;
height:140px;
z-index: 2;
}
#t_map #touhoku a span{ display: none; }
#t_map #touhoku a { position: absolute; 
 text-decoration: none; 
width:111px;
height:140px;
}
#t_map #touhoku a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_th.png) no-repeat;
}
#t_map #touhoku a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #hokuriku {position: absolute; top: 174px; left:353px;
width:132px;
height:147px;
z-index: 3;
}
#t_map #hokuriku a span{ display: none; }
#t_map #hokuriku a { position: absolute; 
 text-decoration: none; 
width:132px;
height:147px;
}
#t_map #hokuriku a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/12/map_hs.png) no-repeat;
/* position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_hs.png) no-repeat;*/
}
#t_map #hokuriku a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}

#t_map #chuubu {position: absolute; top: 253px; left:396px;
width:88px;
height: 136px;
z-index: 4;
}
#t_map #chuubu a span{ display: none; }
#t_map #chuubu a {position: absolute; ;
 text-decoration: none; 
width:88px;
height:136px;
}
#t_map #chuubu a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_chu.png) no-repeat;
}
#t_map #chuubu a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}

#t_map #kantou_1 {position: absolute; top: 252px; left:481px;
width:111px;
height: 137px;
z-index: 5;
}
#t_map #kantou_1 a span{ display: none; }
#t_map #kantou_1 a {position: absolute; ;
 text-decoration: none; 
width:111px;
height:137px;
}
#t_map #kantou_1 a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_ka1.png) no-repeat;
}
#t_map #kantou_1 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #kantou_2 {position: absolute; top: 319px; left:482px;
width:66px;
height: 71px;
z-index: 6;
}
#t_map #kantou_2 a span{ display: none; }
#t_map #kantou_2 a {position: absolute; ;
 text-decoration: none; 
width:66px;
height:71px;
}
#t_map #kantou_2 a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_ka2.png) no-repeat;
}
#t_map #kantou_2 a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #kansai {position: absolute; top: 286px; left:267px;
width:131px;
height: 103px;
z-index: 7;
}
#t_map #kansai a span{ display: none; }
#t_map #kansai a {position: absolute; ;
 text-decoration: none; 
width:131px;
height: 103px;
}
#t_map #kansai a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_kan.png) no-repeat;
}
#t_map #kansai a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #inyou {position: absolute; top: 285px; left:140px;
width:131px;
height: 70px;
z-index: 7;
}
#t_map #inyou a span{ display: none; }
#t_map #inyou a {position: absolute; ;
 text-decoration: none; 
width:131px;
height: 70px;
}
#t_map #inyou a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_inyou.png) no-repeat;
}
#t_map #inyou a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #shikoku {position: absolute; top: 362px; left:170px;
width:88px;
height: 70px;
z-index: 8;
}
#t_map #shikoku a span{ display: none; }
#t_map #shikoku a {position: absolute; ;
 text-decoration: none; 
width:88px;
height: 70px;
}
#t_map #shikoku a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_shi.png) no-repeat;
}
#t_map #shikoku a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #kyu_oki {position: absolute; top: 317px; left:0px;
width:132px;
height: 149px;
z-index: 9;
}
#t_map #kyu_oki a span{ display: none; }
#t_map #kyu_oki a {position: absolute; ;
 text-decoration: none; 
width:132px;
height: 149px;
}
#t_map #kyu_oki a:hover{
 position: absolute; background: transparent url(http://ashley-furniture.jp/wordpress/wp-content/uploads/2015/11/map_kyuoki.png) no-repeat;
}
#t_map #kyu_oki a:hover span{
	display: block;
	text-align:center;
	color: #343434;
	position: absolute;
	bottom: 90%;
	margin: 40px 20px 15px 30px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
	width: 180px;
	height: 20px;
}
#t_map #t_erea{position: absolute; 
	background: #EEE;
	border: 1px solid #AAA;
	font-size:14px;
	color: #343434;
	line-height: 180%;
	padding: 15px;
z-index: 10;
}
#tm_list {
	padding:0px;
	width:100%;
}

#tm_list h3{
	background-image:url(http://www.ashley-furniture.jp/img/comarrow_bk.gif);
	background-repeat:no-repeat;
	background-color:#ECE7D2;
	height:22px;
	padding-left:30px;
	color:#555555;padding-top:4px;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}

.tm_listbox {
	border: 1px solid #666666;
	margin-top: 15px;
	height:auto;
	padding-bottom: 10px;
	display: block;
	}
.tm_listbox p {
	padding:0px;
	margin: 0px;
	width:100%;
}
.tm_listbox .shop_tt {
	background-color:#CCCCCC;
	height:30px;
	padding-left: 15px;
	padding-top: 8px;
}
.tm_listbox .shoptext {
	text-align: left;
	width: 350px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.tm_listbox .simg1 {
	height:100px;
	flaot:left;
	margin-right: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
}

.tm_listbox .simg2 {
	height:100px;
	margin-top: 10px;
	padding-bottom: 5px;
	clear:left;
}
.area_end{
	margin: 20px 0;
}

/*20151210追加*/
#frameBox {
width: 435px;
height:200px;
margin:0 auto 20px;
overflow:auto;
}

#frameBox iframe {
width:100%;
}