@charset "EUC-JP";
/* CSS Document */


/***********************************************

#1 Áýbasic settings
#2 Áàcategory

***********************************************/



/* #1 Áýbasic settings **************************/

* {
margin: 0;
padding: 0;
font-size: 16px;
font-weight: normal;
text-indent: 0;
list-style: none;
line-height: 1.5em;
text-decoration: none;
border: 0;
}

table, caption, iframe, th, td, img, a {
border: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**********************************************/


/* #2 Áàcategory ********************************/

body{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#header {
  display: block;
  width: 97%;
  border-bottom: 3px solid #ba986b;
  padding-right: 3%;
  margin-bottom: 20px;
}

#header img {
  float: left;
}

#header img.logo {
  width: 30%;
}

#header img.catch {
  width: 70%;
}

img.category-name {
  margin-bottom: 20px;
}

p.category-introduction {
  padding: 2% 5%;
  background-color: #ffdab9;
  margin: 20px 0;
}

ul#item-list {

}

ul.item-detail {
  width: 95%;
  padding: 0 2.5% 20px 2.5%;
  border-top: 2px solid #ba986b;
}

ul.item-detail li.item-name {
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 1.25em;
  font-weight: bold;
  color: #ba986b;
}

ul.item-detail li.item-image {
  display: block;
  float: left;
  width: 42%;
}

ul.item-detail li.item-image img {
  width: 100%;
  border: 1px solid #ccc;
}

ul.item-detail li.item-infomation,
ul.item-detail li.item-price {
  display: block;
  float:right;
  width: 55%;
}
ul.item-detail li.item-price {
  text-align: right;
  color: #a10f0f;
  font-weight: bold;
  font-size: 1.5em;
}
ul.item-detail li.item-price span.small {
  font-size: 0.5em;
}
ul.item-detail li.item-button img {
  clear: both;
  margin: 10px 0 20px 0;
}

#item-index {
    border-bottom: 3px solid #ba986b;
}
#item-index h3 {
  margin: 20px 0;
}

#item-index p {
  width: 94%;
  margin: 20px 3%;
}

#item-index ul li {
  display: block;
  width: 29%;
  float: left;
  margin-left: 3%;
  margin-bottom: 15px;
}
#item-index ul li dl dt img {
  width :100%;
}
#item-index ul li dl dd {
  font-size: 0.65em;
  text-align: center;
  line-height: 1.2em;
  margin: 5px 0;
  overflow:hidden;
  white-space: nowrap;
text-overflow: ellipsis;
height: 1.5em;
}

#footer {
  text-align: center;
}

#footer img {
  height: 40px;
  margin: 20px;
}

#footer {
  margin-bottom: 20px;
  border-bottom: 3px solid #ba986b;
}
#footer ul {
  margin-top: 20px;
  border-top: 3px solid #ba986b;
}
#footer ul li a {
  display: block;
  height:3em;
  text-align: left;
  text-indent: 35px;
  line-height: 3em;
  border-bottom: 1px solid #ccc;
  background: url(images/list_allow_gray.jpg)no-repeat 20px 50%;
  background-size:auto 30% ;
}
#footer ul li:last-child a {
  border:none;
}

#link-rakuten {
  text-align: center;
  padding-bottom: 10px;
}
img#logo-rakuten {
  height: 30px;
}



/**********************************************/