/* ItemSelect */

/* 上書き */
a { text-decoration: underline;}
a:hover { text-decoration: none;}
h4 {
margin: 7px 0;
padding: 3px 0 0 8px;
border-left: solid 5px #336699;
text-align: left;
}

.btn_orderstep_box { width: 750px;}

#mypage_btn, #for_shopbtn {
top: 6px;
}
#mypage_btn {
padding-left: 12px;
position: absolute;
right: 100px;
width: 125px;
background: url(/images/icon_arrow_r_b.gif) no-repeat scroll left 2px transparent;
}
#for_shopbtn {
position: absolute;
right: 0;
width: 95px;
}
#for_shopbtn a {
height: 16px;
display: block;
text-indent: -9999px;
background: url(/images/icon_shopping.gif) no-repeat scroll 0 0 transparent;
}
#for_shopbtn a:hover { background: url(/images/icon_shopping.gif) no-repeat scroll 0 -16px transparent;}

.btn_orderstep_box { margin: 10px auto;}
ul.btn_orderstep li.btn_orderstep365 a, ul.btn_orderstep li.btn_orderstep365 a.active,
ul.btn_orderstep li.btn_orderstep366 a, ul.btn_orderstep li.btn_orderstep366 a.active {
text-indent: -9999px;
}

#footer {
padding: 0;
border: none;
font-size: 100%;
line-height: 0;
}
/* ---/上書き */

.cartBox {
width: 950px;
font-weight: normal;
}
.cartBox th, .cartBox td {
text-align: center;
vertical-align: middle;
}

.cartBox th {
padding: 10px 0;
border-top: 1px solid #E8E8E8;
border-bottom: 1px solid #E8E8E8;
background: #F8F8F8;
font-weight: bold;
}
.cartBox td {
padding: 10px 0;
border-bottom: 1px solid #E8E8E8;
}
.cartBox span a { color: #FF0000;}
.cartBoxPrice { font-weight: bold;}

.cancelBtn a {
height: 26px;
display: block;
background: url(/images/icon_cancel.gif) no-repeat scroll center 0 transparent;
text-indent: -9999px;
}
.cancelBtn a:hover { background: url(/images/icon_cancel.gif) no-repeat scroll center -26px transparent;}

.recalculateBtn a {
height: 26px;
display: block;
background: url(/images/icon_recalculate.gif) no-repeat scroll center 0 transparent;
text-indent: -9999px;
}
.recalculateBtn a:hover { background: url(/images/icon_recalculate.gif) no-repeat scroll center -26px transparent;}

#itemArea {
margin: 0 auto;
padding-top: 10px;
width: 950px;
}

.deliveryFreeArea {
margin: 0px auto 10px;
padding: 10px 0;
width: 950px;
background: #E0F8FF;
border: solid 1px #6ACCE8;
text-align: center;
overflow: hidden;
}
.deliveryFreeArea p, .deliveryFreeArea p span { font-weight: bold;}
.deliveryFreeArea p { font-size: 24px; line-height: 40px; vertical-align: middle;}
.deliveryFreeArea p span {
font-family: Helvetica Black, helvetica Bold, Arial Black, sans-serif;
font-size: 40px;
line-height: 40px;
color: #FF0000;
vertical-align: -3px;
}
.deliveryFreeArea p strong {
font-size: 32px;
line-height: 40px;
vertical-align:  -1px;
color: #FF0000;
font-weight: bold;
}

#itemArea h3 {
text-align: left;
margin-top: 10px;
}

#itemiconArea {
margin: 0;
padding: 16px 0 3px 20px;
width: 928px;
border: solid 1px #D5D5D5;
overflow: hidden;
}
#itemiconArea li {
margin: 0 22px 10px 0;
width: 55px;
height: 75px;
float: left;
list-style: none;
}
#itemiconArea li, #itemiconArea li a { text-align: center;}
#itemiconArea li span {
padding-top: 3px;
font-size: 75%;
display: block;
line-height: 1.1em;
word-wrap: break-word;
}

.cartBox td.cartBoxPriceAll {
	text-align: right;
	padding: 10px;
	}


/* 「この商品を見た人はこちらも見ています」（Amazon風JS） */
.plainItemCarousel { margin: 0 0 20px;}
.carouselGroup {
padding: 5px 0 5px 15px;
border-top: solid 1px #D3E3EC;
border-bottom: solid 1px #D3E3EC;
}

div.bx-window ul.slider li.pager div.rcmdItemPrice {
	padding-top: 5px;
	color: #FF0000;
	font-weight: bold;
	}

/* SLIDER ---------------------------------- */
.slider {
margin: 0;
padding: 0;
overflow: hidden;
}
.slider li {
margin: 0;
padding: 0 10px;
width: 111px;
float: left;
text-align: center;
zoom:1;
}
.slider li a span {
font-size: 84%;
font-weight: bold;
color: #336699;
/*padding: 0 9px;*/
}

/*next button*/
.bx-next {
position:absolute;
top:40%;
right:-15px;
z-index:999;
width: 19px;
height: 19px;
text-indent: -999999px;
background: url(/images/basic_carousel_next.jpg) no-repeat 0 0;
}
/*previous button*/
.bx-prev {
position:absolute;
top:40%;
left:-15px;
z-index:999;
width: 19px;
height: 19px;
text-indent: -999999px;
background: url(/images/basic_carousel_prev.jpg) no-repeat 0 0;
}
/*next/prev button hover state*/
.bx-next:hover, .bx-prev:hover { background-position: 0 0;}

/*入稿方法用*/
div#inputDesignDialog {
	display: none;
}

div#inputDesignDialog .iDttl{
	margin: 7px 0 10px;
	font-weight: bold;
}

div#inputDesignDialog .iDmain{
	margin: 10px 0 10px 0;
	text-align: center;
}

div#inputDesignDialog .iDmain div.iDdt{
	position: relative;
	display: inline-block;
	width: 312px;
	height: 224px;
	margin: 0 15px 0 0;
	background-image: url(/images/common/inputDesignDtBg.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div#inputDesignDialog .iDmain .iDdtBtn{
	position: relative;
	top: 165px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background-color: #aaaaaa;
	color: white;
	height: 24px;
	border-radius: 3px;
	border: 3px #ffffff solid;
	box-shadow: inset 0 10px 10px -3px rgba(255,255,255,0.3), 0 0 10px 0 rgba(0,0,0,0.3);
	text-decoration: none !important;

	vertical-align: middle; /* 「vertical-align」を指定してもテキストは縦方向中央揃いにならない */
	text-align: center;
}
div#inputDesignDialog .iDmain .iDdtBtn:hover{
	background: #fe9300;
}
div#inputDesignDialog .iDmain .iDdtBtn.iDdtBtnAreaNewTool{
	width: 180px;
	padding: 7px 0 0 0;
}
div#inputDesignDialog .iDmain .iDdtBtnAreaOldTool{
	position: absolute;
	bottom: 5px;
	right:10px;
	padding: 10px 0 0 0;
}
div#inputDesignDialog .iDmain .iDdtBtn.iDdtBtnAreaCompleteData{
	width: 200px;
	padding: 10px 0 0 0;
}

div#inputDesignDialog .iDmain div.iDcd{
	margin: 0 0 0 0;
	display: inline-block;
	width: 312px;
	height: 224px;
	background: url(/images/common/inputDesignDataBg.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}


/* /ItemSelect */