@charset "euc-jp";

/* About this file ===============================
 * Style    : a decorate style
================================================== */

/* Common
-------------------------------------------- */
a:link {
  color: #0066cc
}

a:active {
  color: #7f3400;
}

a:hover {
  color: #ff6600;
}
a:hover img {
  filter:alpha(opacity=75); /* IE */
  -moz-opacity: 0.75; /* FF */
  opacity: 0.75;
}

h1 img {
  vertical-align: baseline; /* Opera */
}

/* Body
-------------------------------------------- */
body {
  padding: 0 0 90px;
  color: #454545;
}

/* Header
-------------------------------------------- */
/* 2012.05.17 chigusa start
----------------------------------- */
div#headbanner{
  width: 984px;
  margin:0 auto 10px;
}
	
div#headerw {
  margin-bottom: 5px;
  width: 960px;
  height: 104px;
  margin: 0 auto 0px;
}
div#headerw h1 {
  float: left;
  margin: 0;
  padding-left: 19px;
}
div#headerw h1 a img {
	
}
div#headerw h1 a:hover img {
  filter:alpha(opacity=75); /* IE */
  -moz-opacity: 0.75; /* FF */
  opacity: 0.75;

}
div#headerw div#headCopy {
  float: right;
  width: 632px;
}
div#headerw div#headCopy p#catch {
  float:left;
  width: 338px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 26px;
}

div#headerw div#headCopy p#pr {
  float: right;
  width: 445px;
  margin: 0;
  padding-bottom: 26px;
}
div#headerw div#headCopy p#pr img {
  margin-left: 5px;
}
div#headerw p#headNavi {
	clear: both;
  float: left;
  margin: 0;
  padding: 0;
  width: 430px;
  height: 14px;
}
div#headerw p#headNavi img {
  margin-right: 5px;
}
div#headerw p#social {
  float: right;
  margin: -10px;
  width: 370px;
}
div#headerw p#social a img {
  margin-left: 15px;
}

/* 2012.05.17 chigusa end
----------------------------------- */
p#topWord {
  margin: 0 auto 0px;
  font-size: 77%;
  color: #999999;
  text-align: right;
  width:984px;
}

ul#navigation li {
  display: inline;
}

ul#navigation {
  margin: 0 0 10px;
}
div#header_ul3 {
background: #260d11;
height: 60px;
text-align: center;
}

div#header_ul3 a{
	 color:#FFFFFF;
	 display: block;
	 width: 111px;
     line-height: 60px;
    text-align: center;
    font-size: 77%;
    text-decoration: none;
    color: #fff;
	 
}
div#header_ul3 ul#menu li a:hover{
    background: #f2f2f2;
    background-color: rgb(242, 242, 242);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
	color: #260d11;
	 
}
#menu{
	margin: 0 auto 0px;
	width:960px;
}
div#header_ul3 li.menu {
  display: inline;
  padding-left:25px;
  margin-right:5px;
  float:left;
}
div#header_ul3 li.menu_side {
  display: inline;
  float:left;
}
div#header_ul3 li.menu_side2 {
  display: inline;
  float:left;
  margin-left:33px;
}
.box {
	float: left;
	margin: 5px 35px 25px 35px;
}
.boxContainer{
  width: 960px;
  margin: 0 auto 0px;
  overflow: hidden;
}
.boxContainer:before,
.boxContainer:after {
	content: "";
    display: table;
}
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}
div#header_ul2 li {
  display: inline;
  padding-left:70px;
  float:left;
  margin-bottom:30px;
}


/* --- E--- */
div#searchArea {
  width: 785px !important;
  width: 960px;
  padding: 13px 0 7px 175px;
  background: url("http://image.rakuten.co.jp/auc-azzuro-/cabinet/common/search_bg.jpg") no-repeat scroll center top transparent;
  font-size: 66%;
  margin: 0 auto 0px;
}

div#searchArea h2,
div#searchArea ul,
div#searchArea li {
  display: inline;
}

input#searchQ {
  margin: 7px 0 0;
  width: 495px;
  vertical-align: top;
}
input#searchQ2 {
  margin: 7px 0 0;
  width: 650px;
  vertical-align: top;
}

/* --- Хʡ --- */
div#topBannerArea {
  margin: 0 0 4px;
  width: 960px;
}
ul#bannerList {
  float: left;
  width: 432px;
}
ul#bannerList li {
  margin: 0 0 14px;
}
p#kanban {
  float: right;
  width: 520px;
}
p#kanban iframe {
  width: 520px;
  height: 570px;
}

/* --- EХʡ --- */
ul.saleBannerList {
  margin: 5px 0;
  text-align: center;
}
ul.saleBannerList li {
  display: inline;
}
ul.saleBannerList li.centerBanner {
  padding: 0 5px;
}


/* --- ٥ȥХʡ --- */
div#eventBanner {
  margin: 0 0 10px;
  height: 120px;
  border: 1px solid #dfdfdf;
  background: #efefef;
  overflow: auto;
  text-align: center;
}

div#eventBanner h2 {
  margin: 2px 10px 4px;
  background: #180f06;
  color: #fcfbc5;
  font-size: 85%;
  font-weight: bold;
}

div#eventBanner ul {
  margin: 0 10px;
  font-size: 77%;
}

div#eventBanner li {
  float: left;
  margin: 0 0 4px;
  width: 460px;
  line-height: 1.2;
}

div#eventBanner li a {
  text-decoration: none;
}

div#eventBanner li span {
  text-decoration: underline;
}

div#eventBanner li img {
  width: 452px;
  height: 58px;
}

/* Left
-------------------------------------------- */
/* --- ŷڡE--- */

div#sideEventBanner {
  margin: 0 0 20px;
}
div#sideEventBanner ul {
  border: 1px #dfdfdf solid;
  border-top: none;
  padding: 2px 3px 0px;
  background: #efefef;
}
div#sideEventBanner li {
  margin: 0 0 -1px;
  border-bottom: 1px #dfdfdf solid;
  padding: 7px 0;
  background: url(http://image.rakuten.co.jp/auc-azzuro-/cabinet/pointupnavi/raku_campaign_icon01.jpg) no-repeat 0 center;
  font-size: 8pt;
}
div#sideEventBanner li a {
  display: block;
  padding: 0 0 0 42px;
}

/* --- ɥХʡ --- */
ul.sideBanner {
  margin: 0 0 20px;
}

ul.sideBanner li {
  margin: 0 0 5px;
}

/* --- ֥ɡƥEEE--- */
div.linkList {
  margin: 0 0 20px;
  width: 180px;
  background-color: #eee;
  padding: 0 0 10px;
}
div.linkList h3 {
  position: relative;
  height: 27px;
  color: #fff;
  background: url(../images/sub_heading.gif) no-repeat;
  line-height: 27px;
  font-size: 8pt;
  font-weight: bold;
  text-indent: 10px;}

div.linkList ul {
  margin: 5px 10px 10px;
  padding: .2em 1px 7px;
}
div.linkList ul li {
  background: url(http://image.rakuten.co.jp/auc-azzuro-/cabinet/common/top_category_icon.gif) no-repeat left center #eee;
  _background: url(http://image.rakuten.co.jp/auc-azzuro-/cabinet/common/top_category_icon.gif) no-repeat left 2px #eee;
  padding: 0 0 0 8px;
  line-height: 1.2;
  _line-height: 1;
  font-size: 8pt;
}

div.linkList ul li a {
  padding: .3em 0 .3em .6em;
  _padding: 0 0 0 .4em;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

div.linkList ul li.last-child a {
  padding-bottom: 0;
}
div.linkList ul li a:hover {
  text-decoration: underline;
}

div.linkList ul li a.long {
  letter-spacing: -1px;
}
/* --- ֥ɥE --- */
div#blandLinkList h2.category {
  margin: 0 0 5px;
}

div#blandLinkList p.categoryCaution {
  text-align: center;
}

div#sub div.nav {
  margin-bottom: 12px;
}

/* --- ƥEEȥȥE--- */
div#categoryLinkList h2.category {
  margin: 0 0 10px;
}

/* --- E --- */
div#calendar {
  margin: 20px 0 0;
}

div#sideNavigation div#calendar iframe {
  width: 175px;
  height: 162px !important;
}

p.closeDay {
  margin: 0.5em 0;
  width: 180px;
  line-height: 1.2;
  font-size: 8pt;
}

span.holyday {
  color: #ffcccc;
}

/* --- facebook --- */
div#sideNavigation div.facebook iframe {
  margin: 0 0 5px;
  width: 180px;
  height: 49px !important;
}

/* --- ХEå --- */
div#qrcode {
  margin: 0 0 20px;
  width: 160px;
}

/* CenterArea
-------------------------------------------- */
/* --- ȥåץ饤ɥ硼 --- */
div#slideshow {
  margin: 0 0 10px;
  border: 1px #e2d6c2 solid;
  padding: 14px;
  background: #eeeeee;
}
div.slides {
  margin: 0 0 10px;
  border: 1px #e2d6c2 solid;
}
div.slides ul {
  height: 195px;
}
div#slideshow ul.slides-nav li {
  float: left;
  width: 87px;
  padding: 4px;
}
div#slideshow ul.slides-nav img {
  border: 1px #e2d6c2 solid;
}

/* --- ʁE--- */
div#topics {
  margin: 0 0 10px;
  width: 598px !important;
  width: 600px;
  height: 150px;
  border: solid 1px #ccc;
  border-top: none;
  overflow: auto;
}
div#topics dl {
  margin: 10px;
  font-size: 9pt;
}
div#topics dl dt {
  clear: left;
  float: left;
  margin: 0 0 3px;
  width: 70px;
  background: url(http://image.rakuten.co.jp/auc-azzuro-/cabinet/toppage/top_news_icon.gif) no-repeat left center;
  padding-left: 10px;
}
div#topics dl dd {
  margin: 0 0 3px 70px;
}

/* --- ȥåץ󥭥 --- */
ul.tab {
  margin: 0;
  width: 600px;
  padding: 0;
  list-style: none;
  _zoom: 1;
  overflow: hidden;
}
ul.tab li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
div.tabPanelGroup {
  margin: 0 0 20px;
  padding: 0;
  width: 598px;
  border-left: solid 1px #ad8d5b;
  border-right: solid 1px #ad8d5b;
  border-bottom: solid 1px #ad8d5b;
}
div.tabPanel {
  margin-bottom: 5px;
  width: 598px;
  padding-top: 10px;
}
div.tabPanel table.rankingLink {
  margin: 0 auto;
  width: 592px;
  padding: 0;
  border-collapse: collapse;
}
div.tabPanel table.rankingLink td {
  width: 100px;
  border: solid 3px #fff;
  padding: 5px;
  list-style: none;
  vertical-align: top;
  font-size: 8pt;
}
div.tabPanel table.rankingLink td.grey {
  background-color: #efefef;
}
div.tabPanel table.rankingLink td p.rankingText {
  text-align: left;
}
div.tabPanel table.rankingLink td p.rankingText strong {
  display: block;
  text-align: center;
  color: #9e9e00;
}

div.tabPanel table.rankingLink td img {
  width: 100px;
}

/* --- ᾦ --- */
table#topRecommend {
  margin: 0 0 20px;
  font-size: 8pt;
}

table#topRecommend td {
  width: 138px;
  padding: 0 6px 0 5px;
  vertical-align: top;
}

table#topRecommend a {
  text-decoration: none;
}

table#topRecommend span {
  text-decoration: underline;
}

table#topRecommend img {
  margin: 0 0 5px;
  padding: 1px;
  border: 1px solid #cccccc;
}

/* --- ֥ɥХʡХʡE --- */
ul.centerBannerList {
  margin: 0 0 20px;
}

ul.centerBannerList li {
  float: left;
  margin: 0 0 5px;
}

ul.centerBannerList li.bannerLeft {
  width: 305px;
}

/* --- ֥ɥE --- */
ul#blandList {
  margin: 0 0 20px;
  border: 7px solid #beaa8d;
}

ul#blandList li {
  float: left;
  border-top: 1px solid #efefef;
  border-right: 2px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 2px;
}

ul#blandList li.blandRight {
  border-right: none;
}

/* --- ʸE--- */
form#productSearch {
  text-align: center;
}

form#productSearch p {
  margin: 0 auto 40px !important;
  margin: 0 0 40px;
  width: 250px;
  text-align: right;
}

/* === ʾʁE=== */
/* --- ʸ --- */
div.blandBannerInExplanation {
  color: #fff;
  font-size: 77%;
  font-weight: bold;
  margin-bottom: 10px;
}

div.blandBannerInExplanation p {
  padding: 2px 5px 0px;
}

p.tomorrowComment {
  margin: 0 0 5px;
}

/* --- ʸ --- */
p.evidence,
p.tomorrowComment {
  font-size: 85%;
}

p.tomorrowComment,
p.reviewBanner {
  margin: 0 0 5px;
}

p.itemInformation {
  border-bottom: 5px solid #000;
}

table.shopItemDetails,
table.shopItemDetails th,
table.shopItemDetails td {
  border: 1px solid #e6e6e6;
}

table.shopItemDetails th,
table.shopItemDetails td {
  padding: 5px;
}

table.shopItemDetails {
  width: 100%;
  color: #666666;
  font-size: 77%;
}

table.shopItemDetails th {
  width: 125px;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
}

table.shopItemDetails em {
  font-style: normal;
}

table.shopItemDetails em.delivery {
  font-weight: bold;
}

table.shopItemDetails em.notice {
  color: #ff0000;
}


/* Right
-------------------------------------------- */
/* ---  --- */
div#newItem {
  margin: 0 0 20px;
  width: 160px;
  background: url(http://image.rakuten.co.jp/auc-azzuro-/cabinet/toppage/top_newitem_bg.gif) repeat-y;
}
div#newItem div#newItemContents {
  margin: 0 11px;
  width: 138px;
  height: 900px;
  background-color: #fff;
  overflow: auto;
}
div#newItem div#newItemContents ul {
  margin: 0;
  padding: 5px 0;
}
div#newItem div#newItemContents ul li {
  margin: 0;
  padding: 5px 3px;
  border-bottom: dotted 1px #c2c2c2;
  list-style: none;
  line-height: 1.2;
  font-size: 7.5pt;
}
div#newItem div#newItemContents ul li.end {
  border: none;
}
div#newItem div#newItemContents ul li img {
  display: block;
  margin-bottom: 3px;
}
div#newItem div#newItemContents ul li span.price {
  color: #ff0000;
}

/* --- ͥEӥ塼 --- */
div#customerReview {
  margin: 0 0 20px;
}

/* --- ĥХʡE --- */
ul.verticalBanner li {
  margin: 0 0 10px;
}

/* --- āEХʡ --- */
div#fixedRightNaviBox {
  position: fixed;
  top: 0px;
  right: 0;
}

div#fixedRightNaviBox iframe {
  width: 48px;
  height: 630px;
}

p.fixedRightNavi {
  margin: 0;
}

p.fixedRightNavi a {
  display: block;
  float: right;
  width: 46px;
  height: 210px;
}
p.fixedRightNavi a:hover {
  width: 48px;
}

p#fixedRightNavi1 a {
  background: url(../../iframe/img/fixing_banner_raku01.jpg) no-repeat;
}

p#fixedRightNavi2 a {
  background: url(../../iframe/img/fixing_banner_raku02.jpg) no-repeat;
}

p#fixedRightNavi3 a {
  background: url(../../iframe/img/fixing_banner_raku03.jpg) no-repeat;
}

/* --- ڡEE --- */
p#bottomAd {
  width: 100%;
}

p#bottomAd iframe {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 130px;
}

/* --- ڡܺ٥ڡڡХʡ --- */
p.categoryCampaignBanner iframe {
  width: 760px;
  /* ܾ˹礁Eѹ */
}

/* --- ʥڡڡХʡ --- */
div.Common_Banner iframe{
  width: 761px;
  /* Хʡ⤵˹礁Eѹ                            */
  /* 1ĤΤ: 60px                                       */
  /* ʹߡ1ĤˤĤ65px + 1px(ǲEʬ)Ĳû */
  height: 160px;
}

div.asuraku_freeshippingBanner iframe{
  width: 761px;
  /* Хʡ⤵˹礁Eѹ                            */
  /* 1ĤΤ: 60px                                       */
  /* ʹߡ1ĤˤĤ65px + 1px(ǲEʬ)Ĳû */
  height: 315px;
}
p.productCampaignBanner {
  margin: 0 0;
}

p.productCampaignBanner iframe {
  width: 775px;
  height: 520px;
}
p.productCampaignBanner2 iframe {
  width: 775px;
  height: 350px;
}
p.productCampaignBanner3 iframe {
  width: 775px;
  height: 1100px;
}
p.productCampaignBanner4 iframe {
  width: 775px;
  height: 1480px;
  margin-top: 20px;
}
p.productCampaignBanner5 iframe {
  width: 775px;
  height: 1100px;
  margin-top: 20px;
}
p.productCampaignBanner6 iframe {
  width: 775px;
  height: 870px;
  margin-top: 20px;
}
/* Footer
-------------------------------------------- */
body#iFooter div#iFooterBox {
  font-size: 77%;
}

div#iFooterBox .strong {
  font-weight: bold;
}

div#iFooterBox .large {
  font-size: 110%;
}

div#iFooterBox .llarge {
  font-size: 200%;
}

div#iFooterBox .orange {
  color: #ff7111;
}

div#iFooterBox .grey {
  color: #a1a1a1;
}

div#iFooterBox .caution {
  color: #ff0000;
}

div#iFooterBox div#orderFlowLeft {
  float: left;
  width: 382px;
}

div#iFooterBox div#orderFlowRight {
  float: left;
  width: 370px;
  padding: 0 0 0 10px;
}

div#iFooterBox div.tempWrapper1 {
  padding: 0 0 0 15px;
}

div#iFooterBox div.data {
  background: #f0f0f0;
}

div#iFooterBox div.data p {
  margin: 0 10px 10px 15px;
  padding: 1em 0;
}

div#iFooterBox div.data p.small {
  font-size: 90%;
}

div#orderFlowLeft div.data p,
div#orderFlowRight div.data p {
  margin: 0 10px 0 15px;
  line-height: 1.2;
}

div#iFooterBox h3 {
  border-bottom: 1px solid #b28207;
  color: #424242;
  font-size: 110%;
  font-weight: bold;
  padding: 0 1em;
  margin: 10px 0 3px 5px;
  background: url(../images/footer_h3back.gif) left top no-repeat scroll;
}

div#iFooterBox div.bgwhite {
  background-color: #ffffff;
}

div#iFooterBox ul {
  margin: 0 10px 0 15px;
  padding: 1em 0 1em;
}

div#iFooterBox li {
  line-height: 1.5;
}

div#iFooterBox dl#payToBank {
  margin: 0 10px 0 15px;
  padding: 0 0 1em;
}

div#iFooterBox dl#payToBank dt {
  padding: 1em 0 0;
}

div#iFooterBox dl#payToBank dd {
  line-height: 1.2;
}

div#iFooterBox dl#mailReceive {
  margin: 0 10px 0 15px;
  padding: 1em 0 1em;
}

div#iFooterBox dl#mailReceive dt.first {
  padding: 0 0 1em;
}

div#iFooterBox dl#payToBank dd {
  line-height: 1.2;
}

div#iFooterBox dl#delivery {
  margin: 0 10px 0 15px;
  padding: 0 0 1em;
}

div#iFooterBox dl#delivery dt {
  padding: 1em 0 0;
}

div#iFooterBox table#aboutCarriage {
  border: 1px solid #000000;
  width: 300px;
  text-align: center;
}

div#iFooterBox table#aboutCarriage th,
div#iFooterBox table#aboutCarriage td {
  border: 1px solid #000000;
  width: 14.2%;
}

div#iFooterBox table#aboutCarriage tr {
  background-color: #ffcc99;
}

div#iFooterBox table#aboutCarriage tr.even {
  background-color: #ffffff;
}

div#iFooterBox div.pTag {
  margin: 0 10px 0 15px;
  padding: 0 0 1em;
}

p#copyright {
  width: 762px;
  padding: 1em 0 0;
  text-align: right;
  font-size: 77%;
}
.src{width:180px; height:90px; text-size:10px; font-size: 8pt; font-weight: bold;}
* html .src_bt{width:24px; height:24px; margin:3px 0px -4px -5px; padding:0px;}
*:first-child+html .src_bt{width:24px; height:24px; margin:3px 0px -4px -5px; padding:0px;}
html>body .src_bt{width:24px; height:24px; margin:6px 0px -7px -5px; padding:0px;}
html:first-child .src_bt{width:24px; height:24px; margin:6px 0px -7px -5px; padding:0px;}
.box1{border:solid 1px #dddddd; width:150px; height:24px; margin:3px 5px 0px 0px;}
.box2{border:solid 1px #dddddd; width:62px; height:20px; padding:0px; margin:7px 0px 0px 0px;}
.box3{border:solid 1px #dddddd; width:62px; height:20px; padding:0px; margin:7px 0px 0px 0px;}

.iteminfo table{
	width: 100%;
	color: #ff0000;
	border-collapse: collapse;
}
.iteminfo td{
	border: 1px solid #666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	background: #f5f5f5;
}
table.shopItemDetails em.post_taime {
  color: #ff0000;
  font-weight: bold;
}
