@charset "utf-8";
.mainArea {
  font-size: 1.2em;
}

.lowInfoOuter {
  max-width: 1215px;
}

/* module
----------------------------------------------- */

.mod2colBox {
  width: 100%;
  overflow: hidden;
 }

.modBoxItem {
  float: left;
  width: auto;
 }

.massageBox {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #d00;
}

/*text-delete*/
.ren_hide {
	display:none;
}

/* section and title base style
----------------------------------------------- */

/*---- Section -----*/

.bsN2014 .rightSection {
  position: absolute;
  top: 60px;
  right: 10px;
  width: 230px;
  line-height: 1.4;
}

.bsN2014.mainArea {
  padding-right: 255px;
  top: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.mainArea .mainMid {
	margin-left:18px;
}

/*---- title ------*/

.bsHeaderOuter h1 {
	width:220px;
	height:40px;
  background: url("/resource/images/order/2014new_sprite_basketBg.png") -57px top no-repeat;
  text-indent: -9999px;
}

.mainTop .ttlArea h2,
.mainMid .ttlArea h2,
.mainMid .checkArea h2,
.mainMid .Ranking h2 {
    border-bottom: 3px solid #2f8eef;
    font-size: 1.5em;
    padding: 0 0 10px 0;
	font-weight: bold;
}

.ttlInner {
	padding: 7px 10px 8px 10px;
}

.orderSection h2 span,
.recommendSection h2 span,
.footerCheckOuter h2 span {
	display:inline-block;
	vertical-align: middle;
	margin:0 5px 5px 0;
}

.mainMid .ttlArea h2 span {
	width:24px;
	height:24px;
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:-96px 0;
}

/* elements style
----------------------------------------------- */

/*---- bread clum ------*/

.wrapN2014 .mod_stepList {
  margin-bottom: 25px;
 }

/*---- .bsHeaderOuter(page title)------*/

 .bsHeaderOuter {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #959595;
}

 .topTxt {
  margin: 10px 0;
  font-size: 13px;
 }

/*---- .topInfoOuter------*/

.topInfoOuter {
  line-height: 1.6;
}

.topInfoOuter a {
  text-decoration:none;
}
.topInfoOuter a:hover {
  text-decoration:underline;
}

/*.topInfo elements base*/

topErrorBox, .bsCouponBox, .bsRequestBox, .bsCampainBox {
  overflow: hidden;
  width: auto;
  background: #eee;
  margin-bottom: 10px;
}

/*topEmerBox*/

.topErrorBox {
  border:1px solid #d80000;
  background: #efefef;
  margin-bottom: 10px;
}

.topErrorBox h2 {
  font-size: 1.3em;
  padding-bottom: 5px;
  color: #d00;
}

.topErrorInner {
	padding: 10px 20px 10px 39px;
	background: url("/resource/images/shared/icn/2014new_attention-a-exmark-bg.gif") no-repeat;
	background-position: 10px 9px;
	font-weight:bold;
}
.topErrorInner h2 {
	font-size:1em !important;
}

.bsCampainBox {
  margin-bottom: 10px;
}

.ttl_txt {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.ttl_icon {
  width: 24px;
  height: 24px;
	display:inline-block;
	vertical-align: middle;
  margin-right: 10px;
}

/*bsCouponBox*/

.bsCouponInner .itemL {
  margin-right: 20px;
}

.bsCouponInner .itemR {
  margin-top: 2px;
}

.bsCouponInner .ttl_txt {
  color: #da4086;
  padding-left: 35px;
  margin-bottom: 0;
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
  background-position: 0 0;
}

/*bsRequestBox*/

.bsRequestBox .ttl_txt {
  color: #172397;
  margin: 4px 10px 0 0;
  padding-left: 35px;
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
  background-position: 0 -25px;
}

.bsRequestInner .moreBtn {
  display: block;
  width: 120px;
  height: 31px;
  line-height: 31px;
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat;
 	background-position:0 -61px;
}

.bsRequestInner .moreBtn span {
  text-indent: -9999px;
  display: block;
}

.bsRequestInner .moreBtn:hover {
   background-position:0 -92px;
}

/*orderAttentionBox*/
.orderAttentionBox {
  background: #efefef;
}

.orderAttentionBox .ttlInner {
  border-bottom: 1px solid #d8d8d8;
 *background: #efefef;
}

.orderAttentionBox .ttl_txt {
  color: #d00;
  padding-left: 30px;
  margin-bottom: 0;
	background: #efefef url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
 	background-position:0 -50px;
}

.orderAttentionInner {
  padding: 0 10px 16px 10px;
}

.orderAttentionInner .massageBox {
  font-size: 14px;
  margin-bottom: 0px;
}

.orderAttentionInner .attentionTxt {
  margin-bottom: 5px;
}

.orderAttentionInner .appNumber {
  font-size: 20px;
  font-weight: bold;
}

.orderAttentionInner .attentionChkBox {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4px;
}

.orderAttentionInner .chkBoxCell {
  background-color: #fff;
  padding-right: 15px;
  vertical-align: middle;
}
.orderAttentionInner .checked .chkBoxCell {
  border-top: 1px solid #d00;
  border-bottom: 1px solid #d00;
  padding-top: 6px;
  padding-bottom: 6px;
}

.orderAttentionInner .checked .chkBoxCellL {
  border-left: 1px solid #d00;
  padding-left: 6px;
}

.orderAttentionInner .checked .chkBoxCellR {
  border-right: 1px solid #d00;
  padding-right: 6px;
}

.orderAttentionInner .chkBoxCellL {
  width: 250px;
  text-align: center;
  padding: 7px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;

}

.orderAttentionInner .chkBoxCellL label {
  display: block;
  width: 100%;
  height: 100%;
}

.orderAttentionInner .chkBoxCellL label:hover {
  cursor: pointer;
}

.orderAttentionInner .chkBoxCellL .labelColor {
  display:inline-block;
  padding: 12px;
  margin-right: 10px;
  background-color: #efefef;
  line-height: 48px;
  vertical-align: middle;
  *display:inline;
  *zoom: 1;
}

.orderAttentionInner .chkBoxCellL .orderAttentionRadio {
  display:list-item;
}

.orderAttentionInner .chkBoxCellC {
  font-size: 15px;
  font-weight: bold;
  width: 12em;
  text-align: left;
}

.orderAttentionInner .chkBoxCellR {
  padding: 7px 7px 7px 0;
  line-height: 1.5;
}

.orderAttentionInner .chkBoxCellR .txtNote {
  font-size: 11px;
 }

/*orderAttentionBox v_second*/
.orderAttentionBox.v_second .alertMsg {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 6px;
  *background: #efefef;
}
.orderAttentionBox.v_second .alertVariTxt {
  font-weight: bold;
  color: #d80000;
}
.orderAttentionBox.v_second .productId {
  font-size: 15px;
  font-weight: bold;
}
.orderAttentionBox.v_second .expectedDeriDate {
  padding-left: 4px;
}
.orderAttentionBox.v_second .noteExpectedDeriDate {
  font-size: 0.9em;
  margin-top: 10px;
  *background: #efefef;
}
.orderAttentionBox.v_second .orderAttentionInner {
  margin-top: 12px;
  *background: #efefef;
  *padding-top: 12px;
  *margin-top: 0;
}
.orderAttentionBox.v_second .attentionChkBox {
  width: 100%;
  margin-top: 10px;
 *background: #efefef;
}
.orderAttentionBox.v_second .chkBoxCell {
  background-color: #fff;
  padding: 8px 6px;
  font-size: 12px;
  cursor: pointer;
}
.orderAttentionBox.v_second .grid3 .chkBoxCellWrap {
  width: 30%;
}
.orderAttentionBox.v_second .grid3 .chkBoxCell.cellCenter {
  margin: 0 5px;
}
.orderAttentionBox.v_second .grid2 .chkBoxCellWrap {
  width: 50%;
}
.orderAttentionBox.v_second .grid2 .cellLeft {
  margin-right: 5px;
}
.orderAttentionBox.v_second .grid2 .cellRight {
  margin-left: 5px;
}
.orderAttentionBox.v_second .checked .chkBoxCell {
  border: 1px solid #d00;
  padding: 7px 5px;
}
.orderAttentionBox.v_second .chkBoxCellTtl {
  font-size: 15px;
  font-weight: bold;
}
.orderAttentionBox.v_second .chkBoxCellTtl .orderAttentionRadio {
  margin-right: 8px;
}
.orderAttentionBox.v_second .chkBoxCellTxt {
  padding-left: 27px;
}
.orderAttentionBox.v_second .chkBoxCellTxtNoteWrap {
    margin-top: 4px;
}
.orderAttentionBox.v_second .chkBoxCellTxtNote {
  font-size: 0.9em;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
  margin-bottom: 2px;
}

.itemDiffer {
  padding-top: 15px;
}

.itemDiffer dt {
  display: inline-block;
  /display: inline;
  padding-right: 5px;
  zoom: 1;
}

.itemDiffer dd {
  display: inline-block;
  /display: inline;
  max-width: 125px;
  padding-top: 5px;
  vertical-align: top;
  line-height: 1.2;
  zoom: 1;
}

.itemDiffer dd a {
  padding-right: 5px;
}

.itemDiffer.ptn2 dd {
  padding-top: 5px;
}

.itemDiffer dd.consignor{
    max-width: none !important;
    display: block !important;
}

.itemDifferBox  {
  margin-top: 10px;
  padding: 0 10px 16px 10px;
  background: #efefef;
}

.itemDifferBox .ttlInner {
  padding: 15px 0 0;
  border-bottom: none;
}

.itemDifferBox .ttlInner .ttl_txt {
  padding-left: 0;
  background: none;
  font-size: 16px;
    color: #d00;
}

.itemDifferBox .orderAttentionInner {
  padding: 0;
}

.itemDifferBox .orderAttentionInner dl {
  margin-top: 15px;
}

.itemDifferBox .orderAttentionInner dl dt {
  float: left;
  width: 158px;
}

.itemDifferBox .orderAttentionInner dl dd {
  line-height: 1.8;
  overflow: hidden;
}

.itemDifferBox .orderAttentionInner dl dd .notes {
  padding-top: 5px;
  font-size: 90%;
  line-height: 1.2;
}

















/*---- itemTabelSection  ----*/

.itemTabelSection {
  margin-top: 30px;
}
.itemTabelSection table {
  border-collapse: collapse;
  width: 100%;
}

/* itemHeadRow */

.itemTable .itemTableHead {
  background-color: #eee;
  border-top: 1px solid #b5b5b5;
  font-size:12px;
  font-weight: normal;
  padding: 10px 0 10px 0;
  word-break: break-all;
	vertical-align: middle;
}

.itemTable .itemTableHead span {
  padding: 0 14px 0 14px;
  border-left: 1px solid #d8d8d8;
  display:block;
}

.itemTable .itemTableHead.headApp span {
  border: none;
  text-align: center;
  padding-left: 18px;
}
.itemTable .itemTableHead.headUnit span {
	padding: 6px 14px 7px 14px;
}
.itemTable .itemTableHead.headPrice span {
  white-space: nowrap;
	width: 90px;
}
.itemTable .itemTableHead.headAmount span {
	padding: 6px 0 7px 0;
}
.itemTable .itemTableHead.headCheckBox span {
  border-left: 1px solid #d8d8d8;
}

.itemTableOuter {
  padding: 0 20px;
}

.itemTable .headImg {
  min-width: 140px;
}

.itemTable .headUnit {
  text-align: center;
}
.itemTable .headTotal {
  width: 130px;
}

.bsN2014 .itemTableCell.cellTotal{
    width: 130px;
}

.itemTable .itemTableCell {
  vertical-align: middle;
  word-break: break-all;
}
.itemTable .itemTableCell .numNotaxPrice,
.itemTable .itemTableCell .numIntaxPrice {
	text-align: right;
}
.itemTable .itemImageRow.disable td,
.itemTable .itemInfoRow.disable td,
.itemTable .itemMsgRow.disable td
{
	background-color: #fcecdb;
}
.itemTable .lateDelivery {
  background: #ffefef;
}
.itemTable .mLabel {
  background-color: #F6E8FF;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  padding: 5px 2px;
  margin: -8px 0 0 0;
}
/* cellImg */

.itemTable .cellImg {
  width: 120px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.itemTable .cellImg a{
  padding: 20px 10px;
  display: block;
}

/* cellApp */
.itemTable .itemTableCell.cellApp {
  padding: 20px 0 10px 14px;
}

.itemTable .cellApp .itemName {
   font-size: 15px;
   line-height: 1.5;
}

.itemTable .cellApp .sweetImg {
    margin-top: 10px;
}

.itemTable .cellApp .itemInfo {
   margin-top: 10px;
   display: table;
}

.itemTable .itemInfo dt, .itemTable .itemInfo dd {
  display: inline-block;
  font-size: 12px;
  *display: inline;
  *zoom: 1;
}

.itemTable .itemInfo .itemNumTtl, .itemTable .itemInfo .itemNumTxt {
  min-width: 6em;
  _width: 6em;
  vertical-align: bottom;
}

.itemTable .itemInfo .itemOpIco a {
  text-indent: -9999px;
  height: 21px;
  width: 21px;
  margin-right: 5px;
  display: block;
}
.itemTable .itemInfo .itemOpIco.icoBuild a {
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
 	background-position:0 -75px;
}

.itemTable .itemInfo .itemOpIco.icoDeliver a {
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
 	background-position:0 -97px;
}

.itemTable .itemInfo .itemOpIco.icoBackorder a {
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
 	background-position:-27px -75px;
}

.itemTable .itemInfo .itemOpIco.icoDirect a {
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
 	background-position:0 -119px;
}

.itemTable .itemInfo .itemOpIco.icoMedical a {
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
 	background-position: 0 -268px;
}


.itemDifferBalloon dl dt {
  float: left;
  width: 158px;
}

.itemDifferBalloon dl dd {
  line-height: 1.8;
  overflow: hidden;
}

.itemDifferBalloon dl dd .notes {
  padding-top: 5px;
  font-size: 90%;
  line-height: 1.2;
}

.cmnBalloon.width589 {
  width: 589px;
}

.cmnBalloon.width589 .balloonBody {
  padding: 5px 30px;
}

.cmnBalloon.width589 .balloonHeadBg {
  background-image: url(/resource/images/order/bg_balloon_w700_01.png);
}

.cmnBalloon.width589 .balloonBody {
  background-image: url(/resource/images/order/bg_balloon_w700_02.png);
}

.cmnBalloon.width589 .balloonFootBg {
  background-image: url(/resource/images/order/bg_balloon_w700_03.png);
}

.cmnBalloon.width589 .balloonArrow {
  left: 282px;
}


/* itemEdit */
.itemTable .itemEdit {
   margin-top: 20px;
}

.itemTable .itemEdit li {
  float: left;
}

.itemTable .itemEdit .itemEditL {
  width: auto;
  padding-right: 20px;
  border-right: 1px solid #b5b5b5;
}
.itemTable .itemEdit.grid1 .itemEditL {
  padding-right: 0px;
  border-right: none;
}
.itemTable .itemEdit .itemEditInner {
  padding: 2px 0;
}

.itemTable .itemEdit .itemEditR {
  width: auto;
  padding-left: 20px;
  padding-bottom: 2px;

}

.itemTable .itemEdit li .addList,
.itemTable .itemEdit li .deleteBtn,
.itemTable .itemEdit li .ico_arrowR {
		background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
  padding-bottom: 2px;
  padding-top: 2px;
}

.itemTable .itemEdit li a {
  padding-left: 20px;
}

.itemTable .itemEdit .itemEditL .addList {
 	background-position:0 -156px;
}

.itemTable .itemEdit .itemEditL .ico_arrowR {
  display: inline-block;
  height: 11px;
  width: 10px;
  margin-left: 8px;
 	background-position:-3px -175px;
  padding-bottom: 0px;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.itemTable .itemEdit .itemEditR .deleteBtn,
.itemTable .itemEdit .itemEditL .deleteBtn {
 	background-position:-23px -140px;
  padding: 1px 0 1px 20px;
}

/* cellUnit */

.itemTable .cellUnit {
  text-align: center;
  font-size: 1.2em;
  padding-left: 14px;
  padding-right: 14px;
}

/* cellPrice */

.itemTable .cellPrice {
  font-size: 1.2em;
  padding: 20px 5px;
  text-align: center;
}

/* cellAmount */
.itemTable .cellAmount {
  width: 44px;
  padding: 20px 14px;
  font-size: 1.2em;
}
.itemTable .cellAmount input {
  width: 44px;
  height: 20px;
  text-align: right;
  ime-mode: disabled;
}
.itemTable .AmountError span {
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  margin: 0 auto 4px;
  background: url("/resource/images/shared/icn/2014new_attention-a-exmark-bg.gif") no-repeat;
}
.itemTable .AmountError input {
    font-weight: bold;
    color: #d00000;
}
.itemTable  .cellAmount input.disabled {
	background-color: #c2c2c2;
    _position: static!important;
    _background-image: none;
}

/* cellTotal */
.itemTable .cellTotal {
  width: 180px;
  padding: 20px 10px 20px 0px;
  text-align: right;
  font-size: 18px;
  color: #d00;
  font-weight: bold;
  white-space: nowrap;
}

/* itemAlertCell */

.itemTable .itemMsgCell{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.itemTable .markedCell .itemMsgCell{
  border-bottom: none;
  padding-bottom: 20px;
}

.itemTable .itemSoldOutMsg {
  color: #d00;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0 0 14px;
}

.itemTable .itemSoldOutMsg span {
  width: 24px;
  height: 24px;
	display:inline-block;
	vertical-align: middle;
  margin-right: 10px;
  *display: inline;
  *zoom: 1;
background: url("/resource/images/shared/icn/2014new_attention-a-exmark-bg.gif") no-repeat;
}

/* checkBoxCell */
.itemTable .checkBoxCell {
	vertical-align: middle;
	text-align: center;
}
/* itemMsgCell */

.itemTable .itemAffordableOuter {
  background-color: #dfebf7;
  padding: 9px;
  margin: 0 9px 0 20px;
}

.itemTable .itemAffordableMsg {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #1b72e9;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 27px;
  margin-right: 20px;
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
 	background-position:0 -189px;
}

.itemTable .itemAffordableLnk {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  _display: inline;
	background:url("/resource/images/shared/icn/2014new_ico_arw_blue_r.png") no-repeat;
	padding-left:15px;
	background-position: 5px 7px;
  *display: inline;
  *zoom: 1;
}

/* resultItemTableFooter */
.itemTable .resultItemTableFooter td {
  background-color: #eee;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}
.itemTable .resultItemTableFooter .compareBtnCell {
  text-align: right;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0;
}
.itemTable .resultItemTableFooter .compareBtnCell .compareTtl {
  display: inline-block;
  padding-left: 30px;
	background:url("/resource/images/shared/icn/list-checkbox-on.gif") no-repeat left center;
  *display: inherit;
  *zoom: 1;
 }
.itemTable .resultItemTableFooter .compareBtnCell .compareBtn {
  margin-left:10px;
  vertical-align: middle;
}
/*----- reCalSection  -----*/
.reCalSectionTop {
  border-top: 1px solid #b5b5b5;
  padding-top: 10px;
  margin-top: 30px;
}
.reCalSectionBottom {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 10px;
  margin-top: 35px;
}

.reCalSectionTop .reCaltext,
.reCalSectionBottom .reCaltext {
  text-align: right;
  width: auto;
  float: right;
}

.reCalSectionTop .reCalbtn,
.reCalSectionBottom .reCalbtn {
  width: 130px;
  float: right;
  margin-right: 10px;
  text-align: left;
}

.reCalSectionTop .itemAffordableLnk,
.reCalSectionBottom .itemAffordableLnk {
  display: block;
  margin-left: 10px;
  width: 130px;
  height: 30px;
  text-indent: -9999px;
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat left top;
  background-position:0 0px;
}
.reCalSectionTop .itemAffordableLnk:hover,
.reCalSectionBottom .itemAffordableLnk:hover {
   background-position:0 -31px;
 }
.reCalSectionTop .itemAffordableLnkDisabled,
.reCalSectionBottom .itemAffordableLnkDisabled {
  display: block;
  margin-left: 10px;
  width: 130px;
  height: 30px;
  text-indent: -9999px;
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat left top;
  background-position: 0px -595px;
  cursor: default;
}
/*----- orderNumSection  -----*/
.orderBox {
  width: auto;
}

.orderBoxL {
  float: left;
  padding: 30px 0 20px 20px;
}

.orderBoxR {
  float: right;
  padding: 20px 0 20px 0;
}
/* orderBoxL */
.pointTtl {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  *display: inline;
  *zoom: 1;
}

.pointNum {
  font-size: 18px;
  display: inline;
  font-weight: bold;
}

.pointNote {
  font-size: 10px;
  margin-top: 10px;
}
.sweetPointNote {
  margin-top: 5px;
  line-height: 1.6;
}
.orderNumSection .pointTtl {
  line-height: 1.3;
}
.orderNumSection .pointNum {
  line-height: 1.3;
}
.orderNumSection .pointNote2 {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 3px;
}

/* orderBoxR */
.totalAmTtl, .totalAmNum, .totalPrTtl, .totalPrNum {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  *display: inline;
  *zoom: 1;
}

.totalAmNum {
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
}

.totalPrNum {
  margin-right: 35px;
  font-size: 28px;
  color: #d80000;
  font-weight: bold;
}

/*----- orderBtnSection  -----*/
.orderBtnBox {
  width: auto;
}

/* contShopping */

.contShopping {
  float: left;
  padding: 0 0 20px 20px;
}

.contShopping .contBtn {
  width: 140px;
  height: 54px;
  text-indent: -9999px;
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat;
  background-position:0 -124px;
  display: block;
}
.contShopping .contBtn:hover {
   background-position:0 -179px;
 }

/* nextStep */

.nextStep {
  float: right;
  padding-bottom: 20px;
  overflow: hidden;
}

.selectAdd, .submitOrder {
  float: left;
}

.selectAdd {
  margin: 0 10px 0 0;
}

.selectAdd .selectAddTxt {
  display: inline-block;
  margin-bottom: 10px;
  color: #f47300;
  font-size: 14px;
  font-weight: bold;
  *display: inline;
  *zoom: 1;
}

.selectAddBox {
  border: 2px solid #d2d2d2;
}

.oderWrap .owSub {
    float: left;
    width: 160px;
    margin-right: -180px;
    padding-left: 20px;
}
.oderWrap .owMain{
    float: right;
    width: 100%;
}

.oderWrap .owSub2 {
    float: right;
    width: 250px;
    margin-left: -250px;
}
.oderWrap .owMain2{
    float: left;
    width: 100%;
}
.oderWrap .medcalBlock {
    margin-left: 190px;
}
/* medcalBlock */
.medcalBlock .selectAdd {
    position: relative;
    margin: 0 260px 0 0;
    padding: 11px 10px 10px;
    border: solid 2px #fdab33;
}
.medcalBlock .selectAdd table {
    width: 100%;
}
.medcalBlock .selectAdd .arrow {
    position: absolute;
    right: -10px;
    top: 17px;
    width: 8px;
    height: 17px;
}
.medcalBlock .selectAdd .selectAddBox {
  border: 2px solid #d2d2d2;
  vertical-align: middle;
}
.medcalBlock .selectAdd .selectAddTxt {
    display: inline;
    width: 1%;
    padding-right: 5px;
    margin-bottom: 0;
    white-space: nowrap;
    color: #f47300;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
.medcalBlock .selectAdd .selectAddTxt .question {
    padding: 0 0 0 5px;
}
.medcalBlock .selectAdd .addressBox {
    display: block;
    position: relative;
    width: 120px;
    padding: 8px 9px;
    background-color: #efefef;
    font-weight: bold;
    text-align: center;
}
.medcalBlock .selectAdd .addressBox  .arrow {
    position: absolute;
    right: -6px;
    top: 50%;
    width: 6px;
    height: 11px;
    margin-top: -7px;
}
.medcalBlock .addressTxt {
    padding-left: 10px;
    font-size: 92%;
    line-height: 1.4;
    vertical-align: middle;
}

.medcalWrapSmall .oderWrap .owSub {
    margin-right: 0;
}
.medcalWrapSmall .medcalBlock {
    margin-left: 40px;
}
.submitOrderBtn {
  width: 250px;
  height: 54px;
  display: block;
  text-indent: -9999px;
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat;
  background-position:0 -234px;
}

.submitOrderBtn:hover {
  background-position:0 -289px;
}

/*----- orderNoteSection  -----*/
.orderNoteSection {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 65px;
  border-top: 2px solid #ffac1b;
  line-height: 1.5;
  font-size: 12px;
}

.orderNoteSection a[target="_blank"] {
  background: url("/resource/images/shared/icn/2014new_ico_blank.png") left 50% no-repeat;
  padding: 0 3px 0 12px;
  margin: 0 7px 0 2px;
}
.noteCost {
 font-size: 13px;
}

/*--recommendSection--*/
.recommendSection {
  overflow: hidden;
  line-height:1.6;
  margin-bottom: 30px;
}
.recommendSection .ttlArea,
.recommendSection .checkArea,
.recommendSection .Ranking {
  overflow: hidden;
}

.recommendSection .ttlArea {
  position: relative;
}

.recommendSection .checkArea h2 span {
	width:21px;
	height:20px;
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:-129px 0;
}

.recommendSection .historyArea h2 span {
	width:21px;
	height:21px;
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position: 0 -356px;
}

.recommendSection .forgetBuyArea h2  span {
	width:21px;
	height:21px;
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position: -25px -356px;
}

.recommendSection .featuredArea h2  span {
	width:21px;
	height:21px;
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position: -50px -356px;
}




.recommendSection .recommendInner {
	margin-bottom:40px;
}
.recommendInner {
  margin: 0 1.5% 0;
}
.Unique_ItemM {
	width:150px;
	margin:10px auto 0;
	position:relative;
}
.productBox_check {
	position:relative;
}
.productImg {
	position: relative;
	margin: 0 auto;
}
.productTxt .fixPrice {
	font-size: 1.6em;
}

/*----- lateBuySection  -----*/
/* .lateBuySection {
  margin-bottom: 60px;
} */

.lateBuyTtl {
  background:url("/resource/images/shared/icn/2014new_radi_r.png") no-repeat top left #4ba4ff;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  *zoom:1;
}
.lateBuyInner {
  background:url("/resource/images/shared/icn/2014new_radi_l.png") no-repeat top right;
}
.lateBuyInner h2 {
  padding: 10px 0 10px 30px;
  margin-left: 10px;
  background:url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat left -234px;
  font-size: 16px;
}
.lateBuyInner .latestDate {
  position: absolute;
  top:  12px;
  right: 13px;
}

.lateBuyMsg {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lateBuyMsg .lateBuyNote {
  font-size: 13px;
}
 /*???lateBuyTable */
.lateBuyTable {
  border-bottom: 1px solid #b5b5b5;
}

.lateBuyTable .itemEdit .itemEditL {
  border: none;
}

.lateBuyTable .itemEdit .returenBasket {
  width: 120px;
  height: 30px;
  padding: 0px;
  text-indent: -9999px;
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat;
  background-position: 0 -344px;
  display: block;
}

.lateBuyTable .itemEdit .returenBasket:hover {
  background-position: 0 -375px;
}

.lateBuyTable .itemEdit .returenBasket.disabled {
  background-position: 0 -406px;
  display: block;
}

.lateBuyTable .itemEdit .deleteBtn {
  margin-top: 8px;
  display: block;
}
.lateBuyTable .lastChild .cellImg,
.lateBuyTable .lastChild .itemMsgCell {
  border: none;
}
/* anchor */
.ancTop {
  display: block;
  text-align: right;
  margin: 60px 0 20px 0;
}
.ancTop a {
  text-align: right;
  line-height: 1.6;
	background: url("/resource/images/shared/icn/2014new_user_arrow_up.gif") left .5em no-repeat;
	padding-left: 15px;
  color: #1b72e9;
  text-decoration: none;
}
.ancTop a:hover {
  text-decoration: underline;
}

/* ======================================
owl-carousel
====================================== */
.owl-prev {
	width:12px;
	height:70px;
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:0 -29px;
	position: absolute;
	/*top: -198px !important;*/
	left: -14px !important;
}

.owl-prev:hover {
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:-12px -28px;
	position: absolute;
	/*top: -198px !important;*/

	left: -14px !important;
}

.owl-prev.disabled {
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:-24px -29px;
	cursor:default !important;
	position: absolute;
	/*top: -198px !important;*/
	left: -14px !important;
}

.owl-next {
	width:12px;
	height:70px;
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:0 -99px;
	/*top: -198px !important;*/
	right: -14px !important;
}

.owl-next:hover {
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:-12px -99px;
	/*top: -198px !important;*/
	right: -14px !important;
}
.owl-next.disabled {
	background: url("/resource/images/shared/2014new_sprite_top.png");
	background-position:-24px -99px;
	cursor:default !important;
	/*top: -198px !important;*/
	right: -14px !important;
}

.owl-prev,.owl-next {
	text-indent:-9999px;
}
@media screen and (max-width: 1060px){
.val_left {
	padding-top:0;
}
.recommendOwl_soro .owl-prev,
.recommendOwl_soro .owl-prev:hover,
.recommendOwl_soro .owl-prev.disabled,
.recommendOwl .owl-prev,
.recommendOwl .owl-prev:hover,
.recommendOwl .owl-prev.disabled {
	left: -11px !important;
}

.recommendOwl_soro .owl-next,
.recommendOwl_soro .owl-next:hover,
.recommendOwl_soro .owl-next.disabled,
.recommendOwl .owl-next,
.recommendOwl .owl-next:hover,
.recommendOwl .owl-next.disabled {
	right: -11px !important;
}
}

@media screen and (max-width: 1280px){
.mainArea {
	margin-left:8px;
	padding-right: 246px;
}
.mainArea .mainMid {
  margin: 0;
}
}
@media screen and (min-width: 1280px){
.mainArea {
	margin-left:8px;
	padding-right: 246px;
}
.mainArea .mainMid {
  margin: auto;
  width: 960px;
}
}
/* ======================================
owl-carousel
====================================== */
/*.owl-prev {
	width:12px;
	height:70px;
	background: url("/demo/images/top/top_sprite_01.png");
	background-position:0 -212px;
	position: absolute;
	top: -198px !important;
	left: -14px !important;
}

.owl-prev:hover {
	background: url("/demo/images/top/top_sprite_01.png");
	background-position:-44px -211px;
	position: absolute;
	top: -198px !important;
	left: -14px !important;
}

.owl-prev.disabled {
	background: url("/demo/images/top/top_sprite_01.png");
	background-position:-88px -212px;
	cursor:default !important;
	position: absolute;
	top: -198px !important;
	left: -14px !important;
}

.owl-next {
	width:12px;
	height:70px;
	background: url("/demo/images/top/top_sprite_01.png");
	background-position:-22px -212px;
	top: -198px !important;
	right: -14px !important;
}

.owl-next:hover {
	background: url("/demo/images/top/top_sprite_01.png");
	background-position:-66px -212px;
	top: -198px !important;
	right: -14px !important;
}
.owl-next.disabled {
	background: url("/demo/images/top/top_sprite_01.png");
	background-position:-110px -212px;
	cursor:default !important;
	top: -198px !important;
	right: -14px !important;
}

.owl-prev,.owl-next {
	text-indent:-9999px;
}*/





/* rightSection
----------------------------------------------- */

/*rightOrderOuter*/
.rightOrderOuter {
  border-top: 3px solid #ffac1b;
  border-bottom: 3px solid #ffac1b;
  background: #f5f5f5;
  padding-bottom: 10px;
}
.rightOrderOuter h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #f47300;
  padding: 15px 0;
}
.rightOrderOuter dl.totalQty,
.rightOrderOuter dl.totalVal,
.rightOrderOuter dl.totalPoint {
  border-top: 1px solid #e5e5e5;
  margin: 0 10px;
  padding: 10px 0;
  overflow: hidden;
}
.rightOrderOuter dl.totalQty dt {
  width: 50px;
  float: left;
  margin-top: 4px;
  text-align: left;
}
.rightOrderOuter dl.totalQty dd {
  width: 160px;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}
.rightOrderOuter dl.totalVal dd {
  font-size: 2em;
  font-weight: bold;
  color: #d80000;
  text-align: right;
}
.rightOrderOuter dl.totalPoint dt {
  width: 100px;
  float: left;
  text-align: left;
}
.rightOrderOuter dl.totalPoint dd {
  width: 105px;
  float: right;
  margin-top: 4px;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
}
.rightOrderOuter .rightOrderInner {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0 5px;
}
.rightOrderOuter dl.totalAddress dt {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #f47300;
}
.rightOrderOuter dl.totalAddress select {
  width: 203px;
  display: block;
  margin: 5px auto;
  border: 2px solid #d2d2d2;
}

/* medcalBlock */
.rightOrderOuter .medcalBlock .rightOrderInner .medicalNotes {
  padding: 0 10px 10px;
}

.rightOrderOuter .medcalBlock .totalAddress {
    position: relative;
    margin: 0 13px 9px;
    padding: 7px;
    border: solid 2px #fdab33;
    background-color: #fff;
}
.rightOrderOuter .medcalBlock .totalAddress .delivery {
    padding-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #f47300;
}
span.mediIcon {
    display: inline-block;
    width: 143px;
    height: 24px;
    padding-right: 8px;
    background: url(/resource/images/order/basket_icon_medical_01.png) no-repeat 0 0;
    vertical-align: bottom;
    /vertical-align: -2px;
}
.rightOrderOuter .medcalBlock .totalAddress .arrow {
    display: block;
    position: absolute;
    bottom: -4px;
    bottom: -3px\9;
    /bottom: -5px;
    left: 50%;
    width: 17px;
    height: 9px;
    margin-left: -9px;
}

@-moz-document url-prefix() {
  .rightOrderOuter .medcalBlock .totalAddress .arrow {
    bottom: -3px;
  }
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  .rightOrderOuter .medcalBlock .totalAddress .arrow {
   bottom: -3px; } /* IE11 */
}

.rightOrderOuter .medcalBlock .totalAddress .addressBox {
    position: relative;
    margin-bottom: 10px;
    height: 22px;
    padding-top: 8px;
background-color: #efefef;
  font-size:1;
  font-weight: bold;
  text-align: center;
  color: #181818;
}
.rightOrderOuter .medcalBlock .totalAddress .addressBox .arrow {
    display: block;
    position: absolute;
    bottom: -5px;
    /bottom: -6px;
    left: 50%;
    width: 13px;
    height: 6px;
    margin-left: -7px;
}
.rightOrderOuter .medcalBlock .totalAddress .addressTxt {
    float: none;
}
.rightOrderOuter .rightOrderNotes {
  font-size: .9em;
  padding: 10px 10px 0;
}
.rightOrderOuter a.orderBtnR,
.rightOrderOuter a.printBtnR {
  display: block;
  margin: 0 auto;
  width: 205px;
  text-indent: -9999px;
}
.rightOrderOuter a.orderBtnR {
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat 0 -498px;
  height: 48px;
}
.rightOrderOuter a.printBtnR {
  background: url("/resource/images/order/2014new_sprite_basketBtn.png") no-repeat 0 -437px;
  height: 30px;
}
.rightOrderOuter a.orderBtnR:hover {
  background-position: left -546px;
}

.rightOrderOuter a.printBtnR:hover {
  background-position: 0 -467px;
}

/*rightRecommendOuter*/
.rightRecoOuter,
.rightRecommendOuter {
  border: 2px solid #e6e6e6;
  margin-top: 20px;
}
.rightRecoOuter h2,
.rightRecommendOuter h2 {
  background: url("/resource/images/order/2014new_sprite_basketBg.png") no-repeat 174px bottom #e6e6e6;
  color: #1b72e9;
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px 60px 5px 15px;
}
.rightRecoOuter .rightRecoInner,
.rightRecommendOuter .rightRecommendInner {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.rightRecoOuter .rightRecoInner.lastChild,
.rightRecommendOuter .rightRecommendInner.lastChild {
  border-bottom: 0;
}
.rightRecoOuter .rightRImg,
.rightRecoOuter .rightRTxt,
.rightRecoOuter .rightRBtn,
.rightRecommendOuter .rightRImg,
.rightRecommendOuter .rightRTxt,
.rightRecommendOuter .rightRBtn {
  display: block;
}
.rightRecoOuter .rightRImg,
.rightRecommendOuter .rightRImg {
  text-align: center;
}
.rightRecoOuter .rightRTxt,
.rightRecommendOuter .rightRTxt {
  line-height: 1.6;
}
.rightRecoOuter dl.rightRVal,
.rightRecommendOuter dl.rightRVal {
  overflow: hidden;
}
.rightRecoOuter dl.rightRVal dt,
.rightRecommendOuter dl.rightRVal dt {
  width: 100px;
  float: left;
  text-align: left;
  padding: 2px 0;
}
.rightRecoOuter dl.rightRVal dd,
.rightRecommendOuter dl.rightRVal dd {
  width: 100px;
  float: right;
  text-align: right;
  color: #d80000;
  font-weight: bold;
  font-size: 1.2em;
}
.rightSection .moreBtn {
  text-align: right;
}
.rightSection .moreBtn span {
  background: url("/resource/images/shared/2014new_sprite_top.png") no-repeat;
  background-position: -197px -93px;
  width: 6px;
  height: 7px;
  display: inline-block;
  padding-right: 5px;
}


/*modalMatome*/
.modalMatome {
  width: 600px;
  height: 400px;
  padding: 30px;
  font-size: 1.3em;
  line-height: 1.6;
  overflow-y: auto;
}
.modalMatome h2 {
  font-size: 2em;
}
.modalMatome .txtRed {
  color: #d80000;
  font-weight: bold;
}
.modalMatome .txtOran {
  color: #F60;
}
.modalMatome .modalMatomeInner {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
}
.modalMatome .modalMatomeInner th,
.modalMatome .modalMatomeInner td {
  vertical-align: middle;
  text-align: left;
}
.modalMatome .modalMatomeInner .imgTd {
  text-align: left;
  padding-right: 10px;
}
.modalMatome .modalMatomeInner .btnTd {
  text-align: center;
}
.modalMatome .modalMatomeInner .addBtn,
.modalMatome .modalMatomeInner .changeBtn {
  width: 145px;
  height: 52px;
  display: block;
  text-indent: -9999px;
  float: right;
}
.modalMatome .modalMatomeInner .addBtn {
	background: url('/resource/images/order/2014new_lmodal_btn_a.png') no-repeat left top;
}
.modalMatome .modalMatomeInner .changeBtn {
	background: url('/resource/images/order/2014new_lmodal_btn_c.png') no-repeat left top;
}
.modalMatome .modalMatomeInner .addBtn:hover,
.modalMatome .modalMatomeInner .changeBtn:hover {
  background-position: bottom left;
}


/*modalIcoInfo*/
#modalIcoInfo {
  width: 540px;
  padding: 30px;
  font-size: 1.3em;
  line-height: 1.6;
  border: 1px solid #009fe9;
}
#modalIcoInfo .modalIcoInfoInner {
  overflow: hidden;
  border-bottom: 1px solid #009fe9;
  padding: 15px 0;
}
#modalIcoInfo .modalIcoInfoInner.lastChild {
  border-bottom: none;
}
#modalIcoInfo .modalIcoInfo01 dl,
#modalIcoInfo .modalIcoInfo03 dl,
#modalIcoInfo .modalIcoInfo04 dl {
  margin-bottom: 10px;
}
#modalIcoInfo .modalIcoInfo02 dl {
  width: 180px;
  float: left;
  overflow: hidden;
}
#modalIcoInfo dl,
#modalIcoInfo .modalIcoInfo02 .modalIcoInfo02Inner {
  overflow: hidden;
}
#modalIcoInfo .modalIcoInfo02 .modalIcoInfo02Inner {
  margin-bottom: 10px;
}
#modalIcoInfo dt {
  width: 21px;
  height: 21px;
  display: block;
  background: url("/resource/images/order/2014new_sprite_basketIco.png");
  float: left;
}
#modalIcoInfo dt.icoDeliver {
  background-position: 0 -97px;
}
#modalIcoInfo dt.icoBackorder {
  background-position: 0 -119px;
}
#modalIcoInfo dt.icoBuild {
  background-position: 0 -75px;
}
#modalIcoInfo dt.icoStock {
  background-position: -27px -75px;
}
#modalIcoInfo dt.icoMediOrder {
  background-position: 0 -268px;
}
#modalIcoInfo .modalIcoInfo01 dd,
#modalIcoInfo .modalIcoInfo02 dd,
#modalIcoInfo .modalIcoInfo03 dd,
#modalIcoInfo .modalIcoInfo04 dd {
  float: left;
  margin-left: 10px;
  font-size: 1.1em;
}
#modalIcoInfo .modalIcoInfo01 dd,
#modalIcoInfo .modalIcoInfo03 dd,
#modalIcoInfo .modalIcoInfo04 dd {
  width: 450px;
}
#modalIcoInfo .modalIcoInfo02 dd {
  width: 145px;
}
#modalIcoInfo .modalIcoInfo04 .s-text {
    font-size: 11px;
}

#modalIcoInfo a.aBlank {
  padding-left: 15px;
  color: #1b72e9;
  background: url("/resource/images/shared/icn/2014new_ico_blank.png") no-repeat left 5px;
}

/*medicalInfo*/
#medicalInfo {
  width: 750px;
  padding: 30px;
  font-size: 1.3em;
  line-height: 1.6;
  border: 1px solid #009fe9;
}
#medicalInfo .medicalInfoInner {
  overflow: hidden;
}

#medicalInfo .medicalInfoInner .title {
    font-size: 146%;
    font-weight: bold;
}
#medicalInfo .medicalInfoInner .lead {
    margin-top: 5px;
    font-size: 115%;
}
#medicalInfo .medicalInfoInner .addressBox {
    margin-top: 15px;
    padding: 15px;
    background: #efefef;
    font-size: 115%;
    font-weight: bold;
}
#medicalInfo .medicalInfoInner .subTitle {
    margin-top: 15px;
    padding-bottom: 5px;
    font-size: 115%;
    font-weight: bold;
}
#medicalInfo .medicalInfoInner .itemBox {
    height: 190px;
    padding: 15px;
    border: solid 1px #cecece;
    overflow-y: scroll;
}
#medicalInfo .medicalInfoInner .itemBox .inner {
    padding: 15px 0;
    border-top: solid 1px #cecece;
}

#medicalInfo .medicalInfoInner .itemBox .first {
    padding: 0 0 15px;
    border-top: none;
}

#medicalInfo .medicalInfoInner .itemBox .inner .img {
    float: left;
}

#medicalInfo .medicalInfoInner .itemBox .inner .txt {
    padding-left: 30px;
    overflow: hidden;
}

#medicalInfo .medicalInfoInner .itemBox .inner .txt .num {
    padding-top: 10px;
}
#medicalInfo .medicalInfoInner .notes {
    padding-top: 7px;
}

#medicalInfo .medicalInfoInner .btn {
    margin-top: 20px;
    text-align: center;
}
#medicalInfo .medicalInfoInner .medIcon {
    width: 143px;
    height: 24px;
    margin: 0 5px;
    display: inline-block;
    /display: inline;
    zoom:1;
    background: url(/resource/images/order/basket_icon_medical_01.png) no-repeat 0 0;
    vertical-align: middle;
    /vertical-align: -2px;
}

/* 「もっと見る」リンク */
.recommendSection .moreBtn {
	float: right;
	margin-top: 10px;
}
.featuredAreaBlock .moreBtn {
	float: right;
	margin-top: 20px;
}
.recommendSection .moreBtn a,
.featuredAreaBlock .moreBtn a {
	background: url("/resource/images/shared/icn/2014new_ico_arw_blue_r.png") no-repeat 0 center;
	display: block;
	padding-left: 15px;
}


/* --------------------------------------------------------------
.cmnProductOwl
-------------------------------------------------------------- */
.forgetBuyAreaBlock,
.featuredAreaBlock {
	margin-bottom:50px;
}
.forgetBuyAreaBlock .cmnTitleBlock .title,
.featuredAreaBlock .cmnTitleBlock .title {
	padding-left: 0px;
}

.forgetBuyAreaBlock .cmnTitleBlock .light,
.featuredAreaBlock .cmnTitleBlock .megaphone,
.featuredAreaBlock .cmnTitleBlock .rrstar {
	font-size: 19px;
}

.forgetBuyAreaBlock .cmnTitleBlock .light span {
	display: inline-block;
    background: url(/resource/images/shared/2014new_sprite_top.png) repeat scroll -25px -356px;
	width: 21px;
	height: 21px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

.featuredAreaBlock .cmnTitleBlock .megaphone span {
	display: inline-block;
    background: url(/resource/images/shared/2014new_sprite_top.png) repeat scroll -50px -356px;
	width: 21px;
	height: 21px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

.featuredAreaBlock .cmnTitleBlock .rrstar span {
	display: inline-block;
    /*background: url(/resource/images/shared/star_icon_recommend.png) repeat scroll -50px -356px;*/
    background: url(/resource/images/shared/star_icon_recommend.png) no-repeat 4px;
	width: 28px;
	height: 28px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}

.forgetBuyAreaBlock .cmnProductOwlWrap,
.featuredAreaBlock .cmnProductOwlWrap {
	padding: 0 25px;
	font-size: 0.834em;
}

.forgetBuyAreaBlock .cmnProductOwlItem,
.featuredAreaBlock .cmnProductOwlItem {
	position: relative;
	width: 165px;
	margin: 0 auto;
}

.forgetBuyAreaBlock .noScriptClearfix .cmnProductOwlItem,
.featuredAreaBlock .noScriptClearfix .cmnProductOwlItem {
	float: left;
}

.forgetBuyAreaBlock .cmnProductOwlItem .link,
.featuredAreaBlock .cmnProductOwlItem .link {
	display: block;
}

.forgetBuyAreaBlock .cmnProductOwlItem .link:link,
.forgetBuyAreaBlock .cmnProductOwlItem .link:visited,
.featuredAreaBlock .cmnProductOwlItem .link:link,
.featuredAreaBlock .cmnProductOwlItem .link:visited {
	text-decoration: none;
}

.forgetBuyAreaBlock .cmnProductOwlItem .link:hover,
.forgetBuyAreaBlock .cmnProductOwlItem .link:active,
.featuredAreaBlock .cmnProductOwlItem .link:hover,
.featuredAreaBlock .cmnProductOwlItem .link:active {
	text-decoration: underline;
}

.forgetBuyAreaBlock .cmnProductOwlItem .pic,
.featuredAreaBlock .cmnProductOwlItem .pic {
	display: block;
	text-align: center;
}

.forgetBuyAreaBlock .cmnProductOwlItem a:hover .pic img,
.featuredAreaBlock .cmnProductOwlItem a:hover .pic img {
	-moz-opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* For IE 8 */
    opacity: 0.7;
}

.forgetBuyAreaBlock .cmnProductOwlItem .name,
.featuredAreaBlock .cmnProductOwlItem .name {
	display: block;
	padding-top: 10px;
	font-size: 140%;
	line-height: 1.3;
}

.forgetBuyAreaBlock .cmnProductOwlItem .star,
.featuredAreaBlock .cmnProductOwlItem .star {
	margin-top: 13px;
	font-size: 130%;
	line-height: 1;
}

.forgetBuyAreaBlock .cmnProductOwlItem .star img,
.featuredAreaBlock .cmnProductOwlItem .star img {
	vertical-align: 0;
}

.forgetBuyAreaBlock .cmnProductOwlItem .star a:link,
.forgetBuyAreaBlock .cmnProductOwlItem .star a:visited,
.featuredAreaBlock .cmnProductOwlItem .star a:link,
.featuredAreaBlock .cmnProductOwlItem .star a:visited {
	text-decoration: none;
}

.forgetBuyAreaBlock .cmnProductOwlItem .star a:hover,
.forgetBuyAreaBlock .cmnProductOwlItem .star a:active,
.featuredAreaBlock .cmnProductOwlItem .star a:hover,
.featuredAreaBlock .cmnProductOwlItem .star a:active {
	text-decoration: underline;
}

.forgetBuyAreaBlock .cmnProductOwlItem .price,
.featuredAreaBlock .cmnProductOwlItem .price {
	margin-top: 13px;
}

.forgetBuyAreaBlock .cmnProductOwlItem .priceTitle,
.featuredAreaBlock .cmnProductOwlItem .priceTitle {
	margin-bottom: 5px;
	font-size: 130%;
	line-height: 1;
}

.forgetBuyAreaBlock .cmnProductOwlItem .priceNum,
.featuredAreaBlock .cmnProductOwlItem .priceNum {
	color: #d80000;
	font-size: 190%;
	font-weight: bold;
	line-height: 1;
}

.forgetBuyAreaBlock .cmnProductOwlItem .priceNum .taxExcluded,
.featuredAreaBlock .cmnProductOwlItem .priceNum .taxExcluded {
	font-size: 70%;
	color: #000;
	font-weight: normal;
	display: inline-block;
	margin: 0 -3px;
	*margin: 5px 0 0;
}

.forgetBuyAreaBlock .cmnProductOwlItem .cartBtn,
.featuredAreaBlock .cmnProductOwlItem .cartBtn {
	margin-top: 10px;
	text-align: right;
}

.forgetBuyAreaBlock .cmnProductOwl .owl-controls,
.featuredAreaBlock .cmnProductOwl .owl-controls {
	margin-top: 0;
}

.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 37px;
	height: 39px;
	margin-top: -20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev {
	left: -25px !important;
	background-image: url(/resource/images/detail/2015new_btn_arrow_01.png) !important;
}

.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next {
	right: -25px !important;
	background-image: url(/resource/images/detail/2015new_btn_arrow_02.png) !important;
}

.ie6 .forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.ie7 .forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.ie8 .forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.ie6 .featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.ie7 .featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev,
.ie8 .featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev {
	background-image: url(/resource/images/detail/2015new_btn_arrow_03.gif) !important;
}

.ie6 .forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next,
.ie7 .forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next,
.ie8 .forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next,
.ie6 .featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next,
.ie7 .featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next,
.ie8 .featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next {
	background-image: url(/resource/images/detail/2015new_btn_arrow_04.gif) !important;
}

.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev:hover,
.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev:active,
.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next:hover,
.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next:active,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev:hover,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-prev:active,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next:hover,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .owl-next:active {
	background-position: 0 -39px;
}

.forgetBuyAreaBlock .cmnProductOwl .owl-controls .owl-buttons .disabled,
.featuredAreaBlock .cmnProductOwl .owl-controls .owl-buttons .disabled {
	background-position: 0 -78px !important;
	cursor: default !important;
}


/* clearfix */

.itemDifferBalloon dl:after,
.itemDifferBox .orderAttentionInner dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.itemDifferBalloon dl,
.itemDifferBox .orderAttentionInner dl {
	display: inline-block;
}

* html .itemDifferBalloon dl,
* html .itemDifferBox .orderAttentionInner dl {
	height: 1%;
}

.itemDifferBalloon dl,
.itemDifferBox .orderAttentionInner dl {
	display: block;
}

/* --------------------------------------------------------------
.cmnScroll
-------------------------------------------------------------- */
/* Scrollbar */
.cmnScroll {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 62px;
    width: 100%;
}
.cmnScroll .scrollIn {
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 120%;
}
.cmnScroll .scrollIn2 {
    width: 81%;
}
.cmnScroll .scroller {
    position: absolute;
    right: 12px;
    top: 5px;
    visibility: hidden;
    width: 10px;
}
.cmnScroll .scrollerTop, .cmnScroll .scrollerBtm {
    background-repeat: no-repeat;
    height: 5px;
    left: 0;
    position: absolute;
    width: 10px;
}
.cmnScroll .scrollerTop {
    background-image: url("/resource/images/search/2015new_bg_scroll_01.png");
    top: -5px;
}
.cmnScroll .scrollerBtm {
    background-image: url("/resource/images/search/2015new_bg_scroll_02.png");
    bottom: -5px;
}
.cmnScroll .scrollerMid {
    background: #e5e5e5 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.cmnScroll .scrollbar {
    left: 0;
    position: absolute;
    width: 10px;
}
.cmnScroll .scrollbarTop, .cmnScroll .scrollbarBtm {
    background-repeat: no-repeat;
    height: 5px;
    left: 0;
    position: absolute;
    width: 10px;
}
.cmnScroll .scrollbarTop {
    background-image: url("/resource/images/search/2015new_bg_scroll_03.png");
    top: -5px;
}
.cmnScroll .scrollbarBtm {
    background-image: url("/resource/images/search/2015new_bg_scroll_04.png");
    bottom: -5px;
}
.cmnScroll .scrollbarMid {
    background: #4ba4ff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.cmnScrollMask {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
}

/* --------------------------------------------------------------
.couponModal
-------------------------------------------------------------- */
.couponModal {
  width: 400px;
  padding: 35px 0;
}

.couponModal .couponModalIn {
  position: relative;
  height: 100%;
}

.couponModal .cmnScroll {
  top: 0;
  height: 100% !important;
}

.couponModal .cmnScroll .scrollIn2 {
  width: 83.33333%;
}

.couponModal .couponModalBody {
  padding: 5px 35px;
}

.couponModal .mCloseBtn {
  right: 10px;
  top: 10px;
}


/* --------------------------------------------------------------
club55UI_No61,88,98
-------------------------------------------------------------- */
.toSavedForLaterSection{
	border-top: 1px solid #b5b5b5;
	padding-top: 10px;
	margin-top: 30px;
}

.toSavedForLaterSection p{
	float:right;
}

.toSavedForLaterSection p .toSavedForLaterSectionBtn{
	display: block;
	margin-right: 10px;
	width: 145px;
	height: 30px;
	text-indent: -9999px;
	background: url("/resource/images/order/2017new_btn_toSavedForLater.png") no-repeat left top;
	background-position: 0 0px;
}

.toSavedForLaterSection p .toSavedForLaterSectionBtn:hover{
	background-position-y: bottom;
}

.toSavedForLaterSection:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.itemTable .cellAmount .deleteBtn{
	display: block;
	background: url("/resource/images/order/2014new_sprite_basketIco.png") no-repeat;
	background-position: -23px -140px;
	padding: 1px 0 1px 20px;
	margin-top: 5px;
	font-size: 90%;
}

.itemTable .cellAmount .cartInputWrapper{
	position: relative;
}

.itemTable .cellAmount .unitErrorToolTip{
	margin-left: -125px;
	bottom: 39px;
	left: 50%;
	z-index: 9999;
	width: 230px;
	top: auto;
	position: absolute;
	padding: 7px;
	background: #fff;
	border: 2px solid #c00;
	color: #c00;
	font-size: 12px;
	font-weight: bold;
	box-shadow: rgba(204,204,204,0.65098) 1px 1px 3px 0;
	-webkit-box-shadow: rgba(204,204,204,0.65098) 1px 1px 3px 0;
	-moz-box-shadow: rgba(204,204,204,0.65098) 1px 1px 3px 0;
	text-align: center;
	display: none;
}

.itemTable .cellAmount .unitErrorToolTip:before {
	border: solid transparent;
	border-collapse: collapse;
	border-color: rgba(204,0,0,0);
	border-spacing: 0;
	border-top-color: #c00;
	border-width: 13px;
	color: #c00;
	content: " ";
	font-size: 12px;
	font-weight: bold;
	height: 0;
	left: 50%;
	line-height: 18px;
	margin-left: -13px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.itemTable .cellAmount .unitErrorToolTip:after {
	border: solid transparent;
	border-collapse: collapse;
	border-color: rgba(255,255,255,0);
	border-spacing: 0;
	border-top-color: #fff;
	border-width: 10px;
	color: #c00;
	content: " ";
	font-size: 12px;
	font-weight: bold;
	height: 0;
	left: 50%;
	line-height: 18px;
	margin-left: -10px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.itemTable .cellAmount .cartInputWrapper.quantityError input{
	background: #ffefef;
}

.itemTable .cellAmount .cartInputWrapper.quantityError .unitErrorToolTip{
	display:block;
}

#load {
	z-index: 100000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b7ffffff,endColorstr=#b7ffffff);
	background: rgba(255,255,255,0.75);
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	display:none;
}
#load:not(:target){
    filter: none;
}

#load img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/* --------------------------------------------------------------
Maintenance-No.861
-------------------------------------------------------------- */
.itemTable .itemTableCell .myCata{
	font-size: 115%;
	margin: 10px 0 0;
}

.itemTable .itemTableCell .myCata span.icon {
	background: url(/resource/images/shared/2015new_sprite_header01.png) no-repeat -212px -100px;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 3px;
}

/* --------------------------------------------------------------
.detailModal
-------------------------------------------------------------- */
.detailModal .modalOverlay {
	position: fixed;
	left: 0;
	top: -9999px;
	z-index: 50000;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
}

.detailModal .modalOverlay .overlayIn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.detailModal .modalIn {
	position: fixed;
	left: 50%;
	top: -9999px;
	z-index: 9999999;
	padding: 34px 10px 15px;
	background: #fff;
	line-height: 1.6;
	visibility: hidden;
	opacity: 0;
}

.detailModal .modalIn .headCloseBtn {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 19px;
	background: url(/resource/images/shared/btn/2014new_lmodal_btn_c.gif) no-repeat;
}

.detailModal .modalIn .headCloseBtn:hover,
.detailModal .modalIn .headCloseBtn:active {
	background-position: 0 -19px;
}

.detailModal .modalHead {
    margin-bottom: 20px;
	padding: 0 30px;
}

.detailModal .modalHead .modalTitle {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.2;
}

.detailModal .modalBody {
	position: relative;
}

.detailModal .modalBody .bodyIn {
	padding: 0 10px 0 30px;
}

.detailModal .attentionBlock {
	margin-top: 15px;
	font-size: 130%;
}

.detailModal .attentionBlock dl dt {
	float: left;
}

.detailModal .attentionBlock dl dd {
	overflow: hidden;
}

.detailModal .attentionBlock .lead {
	margin-bottom: 3px;
}

.detailModal .attentionBlock .btn {
	margin-top: 5px;
}

.detailModal .attentionBlock .newWin img {
	margin-left: 3px;
	vertical-align: 0;
}

.detailModal .footBlock {
	margin-top: 10px;
	text-align: center;
}

.detailModal .footBlock .blockIn {
	padding-top: 10px;
}

.detailModal .footBlock .footCloseBtn {
	display: block;
	width: 154px;
	margin: 0 auto;
}

.detailModal .footBlock .decideBtn {
	margin: 0 auto 10px;
}

.detailModal .checkboxField{
	font-size: 140%;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 20px;
}

.detailModal .checkboxField input[type="checkbox"]{
	display: none;
}

body.ie7 .detailModal .checkboxField input[type="checkbox"],
body.ie8 .detailModal .checkboxField input[type="checkbox"] {
	display: inline-block;
	vertical-align: -1px;
}

.detailModal .checkboxField label{
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
}

body.ie7 .detailModal .checkboxField label,
body.ie8 .detailModal .checkboxField label {
	padding: 0;
}

.detailModal .checkboxField label:before{
	position: absolute;
	content: '';
	top: 62%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -11px;
	background: url(/resource/images/shared/bg/2017bg_checkbox_01.png);
}

body.ff .detailModal .checkboxField label:before{
	top: 68%;
}

body.ie7 .detailModal .checkboxField label:before,
body.ie8 .detailModal .checkboxField label:before {
	display: none;
	content: normal;
}

.detailModal .checkboxField input[type="checkbox"]:checked + label:before{
	background: url(/resource/images/shared/bg/2017bg_checkbox_01_cr.png);
}


/* --------------------------------------------------------------
#regToMyCatalogModal マイカタログに追加モーダル
-------------------------------------------------------------- */
#regToMyCatalogModal .headCloseBtn{
	top:20px;
}

#regToMyCatalogModal.incomplete .modalIn, #regToMyCatalogModal.error .modalIn{
	width: 500px;
	margin-left: -250px;
}

#regToMyCatalogModal .modalIn {
	width: 772px;
	margin-left: -386px;
	padding-top:20px;
}

#regToMyCatalogModal.incomplete .modalBody .bodyIn,#regToMyCatalogModal.error .modalBody .bodyIn { width: 430px; }
#regToMyCatalogModal .modalBody .bodyIn { width: 712px; }

#regToMyCatalogModal.incomplete .modalHead{
    width: 430px;
    margin: 0 auto 30px;
    padding: 0;
}

#regToMyCatalogModal.error .modalHead{
	width: 430px;
	margin: 0 auto 20px;
	padding: 0;
}

#regToMyCatalogModal .modalHead{
    width: 712px;
    margin: 0 auto 30px;
    padding: 0;
}

#regToMyCatalogModal.incomplete .modalBody .btn,#regToMyCatalogModal.error .modalBody .btn{
    width:430px;
    margin:0 auto 30px;
}

#regToMyCatalogModal .modalBody .btn{
    width:580px;
    margin:0 auto 30px;
}

#regToMyCatalogModal .modalBody .btn a.notRegistration{
    display: block;
    width: 200px;
    height: 46px;
    background: url(/resource/images/detail/regToMyCatalogModal.png);
    float:left;
}

#regToMyCatalogModal .modalBody .btn a.notRegistration:hover{
    background-position: 0 -46px;
}

#regToMyCatalogModal .modalBody .btn a.registration{
    display: block;
    width: 200px;
    height: 46px;
    background: url(/resource/images/detail/regToMyCatalogModal.png);
    background-position: 0 -92px;
    float:right;
}

#regToMyCatalogModal .modalBody .btn a.registrationAfterLogin:hover{
    background-position: 0 -230px;
}

#regToMyCatalogModal .modalBody .btn a.registrationAfterLogin{
    display: block;
    width: 200px;
    height: 46px;
    background: url(/resource/images/detail/regToMyCatalogModal.png);
    background-position: 0 -184px;
    float:right;
}

#regToMyCatalogModal .modalBody .btn a.registration:hover{
    background-position: 0 -138px;
}

#regToMyCatalogModal .modalBody .btn a.closeModal{
    display: block;
    width: 250px;
    height: 46px;
    background: url(/resource/images/detail/regToMyCatalogModal.png);
    float:left;
    background-position: 0 -276px;
}

#regToMyCatalogModal .modalBody .btn a.closeModal:hover{
    background-position: 0 -322px;
}

#regToMyCatalogModal.error .modalBody .btn a.closeModal{
	display: block;
	width: 200px;
	height: 46px;
	background: url(/resource/images/detail/regToMyCatalogModal2.png);
	float:left;
}

#regToMyCatalogModal.error .modalBody .btn a.closeModal:hover{
	background-position: 0 -46px;
}

#regToMyCatalogModal .modalBody .btn a.goToMyCatalog{
    display: block;
    width: 250px;
    height: 46px;
    background: url(/resource/images/detail/regToMyCatalogModal.png);
    background-position: 0 -368px;
    float:right;
}

#regToMyCatalogModal .modalBody .btn a.goToMyCatalog:hover{
    background-position: 0 -414px;
}

#regToMyCatalogModal.error .modalBody .btn a.goToMyCatalog{
	display: block;
	width: 200px;
	height: 46px;
	background: url(/resource/images/detail/regToMyCatalogModal2.png);
	background-position: 0 -92px;
	float:right;
}

#regToMyCatalogModal.error .modalBody .btn a.goToMyCatalog:hover{
	background-position: 0 -138px;
}


#regToMyCatalogModal .modalBody .recomCtgDetailAddCart .cartSuggestOuter{
    text-align:center;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart .cartSuggest{
    font-size: 150%;
    font-weight:bold;
    line-height: 1.5;
    margin:0 auto 10px;
    display:inline-block;
    *zoom: 1;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart .cartSuggest span.icon{
    width: 26px;
    height: 25px;
    background: url(/resource/images/shared/star_icon_recommend.png) no-repeat 4px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend{
    border-left:2px solid #DDD;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend li{
    width:157px;
    padding:5px 9px;
    display:block;
    float:left;
    border-top:2px solid #DDD;
    border-right:2px solid #DDD;
    border-bottom:2px solid #DDD;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend li a:hover img {
    -moz-opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend li:nth-child(n+5)
{
    border-top:none;
}
/* old IE対策 */
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + *,
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + * + *,
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + * + * + *,
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + * + * + * + *,
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + * + * + * + * + *,
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + * + * + * + * + * + *,
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + * + * + * + * + * + * + *,
#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend > *:first-child + * + * + * + * + * + * + * + * + * + * + *{
        border-top:none;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend li .pic{
    display:block;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend li .name{
    font-size: 130%;
    line-height: 1.3;
    height:35px;
    overflow:hidden;
    display:block;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend li .plice{
    font-size: 155%;
    font-weight: bold;
    color: #d80000;
}

#regToMyCatalogModal .modalBody .recomCtgDetailAddCart ul.modal_recomend li .plice span.without_tax{
    font-size: 65%;
    font-weight: normal;
    color: #000;
    text-align:left;
    padding-left:3px;
}

#regToMyCatalogModal .modalBody .itemBox {
	margin-bottom:20px;
}

#regToMyCatalogModal .modalBody .itemBox .itemImg{
	float: left;
	height: 80px;
	width: 80px;
}

#regToMyCatalogModal .modalBody .itemBox .itemName{
	float: right;
	font-size: 130%;
	width:330px;
}


#regToMyCatalogModal .modalBody .selectRegisteredFolder {
	font-size:13px;
	position:relative;
	margin: auto auto 20px;
}

#regToMyCatalogModal .modalBody .explanation{
	margin: 0 0 3px 0;
	background: url(/resource/images/shared/icn/2017new_icon_folder_01.png) no-repeat 5px 2px;
	padding-left: 32px;
}

#regToMyCatalogModal .selectBox p.select{
	border: solid #ddd 1px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #262626;
	text-decoration: none;
	cursor: default;
	width: 100%;
	overflow: hidden;
}
#regToMyCatalogModal .selectBox p.select span{
	padding: 0 22px 0 7px;
	display: block;
	height: 22px;
	background: url(/resource/images/mycatalog/icon_select.gif) no-repeat right 0;
	line-height: 22px;
	cursor: pointer;
}

#regToMyCatalogModal .selectBox p.select.select_focus span{
	background-position: right -42px !important;
}

#regToMyCatalogModal .modalBody .pulldown {
	border: solid #bbb 1px;
	max-height: 140px;
	position: absolute;
	background: #fff;
	overflow: auto;
	width: 100%;
	top: 47px;
	display:none;
}
#regToMyCatalogModal .modalBody .pulldown .classification{
	color: #aaa;
	font-weight: bold;
	padding-left: 5px;
}
#regToMyCatalogModal .modalBody .pulldown li{
	background: url(/resource/images/shared/icn/2017new_icon_folder_01.png) no-repeat 5px 2px;
	padding-left: 30px;
	display:block;
	cursor: pointer;
}
#regToMyCatalogModal .modalBody .pulldown li.must{
	background-image: url(/resource/images/shared/icn/2017new_icon_folder_02.png);
}
#regToMyCatalogModal .modalBody .pulldown li:hover{
	background-color:#e9f2fb;
}

#regToMyCatalogModal .modalBody .pulldown ul li ul{
	margin-top: 1px;
}
#regToMyCatalogModal .modalBody .pulldown ul li ul li:hover{
	background-color:#bdf;
}

#regToMyCatalogModal .incompleteContent .title {
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2;
	text-align:center;
	color: #172397;
}

#regToMyCatalogModal .incompleteContent .title span{
	background: url(/resource/images/shared/2015new_sprite_header01.png) no-repeat -212px -100px;
	width: 19px;
	height: 18px;
	display: inline-block;
	vertical-align: bottom;
}

#regToMyCatalogModal .completeContent{
	display:none;
}
#regToMyCatalogModal .completeContent .title {
	background:#d3e9ff;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2;
	text-align:center;
	padding:15px 30px;
}


#regToMyCatalogModal .errorContent{
	display: none;
}

#regToMyCatalogModal .errorContent .title {
	background:#FFEFEF;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2;
	text-align:center;
	padding:15px 30px;
}

#regToMyCatalogModal .errorContent .notation {
	font-size: 130%;
	margin: 0 0 20px;
}