@charset "utf-8";

/* -------------------------------------
　　全体
------------------------------------- */

*    { margin:0; padding:0;}
body {
	position:relative;
	z-index:1;
	background:url(images/bg.gif) center top repeat-y #fbfaf5;
	margin-bottom:0px;
	color:#333;
	font-weight:normal;
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", Sans-Serif;
	text-align:center;
	text-decoration:none;
	line-height:1.5;
	}

h1,h2,h3,h4,h5,h6 { font-size:100%; }
ul,ol,li,dl,dt,dd { list-style:none; }
hr { display:none; }

hr.v2 {
	display: block;
	height: 1px;
	background: #ddd;
	margin: 10px 0;
	padding: 0;
	border: 0;
	color: #ddd;
	}

p    { margin-bottom:1em; line-height:1.5; }
p.v2 { margin-bottom:0; }

form     { padding: 0; }
input    { padding: 0; }
select   { padding: 0; }
textarea { padding: 0; }
optgroup { color: #999; font-style: normal; }
option   { margin-left: 1em; color: #333; }

strong,b   { font-weight: bold; }
strong a   { font-weight: bold; }
strong.imp { font-weight: bold; color: #C00; }

.colR1    { color: #C00; }
.colR2    { color: #F9777C; }
.colR3    { color: #651227; }
.colR4    { color: #ff6dbc; }
.colR5    { color: #ff91b0; }
.colR6    { color: #ff7373; }
.colR7    { color: #ff3300; }
.colR8    { color: #f00; }
.colP1    { color: #e784ff; }
.colP2    { color: #aa6cff; }
.colB1    { color: #0D4B96; }
.colB2    { color: #222; }
.colB3    { color: #00C; }
.colB4    { color: #729aff; }
.colG1    { color: #54c934; }
.colBr1   { color: #70511A; }
.colPink  { color: #E83174; }

.clear    { clear: both; height: 0px; _display: none; }
.clear2   { clear: both; height: 0px; }
.clear3   { clear: both; }

.ac    { text-align: center; }
.al    { text-align: left; }
.ar    { text-align: right; }

.spT3  { margin-top: 3px; }
.spT5  { margin-top: 5px; }
.spT10 { margin-top: 10px; }
.spT15 { margin-top: 15px; }
.spT20 { margin-top: 20px; }
.spT30 { margin-top: 30px; }
.spT40 { margin-top: 10px; }
.spT60 { margin-top: 60px; }
.spR2  { margin-right: 2px; }
.spR3  { margin-right: 3px; }
.spR4  { margin-right: 4px; }
.spR5  { margin-right: 5px; }
.spR8  { margin-right: 8px; }
.spR10 { margin-right: 10px; }
.spR15 { margin-right: 15px; }
.spR20 { margin-right: 20px; }
.spR30 { margin-right: 30px; }
.spR40 { margin-right: 40px; }
.spB2  { margin-bottom: 2px; }
.spB3  { margin-bottom: 3px; }
.spB4  { margin-bottom: 4px; }
.spB5  { margin-bottom: 5px; }
.spB8  { margin-bottom: 8px; }
.spB10 { margin-bottom: 10px; }
.spB12 { margin-bottom: 5px; }
.spB15 { margin-bottom: 15px; }
.spB20 { margin-bottom: 20px; }
.spB25 { margin-bottom: 25px; }
.spB30 { margin-bottom: 30px; }
.spB35 { margin-bottom: 35px; }
.spB40 { margin-bottom: 40px; }
.spB50 { margin-bottom: 50px; }
.spB60 { margin-bottom: 60px; }
.spL2  { margin-left: 2px; }
.spL3  { margin-left: 3px; }
.spL4  { margin-left: 4px; }
.spL5  { margin-left: 5px; }
.spL8  { margin-left: 8px; }
.spL10 { margin-left: 10px; }
.spL12 { margin-left: 12px; }
.spL14 { margin-left: 14px; }
.spL15 { margin-left: 15px; }
.spL16 { margin-left: 16px; }
.spL18 { margin-left: 18px; }
.spL20 { margin-left: 20px; }
.spL24 { margin-left: 24px; }
.spL30 { margin-left: 30px; }
.spL40 { margin-left: 40px; }
.spL50 { margin-left: 50px; }
.spL200 { margin-left: 200px; }
.spTB3  { margin-top: 3px; margin-bottom: 3px; }
.spTB5 { margin-top: 5px; margin-bottom: 5px; }
.spTB10 { margin-top: 10px; margin-bottom: 10px; }
.spTB15 { margin-top: 15px; margin-bottom: 15px; }
.spTB30 { margin-top: 30px; margin-bottom: 50px; }
.spTB50 { margin-top: 50px; margin-bottom: 30px; }
.spRB5  { margin-right: 5px; margin-bottom: 5px; }
.spRB8  { margin-right: 8px; margin-bottom: 8px; }
.spRB10 { margin-right: 10px; margin-bottom: 10px; }
.spBL5  { margin-bottom: 5px; margin-left: 5px; }
.spBL8  { margin-bottom: 8px; margin-left: 8px; }
.spLR10 { margin-left: 10px; margin-right: 10px; }
.spLR15 { margin-left: 15px; margin-right: 15px; }
.pdg10  { padding: 10px; }
.pdgT10 { padding-top: 10px; }
.pdgT15 { padding-top: 15px; }
.pdgB5  { padding-bottom: 5px; }
.pdgB10 { padding-bottom: 10px; }
.pdgB15 { padding-bottom: 15px; }
.pdgB20 { padding-bottom: 20px; }
.pdgB25 { padding-bottom: 25px; }
.pdgB30 { padding-bottom: 30px; }
.pdgR5  { padding-right: 5px; }
.pdgR8  { padding-right: 8px; }
.pdgR10 { padding-right: 10px; }
.pdgR20 { padding-right: 20px; }
.pdgR22 { padding-right: 22px; }
.pdgR35 { padding-right: 35px; }
.pdgL10 { padding-left: 10px; }
.pdgL12 { padding-left: 12px; }
.pdgL15 { padding-left: 15px; }
.pdgRL5 { padding-right: 5px; padding-left: 5px; }
.pdgRL10{ padding-right: 10px; padding-left: 10px; }

.fnt11 { font-size:11px; }
.fnt14 { font-size:14px; }
.fnt16 { font-size:16px; }

.lnt09 { font-size: 90%; _font-size: 87.5%; font-weight: bold; color: #444; }

.bolder09 { font-size: 90%; _font-size: 87.5%; }
.bolder10 { font-size: 100%; }
.bolder12 { font-size: 120%; }
.bolder14 { font-size: 140%; }
.bolder16 { font-size: 160%; }
.bolder18 { font-size: 180%; }
.bolder20 { font-size: 200%; }

.bolder12r { font-size: 120%; color: #C00; }
.bolder14r { font-size: 140%; color: #C00; }
.bolder16r { font-size: 160%; color: #C00; }
.bolder18r { font-size: 180%; color: #C00; }
.bolder20r { font-size: 200%; color: #C00; }

.line130 { line-height: 130%; }

.clrRed1 { color:#f00; }

.marker  { background:url(images/ico-arrow2.gif) left center no-repeat;margin-left: 10px;padding-left: 10px; }
.marker1 { background:url(images/ico-arrow1.gif) right center no-repeat; padding-right:10px; }
.marker2 { background:url(images/ico-arrow2b.gif) left center no-repeat; padding-left:8px; }
.marker3 { background:url(images/ico-arrow3.gif) left center no-repeat; padding-left:12px; }
.marker4 { background:url(images/ico-crown2.gif) left center no-repeat; padding-left:30px; }
.marker5 { background:url(images/ico-faq.gif) left center no-repeat; padding-left:18px; }
.marker6 { background:url(images/ico-arrow4.gif) left center no-repeat; padding-left:12px; }

.floatleft   { float: left; }
.floatleft2  { float: left; width:105px;margin-right:10px;margin-bottom:5px; }
.floatright  { float: right; }
.alignleft   { text-align: left; }
.alignright  { text-align: right; }
.aligncenter { text-align: center; }

a img { border: 0; }
p.dn  { display: none; }


/* -------------------------------------
　　レイアウト
------------------------------------- */

div#container {
	width:970px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
}

div#leftNav {
	float:left;
	width:180px;
	background:#DEDCD7;
}

div#contents {
	float:right;
	width:790px;
}

div#contentsmain {
	float:left;
	display:inline;
	width:600px;
	margin-left:10px;
}

div#contentsmain2 {
	margin:0 10px;
	width:770px;
	_width:750px;
}

div#contentsmain3 {
	margin:0 auto;
	width:600px;
}



div#rightNav {
	float:left;
	display:inline;
	width:160px;
	margin-left:10px;
}

div#footer {
	clear:both;
}


/* -------------------------------------
　　ヘッダー
------------------------------------- */

#hdLogo {
	float:left;
	width:240px;
	height:115px;
	background:url(images/hd-logo.gif) 0 0 no-repeat;
}

#hdLogo p {
	text-indent:-9999px;
}

#hdLogo p a {
	display:block;
	width:230px;
	height:90px;
}

#hdCopy {
	float:left;
	width:280px;
	height:90px;
}

#hdCopy p.cp1 {
	margin:7px 0 0 0;
}

#hdCopy p.cp2 {
	margin:5px 0 0 3px;
	line-height:1.1;
}


#hdDesc {
	float:right;
	width:398px;
	height:90px;
}

ul#hdLink1 li {
	height:22px;
	float:right;
}

ul#hdLink1 li a {
	display:block;
	overflow: hidden;
	height:100%;
	background-image:url(images/hd-rbox-link1.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

ul#hdLink1 li.lbl1a a {
	width:171px;
	background-position:0 0;
}

ul#hdLink1 li.lbl1a a:hover {
	background-position:0 -22px;
}

ul#hdLink1 li.lbl1b a {
	width:55px;
	background-position:-171px 0;
}

ul#hdLink1 li.lbl1b a:hover {
	background-position:-171px -22px;
}

ul#hdLink1 li.lbl1c a {
	width:44px;
	background-position:-227px 0;
}

ul#hdLink1 li.lbl1c a:hover {
	background-position:-227px -22px;
}

ul#hdLink1 li.lbl1d a {
	width:56px;
	background-position:-271px 0;
}

ul#hdLink1 li.lbl1d a:hover {
	background-position:-271px -22px;
}

ul#hdLink1 li.lbl1e a {
	width:72px;
	background-position:-326px 0;
}

ul#hdLink1 li.lbl1e a:hover {
	background-position:-326px -22px;
}

ul#hdLink1 li.lbl1a strong {
	position:relative;
	z-index:-1;
}

ul#hdLink1 li.lbl1e a:hover {
	background-position:-326px -22px;
}

ul#hdLink1 li.lbl1a strong {
	position:relative;
	z-index:-1;
}

#hdDesc #spcL {
	float:left;
	width:303px;
}

#hdDesc #spcR {
	float:left;
	width:89px;
	margin-top:6px;
}

ul#hdLink2 li {
	height:22px;
	float:left;
}

ul#hdLink2 li a {
	display:block;
	overflow: hidden;
	height:100%;
	background-image:url(images/hd-rbox-link2.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

ul#hdLink2 li.lbl2a a {
	width:138px;
	background-position:0 0;
}

ul#hdLink2 li.lbl2a a:hover {
	background-position:0 -22px;
}

ul#hdLink2 li.lbl2b a {
	width:82px;
	background-position:-138px 0;
}

ul#hdLink2 li.lbl2b a:hover {
	background-position:-138px -22px;
}

ul#hdLink2 li.lbl2c a {
	width:83px;
	background-position:-220px 0;
}

ul#hdLink2 li.lbl2c a:hover {
	background-position:-220px -22px;
}


ul#hdLink2 li.lbl2d a {
	width:82px;
	background-position:-300px 0;
}

ul#hdLink2 li.lbl2d a:hover {
	background-position:-300px -22px;
}


#hdLinkBox {
	float:right;
	margin: 2px 2px 0 0;
}

ul#hdLink4 li {
	height:22px;
	float:left;
}

ul#hdLink4 li a {
	display:block;
	overflow: hidden;
	height:100%;
	background-image:url(images/hd-rbox-link4.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

ul#hdLink4 li.lbl4a a {
	width:154px;
	background-position:0 0;
}

ul#hdLink4 li.lbl4a a:hover {
	background-position:0 -22px;
}

ul#hdLink4 li.lbl4b a {
	width:115px;
	background-position:-154px 0;
}

ul#hdLink4 li.lbl4b a:hover {
	background-position:-154px -22px;
}

ul#hdLink4 li.lbl4c a {
	width:153px;
	background-position:-269px 0;
}

ul#hdLink4 li.lbl4c a:hover {
	background-position:-269px -22px;
}


ul#hdLink4 li.lbl4d a {
	width:74px;
	background-position:-422px 0;
}

ul#hdLink4 li.lbl4d a:hover {
	background-position:-422px -22px;
}




/* -------------------------------------
　　左カラム
------------------------------------- */

div#leftNav a:link    { color:#ff7000; text-decoration:underline; }
div#leftNav a:visited { color:#FFA962; text-decoration:underline; }
div#leftNav a:hover   { color:#ff7000; text-decoration:none; }
div#leftNav a:active  { color:#ff7000; text-decoration:underline; }

.lnavPDM  {
	margin:0 0 35px 5px;
}

.lnavPDM select  {
	width:170px;
}

.lnavTF {
	width:134px;
	margin:0 3px 0 5px;
	border:1px solid #ccc;
}

.popularWordsTtl {
	margin:0 0 0 5px;
}

ol#popularWords {
	margin:0 5px 30px 27px;
	*margin:0 5px 30px 33px;
}

ol#popularWords li {
	list-style:decimal;
}

.lnavReviewBox {
	background:url(images/lnav-review-bg.gif) 0 0 repeat-y;
	width:180px;
}

div#leftNav a:link    { color: #333; text-decoration: underline; }
div#leftNav a:visited { color: #999; text-decoration: underline; }
div#leftNav a:hover   { color: #333; text-decoration: none; }
div#leftNav a:active  { color: #333; text-decoration: underline; }

.lnavReviewImg {
	float:left;
	display:inline;
	width:50px;
	margin: 0 7px 0 17px;
}

.lnavReviewWords {
	float:left;
	width:90px;
	line-height:1.2;
}

#verisign {
	width:139px;
	margin:30px 0 25px 18px;
	font-size: 90%;
}

#sonokotoha {
	width:161px;
	margin-left:5px;
	padding:4px;
	background-color:#b8c9c2;
}


/* -------------------------------------
　　共通エリア
------------------------------------- */

div#contents a:link    { color:#ff7000; text-decoration:underline; }
div#contents a:visited { color:#FFA962; text-decoration:underline; }
div#contents a:hover   { color:#ff7000; text-decoration:none; }
div#contents a:active  { color:#ff7000; text-decoration:underline; }

div#contents #commonCatLinks a:link    { color:#333; text-decoration:underline; }
div#contents #commonCatLinks a:visited { color:#999; text-decoration:underline; }
div#contents #commonCatLinks a:hover   { color:#333; text-decoration:none; }
div#contents #commonCatLinks a:active  { color:#333; text-decoration:underline; }

#commonCatLinks {
	background:url(images/common-catlink-bg.gif) 0 0 repeat-y;
	padding:5px 0;
}

#commonCatLinks ul {
	margin-left:5px;
}

#commonCatLinks li {
	display:inline;
	margin:5px 0 5px 8px;
}

#loginDataBox {
	padding:5px 0;
	border:1px solid #d93479;
	background-color:#eaf8f8;
}

.loginSeparator {
	background:url(images/ico-separator.gif) right center no-repeat;
	padding-right:6px;
}

.loginPoint {
	background:url(images/ico-p-mark.gif) left center no-repeat;
	margin-left:7px;
	padding-left:10px;
}

.loginHistory {
	background:url(images/ico-history.gif) left center no-repeat;
	margin-left:7px;
	padding-left:15px;
}

.loginCart {
	background:url(images/ico-cart.gif) left center no-repeat;
	margin-left:7px;
	padding-left:15px;
}

#commonNews {
	margin:5px 10px;
	color:#f03;
	font-size:11px;
}

/* -------------------------------------
　　パーツ
------------------------------------- */

dl.st1 dt {
	margin-bottom: 3px;
	font-weight: bold;
	}

dl.st1 dd {
	margin-left: 5px;
	margin-bottom: 10px;
	}

ul.st1 {
	margin-bottom: 1em;
	}

ul.st1 li {
	margin-left: 30px;
	list-style: disc;
	line-height: 1.5;
	}
	
ul.st2 {
	margin-bottom: 1em;
}

ul.st2 li {
	margin-left: 15px;
	list-style: disc;
	line-height: 1.5;
}

ol.st1 {
	margin-bottom: 1em;
	}

ol.st1 li {
	margin-left: 30px;
	list-style: decimal;
	line-height: 1.5;
	}
	
table.tbl1 {
	margin-bottom: 2em;
	border-collapse: collapse;
	}

table.tbl1 th {
	padding: 10px;
	font-weight: bold;
	_font-size: 80%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	width: 25%;
	}

table.tbl1 td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	_font-size: 80%;
	}


table.tbl2 {
	margin-bottom: 1em;
	border-collapse: collapse;
	}

table.tbl2 th {
	background: #f8f8f8;
	padding: 5px;
	border: 1px solid #ccc;
	font-weight: bold;
	_font-size: 80%;
	}

table.tbl2 td {
	background: #f8f8f8;
	padding: 5px;
	border: 1px solid #ccc;
	_font-size: 80%;
	}
	
table.tbl3 th {
	padding: 1px;
	font-weight: bold;
	_font-size: 100%;
}

table.tbl3 td {
	padding: 1px;
	_font-size: 100%;
}


table.tbl4 {
	margin: 5px 0 5px 0;
	border-collapse: collapse;
	line-height: 120%;
	}

table.tbl4 th {
	background: #f8f8f8;
	padding: 3px 3px 3px 7px;
	border: 1px solid #ccc;
	font-weight: bold;
	_font-size: 80%;
	}
	
table.tbl4 th.ac {
	padding: 3px;
	text-align: center;
	width: 11%;
	}


table.tbl4 td {
	padding: 3px;
	border: 1px solid #ccc;
	_font-size: 80%;
	text-align:center;
	}

table.tbl5 th,
table.tbl5 td {
	vertical-align: top;
	}

table.tbl6 {
	margin-bottom: 4em;
	border-collapse: collapse;
	}

table.tbl6 th {
	padding: 4px 4px 4px 0;
	font-weight: bold;
	_font-size: 80%;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	width: 20%;
	}

table.tbl6 td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	_font-size: 70%;
	font-size: 90%;
	}
	
table.tbl6 td.top {
	border-top: 1px solid #ccc;
	}

table.tbl6 th.top {
	border-top: 1px solid #ccc;
	}

/* -------------------------------------
　　コンテンツ
------------------------------------- */

#topFlash{
	margin-bottom:4px;
}

#topRecommend{
	margin-top:10px;
}

#topRecommend2{
	margin-top:10px;
	margin-bottom:20px;
}

#topWhatsnew {
	background:#fff;
	margin-bottom:35px;
	border:1px solid #ccc;
}

#topWhatsnew dl {
	margin:10px 20px 5px 10px;
}

#topWhatsnew dt {
	float: left;
	width: 70px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#topWhatsnew dd {
	margin-left: 70px;
	padding-left:60px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#topWhatsnew dd.ico-blog18 { background:url(../../images/icon/ico-blog-cat18.gif) left center no-repeat;}
#topWhatsnew dd.ico-blog19 { background:url(../../images/icon/ico-blog-cat19.gif) left center no-repeat;}
#topWhatsnew dd.ico-blog20 { background:url(../../images/icon/ico-blog-cat20.gif) left center no-repeat;}
#topWhatsnew dd.ico-blog22 { background:url(../../images/icon/ico-blog-cat22.gif) left center no-repeat;}

#topWhatsnew dd.ico-blog52 { background:url(../../images/icon/ico-blog-cat18.gif) left center no-repeat;}
#topWhatsnew dd.ico-blog51 { background:url(../../images/icon/ico-blog-cat19.gif) left center no-repeat;}
#topWhatsnew dd.ico-blog50 { background:url(../../images/icon/ico-blog-cat20.gif) left center no-repeat;}
#topWhatsnew dd.ico-blog53 { background:url(../../images/icon/ico-blog-cat22.gif) left center no-repeat;}

#topWhatsnew a:link    { color: #333 !important; text-decoration: underline; }
#topWhatsnew a:visited { color: #999 !important; text-decoration: underline; }
#topWhatsnew a:hover   { color: #333 !important; text-decoration: none; }
#topWhatsnew a:active  { color: #333 !important; text-decoration: underline; }


div.topItemblock1 {
	float:left;
	width: 144px;
	margin-right:8px;
}

div.topItemblock1 p {
	font-size:11px;
	line-height:1.2;
}

div.topItemblock2 {
	float:left;
	width: 144px;
}

div.topItemblock2 p {
	font-size:11px;
	line-height:1.2;
}

div.imageblock {
	width: 140px;
	margin-bottom:5px;
	padding: 1px;
	border: 1px solid #ccc;
}


TD.tableHeading {
	border-bottom: 1px solid #999;
	font-weight: bold;
}

div#contentsmain div.reviewbox {
	_width: 600px;
	background: #FFF3E1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

div#contentsmain div.reviewbox td {
	_font-size: 80%;
}

div#contentsmain div.navi{
	margin-bottom: 2.0em;
}

div#contentsmain div.navi p, div.header p, div.footer p{
	margin: 0;
	padding: 0;
}


/* -------------------------------------
　　商品ページ
------------------------------------- */

#breadcrumb {
	margin:0 0 15px 4px;
	font-size:11px;
}

#backto1Lvup {
	margin:0 0 35px;
	font-size:11px;
}

#backto2Lvup {
	margin:5px 0 15px 0;
	font-size:11px;
}


h1 {
	margin:5px 0 18px 0;
	color:#FE8C3D;
	font-size:18px;
	font-weight:bold;
	line-height:1.0;
}

h2 {
	margin:5px 0 12px 0;
	color:#FE8C3D;
	font-size:120%;
	font-weight:bold;
	line-height:1.0;
}

h3 {
	margin:5px 0 12px 0;
	font-size:120%;
	font-weight:bold;
	line-height:1.0;
}

h4 {
	margin:5px 0 12px 0;
	font-weight:bold;
	line-height:1.0;
}

h5 {
	margin:5px 0 12px 0;
	font-weight:bold;
	line-height:1.0;
}

h6 {
	margin:5px 0 12px 0;
	font-weight:bold;
	line-height:1.0;
}


#productsPR1 {
	margin-bottom:5px;
}

#productsPR2 {
	margin-bottom:5px;
}

#productsPR2 img {
	margin-right:3px;
}

#productsPR3 {
	margin-bottom:10px;
}

#productsPR3 img {
	margin-right:3px;
}

#productsPR4 {
	margin-bottom:10px;
}

#productsPR4 img {
	margin:0 3px 3px 0;
}

#reviewbox {
	background:#F9EFE6;
	margin-top:20px;
	margin-bottom:30px;
	padding:15px;
	border:1px solid #FFD6B0;
	}

#reviewbox p.ttl1 {
	margin:0 0 10px 0;
	color:#FE8C3D;
	font-size:16px;
	font-weight:bold;
}

#reviewbox p.ttl2 {
	margin:0 0 20px 0;
	font-weight:bold;
}

#reviewbox td {
	font-size:11px;
}

#variationBox {
	margin-bottom:30px;
}

#variationBox td {
	padding:0 1px;
	text-align:center;
	line-height:1.3;
}

#familyProductsBox {
	margin-bottom:20px;
	font-size: 90%; 
}

#familyProductsBox td {
	padding:0 1px 10px;
	text-align:center;
	line-height:1.3;
}

#pKeywords {
	padding:10px;
	border:1px solid #FFD6B0;
}

#pKeywords a {
	margin-right:7px;
}

.pDiscBox {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.pDiscBox p {
}

.pProductsName {
	margin:0 0 20px 0;
	color:#FE8C3D;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
}

.pProductsCopy {
	margin:0 0 20px 0;
	font-weight:bold;
	line-height:1.2;
}

.pSalePrice {
	color:#f00;
	font-size:20px;
	font-weight:bold;
}

.loginPointIco {
	background:url(images/ico-p-mark.gif) left center no-repeat;
	padding-left:10px;
}

.pGetPoint {
	color:#f00;
	font-size:16px;
	font-weight:bold;
}

#pCartBox {
	background:#F9EFE6;
	margin-bottom: 10px;
	padding: 10px;
	border:1px solid #FFD6B0;
	}

.pCartFaq {
	display:block;
	min-height:15px;
}

#pInfoBox {
	background:#F9EFE6;
	margin-bottom: 10px;
	padding: 10px;
	}

#pInfoBox dt,
#pInfoBox dd {
	line-height:1.3;
}

#upsellBox {
	margin-bottom:30px;
}

#upsellBox td {
	padding-bottom:10px;
	line-height:1.3;
}

div#contentsmain div.plainbox{
}


/* -------------------------------------
　　カテゴリーページ
------------------------------------- */

#catBreadcrumb {
	margin:0 0 20px;
	font-size:11px;
}

h2#catProductsAll {
	margin:20px 0;
	color:#FE8C3D;
	font-size:18px;
	font-weight:bold;
	line-height:1.0;
}

#catSearchNarrowDown {
	background:#F9EFE6;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #FFD6B0;
}

#catSearchNarrowDown p.ttl {
	font-weight:bold;
}

#catSearchNarrowDownTbl {
	width:100%;
}

#catSearchNarrowDown td {
	padding-bottom:5px;
}

#catSearchRowChange {
	margin-bottom:20px;
}

#catSearchListType,
#catSearchListType th,
#catSearchListType td { margin:0; padding:0; border-collapse:collapse; }
#catSearchListType    { margin-bottom:20px; }
#catSearchListType th { padding-right:12px; font-weight:normal; text-align:left; }
#catSearchListType td { padding-right:7px; }

#catSearchRowChange a {
	margin-left:10px;
}

#catSearchFoundsTop           { margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid #ccc; }
#catSearchFoundsTop .pagecnt  { float:left; width:425px; }
#catSearchFoundsTop .itemcnt  { float:right; width:170px; text-align:right; }

#catSearchFoundsBtm           { margin-bottom:35px; padding-top:10px; border-top:1px solid #ccc; }
#catSearchFoundsBtm .pagecnt  { float:left; width:425px; }
#catSearchFoundsBtm .itemcnt  { float:right; width:170px; text-align:right; }

#catProductListing {
	float:left;
	width:120px;
}

#catProductListing p.pIco1 {
	height:21px;
	margin-bottom:3px;
	text-align:right;
}

#catProductListing p.pImg {
	margin-bottom:5px;
}

#catProductListing p.pName {
	margin-bottom:5px;
	line-height:1.3;
}

#catProductListing p.pDesc {
	margin-bottom:3px;
	font-size:11px;
	line-height:1.2;
}

#catProductListing p.pPrice {
	margin-bottom:3px;
	color:#ff7000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:1.2;
}

#catProductListing p.pPoint {
	margin-bottom:8px;
	font-size:11px;
	text-align:center;
	line-height:1.2;
}

#catProductListing p.pIco2 {
	margin-bottom:25px;
	text-align:center;
}

#catProductListing p.pIco2 img {
	margin:0 1px 3px 1px;
}


/* -------------------------------------
　　右カラム
------------------------------------- */

#rcLoginBox { background-color:#fbf6e7; margin-bottom:10px; padding:8px; border:3px double #ff7b6a; }
#rcLoginBox #lgnName     { margin-bottom:10px; color:#c03; line-height:1.2; }
#rcLoginBox #lgnMypage   { margin-bottom:5px; }
#rcLoginBox #lgnMypage a { background:url(images/ico-history.gif) left center no-repeat; padding-left:17px; }
#rcLoginBox #lgnPoint a  { background:url(images/ico-p-mark.gif) left center no-repeat; margin-left:3px; padding-left:14px; }
#rcLoginBox #numPoint    { margin-right:5px; font-weight:bold; text-align:right; }
#rcLoginBox #lgnCart     { background:url(images/ico-cart.gif) 0 2px no-repeat; margin-bottom:5px; padding-left:17px; }
#rcLoginBox #lgnCartBtn  { margin-left:15px; }

div#footer a:link    { color:#ff7000; text-decoration:underline; }
div#footer a:visited { color:#FFA962; text-decoration:underline; }
div#footer a:hover   { color:#ff7000; text-decoration:none; }
div#footer a:active  { color:#ff7000; text-decoration:underline; }

div#rnavRankingBox {
	background:#FBF6E7;
	border:1px solid #DFCC93;
}

table#rnavRanking {
	width:150px;
	margin-left:2px;
}

table#rnavRanking td {
	vertical-align:top;
}

.rnavRankName {
	margin-bottom:0;
	font-size:11px;
	font-weight:bold;
	text-align: center;
}

.rnavDate {
	font-size:10px;
	text-align: center;
}

.rnavRankIcon {
	text-align:center;
}

.rnavRankIcon img {
	margin-bottom:4px;
}

.rnavRankProductName {
	margin-bottom:5px;
	line-height:1.2;
}

.rnavRankDesc {
	margin-bottom:15px;
	font-size:11px;
	line-height:1.1;
}


/* -------------------------------------
　　会員登録(checkout_first)
------------------------------------- */
div#no_account, div#create_account, div#create_tokino, div#update_tokino {
	display:none;
}


/* -------------------------------------
　　フッター
------------------------------------- */

.ftPageTop {
	margin-right:12px;
	text-align:right;
}

div#ftLinks {
	background:url(images/ft-linksbg.gif) 0 0 no-repeat;
	padding:20px 0;
	border-top:1px solid #D4F3EE;
	border-bottom:1px solid #D4F3EE;
}

div#ftLinks a:link    { color:#333; text-decoration:none; }
div#ftLinks a:visited { color:#999; text-decoration:none; }
div#ftLinks a:hover   { color:#333; text-decoration:underline; }
div#ftLinks a:active  { color:#333; text-decoration:underline; }

#ftLinks table {
	width:910px;
	margin:0 auto;
}

#ftLinks td {
	vertical-align:top;
}

#ftLinks td p.ttl {
	margin-bottom:5px;
	font-weight:bold;
}

#ftLinks li {
	background:url(images/ico-arrow2.gif) left top no-repeat;
	margin-left:3px;
	margin-bottom:7px;
	padding-left:8px;
	line-height:1.0;
}

.ftCaution {
	margin:0;
	font-size:11px;
	line-height:1.1;
}

#ftEndL {
	float:left;
	width:625px;
}

#ftEndR {
	float:left;
	width:345px;
	text-align:right;
}


/* -------------------------------------
　　買い物カゴ周り
------------------------------------- */

.infobox {
	background: #f8f8f8;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	padding: 5px;
}


.infoBoxContents {
	background: #f8f8f9;
}

.moduleRowSelected {
	background-color: #fff0a6;
}

.moduleRow { 
	background-color: #e0e0e0;
}

.moduleRowOver {
	background-color: #ffd2a6;
	cursor: hand;
}

div.bubble-blue .bubble-top {
	width: 600px;
	height: 12px;
	background: url(images/bubble-blue-top.gif) top center no-repeat;
	font-size: 11px;
	}

div.bubble-blue .bubble-top2 {
	width: 450px;
	height: 12px;
	background: url(images/bubble-blue-top2.gif) top center no-repeat;
	margin: 0 auto;
	font-size: 11px;
	}

div.bubble-blue .bubble-mid {
	background: #FFDDB6;
	padding: 0 15px;
	}

div.bubble-blue .bubble-mid2 {
	width: 450px;
	background: #FFDDB6;
	margin: 0 auto;
	}

div.bubble-blue .bubble-btm {
	width: 600px;
	height: 12px;
	background: url(images/bubble-blue-bottom.gif) top center no-repeat;
	font-size: 11px;
	}

div.bubble-blue .bubble-btm2 {
	width: 450px;
	height: 12px;
	background: url(images/bubble-blue-bottom2.gif) top center no-repeat;
	margin: 0 auto;
	font-size: 11px;
	}

.bubble-ptBlueTop1 {
	height: 14px;
	background: url(images/bubble-blue-ptt1.gif) top center no-repeat;
	font-size: 8px;
	}

.bubble-ptBlueTop2 {
	height: 14px;
	background: url(images/bubble-blue-ptt1.gif) top left no-repeat;
	margin-left: 50px;
	font-size: 8px;
	}

.bubble-ptBlueBtm1 {
	height: 14px;
	background: url(images/bubble-blue-ptb1.gif) top center no-repeat;
	font-size: 8px;
	}

.bubble-ptBlueBtm2 {
	height: 14px;
	background: url(images/bubble-blue-ptb1.gif) top left no-repeat;
	margin-left: 50px;
	font-size: 8px;
	}

.infoBoxNoticeContents {
	background: #FFE6E6;
}

div#contentsmain div.infoboxnotice {
	margin-top: 3px;
	border: 1px solid #FF8E90;
	background: #FFE6E6;
}



/* -------------------------------------
　　会員登録(checkout_first, create_account)
------------------------------------- */
div#no_account, div#create_account, div#create_tokino, div#update_tokino {
	display:none;
}

div#contentsmain div.formarea {
	background: #fff;
	margin: 0;
	border: 1px solid #ccc;
	_padding: 10px 0;
	}

div#contentsmain div.formarea table {
	margin: 15px 0 15px 10px;
	_margin: 15px 0 15px 10px;
	}

div#contentsmain div.formarea th,
div#contentsmain div.formarea td {
	_font-size: 80%;
	}

.formh{
	width: 8em;
	vertical-align: top;
}

.formh2{
	width: 9em;
	vertical-align: top;
}

#first_merit { margin: 40px 0 10px 0;}

#first_merit .ttl { font-size: 120%; }

#first_merit .imgttl { margin: 10px 0 5px 0;}

#about_tokino .imgttl { margin: 10px 0 5px 0;}

#osusume_box {
	border: 1px solid #FFD6B0;
	background-color: #F9EFE6;
	margin: 10px 0 30px 0;
	padding: 15px;
 	} 	
	
#osusume_box a img { border: 0;}

#osusume_box_tokino {
	border: 1px solid #D4F3EE;
	background-color: #E3F3EF;
	margin: 10px 0 30px 0; 
	padding: 15px;
 	} 
	
#osusume_box_tokino a img { border: 0;}

.ssl_logo { float: left; width:105px; margin-right:10px; margin-bottom:5px; }

.doi_text {
	margin: 20px 0 20px 0;
	text-align: center;
	}
	
#kiyaku { width: 590px; border: 1px solid #ccc;}

#toroku_button {
	width: 210px;
	position:absolute;
	}
	
#toroku_button_box {
	width: 600px;
	text-align:center;
	}	
	
	
.webmerit01 {
	width: 275px;
	float:left ;
	}	

.webmerit02 {
	width: 275px;
	float: right;
	margin: 0 15px 0 0;
	}	
	
/* -------------------------------------
	エラーメッセージ
------------------------------------- */
div.messageBox {
	margin-bottom: 0.5em;

}

div.messageBox p{
	padding: 2px;
}

div.messageBox p.messageStackError, p.messageStackWarning{
	background-color: #FFE6E6;
}

div.messageBox p.messageStackSuccess{
	background-color: #99ff00;
}

#errorBox{
	background: #ffb3b5;
	font-weight: bold;
}

#headerError{
	background: #ff0000;
	font-weight: bold;
	color: #ffffff;
}

#headerInfo{
	background: #00ff00;
	font-weight: bold;
	color: #ffffff;
}

.notice_s{
	font-size: 90%;
	color: #8899bb;
}

.error_s{
	font-size: 90%;
	color: #ff0000;
}

.warning{
	color: #cc0033;
}

.error{
	color: #ff0000;
}

.warning_bold{
	color: #cc0033;
	font-weight: bold;
}

.error_bold{
	color: #ff0000;
	font-weight: bold;
}


/* -------------------------------------
　　ランキング
------------------------------------- */

#rankCategory {
	margin-bottom:50px;
}


#rankCategory a {
	margin:0 15px 0 10px;
	line-height:2.0;
}


h2.rankingTitle {
	margin:0 0 10px;
	color:#FE8C3D;
	font-size:16px;
	font-weight:bold;
	line-height:1.1;
}


h2.rankingTitle2 {
	width:220px;
	float:left;
	margin:0 0 10px;
	color:#FE8C3D;
	font-size:16px;
	font-weight:bold;
	line-height:1.1;
}


.rankingTitle2Link {
	width:145px;
	float:left;
	text-align:right;
}


div.rankOuter1 {
	width:380px;
	float:left;
}


div.rankOuter2 {
	width:380px;
	float:left;
	display:inline;
	margin-left:10px;
}

div#rnkRankingBox {
	background:#FBF6E7;
	padding-top:20px;
	border:1px solid #DFCC93;
}

table#rnkRanking {
	width:360px;
	margin:0 auto;
}

table#rnkRanking td {
	padding-bottom:10px;
	vertical-align:top;
}

table.rnkRanking2 {
	width:360px;
	margin:10px auto 0;
}

table.rnkRanking2 td {
	padding-bottom:10px;
	vertical-align:top;
}

.rnkRankProductName {
	margin-bottom:5px;
	line-height:1.2;
}

.rnkRankPrice {
	margin-bottom:7px;
	color:#ff7000;
	font-size:14px;
	font-weight:bold;
}

.rnkRankDesc {
	margin-bottom:15px;
	font-size:11px;
	line-height:1.1;
}

.rnkRankDesc2 {
	margin-bottom:5px;
	font-size:11px;
	line-height:1.1;
}

.rnkRankDesc3 {
	margin:0;
	font-size:11px;
	line-height:1.1;
}

.reviewNumNow {
	color:#ff7000;
	font-size:14px;
	font-weight:bold;
}

.rnkProductListing {
	float:left;
	width:120px;
}

.rnkProductListing p.pImg {
	margin-bottom:5px;
}

.rnkProductListing p.pName {
	margin-bottom:5px;
	line-height:1.3;
}

.rnkProductListing p.pDesc {
	margin-bottom:3px;
	font-size:11px;
	line-height:1.2;
}


/* -------------------------------------
　　プライバシーポリシー
------------------------------------- */

#privacy { margin: 0 0 25px 0; }

#privacy h3 { margin: 20px 0 10px 0;}

#privacy ol { margin: 0 0 10px 0;}
#privacy ol li { line-height: 160%;}

#sentence01{
font-weight: bold;
margin-top: 20px;}

#sentence02{
font-weight: bold;
margin-top: 10px;}

#sentence03{
text-align:right;
}


/* -------------------------------------
　　インフォメーションページ
------------------------------------- */

#payment p { margin: 0 0 10px 5px;}

#payment h3 { margin: 30px 0 20px 0;
			  padding:30px 0px; 
			  border-top:3px double #cccccc;
			  border-bottom:1px dotted #cccccc;}
			  
#payment h4 { margin: 20px 0 10px 0;
			  padding:8px;
			  border-left:5px solid #999999;
			  border-bottom:1px dotted #cccccc;
			  background-color:#efefef;			  
			  }

#payment .point {background-color:#ffff99;}

/*0724追加
#payment h3 { margin: 25px 0 10px 0;}
#payment h4 { margin: 15px 0 5px 0;}*/

#first_visited h3 { margin: 25px 0 10px 0;}


/* -------------------------------------
　　二度押し防止のフリーズ画面
------------------------------------- */

.FreezePaneOff{
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

.FreezePaneOn{
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      z-index: 999;
      filter:alpha(opacity=100);
      -moz-opacity:1.0;
      padding-top: 25%;
   }

.InnerFreezePane{
      text-align: center;
      width: 900px;
			z-index: 1000;
			filter:alpha(opacity=160);
      -moz-opacity:1.6;
			background-color: #FFDDB6;
      color: #333;
      font-size: 120%;
			font-weight: bolder;
      padding: 9px;
			margin: 0 auto;
   }

/* -------------------------------------
　　一緒に買われている商品
------------------------------------- */

#togetherTbl div.text {
	margin: 0 0 10px 10px;
	line-height: 130%;
	}


/* -------------------------------------
　　コーディネートページ
------------------------------------- */

#fs2 { margin: 15px 0 20px 0;}


/* -------------------------------------
　　ご注文方法
------------------------------------- */

#help_left { float: left; width:300px;}
#help_right { float: right; width:300px;}

#step1_01 { height:465px;}
#step2_01 { height:113px; margin: 0 0 0 20px; }
#step2_02 { height:107px; margin: 0 0 0 20px; }

#step5_01 { height:119px;}
#step5_02 { height:134px; margin: 5px 0 0 23px; }
#step5_03 { height:50px; margin: 5px 0 0 23px; }
#step5_04 { margin: 5px 0 0 23px; }

#step6_01 { height:303px;}
#step7_01 { height:80px;}

.colOre { color:#ff7000; }

a.order_step01 {
display:block;
width:121px;
height:30px;
text-indent:-9999px;
background-image: url("../../images/order_step/order_step01_2.gif");
background-position:top;
}
a.order_step01:hover {
background-image: url("../../images/order_step/order_step01_2.gif");
background-position:bottom;
}

a.order_step02 {
display:block;
width:131px;
height:30px;
text-indent:-9999px;
background-image: url("../../images/order_step/order_step02_2.gif");
background-position:top;
}
a.order_step02:hover {
background-image: url("../../images/order_step/order_step02_2.gif");
background-position:bottom;
}


a.order_step03 {
display:block;
width:131px;
height:30px;
text-indent:-9999px;
background-image: url("../../images/order_step/order_step03_2.gif");
background-position:top;
}
a.order_step03:hover {
background-image: url("../../images/order_step/order_step03_2.gif");
background-position:bottom;
}

/* -------------------------------------
　　マイページ
------------------------------------- */

#mypageMenuBox        { background:#f8f8f8; margin-bottom:30px; padding-top:20px; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-left:1px solid #ccc; *zoom:1; }
#mypageMenuBox #point { margin:0 0 25px 10px; }
#mypageMenuBox .mbox  { float:left; margin:0 0 15px 10px; _display:inline; }

#mypageCntsBox        { background:#f8f8f8; margin-bottom:30px; padding:10px 0; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-left:1px solid #ccc; }
#mypageCntsBox p      { margin:0 0 10px 10px; }

/* -------------------------------------
　　商品一覧
------------------------------------- */
/*
#products_disp_block             { display:block; }
#products_disp_list              { display:none; }
*/
#products_disp_list table,
#products_disp_list tr,
#products_disp_list th,
#products_disp_list td           { margin:0; padding:0; border-collapse:collapse; }

#products_disp_list table        { width:100%; margin-bottom:20px; }
#products_disp_list td           { padding:5px; line-height:1.3; }
#products_disp_list td.img       { width:50px; }
#products_disp_list td.ico img   { margin-top:4px; margin-right:4px; }
#products_disp_list td b         { color:#ff7000; font-weight:bold; }

#products_disp_list .trCosme     { background:#f2fcfd; }
#products_disp_list .trCosme td  { border-top:1px solid #dfeeeb; border-bottom:1px solid #dfeeeb; }
#products_disp_list .trSupple    { background:#ffedf3; }
#products_disp_list .trSupple td { border-top:1px solid #eedbe1; border-bottom:1px solid #eedbe1; }
#products_disp_list .trDiet      { background:#fffbef; }
#products_disp_list .trDiet td   { border-top:1px solid #f4efdc; border-bottom:1px solid #f4efdc; }

