@charset "Shift_JIS";
/*------------------
 == reset
--------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
	line-height: 1.5;
 	font-size: 90%;
	background: #ffffff;
}


img{
	border: 0;
	vertical-align:middle;
}

a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

a:hover img.nohighlight{
  opacity:1;
  filter:alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl {
	margin: 1em 0;
	padding: 0;
	font-size: 1em;
}

em { 
	font-style: normal;
}

input,
textareta{
	font-size: 1em; /*update*/
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 0;
}


/*------------------
 == clearfix
--------------------*/
.pkg:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.pkg {
	zoom: 100%;
}
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
/* 全体構造
---------------------------------------------------- */

#container {
  min-width: 800px;
  margin: 0 10px 0 10px;
  padding-top: 130px;
  position: relative;
}
*html #container{
height: 1px;
}


#headerBlock{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#contentArea{
	margin-left:-192px;
	width: 100%;
	float: right;
}

#contentBlock{
	margin-left:192px;
}

#rightNaviArea {
  width: 300px;
}

#leftNaviArea {
  width: 182px;
}

#mainContentsBlock {
  margin: 0 10px 0 0 ;
	clear: both;
}

#mainContentsBlock2nd {
	margin-left:192px;
}


em {
	font-style: normal;
	font-weight: bold;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	float: left;
	padding: 0 10px 10px 0;
}




/* リンク
---------------------------------------------------- */
a:link {
  color: #1f3fa2;
}

/*a:visited {
  color: #1f3fa2;
}*/

a:hover, a:active {
  color: #E47911;
}


/* ヘッダ
---------------------------------------------------- */
#headerArea {
  padding: 0 ;
  min-width: 960px;
  width:expression(document.body.clientWidth < 960? "960px" : "auto");
}


#headerArea .hide {
  position: absolute;
  left: -999px;
  width: 990px;
}

#corporateLogoBlock {
	float: left;
	padding: 0 ;
	margin: 8px 0;
}

#headerbannerBlock {
	FLOAT: right;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#anniversaryBlock {
	float: left;
	padding: 0 ;
	margin: 0 ;
}

#utilityBlock {
	margin: 0;
	padding: 15px 0px;
	text-align: right;
  line-height: 1;
  font-size: 12px;
}

#utilityBlock li {
	display: inline;
	padding: 0 10px;
	zoom: 1;
	border-left:1px solid #ebebeb;
}
#utilityBlock li img {
  vertical-align: top;
}

#utilityBlock2 {
	TEXT-ALIGN: left;
	PADDING-BOTTOM: 15px;
	LINE-HEIGHT: 1;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	FONT-SIZE: 12px;
	PADDING-TOP: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#utilityBlock2 LI {
	BORDER-LEFT: #ebebeb 1px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; ZOOM: 1; DISPLAY: inline; PADDING-TOP: 0px
}
#utilityBlock2 LI IMG {
	VERTICAL-ALIGN: top
}

.lineNone{
	border:none !important;
}

#searchBlock {
	background: url(/images/common/searchblock_bg.gif) repeat-x left top;
	margin: 0;
	padding: 4px 0 7px 0;
	position:relative;
	zoom: 1;
	line-height: 1;
	text-align: center;
	min-width:960px;
}

#searchBlock form{
	margin:0;
	padding:0;
}

#searchBlock select{
	font-size:15px;  
	vertical-align:middle;
}

#searchBlock input {
	vertical-align: middle;
}

#searchBlock input.textBox {
	width: 343px;
	margin: 0;
	padding: 3px 0;
	border: 1px solid #A5ACB2;
	font-size:15px;
}
#searchBlock input.searchsubmit {
	margin: 0;
	padding: 0 0 0 3px;
}


#basketBlock{
	background: url(/images/common/searchblock_bg.gif) repeat-x right top;
	margin:0;
	position: absolute;
	right: 0;
	bottom: 0;
	zoom: 1;
	line-height: 1;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0;
}


#globalNavBlock {
	width: 100%;
	min-width:960px;
	height:32px;
	margin: 0 ;
	padding: 0;
	clear: both;
	overflow: visible;
	line-height: 0;
}
#globalNavBlock ul {
	width:960px;
	margin: 0;
	padding: 0;
	float: left;
	overflow:visible;
}
#globalNavBlock ul li {
	float: left;
	margin: 0;
}

/* フッター
---------------------------------------------------- */
#footerArea {
	width: 100%;
	margin: 0;
	padding: 0 ;
	clear:both;
}

#footerCategory{
	background-color:#f8f8f8;
	border:1px solid #e2e2e2;
	border-top:1px solid #4da802;
	padding: 15px 0;
	text-align:center;
}

#footerCategory ul,
#footerNavi ul{
	margin: 0;
	padding:0;
}

#footerCategory ul li,
#footerNavi ul li{
	margin: 0;
	padding: 0px 5px ;
	display:inline;
	border-left:1px solid #7c7d7f;
}

#footerNavi{
	padding: 13px 0;
	text-align:center;
}


#footerArea p {
	margin: 0;
	padding: 5px 0;
}
div.hrLine hr{
	display:none;
}

/* h2
---------------------------------------------------- */
#mainContentsBlock h2 {
  margin: 0 0 12px 0;
  padding:0 ;
  background: url(/images/common/h2_bg.gif) right top repeat-x;
}

#loginBlock h2 {
  margin:0 ;
  padding:0 ;
  background: url(/images/common/h2_bg.gif) right top repeat-x;  	
} 

#loginBlock .picon {
	background-color: transparent;
	background-image: url(/images/common/point_icon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	vertical-align: middle;
	background-position: left center;
	font-weight: normal;
}


/* navi
---------------------------------------------------- */
#mainContentsBlock div.mainnavi {
  margin: 0 0 12px 0;
  padding:0 ;
  background: url(/images/common/h2_bg.gif) right top repeat-x;
}

#loginBlock div.rightnavi {
  margin:0 ;
  padding:0 ;
  background: url(/images/common/h2_bg.gif) right top repeat-x;  	
} 

/* pagetop
---------------------------------------------------- */
.toPageTop {
	text-align: right;
}

.toPageTop img {
	padding:10px 0;
}


/* hr -------------------------- */
.hr{
	clear:both;
	margin:8px 10px;
}


/* font -------------------------- */

.ltxt{

}
.stxt{
	font-size:.8em;
}

* html p.address{
	font-size: x-small;	
}

/* iconnew -------------------------- */

#picon {
	background-color: transparent;
	background-image: url(/images/common/point_icon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	display: block;
	vertical-align: middle;
	background-position: left center;
}

/* bullet -------------------------- */

#leftNaviArea ul.bulletTypeArrow li ul {
	border-top: 1px dotted #c8c8c8;
	margin: 6px 0 0 0 ;
	padding: 3px 0 0 0 ;
	display:block;
}

#leftNaviArea ul.bulletTypeArrow li ul li a{
	padding: 0 3px 0 34px;
	background: transparent url(/images/common/bullet.gif) 25px 0.4em no-repeat;
	display:block;
}

#leftNaviArea ul.bulletTypeArrow li ul li.on a{
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	display:block;
}

.arrowLink{
	padding: 0 3px 0 8px;
	background: url(/images/common/bullet_02.gif) left 0.4em no-repeat !important;
}


.bulletTypeArrow li{
	margin: 3px 0 0 0;
	padding: 0px 3px 0px 0;
	height:1%;
	font-weight:normal;
}


.bulletTypeArrow li a{
	margin: 0;
	padding: 0 3px 0 23px;
	background-color: transparent;
	background-image: url(/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 0.4em;
	display:block;
}

.bulletTypeArrow2 li{
	margin: 3px 0 0 0;
	padding: 0px 3px 0px 0;
	font-weight:normal;
}


.bulletTypeArrow2 li a{
	margin: 0;
	padding: 0 3px 0 23px;
	background-color: transparent;
	background-image: url(/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 0.4em;
}

.bulletTypeArrow3 li{
	margin: 3px 0 0 0;
	padding: 0px 3px 0px 0;
	height:1%;
	font-weight:normal;
}


.bulletTypeArrow3 li a{
	margin: 0;
	padding: 0 3px 0 23px;
	background-color: transparent;
	background-image: url(/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 0.4em;
	display:block;
}

.bulletTypeArrow4 LI {
	PADDING-BOTTOM: 0px; 
	MARGIN: 3px 0px 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 3px; 
	HEIGHT: 1%; 
	FONT-WEIGHT: normal; 
	PADDING-TOP: 0px; 	
	text-decoration: none;
}

.bulletTypeArrow4 LI A {
	BACKGROUND-IMAGE: url(http://www.kenko.com/images/common/bullet.gif);
	PADDING-BOTTOM: 0px;
	BACKGROUND-COLOR: transparent;
	MARGIN: 0px;
	PADDING-LEFT: 18px;
	PADDING-RIGHT: 3px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: 10px 0.4em;
	PADDING-TOP: 0px;
	text-decoration: none;
	display:inline-block;
}

.topix {
	text-decoration:underline;
}

.iconnew{
	background-image: url(/images/common/newicon.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 21px;
	height: 14px;
	display:inline-block;
	vertical-align:middle;
	background-position: 0px -1px;
	text-decoration: none!important;
	margin-left: 2px;
}


.bulletTypeArrow li.on{
	font-weight:bold;
}


li.dotline{
	padding: 5px 3px 0px 0;
	border-top: 1px dotted #c8c8c8;
	font-weight: bold;
}

li.dotline_u{
	padding: 0px 3px 5px 0;
	border-bottom: 1px dotted #c8c8c8;
}

.bulletTypeNone li{
	margin: 3px 0 0 0;
	padding: 0px 3px 0px 15px;
}

.bulletTypeNone li a{
	margin: 0;
	padding: 0 3px 0 0;
	background:none;
	height:1%;
}

.bulletTypeNone2 li{
	margin: 3px 0 0 0;
	padding: 0px 3px 0px 15px;
	text-decoration: none!important;
}

.bulletTypeNone2 li a{
	margin: 0;
	padding: 0 3px 0 0;
	background:none;
	height:1%;
	text-decoration: none!important;
}


#loginBlock .bulletTypeArrow{
	margin: 0;
	padding: 0 3px 0 10px;
	background: transparent url(/images/common/bullet.gif) left center no-repeat;	
} 

#prnotice{
	padding:0 0 8px 0!important;
}


#prnotice p{
	font-weight:bold;
}

.prnotice_top{
	margin:0 1px;
	padding:8px 0px;
	background-color:#F8F7AA;
}

#prnotice ul.bulletTypeNone {
	border-top: 1px dotted #c8c8c8;
	border-bottom: 1px dotted #c8c8c8;
	margin:0 15px 5px 15px  ;
	padding:3px 0 5px 0;
}

#prnotice ul.bulletTypeNone li{
	margin: 3px 0 0 0;
	padding: 1px 0;
}


/* index-------------------------- */

#loginBlock{
	border: 1px solid #e0e0e0;
	margin:0 0 6px 0;
	padding: 3px 5px;
}

#loginBlock li.dotline{
	padding: 5px 3px 0px 0px;
	border-top: 1px dotted #c8c8c8;
}

#loginBlock li.dotline a{
	background:none;
	padding: 0 3px 0 15px;
}

#loginBlock span{
	font-weight:bold;
}

/* ranking-------------------------- */

#rankingNavi{
	margin:0;
	padding:0 0.5em;
	background: url(/images/common/stitle_ranking.gif) left top no-repeat;
	font-weight:bold;
	font-size:1.1em;
}

#rankcategory{
	margin:0;
	padding:0 0.5em;
	background:#EDEDED;
	border:1px solid #dfdfdf;
	border-top:none;
}

.rankingBlock{
	margin: 5px 20px;
}

.rankingBlock #kenkomirev {
font-size:90%;
margin:0.5em 0 0 0;
}

.rankingBlock h3{
	font-size:1.1em; 
	margin:0 0 8px 0;
	padding:0;
}

.rankingBlock h3 img{
	margin: 0 5px;
	vertical-align:middle;
}

.rankingBlock p{
	padding: 0 !important;
	margin:0 !important;
}

.price{
	color:#ff2e1d;
	font-weight:bold;
	font-size:1.1em;
}

.rankingBlock div{
	font-size:1.1em; 
	margin:0 0 8px 0;
	padding:0;
}

.rankingBlock div img{
	margin: 0 5px;
	vertical-align:middle;
}



/* 広告-------------------------- */
.ad {
	margin: 0;
	padding:0;
}
.ad img {
  display: block;
  margin:0 0 5px 0;
  padding:0;
}

/* バナー-------------------------- */
.bannerArea {
	margin: 0;
	padding:0;
	text-align:center;
}
.bannerArea img {
  margin:0 0 5px 0;
  padding:0;
}

.bannerArea p{
	text-align:left;
	padding: 0 0 0 15px;
	font-size:.8em;
}

#selectShop img {
	margin: 0 15px 10px 0 ;
	padding:0;
}

/* box -------------------------- */

#mainContentsBlock .box{
	margin:0 10px 12px 10px ;
	padding:0;
	background:none;
}

#mainContentsBlock .bannerBox{
	margin:0 0 12px 0;
	padding:0;
	background:none;
}


#leftNaviArea .box{
	width:182px;
	margin:0 0 6px 0 ;
	padding:0 0 6px 0;
	background: url(/images/common/bg_box.gif) left bottom no-repeat;
}

#leftNaviArea .topbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#leftNaviArea div.leftnavi{
	margin:0;
	padding:0;
}


#leftNaviArea .box p{
	margin:0 0 0 15px;
	padding:4px 0 0 0;
}

#leftNaviArea .box hr{
	background: url(/images/common/line.gif) left top repeat-x;
    height: 1px;
    margin: 3px 10px 5px 10px;
    padding: 0;
    border: 0px none;
}

.commodities{
	background: url(/images/common/bg_commodities.gif) left bottom repeat-y;
	padding: 3px 0 0 10px;
}


#rightNaviArea .box{
	width:300px;
	margin:0 0 6px 0 ;
	padding:0 0 6px 0;
	background: url(/images/bg_box.gif) left bottom no-repeat;
}

#rightNaviArea div.rightnavi{
	margin:0 0 12px 0;
	padding:0;
}

#rightNaviArea .box p{
	margin:0 0 0 15px;
	padding:4px 0 0 0;
}

.categoryBox{
	margin:0 4px 12px 4px;
}

#attentionBox{
	padding: 8px 10px  10px 10px;
	margin: 0 0 12px 0;
	border: 1px solid #dfdfdf;
	overflow:hidden;
	height:1%;
	clear:both;
}

#attentionBox img{
	padding:0;
	float:center;
} 

#attentionBox div{
	float:right;
	border:1px solid #dfdfdf;
	padding:0.5em;
	width:145px;
	
}


#attentionBoxtop{
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 5px;
	margin: 0 0 12px 0;
	border: 1px solid #dfdfdf;
	overflow:hidden;
	height:1%;
	clear:both;
	min-width: 460px;
	width:expression(document.body.clientWidth < 460? "460px" : "auto");

}

#attentionBoxtop img{
	padding:0;
	float:center;
} 

#attentionBoxtop div{
	float:right;
	border:1px solid #dfdfdf;
	padding:0.5em;
	width:150px;
	
}

#attentionBoxtop div img{
	padding:0;
	float:center;
}

#right_basketbox{
	background-color: #e9e9e9;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#apology_noticebox{
	border:1px solid #c8c8c8;
	padding:0.3em;
	margin-bottom:0.3em;
}

/*#attentionBox div a{
	text-decoration:none;
}
#attentionBox div a:hover{
	text-decoration:underline;
}*/

.titleBox{
	background: url(/images/bg_title.gif) top left repeat-x;
	border-bottom:1px solid #71ce1e;
	padding:0;
	margin: 0 0 15px 0;
	width:100%;
	height:86px;
}

.titleBox img{
	margin:0;
	padding:0;
	float:left;
}

.titleBox p{
	text-align:right;
	font-size:1.3em;
	background:none;
	line-height:1em;
	margin:0;
	padding:30px 10px 0 0;
}



/* table -------------------------- */
#attentionTable {
	margin: 0 0 12px 0;
	padding:0;}

#attentionTable td{
	vertical-align:top;
	font-size:.8em;
	padding:5px;
}

#categoryTable {
	width:100%;
	_width:98%;
}

#categoryTable td{
	margin:0;
	padding:0 0 5px 0;
}

#categoryTable div{
	margin:0 8px 10px 0;
	padding:0 0 5px 0;
	border-bottom: 1px dotted #c8c8c8;
	font-size:1.1em;
	font-weight:bold;
}

#categoryTable div a{
	margin: 0;
	padding: 0 3px 0 9px;
	background: url(/images/common/bullet_02.gif) left 0.2em no-repeat;
	text-decoration:none;
}

#categoryTable .cat_content_list li {
	margin: 0 ;
	padding: 0 0 0 5px;
}


#categoryTable .cat_content_list li a{
	margin: 0 ;
	padding: 0 0 0 5px;
	display:block;
	height:1%;
}

#recommendedTable{
	margin-bottom:12px;

}


#recommendedTable td{
	padding: 10px;
	border: 2px solid #e4e4e4;
}



#recommendedTable .title{
	font-weight:bold;
	color:#f78100;
	margin:0;
	padding:0;
}

#recommendedTable p{
	margin:0;
	padding:0;
	line-height:1.1em;
}


.itemTable h3 {
	padding: 0 3px 0 8px;
	background: url(/images/common/bullet_02.gif) left 0.6em no-repeat !important;
	margin:0;
	font-size:1.15em;
}

.itemTable p{
	margin:4px 8px;
}

table.itemTable{
	margin:0px 0px 20px 0px;
}


.itemTable td.productname{
	background:transparent url(/images/common/bullet_02.gif) no-repeat scroll left 0.6em !important;
	padding:0px 0px 0px 8px;
}

.itemTable td.right-line{
	border-right: 1px dashed #C8C8C8;
}

.itemTable td.bottom-line{
	border-bottom: 1px dashed #C8C8C8;
}


.bullettypebq div {
	margin:0;
	padding:0 0 0 10px;
	background:url(/images/common/bullet.gif) 5px no-repeat;
	display:block;
	valign:top;
}


.bq_title{
	width:300px;
	height:50px;
	background:#3399cc;
	color:#ffffff;
	font-weight:bold;
	pdding:0;
	margin:0.1em 0 0.2em 0;
	font-size:20px;
}


.bq_text{
	padding:0.5em 0 0.5em 0.3em;
	line-height: 130%;
}


.bq_box{
	border:1px solid #dfdfdf;
	margin:0 0 0.5em;
	padding:0 0 0.3em 0;
	width:300px;
}


.bq_box2{
	border:1px solid #dfdfdf;
	margin:0 0 0.5em;
	padding:0 0 0.3em 0;
	width:298px;
}

.rightbox_text{
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0.5em;
	line-height: 130%;
}

.rightbox_text_right{
	text-align: right;
	padding: 0.2em;
}
.sg_box{
	border:1px solid #2a304a;
	width:554px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	height: 96px;
	text-align: left;
}

.sg_boximg{
	width:396px;
	height:96px;
	display: block;
	float: left;
}

.sg_boxtext{
	width:158px;
}
.sgad_box{
	border:1px solid #c4c4c4;
	width:554px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	height: 96px;
	text-align: left;
	padding: 5px;
}

.sgad_boximg{
	width:140px;
	height:100px;
	display: block;
	float: left;
	margin-right: 5px;
}

.sgad_boxtext{
	font-weight: bold;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}

div.itemgroup a img{
	border: 0;
}

#validate_form td{
	border:1px solid #c7c7c7;
}

#mypage .mi{
	margin: 0;
	padding: 0 3px 0 15px;
	background-color: transparent;
	background-image: url(/images/common/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.2em;
	display:block;
	font-weight: bold;
}
/* font -------------------------- */
.isyo p{
	font-weight:bold;
	color:#f78002;
	padding:0 0 0 25px;  /* update 11/04 */
	margin-bottom:3px !important;
	background:url(/images/common/product/icon_bag.gif) left center no-repeat;
}

.sei-txtbox01,
.price{
	font-weight:bold;
	color:#ff2e1d;
}

.relation{
	font-weight:bold;
	color:#f78002;
}

.isyo div{
	margin: 0 0 0 30px;
	color:#6d6d6d;
}

.due_date{
	font-weight:bold;
}

#newitem_date{
	margin:0.5em 0;
	font-weight:bold;
}


/* mainContentsBlock2nd
---------------------------------------------------- */

#mainContentsBlock2nd h1,
#mainContentsBlock h1{
	background: url(/images/common/product/h1_bg_2nd.gif) top left no-repeat ;
	font-size:1.2em;
	margin:10px 0 8px 0;
	padding:9px 0 0 16px;
	height:32px;
	border: 1px solid #d6d6d6;
	border-bottom:none;
}

#mainContentsBlock2nd .mainBox h1{
	background: url(/images/common/product/h1_bg_2nd.gif) top left no-repeat ;
	font-size:1.2em;
	margin:0 0 13px 0;
	padding:9px 0 0 16px;
	height:32px;
	border:none;
}

#relatedSeibun{
	margin:0 0 0 0;
}

#relatedSeibun h3{
	margin:0;
}

#mainContentsBlock2nd .h2img{
	background: url(/images/common/product/h2_product_02.gif) top right no-repeat ;
	margin:0 ;
	padding:0;
}

#mainContentsBlock2nd h2{
	background: url(/images/common/product/h2_product_01.gif) top left no-repeat ;
	margin:0 0 8px 0;
	padding:5px 0 4px 10px;
}

#mainContentsBlock2nd h2.seibun{
	padding: 0 3px 0 8px;
	background: url(/images/common/bullet_02.gif) left 0.6em no-repeat !important;
	margin:0;
	font-size:1.15em;
}

#mainContentsBlock2nd #extraBox h3.product div,
#mainContentsBlock #extraBox h3.product div{
  margin: 0;
  padding:7px 0 0 10px ;
  background: url(/images/common/h2_bg_02.gif) left top no-repeat;
}

#mainContentsBlock2nd #extraBox h3.product{
  margin: 15px 0 12px 0;
  padding:0 ;
  background: url(/images/common/h2_bg.gif) right top repeat-x;
  height:27px;
  font-size:1.1em;
  line-height:1em;  
}

#mainContentsBlock2nd h2.product div,
#mainContentsBlock h2.product div{
  margin: 0;
  padding:7px 0 0 10px ;
  background: url(/images/common/h2_bg_02.gif) left top no-repeat;
}

#mainContentsBlock2nd .item_caption{
	background: url(/images/common/product/h3_product.gif) bottom left repeat-x ;
	margin:0 0 8px 0;
	padding:5px 0 3px 2px;
	font-size:1em;
	font-weight:bold;
	clear:both;
}

#mainContentsBlock2nd p{
	margin: 0 2px 10px 2px;
}

#mainContentsBlock2nd .setsumei_title{
	background: url(/images/common/product/h3_product.gif) bottom left repeat-x ;
	margin:0 0 8px 0;
	padding:5px 0 3px 2px;
	font-size:1em;
	font-weight:bold;
} 

#mainContentsBlock2nd ul,#mainContentsBlock2nd ol{
	margin:0 0 0 2em;
}

.pankuzu{
	color:#6d6d6d;
}

.pankuzu span{
	color:#333333;

}

.imgProduct{
	margin: 5px 0 0;
	padding:0 0 5px;
}

.itemmark img {
	margin: 0 2px;
}

.itemsurvey{ 	
	padding:0 0 0 25px;  
	margin:0;
	background:url(/images/common/product/icon_q.gif) left center no-repeat;
}

.itemgroup{
	float:left;
	width:110px;
	margin:0.2em 0.3em 0 0.2em;
	height:140px;
	font-size:0.8em;
} 

.itemgroup_title{
	background: url(/images/common/product/h3_product.gif) bottom left repeat-x ;
	margin:0 0 8px 0;
	padding:5px 0 3px 2px;
	font-size:1em;
}

.ad_center{
	width:100%;
	border:1px solid #dfdfdf;	
	border-bottom:px solid #dfdfdf;	
	margin:0.5em 0 0 0;
	text-align:center;
}

.ad_eyecatch{
	margin:0 0 0.5em 0;
	padding:0;
	border:1px solid #dfdfdf;
	width:300px;
} 

.newitemBox{
	width:47%;
	float:left;
	margin:0.5em;
	border-bottom:1px solid #dfdfdf;
	height:120px;
}


/* mainContentsBlock2nd RightBox
---------------------------------------------------- */

.rankingBlock ol{
	margin: 0 0 0 15px;
}

/* bullet -------------------------- */
#mainContentsBlock2nd .bulletTypeArrow li a{
	margin: 0 ;
	padding: 0 3px 0 10px;
	background: url(/images/common/bullet_02.gif) left 0.4em no-repeat;
	display:block;
	height:1%;
}

.prlink_item{
	margin: 0 ;
	padding:0;
}

#kenkomirev a{
	margin: 0 ;
	padding: 0 3px 0 10px;
	background: url(/images/common/bullet_02.gif) left 0.4em no-repeat;
	display:block;
	height:1%;
	width:12em;
}

#kenkojiten{
	margin:0 0 1em 0.5em;
	padding:0 0 0 1em;
	background: url(/images/common/bullet_02.gif) left center no-repeat;
} 

/* box -------------------------- */
#mainContentsBlock2nd .mainBox{
	border: 1px solid #bcbabb;
	padding:1px;
	margin:10px 0;
	height:1%;
}

.maker_comment_notice{
	border-top:1px dotted #c7c7c7;
	border-bottom:1px dotted #c7c7c7;
	padding: 10px 3px;
	margin: 0 0 15px 0;
}

.nutritionbox{
	margin:0;
	padding: 10px;
	background-color:#FFFFFF;
	width:160px;
}

.prBox{
	margin:0 0 15px 0;
	padding:5px 10px 8px 10px;
	background-color:#f2f2f2;
	border:1px solid #dfdfdf;
}

.adLongBox{
	margin: 10px 0 0 0;
	padding:0;
}

#extraBox p{
	line-height:1.6em;
	padding:0px 10px !important;
}

.choiceTabBox{
	position:relative;
	top:13px;
	left:81px;
}

.choiceTabBox_h img{
	margin: 0 2px 0 0;
	padding:0;
}


.choiceBox{
	border:1px solid #dfdfdf;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	clear:both;
}

.choiceBox div{
	margin:10px 8px 10px 0;
	padding:0 0 5px 0;
	border-bottom: 1px dotted #c8c8c8;
	font-size:1.1em;
	clear:both;
}

.choiceBox div a{
	margin: 0;
	padding: 0 3px 0 9px;
	background: url(/images/common/bullet_02.gif) left 0.2em no-repeat;
	text-decoration:none;
	font-weight:bold;
}



div.choiceBox ul {
	overflow:hidden;
	clear:both;
	width:100%;
}

div.choiceBox ul li ul{
	border-bottom: 1px solid #dff4cb;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width:100%;
	overflow:hidden;
	clear:both;

}


div.choiceBox .bulletTypeArrow li {
	margin: 0 ;
	padding: 0 3px 0 5px;
	float:left;
	border:none;
	width:31%;
	display:block;
}

div.choiceBox .bulletTypeArrow_02 li {
	margin: 0 ;
	padding: 0 3px 0 0;
	float:left;
	border:none;
	width:49%;
}


/* table -------------------------- */
.mainBox table.mainTable{
	border-bottom: 1px dotted #c8c8c8;
	margin:0 10px 10px 10px;
	width:97%;
}

.mainBox table.mainTable td{
	padding: 0 10px 10px 10px;
}

.mainBox table.mainTable td ul{
	margin: 8px 0 ;
}

.mainBox table.subTable{
	border-top: 1px dotted #000;
	margin:0 0 20px 0;
}

td .buy ul{
	margin-left:10px !important;
}


.mainBox table.detailsTable{
	margin:0 10px 10px 35px;
	padding:0;
}

.mainBox table.detailsTable td{
	padding:0 15px ;
}


#relatedElementTable{
	margin:0;
	padding:0;
}

#relatedElementTable td{
	margin:0;
	padding:0 15px;
}

.prBox table{
	margin:5px 0 0 0;
	padding:0;
	background-color:#FFFFFF;
}

table.itemBox {
	border-bottom:1px dotted #dfdfdf;
}

.prBox table td,
table.itemBox  td{
	padding:10px 10px 0 10px;
	margin:0;
}

.prBox table td p,
table.itemBox  td p{
	margin: 8px 0 10px 0 !important;
	padding:0;
}

table.itemBox span{
	font-weight:bold;
}
.sei-txtbox01,
.sei-txtbox02,
.sei-txtbox03{
	margin:0 0 0 10px;
	padding:0;
}

/* ޗiｶCSSj
---------------------------------------------------- */

#gezairyo {
	background:#E4E6CF none repeat scroll 0 0;
	border:1px solid #555555;
}

.gekubun {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #000;
}


.gekubun td{
	border:1px solid #000;
}

/* pageHeader
---------------------------------------------------- */
#pageHeader{
	margin:0 0 10px 0;
	padding:0 0 26px 0;
	border-bottom:1px solid #dfdfdf;
	position:relative;
	zoom: 1;
	line-height:1;
}

#pageHeader .tab{
	margin:0;
	padding:0;
	width:313px;
	position: absolute;
	right: -6px;
	bottom: 0;
}

#pageHeader .tab img{
	margin:0 0 0 2px;
	padding:0;
}


/* pageFooter
---------------------------------------------------- */
#pageFooter{
	margin:5px 0 0 1px;
	padding:0 ;
}


/* Brand List
---------------------------------------------------- */
.brandlist{
	width:100%;
	margin: 0 0 20px 5px;
	padding:0;
	overflow:hidden;
	clear:both;
}

.brandlist li{
	width:30%;
	float:left;
	padding: 3px 0 3px 10px;
	margin:0;
}




/* Rhp
---------------------------------------------------- */
.recom_item{
	float:left;
	width:140px;
	margin:5px;
}
.recom_img{
	height:110px;
	text-align:center;
}
.recom_list{
	width:100%;
	zoom:1%;
}
.recom_isyo{
	background: url(/images/common/product/h3_product.gif) bottom left repeat-x ;
	margin:5px 0 0 0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	clear:both;
}


/* ־p
---------------------------------------------------- */
#sei_desc_0899{
	display:none;
}
#basketContentBlock{
	margin:0;
}

#basketContentBlock #mainContentsBlock h1{
	background: url(/images/common/basket/h1_bg.gif) top left repeat-x ;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:2px 0 0 7px;
	height:29px;
	border: 1px solid #d6d6d6;
	border-bottom:none;
	border-top:none;
	color:#292929;
}

#basketContentBlock .box{
	margin:15px 0 0 0;
	padding:0;
	border: 1px solid #dfdfdf;
}

#shortfall p{
	margin:0;
	padding:0;
}

table #basket_detail {
	margin: 0 ;
	padding:0;
}

#basket_detail th{
	 background-color:#f2f2f2;
	 height:30px; 
}

#basket_detail th.product{
	text-align:left;
	padding-left:13px;
}

#basket_detail td{
	border-bottom:1px solid #dfdfdf;
	padding:7px 13px;	 
}

#basket_detail td img{
	float:left;
	height:1.7em;
	margin: 0 5px 5px 0;
}

#basketContentBlock .bulletTypeArrow li a{
	margin: 0 ;
	padding: 0 3px 0 10px;
	background: url(/images/common/bullet_02.gif) left 0.4em no-repeat;
	display:block;
	height:1%;
}


#priceTable td{
	padding:7px;
}

#priceTable td span{
	color:#f98000;
}

.payments{
	margin:20px 0 0 0;
	padding:20px;
	border-top:1px dotted #dfdfdf;
	text-align:center;
}



#shurui {
	width:90%;
	border:1px solid #dfdfdf;
	background-color:#FFFFFF;
	padding: 0 15px 15px 15px;
	margin: 1em;
	text-align:left;
}

#shurui ul {
	margin-left:20px;
}

#shurui ul li{
	list-style-type:disc;
}

.nextstep{
	background:url(/images/common/basket/btn_nextstep.gif) no-repeat;
	height:45px;
	width:260px;
	border:none;
	font-weight:bold;
	font-size:15px;
	margin:0;
	padding:0 0 0 25px;
}

#contentArea #mainContentsBlock2nd #form_announce {
	font-size: 1.2em;
	color: #cc0000;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#contentArea #mainContentsBlock2nd #form_announce a{
	font-weight:bold;
}



