@charset "Shift_JIS";

/*------------------------------------------------------------------------------
   otto - base
------------------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
/*	position: relative;　	 2009/6/22 ADD BY ECM 商品詳細ページ限定レコメンドアイテム右外縦枠表示 */
}

p {
	line-height: 1.5em;
}

li p, dd p {
	margin: 0;
}

table td p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

table, td, tr {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}

/*--------------------
   link-color(#00b0ec)
--------------------*/

a:link, a:visited {
	border-bottom: 1px solid #aaa;
	color: #00b0ec;
	font-weight: normal;
	text-decoration: none;
}

a:active, a:hover {
	border-bottom: 1px solid #aaa;
	color: #88dbf7;
	font-weight: normal;
	text-decoration: none;
}

/*--------------------
   link-color(#333)
--------------------*/
.userlogout a:link,  .userlogout a:visited, 
.userlogin a:link,  .userlogin a:visited, 
.searchwrap a:link,  .searchwrap a:visited, 
.utilitywrap a:link,  .utilitywrap a:visited, 
#i-search a:link,  #i-search a:visited, 
.leftcolumn a:link,  .leftcolumn a:visited, 
.prdlistbox a:link,  .prdlistbox a:visited, 
.sortitem a:link,  .sortitem a:visited, 
.num02 a:link,  .num02 a:visited, 
.pagetoptxt a:link,  .pagetoptxt a:visited, 
.rightcolumn a:link,  .rightcolumn a:visited, 
.itemsubbox a:link,  .itemsubbox a:visited, 
.itembox a:link,  .itembox a:visited, 
.itemtable a:link,  .itemtable a:visited, 
.marginbox01 a:link,  .marginbox01 a:visited, 
.mypagebox a:link,  .mypagebox a:visited,
.line-top-p a:link, .line-top-p a:visited
{
	border-bottom: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.userlogout a:active,  .userlogout a:hover, 
.userlogin a:active,  .userlogin a:hover, 
.searchwrap a:active,  .searchwrap a:hover, 
.utilitywrap a:active,  .utilitywrap a:hover, 
#i-search a:active,  #i-search a:hover, 
.leftcolumn a:active,  .leftcolumn a:hover, 
.prdlistbox a:active,  .prdlistbox a:hover, 
.sortitem a:active,  .sortitem a:hover, 
.num02 a:active,  .num02 a:hover, 
.pagetoptxt a:active,  .pagetoptxt a:hover, 
.rightcolumn a:active,  .rightcolumn a:hover, 
.itemsubbox a:active,  .itemsubbox a:hover, 
.itembox a:active,  .itembox a:hover, 
.itemtable a:active,  .itemtable a:hover, 
.marginbox01 a:active,  .marginbox01 a:hover, 
.mypagebox a:active,  .mypagebox a:hover,
.line-top-p a:active, .line-top-p a:hover
{
	border-bottom: 1px solid #aaa;
	color: #00b0ec;
	font-weight: normal;
	text-decoration: none;
}


/*--------------------
   font - style
--------------------*/
.XS {
	font-size: 11px;
	line-height: 1.5em;
	}

.S {
	font-size: 12px;
	line-height: 1.5em;
}

.L {
	font-size: 16px;
	line-height: 1.5em;
}

.caution01 {
	color: #eb5405;
}

.caution02 {
	color: #eb5405;
	font-weight: bold;
}
.remark {
	color: #e62f82;
	}
/*--------------------
   layout - style
--------------------*/
.layoutleft {
	float: left;
}

.layoutright {
	float: right;
}

.layout2left {
	float: left;
	margin-right: 10px;
	width: 425px;
}

.layout2right {
	float: left;
	width: 425px;
}

.layout2left03 {
	float: left;
	margin-right: 20px;
	width: 300px;
}

.layout2right03 {
	float: left;
	width: 300px;
}

.layout3left {
	float: left;
	margin-right: 25px;
	width: 270px;
}

.layout3cent {
	float: left;
	margin-right: 25px;
	width: 270px;
}

.layout3right {
	float: left;
	width: 270px;
}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.ms05 {
	margin-left: 5px;
}

.ms10 {
	margin-left: 10px;
}

.ms20 {
	margin-left: 20px;
}

.ms25 {
	margin-left: 25px;
}

.ms30 {
	margin-left: 30px;
}

/*--------------------
   title - style
--------------------*/
h1 {
	margin: 0;
	padding: 10px 0 10px 20px;
	border-bottom: 3px solid #333;
	background: url("../shared/p_square_01.png") no-repeat top left;
	font-size: 21px;
	line-height: 1.2em;
	}
	
	.orderwrap h1 {
		margin: 10px 0 0 0;
		border-bottom: 3px solid #eb5405;
	}

h2 {
	margin: 20px 0 0 0;
	padding: 0 0 0 13px;
	background: url("../shared/p_square_s.png") no-repeat top left;
	font-size: 1.2em;
	line-height: 1.2em;
}

h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
}

h1 em {
	display: block;
	float: left;
	font-style: normal;
	}
	
	.subtxt01 {
		display: block;
		float: right;
		margin-top: 8px;
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		line-height:1.2em;
	}
	
	.subtxt02 {
		display: block;
		float: right;
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		line-height:1.2em;
	}
	
	.hclear {
		clear: both;
		display: block;
	}

.hwrap {
	margin-top: 20px;
	height: 1%;
	}
	
	.hwrap h2 {
		float: left;
		margin: 0;
	}
	
	.hwrap h3 {
		float: left;
		margin: 0;
	}
	
	.hwrap input {
		height:14px;
	}
	
	.prdbanner_s, .prdbanner_c {
		margin: 0;
		padding: 12px 200px 0 20px;
		border: 0;
		height: 70px;
		background: url("../title/p_h1_back_01.png") no-repeat top left;
		}
	
	.prdbanner_s h1, .prdbanner_s h2, .prdbanner_c h1, .prdbanner_c h2 {
		width: 378px;
		color: #555;
		border: none;
		background: none;
		padding: 5px 0;
		margin: 0;
		line-height: 1.2em;
		font-size:18px;
		}
		
	.prdbanner_s h2, .prdbanner_c h2 {
		padding-top:4px;
		font-weight: normal;
		font-size:16px;
		}

/*	.prdbanner_c h1 {
		margin: 0;
		padding: 34px 200px 0 41px;
		border: 0;
		width: 378px;
		height: 65px;
		background: url("../title/p_h1_back_02.png") no-repeat top left;
	}
*/

/*--------------------
   table - style
--------------------*/
.maintable table {
	margin-top: 10px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.3em;
	}
	
	.maintable table th {
		padding: 8px;
		border: 1px solid #ccc;
		background: #ebebeb;
		vertical-align: top;
	}
	
	.maintable table td {
		padding: 10px;
		border: 1px solid #ccc;
		vertical-align: top;
	}

	.maintable table td.err {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;		
		}
	
	.maintable table em {
		color: #eb5405;
		font-weight: bold;
		font-style: normal;
	}
	
	.maintable table th.cellcolor01 {
		background: #ffff99;
	}
	
	.maintable table th.cellcolor02 {
		background: #e2b0b7;
	}
	
	.maintable table th.cellcolor03 {
		background: #b7c4da;
	}

.subtable table {
	margin-top: 5px;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.3em;
	}
	
	.subtable table th {
		padding: 5px;
		border: 1px solid #ccc;
		background: #ebebeb;
		vertical-align: top;
	}
	
	.subtable table td {
		padding: 5px;
		border: 1px solid #ccc;
		vertical-align: top;
	}
	
	.subtable table th.cellcolor01 {
		background: #ffff99;
	}
	
	.subtable table th.cellcolor02 {
		background: #e2b0b7;
	}
	
	.subtable table th.cellcolor03 {
		background: #b7c4da;
	}

.itemtable table {
	margin-top: 10px;
	border: 1px solid #ccc;
	text-align: center;
	}
	
	.itemtable table th {
		padding: 10px;
		border: 1px solid #ccc;
		background: #e4e0d7;
		vertical-align: top;
		white-space: nowrap;
	}
	
	.itemtable table td {
		padding: 10px;
		border: 1px solid #ccc;
		vertical-align: top;
		}
		
		.itemtable table td ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			text-align:left;
			font-size: 12px;
			line-height: 1.5em;
			}
			
			.itemtable table ul li {
				margin: 0;
				padding: 2px 0 2px 9px;
				background: url("../shared/p_arrow_01.png") no-repeat 0 6px;
			}
			
			.itemtable table ul li a:link, .itemtable table ul li a:visited, .itemtable table ul li a:active, .itemtable table ul li a:hover {
				border-bottom: solid 1px #aaa;
			}
/* 2008/08/11 DEl BY ECM サイズ表変更
.minitable {
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 11px;
	margin: 4px 8px;
	}
.minitable table {
	margin: 0 0;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
	font-size: 12px;
	width: 100%;
	}
	
	.minitable table th {
		padding: 4px;
		border: 1px solid #ccc;
		font-size: 11px;
		text-align: center;
		font-weight: normal;
	}
	
	.minitable table td {
		padding: 4px;
		border: 1px solid #ccc;
		font-size: 11px;
		text-align: center;
	}
*/
/* 2008/08/11 add BY ECM */
.sizetable table {
	width: 100%;
	padding: 0;
	margin: 0;
	}
/*
	.tr_SizeTitle th {
		background-color: #e4e0d7;
		font-weight: bold;
	}
*/	
	.sizetable_w .tr_SizeTitle td {
		background-color: #ffffff;
		font-weight: normal;
	}
/* 2008/08/11 add BY ECM */
.poptable table {
	margin-top: 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	}
	
	.poptable table th {
		padding: 8px 5px;
		border: 1px solid #ccc;
		background: #ebebeb;
	}
	
	.poptable table td {
		padding: 8px;
		border: 1px solid #ccc;
	}

.pricetable table {
	margin-left : auto;
	margin-right : 0;
	text-align: right;
	border: 0px;
	}
	
	.pricetable table th {
		padding: 3px;
		border: 0px;
	}
	
	.pricetable table td {
		padding:3px;
		border: 0px;
	}
	
	.pricetable table .total {
		font-size: 16px;
		font-weight: bold;
		color: #eb5405;
	}
	
	.pricetable table .priceline {
		padding: 0;
		border: 0px;
		height: 1px;
		background: #999;
	}
	
	.pricetable table th.totalcell {
		font-size: 16px;
	}
	
	.pricetable table th.subtotalcell {
		width: 100px;
	}
	
	.pricetable table th.titlecell {
		text-align: left;
		font-weight: normal;
	}
	
	.pricetable table td.pricecell {
		width: 74px;
		font-weight: bold;
	}

.celltop {
	vertical-align: top;
}

.cellmiddle {
	vertical-align: middle;
}

.cellbottom {
	vertical-align: bottom;
}

.cellleft {
	text-align: left;
}

.cellleft a:link, .cellleft a:visited, .cellleft a:active, .cellleft a:hover {
	border-bottom: solid 1px #aaa;
}



.cellright {
	text-align: right;
}

.cellcenter {
	text-align: center;
}

.cellcat {
	text-align: left;
	font-size:small;
	font-style:normal;
        width:146px;
        background:#ffffff;
}




/*--------------------
   caption - style
--------------------*/
.icap {
	margin: 5px 0 0 0;
	padding-left: 1em;
	font-size: 12px;
	text-indent: -1em;
}

.hcap {
	margin: 0;
	text-align: right;
	font-size: 12px;
	}
	
	.hcap span {
		margin: 0 8px;
	}

.tabcap01 {
	padding: 10px 0 0 0;
	font-size: 12px;
	text-align: right;
}

.tabcap02 {
	padding: 5px 0;
	font-size: 12px;
	text-align: right;
}

/*--------------------
   list - style
--------------------*/
.lists ul, .lists ol {
	margin: 10px 0 0 25px;
	}
	
	.lists ul li, .lists ol li {
		margin-top: 3px;
		line-height: 1.5em;
	}

.listl ul, .listl ol {
	margin: 20px 0 0 25px;
	}
	
	.listl ul li, .listl ol li {
		margin-top: 15px;
		line-height: 1.5em;
	}

.menulist ul {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	}
	
	.menulist ul li {
		margin: 0;
		padding: 0 8px 5px 10px;
		background: url("../shared/p_arrow_02.png") no-repeat 0 6px;
		line-height: 1.5em;
	}

.numlist ol {
	list-style-type: none;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: bold;
	}
	
	.numlist ol li {
		margin: 5px 0;
		padding: 5px 0 5px 35px;
		line-height: 1.5em;
	}
	
	.numlist ol li.no01gr {
		background: url("../shared/p_no01_gr.png") no-repeat 0 0;
	}
	
	.numlist ol li.no02gr {
		background: url("../shared/p_no02_gr.png") no-repeat 0 0;
	}
	.numlist ol li.no03gr {
		background: url("../shared/p_no03_gr.png") no-repeat 0 0;
	}
	
	.numlist ol li.no01pk {
		background: url("../shared/p_no01_pk.png") no-repeat 0 0;
	}
	
	.numlist ol li.no02pk {
		background: url("../shared/p_no02_pk.png") no-repeat 0 0;
	}
	
	.numlist ol li.no03pk {
		background: url("../shared/p_no03_pk.png") no-repeat 0 0;
	}
	
	.numlist ol li.no04pk {
		background: url("../shared/p_no04_pk.png") no-repeat 0 0;
	}
	.career {
		padding-left: 60px;
	}

/*--------------------
   img - style
--------------------*/
.thumbnail {
	border: 1px solid #ccc;
}

.selectionbnr {
	border: 1px solid #333;
}

.midimg {
	vertical-align: middle;
}

.blank {
	padding: 0 4px;
}

/*--------------------
   box - style
--------------------*/
.framebox {
	margin-top: 10px;
	padding: 10px;
	height: 1%;
	border: 1px solid #ccc;
	}
	
	.framebox .fst h2 {
		margin: 0;
	}
	
	.framebox .fst h3 {
		margin: 0;
	}
/*2007/11/27 ADD BY ECM */
.framebox1 {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	}
.marginbox1 {
	margin-top: 5px;
	padding: 10px;
	background: #ebebeb;
}
/*2007/11/27 ADD BY ECM */
.marginbox01 {
	margin-top: 5px;
	padding: 10px;
	height: 1%;
	background: #ebebeb;
}

.marginbox02 {
	margin-top: 20px;
	padding: 10px;
	height: 1%;
	background: #ebebeb;
}

.marginbox03 {
	margin-top: 10px;
	padding: 10px;
	height: 1%;
	background: #ebebeb;
}

.btnbox01 {
	text-align: center;
	}
	
	.btnbox01 img {
		margin: 0 5px;
	}

.btnbox02 {
	text-align: right;
/* 2007/10/17 add BY ECM YNボタン位置変更 */
	padding: 0 160px;
/* 2007/10/17 add BY ECM YNボタン位置変更 */
}

.btnbox03 {
	float: right;
	margin: 0 0 0 18px;
}

.btnbox01 a:link, .btnbox01 a:visited, .btnbox01 a:active, .btnbox01 a:hover,
.btnbox02 a:link, .btnbox02 a:visited, .btnbox02 a:active, .btnbox02 a:hover,
.btnbox03 a:link, .btnbox03 a:visited, .btnbox03 a:active, .btnbox03 a:hover {
	border: none;
}

/*--------------------
   hr - style
--------------------*/
.hiddenline {
	visibility: hidden;
	clear: both;
}

.line01 {
	clear: both;
	margin-top: 10px;
	height: 1px;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #eb5405;
}

.line02 {
	clear: both;
	margin-top: 15px;
	height: 1px;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #d6d6d6;
}

.line03 {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #d6d6d6;
}

.line04 {
	clear: both;
	margin-top: 10px;
	height: 1px;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #666;
}

/*--------------------
   form - style
--------------------*/
.inputtxt1 {
	margin: 0;
	padding: 2px;
	width: 120px;
	vertical-align: middle;
}

.inputtxt2 {
	margin: 0;
	padding: 2px;
	width: 260px;
	vertical-align: middle;
}

.inputtxt3 {
	margin: 0;
	padding: 2px;
	width: 170px;
	vertical-align: middle;
}

.inputnum1 {
	margin: 0;
	padding: 2px;
	width: 30px;
	vertical-align: middle;
}

.inputnum2 {
	margin: 0;
	padding: 2px;
	width: 40px;
	vertical-align: middle;
}

.inputnum3 {
	margin: 0;
	padding: 2px;
	width: 50px;
	vertical-align: middle;
}

.inputbox {
	margin: 0;
	padding: 2px;
	width: 430px;
	height: 56px;
}

.inputurl {
	margin: 0;
	padding: 2px;
	width: 280px;
	vertical-align: middle;
}

.inputprice {
	margin: 0 10px;
	padding: 2px 10px;
	width: 100px;
	vertical-align: middle;
}

.selectbox {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.required {
	background:#ffffcc;
}

.addrbtn {
	margin: 5px 0;
	}
	
	.addrbtn a:link, .addrbtn a:visited, .addrbtn a:active, .addrbtn a:hover {
		border: none;
	}

/*------------------------------------------------------------------------------
   header (common)
------------------------------------------------------------------------------*/
.pagetop {
	visibility: hidden;
	display: block;
/*	width: 860px;*/
	height: 13px;
}

.headerwrap {
	width: 100%;
	margin-bottom: 9px;
}

.logo {
	float: left;
	width: 223px;
	height: 47px;
	}
	
	.logo a:link, .logo a:visited, .logo a:active, .logo a:hover {
		border: none;
	}

.headercontainer {
	float: right;
	width: 637px;
	text-align: right;
	}
	
	.userlogin {
		padding-bottom: 1px;
		height: 24px;
		color: #9a9a9a;
		font-size: 12px;
		}
		
		.userlogin em {
			color: #9e8c42;
			font-weight: bold;
			font-style: normal;
		}
		
		.userlogin span {
			margin-left: 22px;
		}
		
		.userlogin span span {
			margin: 0 11px;
		}
	
	.userlogout {
		padding-bottom: 1px;
		height: 24px;
		color: #9a9a9a;
		font-size: 12px;
		}
		
		.userlogout span {
			margin: 0 11px;
		}

	.membernavi {
		width: 473px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 30px;
		}
		
		.membernavi li {
			float: right;
			margin: 0 0 0 2px;
			padding:0;
			height: 30px;
		}
		
		.membernavi li a {
			display: block;
			padding-top:7px;
		}
		
		.membernavi li a:link, .membernavi li a:visited, .membernavi li a:active, .membernavi li a:hover {
			border: none;
		}

	/* isearch用header */
	.membernavi2 {
		clear: both;
		width: 637px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 30px;
		}
		
		.membernavi2 li {
			float: right;
			margin: 0 0 0 2px;
			padding:0;
			height: 30px;
		}
		
		.membernavi2 li a {
			display: block;
			padding-top:7px;
		}
		
		.membernavi2 li a:link, .membernavi2 li a:visited, .membernavi2 li a:active, .membernavi2 li a:hover {
			border: none;
		}

/* 2010/04/26 add BY ECM カート内容表示 */
	#viewcart {
		float: right;
		width: 160px;
		_width: 157px;
		margin: 7px 0 0 2px;
		_margin: 7px 0 0 0;
		padding: 0;
		height: 21px;
		border: 1px solid #f26e0f;
		}
		
		#viewcart li {
		display: block;
		}

		#viewcart li img {
		margin: 0;
		_margin-bottom: -4px;
		}
		
		#viewcart .cart_number {
			float: right;
			font-size: 11px;
			line-height: 21px;
			text-align: right;
			margin: 0 2px 0 2px;
		}

		#viewcart .headerbtn_cart {
			float: left;
		}
		
		#viewcart li a:link, #viewcart li a:visited, #viewcart li a:active, #viewcart li a:hover {
			border: none;
		}
/* 2010/04/26 add BY ECM カート内容表示 */

/*------------------------------------------------------------------------------
   global-navigation (common)
------------------------------------------------------------------------------*/
.glonavi {
	clear: both;
	padding: 0 13px;
	width: 834px;
	border-bottom: 1px solid #aaa399;
	background: #333;
	}
	
	.glonavi ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 30px;
		width: 826px;
		border-left: 1px solid #4f4f4f;
		border-right: 1px solid #4f4f4f;
		}
		
		.glonavi ul li {
			float: left;
			margin: 0;
			padding: 0;
			height: 30px;
		}
		
			.glonavi ul li a {
				display: block;
				width: 118px;
				height: 30px;
				overflow: hidden;
			}
	
	.m_ladies {
		background: transparent url('../header/btn_ladies.png') 0 0 no-repeat;
		}
	.m_ladies :hover, .m_ladies_select {
		background: transparent url('../header/btn_ladies.png') 0 -30px no-repeat;
		}
	
	.m_madame {
		background: transparent url('../header/btn_madame.png') 0 0 no-repeat;
		}
	.m_madame :hover, .m_madame_select {
		background: transparent url('../header/btn_madame.png') 0 -30px no-repeat;
		}
	
	.m_inner {
		background: transparent url('../header/btn_inner.png') 0 0 no-repeat;
		}
	.m_inner :hover, .m_inner_select {
		background: transparent url('../header/btn_inner.png') 0 -30px no-repeat;
		}
	
	.m_home {
		background: transparent url('../header/btn_home.png') 0 0 no-repeat;
		}
	.m_home :hover, .m_home_select {
		background: transparent url('../header/btn_home.png') 0 -30px no-repeat;
		}
	
	.m_fashion {
		background: transparent url('../header/btn_fashion.png') 0 0 no-repeat;
		}
	.m_fashion :hover, .m_fashion_select {
		background: transparent url('../header/btn_fashion.png') 0 -30px no-repeat;
		}
	
	.m_sale {
		background: transparent url('../header/btn_sale.png') 0 0 no-repeat;
		}
	.m_sale :hover, .m_sale_select {
		background: transparent url('../header/btn_sale.png') 0 -30px no-repeat;
		}
	
	.m_life {
		background: transparent url('../header/btn_life.png') 0 0 no-repeat;
		}
	.m_life :hover, .m_life_select {
		background: transparent url('../header/btn_life.png') 0 -30px no-repeat;
		}
	
	.glonavi span.m_titlelink {
		/* don't display the text category name */
		display: none;
		}
/*------------------------------------------------------------------------------
   search (common)
------------------------------------------------------------------------------*/
.searchwrap {
	clear: both;
	padding: 0 14px;
	width: 832px;
	border-top: 1px solid #b4ada3;
	background: #c7bfb2;
	font-size: 12px;
	}
	
	.clcontainer {
		float: right;
		padding: 4px 0 3px 0;
		}
		
		/*
		.clcontainer span {
			padding-right: 2px;
		}
		
		.clcontainer span img {
			vertical-align: middle;
		}
		*/
	
	.searchcontainer {
		/*float: right;*/
		padding: 3px 40px 4px 0;
	
		}
		
		.searchcontainer form {
			margin: 0;
			padding: 0;
		}

		.searchbox {
			margin: 0;
			padding: 3px;
			width: 350px;
			background: #f6f5f1;
			border: 1px solid #948D83;
			font-size: 12px;
			vertical-align: middle;
		}
		
		.searchbtn {
			margin-right: 5px;
			vertical-align: middle;
			}

.searchwrap .clcontainer span a:link, .searchwrap .clcontainer span a:visited, .searchwrap .clcontainer span a:active, .searchwrap .clcontainer span a:hover,
.searchwrap .searchcontainer span a:link, .searchwrap .searchcontainer span a:visited, .searchwrap .searchcontainer span a:active, .searchwrap .searchcontainer span a:hover {
	border: none;
}
/*2009/6/5 ADD BY ECM eob*/
		a.eob-order {
		    background: transparent url('../header/btn_eob-order.png') no-repeat scroll top right;
		    display: block;
		    float: left;
		    height: 22px;
		    margin-right: 8px;
		    padding-right: 120px; /* sliding doors padding */
		    text-decoration: none;
		    border: none !important;
			}
		
		a.eob-order:active {
		    background-position: bottom right;
		    outline: none; /* hide dotted outline in Firefox */
			}
		
		a.eob-order:active span {
		    background-position: bottom left;
		    padding: 4px 12px 5px 18px; /* push text down 1px */
			}
			
/*2007/11/27 ADD BY ECM*/
		#prdsearchbox  {
			margin: 0;
			padding: 3px;
			width: 103px;
			background: #f6f5f1;
			border: 1px solid #948D83;
			font-size: 12px;
			vertical-align: middle;
		}
/*2007/11/27 ADD BY ECM*/
/*------------------------------------------------------------------------------
   layer - window (common)
------------------------------------------------------------------------------*/
#layerwindow {
	visibility: hidden;
	position: absolute;
	width: 860px;
	z-index: 100;
	}

.clbox {
	position: absolute;
	top: -8px;
	right: 197px;
	border-top: 4px solid #e63183;
	background: #f0ede5;

	}

.clboxinner {
	width: 262px;
	padding: 8px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
	.clboxinner p {
		margin: 0;
		padding: 0;
		text-align: right;
	}
	
	.clboxinner input {
		margin-right: 6px;
		width: 45px;
	}
	
	.clboxinner .clcap {
		float: left;
/*		margin-right: 5px;*/
		width: 57px;
		color: #858585;
		font-size: 12px;
		text-align: center;
	}
	
	.clboxinner a:link, .clboxinner a:visited, .clboxinner a:active, .clboxinner a:hover {
		border: none;
	}
	.clmatome {
		text-align:right;
		}
	.clmatome span{
		color:#00b0ec;
		font-weight:bold;
		border-bottom: 1px solid #00b0ec;
		margin-right:10px;
	}
	.clinputbox div{
		float: left;
		}	
.layerclosebtn {
	width: 57px;
}

.clcartbtn {
/*	vertical-align:bottom;*/
	margin-top: 3px;
}

.cltxt {
	margin: 8px 0;
	line-height: 150%;
}

/*------------------------------------------------------------------------------
   utility (common)
------------------------------------------------------------------------------*/
.utilitywrap {
	clear: both;
	width: 860px;
	background: #fff;
	}
	
	.pankuzucontainer {
		float: left;
		padding: 12px 0;
		font-size: 12px;
		line-height: 1.3em;
		}
		
		.pankuzucontainer span {
			padding: 0 8px;
		}
	
	.pagecontrolcontainer {
		float: right;
		padding: 12px 0;
		font-size: 12px;
		}
		
		.pagecontrolcontainer span {
			padding: 0 10px;
			color: #999;
		}
	
	.checkitemcontainer {
		float: right;
		margin-left: 20px;
		padding: 8px 0 7px 0;
		}
		
		.checkitemcontainer a {
			display: block;
		}

/*------------------------------------------------------------------------------
   footer (common)
------------------------------------------------------------------------------*/
.pagetoptxt {
	clear: both;
	margin: 0 0 10px 0;
	padding: 22px 0 2px 0;
/*2007/11/29 DEL BY ECM */
/*	width: 860px;*/
/*2007/11/29 DEL BY ECM */
	font-size: 12px;
	text-align: right;
	background: #fff;
	}

.footercontainer {
	width: 860px;
	background: #666;
	color: #ededed;
	font-size: 12px;
	line-height: 1em;
	}
	
	.jdma {
		float: right;
	}
	
	a.jdma:link, a.jdma:visited, a.jdma:active, a.jdma:hover {
		border: none;
	}
	
	.footertxt {
		width: 777px;
		margin-left: 20px;
		padding: 9px 0 5px 0;
		color: #ededed;
		text-align: center;
		}
	
	.footertxt span {
		padding: 0 5px;
		}
		
		.footertxt a:link, .footertxt a:visited, .footertxt a:active, .footertxt a:hover {
/*			border-bottom: 1px solid #ededed; */
			border: none;
			color: #ededed;
			font-weight: normal;
			text-decoration: none;
		}
	
	.copy {
		clear: both;
		margin: 0;
		padding: 4px 0;
		background: #333;
		text-align: center;
	}

/*------------------------------------------------------------------------------
   topwrap - style
------------------------------------------------------------------------------*/
.topwrap {
	width: 860px;
}

.mainarea {
	margin: 0;
	padding: 0;
	width: 860px;
	height: 362px;
	}
	
	.mainpic {
		float: left;
		margin: 0;
		padding: 0;
		width: 595px;
	}
	
	.mainbnr {
		float: right;
		margin: 0;
		padding: 0;
		width: 265px;
		}
		
		.mainbnr a:link, .mainbnr a:visited, .mainbnr a:active, .mainbnr a:hover {
			border: none;
		}
		
		.mainbnr img {
			display: block;
			margin: 1px 0 0 0;
		}
		
		.mainbnr img.bnrtop {
			margin: 0;
		}

.campnewarea {
	margin: 16px 0 0 0;
	}

.topbnr ul {
	overflow: hidden;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 82px;
	}
	
	.topbnr ul li {
		float: left;
		margin-right: 13px;
		}
		
		.topbnr ul li a {
			display: block;
			border-top: 3px solid #333;
		}
		
		.topbnr ul li img {
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
	
	.topbnr ul li.topbnrhalf {
		margin-right: 14px;
	}
	
	.topbnr ul li.topbnrend {
		margin-right: 0;
	}

.linkarea {
	width: 425px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	}
	
	.linkarea h2 {
		margin: 0;
	}

.kanrenbnr ul {
	overflow: hidden;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
/*	height: 87px; */
	}
	
	.kanrenbnr ul li {
		float: left;
		margin: 0 11px 5px 0;
		}
		
		.kanrenbnr ul li a {
			display: block;
		}
		
		.kanrenbnr ul li a:link, .kanrenbnr ul li a:visited, .kanrenbnr ul li a:active, .kanrenbnr ul li a:hover {
			border: none;
		}
		
		.kanrenbnr ul li img {
			border: 1px solid #ccc;
		}
	
	.kanrenbnr ul li.kanrenbnrend {
		margin: 0 0 5px 0;
		}

.clblogarea {
	float: left;
	margin: 15px 12px 30px 0;
	padding: 0;
	}
	
	.clblogarea dl {
		padding: 10px 7px;
		background: url("../toppage/p_box_01_top.png") no-repeat top left;
		}
		
		.clblogarea dl dt {
			float: left;
			padding-right: 12px;
			width: 69px;
		}
		
		.clblogarea dl dd {
			float: left;
			width: 110px;
		}
		
		.clblogarea dl dd img {
			margin-top: 10px;
		}
		/* 20071011 add BY ECM フォントサイズ変更*/
		.clblogarea dl dd p{
			font-size: 11px;
		}		
		/* 20071011 add BY ECM フォントサイズ変更*/
		.clblogarea a:link, .clblogarea a:visited, .clblogarea a:active, .clblogarea a:hover {
			border: none;
		}

.degibox {
	float: left;
	margin-right: 13px;
	padding-bottom: 10px;
	width: 205px;
	background: #e4dfd7 url("../toppage/p_box_01_btm.png") no-repeat bottom left;
	}

.blogbox {
	float: left;
	padding-bottom: 10px;
	width: 205px;
	}
/* ブラウザ別高さ調整 */
.degibox dl dd p{
	height: 56px;
}
.blogbox dl dd p{
	height: 56px;
}
/* ブラウザ別高さ調整 */

/* メンテ案内 */
#warning {
	margin: 0;
	padding: 4px 0 6px 0;
	background-color: #fffbdf;
	font-size: 12px;
	text-align: center;
	color: #555;
}
/* メンテ案内 */
/* 配送案内など */
.attention {
	margin: 10px 0;
	padding: 8px;
	background-color: #fffbdf;
	font-size: 12px;
	color: #555;
	line-height: 1.5em;
}
/* 配送案内など */




/*------------------------------------------------------------------------------
   080818リニューアルのトップ用CSS（class名は全て「top-」から）

------------------------------------------------------------------------------*/
a.top-img-link:link, a.top-img-link:visited, a.top-img-link:active, a.top-img-link:hover {
	border: none;
}

.top-wrap {
	width:860px;
	background: url("../toppage/bg.png") ;
	font-size:small;
}

.top-wrap * {
	margin:0;
	padding:0;
	list-style:none;
}

.top-left {
	width:637px;
	float:left;
}

.top-main {
	margin-bottom:9px;
}

.top-category {
	width:637px;
}

.top-category-div {
	background: url("../toppage/category-bg.jpg") no-repeat;
	float:left;
	width:200px;
	padding-right:10px;
}

.top-category ul {
	margin:7px 10px 15px 10px;
}

.top-category li {
	line-height:1.4;
	background: url("../toppage/icon.png") no-repeat 0 .5em;
	padding-left:10px;
}

.top-hr {
height:25px;
background:#ebebeb;
border:none;
margin-right:17px;
}

.top-special {
	width:637px;
}

.top-special h3 {
	margin-top:5px;
	margin-bottom:2px;
}

.top-banner {
	width:265px;
	float:left;
	margin:0 9px 0 0;
}

.top-banner li {
	margin:0 0 9px 0;
}

.top-banner li img{
	vertical-align:bottom;
}

.top-topics {
	width:346px;
	float:left;
	margin:0 0 0 0;
}

.top-topics li {
	width:332px;
	min-height:55px;

	/*IE6*/
	height: auto !important;
	height: 55px;
	/*IE6*/

	background:#f4f4f4;
	margin:0 0 4px 0;
	padding:7px;
}

.top-topics div {
	border:solid #cbcbcb 1px;
	float:left;
	margin-right:7px;
}

.top-topics h4 a:link, .top-topics h4 a:visited{
	font-size:small;
	font-weight:bold;
}

.top-topics h4 a:active, .top-topics h4 a:hover{
	font-size:small;
	font-weight:bold;
}

.top-topics p{
	line-height:1.3;
	margin-top:4px;
}

.top-recommend {
	width:624px;
}


.top-recommend h3 {
	margin-top:10px;
	margin-bottom:2px;
}


.top-recommend-term {
	float:right;
	padding:2px;
}

.top-recommend div {
	width:150px;
	float:left;
	margin:0 6px 0 0;
}

.top-recommend h4 {
	margin:0 0 3px 0px;
}

.top-recommend-image{
	width:148px;
/* 2009/06/18 レコメンド追加のため */
/*	background: #f1f1f1;*/
/*	border:solid #cbcbcb 1px;*/
	text-align:center;
}

.top-recommend-name {
	margin-top:5px;
	line-height:1.3;
	width:145px;
}
	.top-recommend-name  a:link, .top-recommend-name a:visited, 
	.recommend_box_name  a:link, .recommend_box_name a:visited {
		border-bottom: 1px solid #aaa;
		color: #333;
		font-weight: normal;
		text-decoration: none;
	}
	.top-recommend-name  a:active, .top-recommend-name a:hover,
	.recommend_box_name  a:active, .recommend_box_name a:hover {
		border-bottom: 1px solid #aaa;
		color: #00b0ec;
		font-weight: normal;
		text-decoration: none;
	}


.top-recommend-link {
	margin:10px 0 20px 0;
	padding-left:9px;
	background: url("../toppage/icon.png") no-repeat 0 .4em;
}

.top-rss {
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	width:616px;
	margin: 0;
	margin-bottom: 20px;
	border: 1px solid #DEDEDE;
	background: none;
	padding-bottom: 0;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
}

.top-rss a {
	display:block;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	margin-bottom: 0;
	border:none;
	line-height:1.0em;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
}

.top-rss a:visited, .top-rss a:active,  .top-rss a:hover{
	border:none;
}

.top-rss-date {
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	margin:0 0 10px 17px;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
}

.top-rss p {
	margin:5px 20px 15px 17px;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	line-height:1.3em;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
}

.top-rss-more {
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	margin:-5px 20px 12px 0;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	text-align:right;
}

.top-right {
	width:223px;
	float:right;
}

.top-right ul {
	width:203px;
	margin:10px;
}

.top-right ul li {
	width:203px;
	margin-bottom:6px;
}

.top-right ul li img{
	baseline:bottom;
}

/*2010/1/18 EDIT BY ECM prdlist3列調整 */
.top-right-info ul{
	width: 183px;
	background: white; 
	padding: 10px;
	margin-top: 0;
}

.top-right-info ul li{
	width: 183px;
	line-height: 1.3em;
}
/*2010/1/18 EDIT BY ECM prdlist3列調整 */

.top-clear {
	clear:both;
	display:block;
}






/*------------------------------------------------------------------------------
   bodywrap - style
------------------------------------------------------------------------------*/
.bodywrap {
	width: 860px;
}

.leftcolumn {
	float: left;
	width: 223px;
	margin-bottom: 10px;
}

.contentcolumn {
	float: left;
	padding-left: 17px;
	width: 620px;
}

.kwsearcharea {
	
	}
	
	.kwsearcharea span {
		margin: 0 18px;
	}
	
	.kwsearcharea p {
		margin-top: 8px;
	}
	
	.kwsearcharea div {
		margin-top: 18px;
	}
	
	.kwsearcharea div img {
		padding: 0 5px;
		vertical-align: middle;
	}
	
	.kwsearcharea select {
		vertical-align: middle;
	}

.wishitembox {
	display: inline;
	float: left;
	margin: 20px 8px 0 8px;
	width: 414px;
	}
	
	.wishitembox p {
		margin: 0;
	}
	
	.wishitembox table {
		border: 1px solid #ccc;
		font-size: 12px;
		text-align: left;
		line-height: 1.3em;
		}
		
		.wishitembox table th {
			padding: 6px;
			border: 1px solid #ccc;
			background: #e4e0d7;
		}
		
		.wishitembox table td {
			padding: 6px;
			border: 1px solid #ccc;
			}
			
			.wishitembox table th.itemhead {
				background: #fff;
				font-size: 14px;
			}

.wishcheckbox {
	vertical-align: middle;
	margin: 0 3px 0 0;
	padding: 0;
}

.mailmagcontainer {
	margin-top: 10px;
	width: 700px;
}

.clleft {
	display: block;
	float: left;
	margin-right: 30px;
	width: 404px;
}

.clright {
	display: block;
	float: left;
	width: 404px;
}

.dcllab {
	float: left;
	width: 342px;
}

.clleadtxt {
	float: left;
	margin: 0 0 0 10px;
	width: 284px;
	}
	
	.clleadtxt h3 {
	margin: 0;
	}
	
	.clleadtxt p {
	margin: 10px 0 0 0;
	}

.clsubtxt {
	margin: 10px 0 0 0;
	padding: 0 0 1px 0;
	font-size: 12px;
	line-height: 1.5em;
	}
	.clsubtxt span {
		padding: 0 8px 0 5px;
		color: #999;
	}

.clcross {
	clear: both;
	margin: 0;
	padding: 0;
	height: 31px;
	background: url(../store/p_line_cross.png) no-repeat center 0;
}

.dclbox {
	clear: both;
	width: 395px;
	height: 136px;
	font-size: 12px;
	background: #e4dfd7 url("../shared/p_box_02_btm.png") no-repeat bottom left;
	}
	
	.dclbox a:link, .dclbox a:visited, .dclbox a:active, .dclbox a:hover {
		border: none;
	}
	
	.dclbox div {
		padding: 19px 12px;
		background: url("../shared/p_box_02_top.png") no-repeat top left;
		}
/*2007/10/11 add BY ECM カタログ請求のデジカタ案内*/
		.dclbox dl dt {
			float: left;
			padding-right: 12px;
			width: 69px;
		}
		
		.dclbox dl dd {
			float: left;
			width: 280px;
		}
		
		.dclbox dl dd img {
			margin-top: 10px;
		}
/*2007/10/11 add BY ECM カタログ請求のデジカタ案内*/
/*2007/10/11 del BY ECM カタログ請求のデジカタ案内*/		
		.dclbox p {
			margin: 0;
		}
		
		.dclbox .leftobj {
			margin-right: 12px;
			float: left;
		}
		
		.dclbox .dclbtn {
			margin-top: 20px;
		}
/*2007/10/11 del BY ECM カタログ請求のデジカタ案内*/		

.mypagebox {
	height: 160px;
}

.mypagebox dl {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	.mypagebox dl dt {
		margin: 5px 0 0 0;
		padding: 0 0 0 13px;
		background: url("../shared/p_square_s.png") no-repeat top left;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.2em;
	}
	
	.mypagebox dl dd {
		margin: 10px 0 10px 15px;
		padding: 0;
		line-height: 1.5em;
	}

.smaplist ul {
	list-style-type: none;
	margin: 0 0 0 60px;
	padding: 0;
	}
	
	.smaplist ul li {
		margin: 8px 0 0 0;
		padding: 0 0 0 10px;
		line-height: 1.3em;
		background: url("../shared/p_arrow_01.png") no-repeat 0 5px;
	}

.subsmaplist ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
	.subsmaplist ul li {
		margin: 8px 0 0 0;
		padding: 0;
		line-height: 1.3em;
		background: none;
	}

.smaphead {
	margin: 20px 0 0 30px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}

.smaptxt {
	margin: 5px 0 0 60px;
	padding-left: 1em;
	font-size: 12px;
	text-indent: -1em;
}

.stepupbox {
	margin-top: 20px;
	padding: 10px;
	width: 50%;
	height: 1%;
	border: 1px solid #ccc;
	}
	
	.stepupbox p {
		margin: 0;
	}


/*------------------------------------------------------------------------------
   2009/4/15  BY ECM サイトマップ
------------------------------------------------------------------------------*/

		.smp-title {
		background:none;
		margin:20px 0 5px 0;
		padding:0;
		}

		.smp-left {
			width:414px;
			float:left;
			margin:0 16px 0 0;
			padding:0;
			}

		.smp-right {
			width:430px;
			float:right;
			margin:0;
			padding:0;
			}

		.smp-left a:link,.smp-left a:visited,
		.smp-right a:link,.smp-right a:visited,
		.smp-w a:link,.smp-w a:visited,
		.smp-i a:link,.smp-i a:visited,
		.smp-f a:link,.smp-f a:visited,
		.smp-h a:link,.smp-h a:visited,
		.smp-o a:link,.smp-o a:visited,
		.smp-s a:link,.smp-s a:visited,
		.smp-c a:link,.smp-c a:visited,
		.smp-m a:link,.smp-m a:visited {
			color:#333333;
			}

		.smp-w ul, .smp-i ul, .smp-f ul, .smp-h ul, .smp-o ul, .smp-s ul, .smp-c ul, .smp-m ul {
			width:215px;
			float:left;
			margin:0 0 30px 0;
			padding:0;
			list-style:none;
			line-height:2.0;
			font-size:12px;
		}


		.smp-w ul li, .smp-i ul li, .smp-f ul li, .smp-h ul li, .smp-o ul li, .smp-s ul li, .smp-c ul li, .smp-m ul li {
			padding:0 0 0 15px;
			}

		.smp-w h3, .smp-i h3, .smp-f h3, .smp-h h3, .smp-o h3, .smp-s h3, .smp-c h3, .smp-m h3 {
			margin:0;
			height:32px;
			background:url("../sitemap/bg.jpg") repeat-x; padding:5px 0 0 10px;
			line-height:2.0;
			clear:both;
			}

		.smp-w h3 a:link, .smp-w h3 a:visited {
			font-weight:bold;
			color:#cb2d86;
			}

		.smp-w ul li {
			background:url("../sitemap/icon-w.jpg") no-repeat 0 8px;
			}

		.smp-i h3 a:link, .smp-i h3 a:visited {
			font-weight:bold;
			color:#7e83ee;
			}

		.smp-i ul li {
			background:url("../sitemap/icon-i.jpg") no-repeat 0 8px;
			}

		.smp-f h3 a:link, .smp-f h3 a:visited {
			font-weight:bold;
			color:#ff5400;
			}

		.smp-f ul li {
			background:url("../sitemap/icon-f.jpg") no-repeat 0 8px;
			}

		.smp-h h3 a:link, .smp-h h3 a:visited {
			font-weight:bold;
			color:#7fb412;
			}

		.smp-h ul li {
			background:url("../sitemap/icon-h.jpg") no-repeat 0 8px;
			}

		.smp-o h3 a:link, .smp-o h3 a:visited {
			font-weight:bold;
			color:#ec0d0d;
			}

		.smp-o ul li {
			background:url("../sitemap/icon-o.jpg") no-repeat 0 8px;
			}

		.smp-s h3 a:link, .smp-s h3 a:visited {
			font-weight:bold;
			color:#146491;
			}

		.smp-s ul li {
			background:url("../sitemap/icon-s.jpg") no-repeat 0 8px;
			}

		.smp-c h3 a:link, .smp-c h3 a:visited {
			font-weight:bold;
			color:#cb2d86;
			}

		.smp-c ul li {
			background:url("../sitemap/icon-c.jpg") no-repeat 0 8px;
			}

		.smp-m h3 a:link, .smp-m h3 a:visited {
			font-weight:bold;
			color:#996633;
			}

		.smp-m ul li {
			background:url("../sitemap/icon-m.jpg") no-repeat 0 8px;
			}

		.smp-ul-left {
			font-size:12px;
			line-height:2.3;
			width:207px;
			float:left;
			margin:0 0 30px 0;
			padding:0;
			list-style:none;
			}

		.smp-ul-left li{
			background:url("../sitemap/icon.jpg") no-repeat 0 9px; padding:0 0 0 15px;
			}

		.smp-ul-right {
			font-size:12px;
			line-height:2.3;
			width:207px;
			float:right;
			margin:0 0 30px 0;
			padding:0;
			list-style:none;
			}

		.smp-ul-right li{
			background:url("../sitemap/icon.jpg") no-repeat 0 9px; padding:0 0 0 15px;
			}

		.smp-child {
			list-style:none;
			margin-left:15px;
			}

		.smp-child li{
			background:url("../sitemap/dot.jpg") no-repeat 0 9px; padding:0 0 0 10px;
			}



		.smp-cat {
			margin:0;
			color:#666666;
			height:32px;
			background:url("../sitemap/bg.jpg") repeat-x; padding:5px 0 0 10px;
			line-height:2.0;
			clear:both;
			}

		.smp-cap {
			margin:-10px 0 10px 10px;
			padding:0;
			font-size:12px;
		}


/*------------------------------------------------------------------------------
   orderwrap - style
------------------------------------------------------------------------------*/
.orderwrap {
	width: 860px;
}

.accountingbnr {
	float: left;
/*	width: 203px;*/
/*	border: 1px solid #ccc;*/
	}
	
	.accountingbnr a:link, .accountingbnr a:visited, .accountingbnr a:active, .accountingbnr a:hover {
		border: none;
	}

.costcontainer {
	padding: 10px 0 15px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.accountingcontainer {
	color: #999;
	font-size: 12px;
	text-align: right;
	}
	
	.accountingcontainer span {
		margin: 0 10px;
	}
	
	.accountingbtn {
		float: right;
		}
		
		.accountingbtn img {
			margin-left: 20px;
			vertical-align: text-bottom;
		}
		
		.accountingbtn a:link, .accountingbtn a:visited, .accountingbtn a:active, .accountingbtn a:hover {
			border: none;
		}

	.accountingmenu {
		float: right;
		/*margin-top: 18px;*/
		/*padding-bottom: 1px;*/

		text-align:center;
		margin:8px 0;
		padding:6px;
		background-color:#ffffff;



		}
		.accountingmenu div {
			display: inline;
		}

.step1 {
	display: block;
	width: 100%;
	background: url(../store/p_step1.png) no-repeat center right;
}

.step2 {
	display: block;
	width: 100%;
	background: url(../store/p_step2.png) no-repeat center right;
}

.step3 {
	display: block;
	width: 100%;
	background: url(../store/p_step3.png) no-repeat center right;
}

/*ゲスト購入*/
.step01_guest {
	 display: block;
	 width: 100%;
	 background: url(../store/step01_guest.png) no-repeat center right;
}

.step02_guest {
	 display: block;
	 width: 100%;
	 background: url(../store/step02_guest.png) no-repeat center right;
}

.step03_guest {
	 display: block;
	 width: 100%;
	 background: url(../store/step03_guest.png) no-repeat center right;
}

.step04_guest {
	 display: block;
	 width: 100%;
	 background: url(../store/step03_guest.png) no-repeat center right;
}

.step05_guest {
	 display: block;
	 width: 100%;
	 background: url(../store/step04_guest.png) no-repeat center right;
}

.step06_guest {
	 display: block;
	 width: 100%;
	 background: url(../store/step03_guest.png) no-repeat center right;
}

.step07_guest {
	 display: block;
	 width: 100%;
	 background: url(../store/step07_guest.png) no-repeat center right;
}


/*会員購入*/
.step01_member {
 		 display: block;
		 width: 100%;
		 background: url(../store/step01_member.png) no-repeat center right;
}

.step02_member {
		 display: block;
		 width: 100%;
		 background: url(../store/step01_member.png) no-repeat center right;
}

.step03_member {
		 display: block;
		 width: 100%;
		 background: url(../store/step02_member.png) no-repeat center right;
}

.step04_member {
		 display: block;
		 width: 100%;
		 background: url(../store/step02_member.png) no-repeat center right;
}

.step05_member {
		 display: block;
		 width: 100%;
		 background: url(../store/step05_member.png) no-repeat center right;
}

.messagecard {
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.delcap {
	margin: 0 0 0 6.3em;
	font-size: 12px;
}

.shippricebox {
	float: left;
	margin-top: 20px;
	padding: 10px;
	width: 200px;
	height: 1%;
	border: 1px solid #ccc;
}

.innerobjleft {
	float: left;
	display: inline;
}

.innerobjright {
	float: left;
	margin-left: 10px;
	display: inline;
}
/* 2007/11/7 ADD BY ECM order_shipto ラジオボタン*/
.deliverybox li {
	margin: 5px 60px 0px 0px;
	float: left;
	list-style-type: none;
}
/* 2007/11/7 ADD BY ECM order_shipto */
/*
.deliverybox p {
	margin: 5px 0;
}
*/
.paymentbox p {
	margin: 5px 0;
}
/* 2007/10/30 add BY ECM order_confirm */
.paymentbox .subselect {
	background-color: #ebebeb;
	width: 560px;
	padding-left: 15px;
}
/*.paymentbox .subselect p{
	padding: 2px 8px;
}*/
/* 2007/10/30 add BY ECM order_confirm */
.rappinng p {
	margin-top: 5px;
}

/*------------------------------------------------------------------------------
   shopwrap - style
------------------------------------------------------------------------------*/
.shopwrap {
	width: 860px;
	background: url("../shared/p_menuback.png") repeat-y top left;
}

.headbnr {
	float: left;
	padding: 2px;
	width: 150px;
}

/* キャンペンバナー用 START */
.campaign_bnr {
	width: 203px;
	}
.horizontal_bnr li{
	display: inline;
	list-style-type: none;
	}
.vertical_bnr li{
	list-style-type: none;
	}
.cart_campaign ul li{
	margin: 0 3px;
	}
.peob_campaign_bnr {
	width: 580px;
	}
.peob_campaign_bnr ul li{
	float: left;
	list-style-type: none;
/*	margin-right: 5px;*/
	padding: 5px 35px;
/*	background-color: #e4e0d7;*/
	}
/* キャンペンバナー用 END */

.activetab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 223px;
	height: 32px;
	background: #fff;
	}
	
	.activetab ul li.categorytab_active {
		float: left;
		margin: 0;
		padding: 0;	
		width: 111px;
		height: 32px;
	}

	.activetab ul li.categorytab_active a {
		display: block;
		width: 111px;
		height: 32px;
		overflow: hidden;
	}


	.activetab ul li.collectiontab_active {
		float: left;
		margin: 0;
		padding: 0;	
		width: 112px;
		height: 32px;
	}

	.activetab ul li.collectiontab_active a {
		display: block;
		width: 112px;
		height: 32px;
		overflow: hidden;
	}

	.activetab ul li.categorytab {
		float: left;
		margin: 0;
		padding: 0;	
		width: 111px;
		height: 32px;
	}

	.activetab ul li.categorytab a {
		display: block;
		width: 111px;
		height: 32px;
		overflow: hidden;
	}

	.activetab ul li.collectiontab {
		float: left;
		margin: 0;
		padding: 0;	
		width: 112px;
		height: 32px;
	}

	.activetab ul li.collectiontab a {
		display: block;
		width: 112px;
		height: 32px;
		overflow: hidden;
	}
	
	.activetab ul li a:link, .activetab ul li a:visited, .activetab ul li a:active, .activetab ul li a:hover {
		border: none;
	}
	
	.activetab ul li.categorytab {
		margin-right: 0px;
		background: transparent url('../category/btn_category.png') 0 0 no-repeat;
	}

	.activetab ul li.categorytab_active {
		margin-right: 0px;
		background: transparent url('../category/btn_category_on.png') 0 0 no-repeat;
	}

	.activetab ul li.collectiontab {
		background: transparent url('../category/btn_collection.png') 0 0 no-repeat;
	}

	.activetab ul li.collectiontab_active {
		background: transparent url('../category/btn_collection_on.png') 0 0 no-repeat;
	}

	.activetab span.m_categorylink {
		/* don't display the text category name */
		display: none;
	}

.contenthide {
	display: none;
}

.content {
	clear: both;
	padding: 0;
	background: #e4e0d7;
}

/* 2007/10/17 add BY ECM 左メニューの文字サイズを小さく */
.tabmenu {
	font-size: 13px;
	}
/* 2007/10/17 add BY ECM 左メニューの文字サイズを小さく */

.tabmenu ul {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	}
	
	.tabmenu ul li {
		margin: 0;
		padding: 5px 0;
		line-height: 1.5em;
	}
	
	.tabmenu ul li.self {
		margin-top: 3px;
		padding: 6px 12px 6px 46px;
		background: #999;
		color: #fff;
		font-weight: bold;
	}
	
	.tabmenu ul li.mself {
		margin-top: 3px;
		padding: 6px 12px 6px 23px;
		background: #999;
		color: #fff;
		font-weight: bold;
	}

	.tabmenu ul li div.mself {
		margin: 3px 0 0 0;
		padding: 6px 12px 6px 23px;
		background: #999;
		color: #fff;
		font-weight: bold;
	}
	
	.tabmenu ul li div {
		margin: 0 12px 0 15px;
		padding: 0 8px;
		background: url("../shared/p_arrow_01.png") no-repeat 0 5px;
	}
	
	.tabmenu ul li div.subnavi {
		margin: 0 12px 0 36px;
		padding: 0 10px;
	}

.columnbnr {
	margin: 30px 9px 0 9px;
/*	border: 1px solid #ccc;*/
	}
	
	.columnbnr a:link, .columnbnr a:visited, .columnbnr a:active, .columnbnr a:hover {
		border: none;
	}

.catmainpic a:link, .catmainpic a:visited, .catmainpic a:active, .catmainpic a:hover {
	border: none;
}

.landingbnr {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 177px;
	}
	
	.landingbnr li {
		float: left;
	}
	
	.landingbnr li.landingbnr1 {
		margin-right: 7px;
	}
	
	.landingbnr li.landingbnr2 {
		margin-right: 6px;
	}
	
	.landingbnr li.landingbnr3 {
		margin-right: 7px;
	}
	
	.landingbnr li.landingbnr4 {
		margin-right: 0;
	}
	
	.landingbnr li a {
		display: block;
		border-top: 3px solid #333;
	}
	
	.landingbnr li a:link, .landingbnr li a:visited, .landingbnr li a:active, .landingbnr li a:hover {
		border-bottom: none;
	}
	
	.landingbnr li img {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

.featuredbox {
	clear: both;
	margin-top: 10px;
	padding-top: 4px;
	width: 100%;
	background: #e4e0d7 url("../category/p_box_01_top.png") no-repeat top;
	}
	
	.featuredboxb {
		overflow: auto;
		padding: 6px 34px 10px 34px;
		background: #e4e0d7 url("../category/p_box_01_btm.png") no-repeat bottom;
	}
	
	.featuredbox ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.featuredbox ul li {
		float: left;
		margin: 10px 0;
		padding: 0;
	}
	
	.featuredbox ul li.rightbnr {
		margin-right: 20px;
	}
	
	.featuredbox ul li a {
		display: block;
		margin: 0;
		width: 265px;
		height: 90px;
	}
	
	.featuredbox ul li a:link, .featuredbox ul li a:visited, .featuredbox ul li a:active, .featuredbox ul li a:hover {
		border: none;
	}

.catbnr ul {
	overflow: hidden;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 80px;
	}
	
	.catbnr ul li {
		float: left;
	}
	
	.catbnr ul li {
		margin-right: 10px;
	}
	
	.catbnr ul li.catbnrend {
		margin-right: 0;
	}
	
	.catbnr ul li a {
		display: block;
		border-top: 3px solid #333;
	}
	
	.catbnr ul li a:link, .catbnr ul li a:visited, .catbnr ul li a:active, .catbnr ul li a:hover {
		border-bottom: none;
	}
	
	.catbnr ul li img {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

.lifeleft {
	display: block;
	float: left;
	margin-right: 40px;
	width: 409px;
	}
	
	.liferight {
		display: block;
		float: left;
		width: 409px;
		}
		
		.lifepic {
			float: left;
			margin-right: 20px;
			}
			
			.lifepic a:link, .lifepic a:visited, .lifepic a:active, .lifepic a:hover {
				border: none;
			}
		
		.lifeleft dl dt, .liferight dl dt {
			margin-bottom: 8px;
		}
		
		.lifeleft dl dd.lifebtn, .liferight dl dd.lifebtn {
			margin-top: 8px;
		}
		
		.lifebtn a:link, .lifebtn a:visited, .lifebtn a:active, .lifebtn a:hover {
			border: none;
		}

.landingbox {
	margin-top: 10px;
	}
	
	.landingbox a:link, .landingbox a:visited, .landingbox a:active, .landingbox a:hover {
		border: none;
	}

.friendwrap {
	margin: 0 auto;
	width: 760px;
}

.friendbox p {
	margin: 5px 0;
}

.rankpicbox {
	float: left;
	margin-right: 10px;
	width: 152px;
	}
	
	.rankpic {
		display: block;
		margin: 0 0;
	}
	
	.rankzoombtn {
		display: block;
		margin: 5px 0 0 0;
		width: 51px;
		}
		
		a.rankpic:link, a.rankpic:visited, a.rankpic:active, a.rankpic:hover,
		a.rankzoombtn:link, a.rankzoombtn:visited, a.rankzoombtn:active, a.rankzoombtn:hover {
			border: none;
		}

.rankbox {
	margin-top: 10px;
	padding: 10px;
	height: 1%;
	border: 1px solid #ccc;
	}
	
	.rankbox dl {
		float: right;
		width: 436px;
		}
		
		.rankbox dl dt {
			padding: 35px 0 5px 0;
			font-size: 14px;
			}
			
			.rankbox dl dt.rank1 {
				background: url(../shared/p_rank_no01.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank2 {
				background: url(../shared/p_rank_no02.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank3 {
				background: url(../shared/p_rank_no03.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank4 {
				background: url(../shared/p_rank_no04.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank5 {
				background: url(../shared/p_rank_no05.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank6 {
				background: url(../shared/p_rank_no06.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank7 {
				background: url(../shared/p_rank_no07.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank8 {
				background: url(../shared/p_rank_no08.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank9 {
				background: url(../shared/p_rank_no09.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank10 {
				background: url(../shared/p_rank_no10.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank11 {
				background: url(../shared/p_rank_no11.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank12 {
				background: url(../shared/p_rank_no12.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank13 {
				background: url(../shared/p_rank_no13.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank14 {
				background: url(../shared/p_rank_no14.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank15 {
				background: url(../shared/p_rank_no15.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank16 {
				background: url(../shared/p_rank_no16.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank17 {
				background: url(../shared/p_rank_no17.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank18 {
				background: url(../shared/p_rank_no18.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank19 {
				background: url(../shared/p_rank_no19.png) no-repeat top left;
			}
			
			.rankbox dl dt.rank20 {
				background: url(../shared/p_rank_no20.png) no-repeat top left;
			}
		
		.rankprice {
			padding-bottom: 15px;
			font-weight: bold;
		}
		
		.ranktxt {
			float: left;
			width: 204px;
			padding-right: 30px;
			line-height: 1.3em;
		}
		
		.speclist {
			float: left;
			width: 202px;
			color: #666;
			font-size: 12px;
			line-height: 1.5em;
			}
			
			.speclist ul {
				margin: 0 0 0 15px;
			}

.itembox {
	margin-top: 10px;
	height: 1%;
	background: #e4e0d7;
}

.itembox dl {
	float: left;
	margin: 0;
	padding: 10px;
	width: 150px;
	height:246px;
	font-size: 12px;
	line-height: 1.4em;
	}
	
	.itembox dl dt {
		margin: 0;
		padding: 0;
		}
		
		.itembox dl dt a:link, .itembox dl dt a:visited, .itembox dl dt a:active, .itembox dl dt a:hover {
			border: none;
		}
		
		.itembox dl dt img{
			display: block;
		}
	
	.itembox dl dd {
		margin: 0;
		padding: 0;
		height: 98px;
		}
		
		.itembox dl dd span {
			display: block;
		}

/* added by ECM 2008/01/23 prdlist floating mark */
.mark {
	position: absolute;
	}
			
/* IEバグ対策　下記はIEでしか効かない 2010/01/18修正 */

.ie6 .mark {
	position: absolute;
	margin-left: -100px;
	}

/* added by ECM 2008/01/23 prdlist floating mark END */


.prdlistbox dl {
	float: left;
	display: inline;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	margin: 10px 3px 0 3px;
	padding: 0;
	width: 200px;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
	font-size: 12px;
	line-height: 1.4em;
	}
	
	.prdlistbox dl dt {
		margin: 0;
		padding: 0;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
		height: 200px;
	/*2010/1/18 EDIT BY ECM prdlist3列調整 */
		}
		
		.prdlistbox dl dt a:link, .prdlistbox dl dt a:visited, .prdlistbox dl dt a:active, .prdlistbox dl dt a:hover {
			border: none;
	/*2007/11/21 ADD BY ECM prdlistリンク可能領域の設定 */
			display: block;
	/*2007/11/21 ADD BY ECM prdlistリンク可能領域の設定 */
		}
		
		.prdlistbox dl dt img {
			display: block;
		}
	
	.prdlistbox dl dd {
		margin: 0;
		padding: 0;
		}
		
		.prdlistbox dl dd span {
			display: block;
		}

.itembox dl dd a.zoombtn,
.prdlistbox dl dd a.zoombtn {
	display: block;
	margin: 5px 0;
	width: 50px;
}

.itembox dl dd a.zoombtn:link, .itembox dl dd a.zoombtn:visited, .itembox dl dd a.zoombtn:active, .itembox dl dd a.zoombtn:hover,
.prdlistbox dl dd a.zoombtn:link, .prdlistbox dl dd a.zoombtn:visited, .prdlistbox dl dd a.zoombtn:active, .prdlistbox dl dd a.zoombtn:hover {
	border: none;
}

.sortitem {
	margin-top: 10px;
	font-size: 12px;
	text-align: right;
	}
	
	.sortitem span {
		margin: 0 10px;
		color: #999;
	}

.kwlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	.kwlist ul li {
		float: left;
		display: inline;
		margin: 3px;
		padding: 0 10px 1px 0;
		width: 183px;
		}
	.kwlist ul li.kwself {
		font-weight: bold;
		}

/*20071015 add BY ECM 税込について記載箇所変更*/
.taxinclude {
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;	
	margin: 20px 0 0 0;
}
/*20071015 add BY ECM 税込について記載箇所変更*/

.pagenumcontainer {
	margin-top: 10px;
	padding: 7px;
	background: #e6e6e6;
	font-size: 12px;
	}
	
	.pagenumcontainer .cap {
		float: left;
		padding-bottom: 1px;
	}
	
	.pagenumcontainer .num01 {
		float: right;
		padding-bottom: 1px;
	}
	
	.pagenumcontainer .num02 {
		text-align: right;
		padding-bottom: 1px;
	}
	
	.pagenumcontainer span {
		margin: 0 5px;
	}
	
	.pagenumcontainer span.line {
		margin: 0 8px;
		color: #999;
		}
		
		.pagenumcontainer span em {
			color: #333;
			font-style: normal;
			font-weight: bold;
		}

/*------------------------------------------------------------------------------
   contentwrap - style
------------------------------------------------------------------------------*/
.contentwrap {
	width: 860px;
	background: url("../shared/p_menuback_02.png") repeat-y top left;
}

.searcharea {
	padding: 0 15px;
	}
	
	.searcharea select {
		margin-top: 10px;
	}
	
	.kwbox {
		display: block;
		margin-top: 10px;
		width: 182px;
	}

.searchpricearea p {
	margin-top: 10px;
	}
	
	.searchpricearea p input {
		width: 116px;
		margin: 0 8px;
	}

/*------------------------------------------------------------------------------
   itemwrap - style
------------------------------------------------------------------------------*/
.itemwrap {
	width: 860px;
	background: url("../shared/p_menuback_03.png") repeat-y top left;
}
.itemcolumn {
	float: left;
	width: 620px;
}

.rightcolumn {
	float: right;
	padding-left: 17px;
	width: 223px;
	margin-bottom: 10px;
	}
	
	.rightcolumn p {
		margin: 0;
	}

.itemsubbox {
	margin-bottom: 7px;
	width: 368px;
	}
	
	.itemsubbox p {
		margin: 0;
	}
	
	.itemsubbox img.attributeicon {
		float: left;
		margin: 0 4px 0 0;
	}

.txtsizebtn {
	width: 119px;
	height: 19px;
	}
	
	.txtsizebtn .sizebtn {
		margin-right: 3px;
	}
	
	.txtsizebtn a:link, .txtsizebtn a:visited, .txtsizebtn a:active, .txtsizebtn a:hover {
		border: none;
	}

.txtsetting {
	width: 368px;
	}
.txtsetting table {
/* 2008/08/11 DEL BY ECM
	width: 368px;
*/
	border: 1px solid #ccc;
	text-align: left;
	}
	
	.txtsetting table th {
		padding: 7px;
		border: 1px solid #ccc;
		background: #e4e0d7;
		width: 25%;
		}
		
		.txtsetting table td.productname {
			background: #fff;
			font-weight: bold;
			font-size: 1.5em;
		}
		.txtsetting table td.productname h1 {
				margin: 0;
				padding: 0;
				border-bottom: none;
				background: none;
		}

	.txtsetting table td {
		padding: 7px;
		border: 1px solid #ccc;
		}
		
		.txtsetting table ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			}
			
			.txtsetting table ul li {
/*				display: inline;*/
				margin-right: 5px;
			}
/* 2007/11/22 ADD BY ECM prdso */
	.txtsetting div.alternatelist li {
		margin-left: 20px;
		}		
	.txtsetting table td.detail_description ul {
		list-style-type: disc;
		padding-left: 10px;
		}
/* 2007/11/22 ADD BY ECM prdso */
/* 2008/3/28 ADD BY ECM product 特徴 */
	.txtsetting table td.detail_description li {
		margin-left: 7px;
		padding: 0;
		}
/* 2008/3/28 ADD BY product 特徴 */
/* 2008/2/21 ADD BY ECM product */
	.txtsetting table td.pcare img{
		vertical-align: middle;
		}
/* 2008/2/21 ADD BY ECM product */

.itempic {
/* 2008/08/11 del by ECM
	border: 10px solid #e4e0d7;
*/
}
/* 2008/08/11 add by ECM プロダクトWページメイン画像*/
.product_pic {
	margin-bottom: 15px;
}
/* 2008/08/11 add by ECM zoomボタンを画像の上に移動*/
.kakudai {
}
/* 2008/08/11 add by ECM */
.otheritem ul {
	clear: both;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
/* 2008/08/11 del by ECM */
/*	height: 1%;*/
	vertical-align: middle;
	width: 222px;
	}
	
	.otheritem ul li {
		float: left;
		margin: 0 4px 4px 0;
		padding: 0;
		width: 106px;
	}
	
	.otheritem ul li.otherend {
		margin: 0 0 4px 0;
		}
		
		.otheritem ul li img.otherpic {
			/* 2008/08/11 arrange BY ECM */
/*			width: 96px;*/
			border: 5px solid #e4e0d7;
			}
		
		.otheritem ul li a.otherzoombtn {
			display: block;
			margin: 5px 0 0 0;
			width: 50px;
		}
		
		a.otherzoombtn:link, a.otherzoombtn:visited, a.otherzoombtn:active, a.otherzoombtn:hover {
			border: none;
		}

.expbox {
	margin-top: 20px;
	/* deleted by Kilian padding: 10px; */
	/* deleted 090223 IE7表示崩れ対応 height: 1%;*/
	line-height: 1.5em;
	/* deleted by Kilian border: 1px solid #ccc; */
	}
/* delete BY ECM productの詳細説明部分	
	.expbox img {
		float: left;
	}
*/	
	.expbox p {
		float: left;
		margin-left: 10px;
		font-size: 12px;
		line-height: 1.5em;
	}
	.expbox ul {
		padding-left: 15px;
		}

/* 2008/08/11 MORE INFO AREA */
.detail_pic ul{
	clear: both;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	margin-top: 4px;
	}
	.detail_pic ul li{
		float:left;
		margin-right:4px;
/*		width:  150px;  2008/02/13 MORE INFOx12対応のため削除 */
		}
	.detail_pic ul li p{
		margin-top: 4px;
		margin-bottom: 8px;
		}

.detail_txt {
	clear: both;
	background-color: #e4e0d7;
	padding: 10px;
	height: 1%;
	margin: 0;
	}
	.detail_txt p{
		margin:  0 0 15px 0;
		padding: 0;
		}
		 
/* 2008/08/11 MORE INFO AREA */


.productsubarea {
	margin: 0;
	padding: 5px 8px;
	background-color: #e6e6e6;
	}


/* added 01/29/08 for blog link */
	.bloglink {
		float: left;
		margin: -2px 0 0 20px;
		}
	/* 2007/11/01 add BY ECM productページ右エリア*/
	.productsubarea p{
		margin-top: 8px;
		}

	.productsubarea div.sentaku {
		vertical-align:top;
		float:left;
		width: 4em;
	}
	.productsubarea div.sentaku select{
		float:left;
	}
	.productsubarea .zaiko {
		float: right;
		margin: 0 15px 0 0;
	}
	.productsubarea .addtomylist {  	/* マイリストに入れるボタン */
		padding: 8px 0 8px 100px;
	}

	.shoppingcredit dt {
		margin-right: 5px;
/*		vertical-align:top;*/
	}
	.shoppingcredit dd {
		vertical-align:top;
	}
	.guide_list {
		border: 1px solid #CCC;
		margin-bottom: 10px;
		width: 366px;
	}
	.guide_list p {
		background-color:#e6e6e6;
		padding: 2px;
		margin: 0;
	}
	.guide_list ul {
		padding: 4px 8px;
	}
	.guide_list ul.guide_right {
		float:right;
	}
	.guide_list ul.guide_left {
		float: left;
		width: 50%;
	}
	.guide_list ul li {
		background: url('../shared/p_arrow_01.png') 0 0.5em no-repeat;
		list-style-type: none;
		padding: 0 0 0 8px;
		line-height: 1.4em;
	}

.menubtn {  	/* カートに入れるボタン */
	margin: 0;
	padding: 11px;
	background: #ccc;
	text-align: center;
}

/* カート商品追加メッセージ　*/
.cartin {
	background: #eeece8;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	height: 50px;
}

.cartin .msg_cartin {
	width: 50%;
	margin-top: 14px;
	float: left; 
}

.cartin .msg_gocart {
	width: 48%;
	float: right; 
	text-align: right;
}

/*------------------------------------------------------------------------------
   helpwrap - style
------------------------------------------------------------------------------*/
.helpwrap {
	width: 880px;
	background: url("../shared/p_menuback_02.png") repeat-y top left;
	}
/*2007/11/30 ADD BY ECM */
.helpwrap h3{
	margin-top: 40px;
	}
/*2007/11/30 ADD BY ECM */
.helpwrap .tabcap {
	padding: 20px 0;
	text-align: right;
	font-size: 12px;
	}
	
	.helpwrap .tabcap span {
		margin: 0 8px;
	}

.columnmenu ul {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	}
	
	.columnmenu ul li {
		margin: 0;
		padding: 5px 0;
		line-height: 1.5em;
	}
	
	.columnmenu ul li.self {
		margin: 6px 0;
		padding: 6px 12px 6px 46px;
		background: #ccc;
		color: #333;
		font-weight: bold;
	}
	
	.columnmenu ul li.mself {
		margin: 6px 0;
		padding: 6px 12px 6px 23px;
		background: #ccc;
		color: #333;
		font-weight: bold;
	}

	.columnmenu ul li.midashi {
		margin: 10px 0 0 15px;
		font-size: 12px;
		font-weight: bold;
		color:#555555;
	}
		.columnmenu ul li.midashi h2{
			font-size: 14px;
			margin-top: 0px;
			color:#333333;
		}
	
	.columnmenu ul li div {
		margin: 0 12px 0 15px;
		padding: 0 8px;
		background: url("../shared/p_arrow_02.png") no-repeat 0 5px;
	}
	
	.columnmenu ul li div.subnavi {
		margin: 0 12px 0 36px;
		padding: 0 10px;

	}

.centering {
	text-align: center;
}

.iconlayout dl {
	margin-top: 10px;
	line-height: 1.5em;
	}
	
	.iconlayout dl dt {
		float: left;
		margin-right: 10px;
	}
	
	.iconlayout dl dd {
		float: left;
		width: 546px;
		}
		
		.iconlayout dl dd .rtntxt1 {
			margin-top: 14px;
		}
		
		.iconlayout dl dd .rtntxt2 {
			margin-top: 6px;
		}

.sizeguidenavi {
	margin-top: 10px;
	font-size: 12px;
	}
	
	.sizeguidenavi span {
		margin: 0 8px;
	}

.qatxt dl {
	height: 1%;
	line-height: 1.5em;
	}
	.qatxt dl dt {
		float: left;
		width: 3%;
	}
	.qatxt dl dd {
		float: left;
		width: 97%;
	}

.qatxt .answer dl {
	margin: 10px 10px 0 10px;
	height: 1%;
	line-height: 1.5em;
	}
	
	.qatxt .answer dl dt {
		float: left;
		width: 3%;
	}
	
	.qatxt .answer dl dd {
		float: left;
		width: 97%;
		}
		
		.qatxt .answer dl dd p {
			margin-top: 1em;
			}
		
		.qatxt .answer dl dd .icap {
			margin: 5px 0 0 0;
			}

.faqtoptxt {
	clear: both;
	margin: 0 0 10px 0;
	padding: 22px 0 2px 0;
	width: 620px;
	font-size: 12px;
	text-align: right;
	background: #fff;
	}

.hcsheetbox {
	width: 340px;
}

.hcbedbox {
	width: 430px;
}

.helpwrap dl.hcmaterial dt {
	margin-top: 15px;
	font-weight: bold;
	}
.regionbox {
	font-size: 12px;
	}
	
	.regionbox div {
	margin: 5px 0 0 1em;
	}

.wrappingtxt p {
	margin: 5px 0;
	font-size: 12px;
}

.securityimg p {
	margin: 1em 0 0.5em 0;
}

/* 2008/4/10 update BY ECM */
.privacy {
	margin-top: 10px;
	border: 1px solid #CCC;
	overflow-x:hidden;
}

* html .privacy {
	overflow-x:visible;
}

/* 2007/10/17 add BY ECM */


/* 2008/07 フリーダイヤル */
p.freedial {
	padding-bottom: 5px;
	background: url("../store/freedial.png") no-repeat top left;
}
	p.freedial span{
		margin-left: 40px;
		font-size: 18px;
	}
span.freedial {
	padding-bottom: 5px;
	background: url("../store/freedial_s.png") no-repeat top left;
}
	span.freedial span{
		margin-left: 28px;
	}

/* 2008/07 フリーダイヤル */
/* 2010/02 フリーコール */
.freecall {
	padding-bottom: 5px;
	background: url("../store/freecall.png") no-repeat top left;
	margin-right: 8px;
}
	.freecall span{
		margin-left: 40px;
		font-size: 18px;
		line-height: 1.5em;
	}	
/* 2010/02 フリーコール */


/*------------------------------------------------------------------------------
   privacywrap - style
------------------------------------------------------------------------------*/
.privacywrap {
	margin: 10px;
	padding: 0;
/*	width: 660px;*/
	font-size: 14px;
	line-height: 1.5em;
	}
	
	.privacywrap .maintable table{
		font-size: 14px;
	}
	
	.privacywrap .maintable td {
		font-weight: normal;
	}
	
	.privacywrap ol {
		margin: 15px 10px 0 25px;
		padding: 0;
		font-weight: bold;
		}
		
		.privacywrap ol li {
			margin-bottom: 15px;
			}
			
			.privacywrap ol li p {
				margin: 1em 0;
				padding: 0;
				font-weight: normal;
			}

/*------------------------------------------------------------------------------
   popupwrap - style
------------------------------------------------------------------------------*/
.popupwrap {
	width: 440px;
}

.popupwrap ul {
	margin: 10px 0 0 25px;
	}
	
	.popupwrap ul li {
		margin-top: 5px;
		line-height: 1.5em;
	}

.popupwrap ol {
	margin: 10px 0 0 25px;
	}
	
	.popupwrap ol li {
		margin-top: 5px;
		line-height: 1.5em;
	}

.popupwrap hr {
	clear: both;
	margin-top: 15px;
	height: 1px;
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #d6d6d6;
}

.popupwrap .closebtn {
	margin: 0;
	padding: 5px 0;
	text-align: right;
	font-size: 12px;
	}

/*------------------------------------------------------------------------------
   noborder image - style
------------------------------------------------------------------------------*/
.landing a, .landing a:hover, a.linkimg:link, a.linkimg:visited, a.linkimg:active, a.linkimg:hover {
	border: none;
}

/*------------------------------------------------------------------------------
   asp.net input
------------------------------------------------------------------------------*/

/* 基本 */
.input_base
{
	margin: 0;
	padding: 4px;

	background: #fbfadb;

/*	background: #f6f5f1;*/
	border: 1px solid #948D83;
	font-size: 12px;
	vertical-align: middle;
}

/* 必要 */
.input_require
{
	margin: 0;
	padding: 4px;

	background: #fbfadb;
	border: 1px solid #948D83;


/*	background: #f6f5f1;
	border: 1px solid #948D83;
	background: #f4efe7;
	border: 1px solid #eb5405;*/
	font-size: 12px;
	vertical-align: middle;
}

/* 書込み不可 */
.input_readonly
{
	margin: 0;
	padding: 4px;

	background: #ebebeb;


	border: 1px solid #E0E0E0;
	font-size: 12px;
	vertical-align: middle;
}

.error_msg
{
	color:#eb5405;
	background:#f4efe7;
}

.error span
{
	color: #eb5405;
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
	font-style: normal;
	background: url("../shared/error_bullet.png") no-repeat 0 0.3em;
}

.caution {
	margin-left: 2px;
	padding: 2px 0 0 18px;
}

.qa th{
	width: 25%;
	}
.qa td{
	width: 75%;
	}

/* peob 入力ボックス*/
.koumoku {
	margin-bottom: 15px;
	}
.koumoku li{
	display: inline;
	list-style-type: none;
	}
/* peob 入力ボックス*/


.helpwrap2 {
	width: 860px;
	background: url("../shared/p_menuback_02.png") repeat-y top left;
	}
/*2007/11/30 ADD BY ECM */
.helpwrap2 h3{
	margin-top: 40px;
	}
/*2007/11/30 ADD BY ECM */
.helpwrap2 .tabcap {
	padding: 20px 0;
	text-align: right;
	font-size: 12px;
	}
	
	.helpwrap2 .tabcap span {
		margin: 0 8px;
	}

	
/* added 04/10/08 for 「もどる」button product.aspx */
a.firo-button, a:hover.firo-button, a:link.firo-button .firo-container a, .firo-container a:hover, .firo-container a:link {
	color: #fff !important;
	display: block;
	text-decoration: none !important;
	border: none !important;
	}


/* added 04/17/08 for size.aspx */
.sizeguide{
	width:193px;
	float:left;
	margin-top:0;
	padding-top:7px;
	padding-left:7px;
	font-size:85%;
	background:#f4f1ee;
	margin-right:6px;
	padding-bottom:15px;

}

.sizeguide h2{
	background-image:none;	
	margin:0 0 6px 0;
	padding:0;
	width:188px;
}

ul.sizeguide-pa{
	margin-left:0px;
	padding:0;
	list-style:none;
	line-height:1.6;
	width:188px;
	background:#f4f1ee;
}

ul.sizeguide-pa li{
	background: url("../help/dot.png") no-repeat  0em .4em;
	padding-left:0.7em;
	font-weight:bold;
}

ul.sizeguide-child{
	width:186px;
	padding-left:0px;
	margin-bottom:15px;
margin-left:0;
	list-style:none;
	line-height:1.5;

}

ul.sizeguide-gchild{
	width:160px;
	padding-left:0px;
	margin-top:0.2em;
	margin-bottom:15px;
	margin-left:0;
	list-style:none;
	line-height:1.2;
overflow:hidden;

}


ul.sizeguide-child li{
	margin-bottom:5px;
	background: url("../help/dot.png") no-repeat  0em .4em;
	padding-left:0.8em;
	font-weight:normal;

}

.sizeguide-self{
		display:block;
		margin: 6px 0;
		padding: 6px 12px 6px 23px;
		background: #ccc;
		color: #333;
		font-weight: bold;
}

.size-bg{margin-top:15px;
	background: url("../help/size-bg.jpg") repeat-y;

}

/* 2008/08/11 add by ECM Prdlistのフッター設定*/

.prdlist_footer {
	margin:15px 0 14px 0;
}

.prdlist_footer_title {
	background:#e4e0d7;
	width:620px;
	margin:0 0 16px 0;
	padding-bottom:18px;
}

.prdlist_footer_body {
	margin:0 33px 0 32px;
}

.prdlist_footer_01 {
	float:left;
	margin-bottom:18px;
}

.prdlist_footer_02 {
	float:right;
	margin-bottom:18px;
}

.prdlist_footer_03 {
	float:left;
}

.prdlist_footer_04 {
	float:right;
}

.prdlist_footer_clear {
	clear:both;
}

.prdlist_footer a:link, .prdlist_footer a:visited, .prdlist_footer a:active, .prdlist_footer a:hover {
	border: none;
}

.prdlist_footer_body a:link, .prdlist_footer_body a:visited, .prdlist_footer_body a:active, .prdlist_footer_body a:hover {
	width:265px;
	display:block;
	border: none;
}

.prdlist_footer_anshin {
	margin-top:16px;
}

.prdlist_footer_anshin a:link, .prdlist_footer_anshin a:visited, .prdlist_footer_anshin a:active, .prdlist_footer_anshin a:hover {
	border: none;
}

/* 2008/08/13 add by ECM Prdlistのアイテム数オーバー時テキスト表示*/
.over_item {
	font-size:12px;
}
/* 2008/09/05 add by ECM クリエイティブテスト表示画像用設定とカートのリンク設定変更*/
.top-main {
	margin-bottom:10px;
}

.lpo-banner {
	margin:10px 0;
}


.top-main a:link, .top-main a:visited, .top-main a:active, .top-main a:hover, .top-right a:link, .top-right a:visited, .top-right a:active, .top-right a:hover, .lpo-banner a:link, .lpo-banner a:visited, .lpo-banner a:active, .lpo-banner a:hover {
	border: none;
}

td.cellleft a:link, td.cellleft a:visited, td.cellleft a:active, td.cellleft a:hover {
	border-bottom:solid 1px #aaa;
}
/* 2008/09/08 add by ECM Prdlistのガヤヘッダー設定 */
.prdlist_header {
}

.prdlist_header_body {
	margin-top:5px;
}

.prdlist_header_left {
	float:left;
	margin:10px 10px 10px 0;
}

.prdlist_header_right {
	float:right;
	margin:10px 0 10px 10px;
}

.prdlist_header_clear {
	clear:both;
}

.prdlist_header a:link, .prdlist_header a:visited, .prdlist_header a:active, .prdlist_header a:hover {
	border: none;
}

/*PrdlistヘッダーバナーCSS*/
/*2009.01.30*/

.prdlist_f_h1 {
	margin:0 0 10px 0;
	padding:0;
}

.prdlist_g01 a:link, .prdlist_g01 a:visited, .prdlist_g01 a:active, .prdlist_g01 a:hover, .prdlist_g02 a:link, .prdlist_g02 a:visited, .prdlist_g02 a:active, .prdlist_g02 a:hover, .prdlist_g03 a:link, .prdlist_g03 a:visited, .prdlist_g03 a:active, .prdlist_g03 a:hover{
	display:block;
	border: none;
}

.prdlist_a01 {
	float:left;
	margin-bottom:10px;
	width:300px;
}

.prdlist_a02 {
	float:right;
	margin-bottom:10px;
	width:300px;
}

.prdlist_g02 {
	background:#e4e0d7;
	padding:20px 35px 0 35px;
	width:550px;
}

.prdlist_a03 {
	float:left;
	margin-bottom:20px;
	width:265px;
}

.prdlist_a04 {
	float:right;
	margin-bottom:20px;
	width:265px;
}

.prdlist_g03 {
	margin-bottom:10px;
}

/* 2009/5/22 ADD BY ECM 動画ボタンを画像の上に移動 */
.video {
	position:absolute;
	margin:420px 0px 0px 420px;
	z-index:1
}

/* 2009/8/5 ADD BY ECM 商品詳細ページ限定レコメンドアイテム右内縦枠表示 */
.recommend_v {
	margin-top: 9px;
	margin-left: 9px;
}
/* 2009/7/30 ADD BY ECM ライントップ小見出し */
.line-top-h1 {
	margin:0 auto 5px auto;
	padding:0;
	border:none;
	font-size:16px;
	line-height:2.2;
	color:#ffffff;
	background-color: #5c5c5c;
	background-image: url("../shared/p_square_01.png") no-repeat;
	background-position: 10px -4px;
	text-indent:30px;
}

.line-top-p {
	margin:0 auto 13px auto;
	padding:0;
	font-size:12px;

}

.related .itembox {
	margin-top: 10px;
	height: 1%;
	background: #e4e0d7;
}

.related .itembox dl {
	float: left;
	margin: 0;
	padding: 4px 2px;
	width: 150px;
	height:220px;
	font-size: 12px;
	line-height: 1.4em;
	}
	
	.related .itembox dl dt {
		margin: 0;
		padding: 0;
		}
		
		.related .itembox dl dt a:link, .related .itembox dl dt a:visited, .related .itembox dl dt a:active, .related .itembox dl dt a:hover {
			border: none;
		}
		
		.related .itembox dl dt img{
			display: block;
		}
	
	.related .itembox dl dd {
		margin: 0;
		padding: 0;
		height: 82px;
		overflow: hidden;
		}
		
		.related .itembox dl dd span {
			display: block;
		}

.fxd_discount_prd {
	color: #FF0000;
	margin-top: -1.4em;
	}
