@charset "euc-jp";

/* About this file ===============================
 * Style    : a default style
 * Since    : 2011-00-00
 * Modified : 2011-00-00
 * Editor   : Yoshiharu Sugimoto
================================================== */

/* Css Initialization
-------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
pre, form, input, textarea, p, th, td {
  margin: 0;
  padding: 0;
}
html {
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
p, li, dt, dl {
  line-height: 1.6;
}
li {
  list-style: none outside;
}
table {
  border-collapse: collapse;
}
img {
  border: 0;
  vertical-align: bottom;
}
address {
  font-style: normal;
}
.clear {
  clear: both;
}


/* Body
-------------------------------------------- */
body {
  line-height: 1.6;
  font-size: 100%;
}

/* Table ( for ie6 bug fix )
-------------------------------------------- */
table {
  font-size: 100%;
}

/* A color
-------------------------------------------- */
a:link { color: blue; }
a:visited { color: purple; }
a:active { color: purple; }
a:hover { color: green; }



/* お気に入り商品登録 */
div.bookmarkArea {
	width:212px;
}

#rakutenLimitedId_aroundCart #serviceTableSml {
	margin-top:-4px;
}

body div.bkm{
	width: 212px !important;
	height: 28px !important;
}

/* 商品をお気に入り登録する
body div.bookmarkArea div.bkm a.addBkm span.bkmStar {
	display:inline-block !important;
	width: 212px !important;
	height: 28px !important;
	background: url(http://image.rakuten.co.jp/auc-azzuro-/cabinet/images/bookmark.jpg) no-repeat !important;
}
-------------------------------------------- */

div.shopBookmarkArea div.shopBkm a.addShopBkm span.shopBkmStar {
    display: block !important;
    display: inline-block !important;
    width: 212px !important;
    height: 28px !important;
    background: url(https://image.rakuten.co.jp/auc-azzuro-/cabinet/images/bookmark_shop.jpg) no-repeat !important;
}


div.shopBookmarkArea div.shopBkm {
    overflow: visible !important;
}


table.Fprotect {
    width: 100%;
    color: #666666;
    font-size: 77%;
	border-collapse: collapse;
}
table.Fprotect th {
    width: 125px;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
	border: 1px solid #e6e6e6;
}
table.Fprotect td {
	text-align: center;
    padding: 10px;
	border: 1px solid #e6e6e6;
	margin: 0;
}
span.choice {
    display: block;
    padding: 5px;
    border: 1px #dbdbdb solid;
    box-shadow: inset 0 0 0 1px #fff;
    color: #32231c;
    background: #eaeaea;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 50%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#f3f3f3), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #fff 0%,#f3f3f3 50%,#eaeaea 100%);
    background: -o-linear-gradient(top, #fff 0%,#f3f3f3 50%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #fff 0%,#f3f3f3 50%,#eaeaea 100%);
    background: linear-gradient(to bottom, #fff 0%,#f3f3f3 50%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eaeaea',GradientType=0 );
}
div#rakutenLimitedId_aroundCart table select {
    width: 100%;
    padding: 5px 3px;
    border: 1px #bfbfbf solid;
}
