@charset "shift_jis";

/** タグ関連 */
body {
  width: 100%;
  background-color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #91CFE1;
  text-decoration: none;
}

a img {
	border: none;
}

img {
  border: none;
  height: auto;
  max-width: 95%;
  width /***/:auto;
}

img{
  touch-callout:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -khtml-user-drag:none;
}

/** 共通クラス */
.cf {
	clear: both;
}

.teisei {
  text-decoration: line-through;
}

.waribiki {
  color: #FF0000;
}

.red {
  color: #FF0000;
}

.white {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.gray {
  color: #666666;
}

.blue {
  color: #91CFE1;
}

.color {
  border-width: 1px;
  border-style: solid;
}

.centering {
  text-align: center;
}

.righting {
  text-align: right;
}

.topping {
  vertical-align: top;
}

.relative {
  position: relative;
}

.newicon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.othericon {
  position: absolute;
  top: 25px;
  right: 10px;
  max-width: 32px;
  height: auto;
}

.dispnone {
  display: none;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.marginbottomnone {
  margin-bottom: 0;
}

.fontsizeA {
  font-size: 0.8em;
}

.fontsizeB {
  font-size: 13pt;
}

.fontsizeC {
  font-size: 12pt;
}

.fontsizeD {
  font-size:0.9em;
}

.fontsizeE {
  font-size:1.1em;
}

/** イメージリスト */
.imagelist {
  position: relative;
  margin: 10px 0;
}

.imagelist h2 {
  color: #666666;
  font-weight: normal;
  margin: 20px 0 10px 0;
  font-size: 2.5em;
}

.imagelist ul {
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 8px;
}

.imagelist li {
  padding: 10px 10px;
  text-align: center;
  line-height: 1.5em;
  font-size: 10pt;
}

.imagelist b {
  font-size: 10pt;
}

@media only screen and (min-width: 1210px) {
  .imagelist {
    width: 940px;
    float: right;
  }

  .imagelist li {
    width: 290px;
    display: inline;
    list-style: none;
    float: left;
    min-height: 320px;
  }

  .imagelist img {
    width: 95%;
    height: auto;
  }

  .imagelist p {
    text-align: left;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1209px) {

  .imagelist h2 {
    margin-left: 230px;
  }

  .imagelist ul {
    margin-left: 230px;
  }

  .imagelist li {
    width: 250px;
    display: inline;
    list-style: none;
    float: left;
    min-height: 300px;
  }

  .imagelist img {
    width: 100%;
    height: auto;
  }

  .imagelist p {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .imagelist h2 {
    margin-left: 10px;
  }
}

/** カラーリスト */
.colorlist {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}

.colorlist dd {
  display: inline;
  margin: 10px 2px;
  padding: 0;
  width: 25px;
  height: 20px;
}

.colorlist dd.csearch {
  margin: 10px 5px;
}

.colorlist dd.thiscolor {
  border: 1px solid #999999;
  padding: 11px 5px 0 5px;
}

.colorlist dd b {
  display: inline-block;
  margin-right: 8px;
  background-color: #FFFFFF;
}

.colorlist dd span {
  display: inline-block;
}

.colorlist dd span.paddingA {
  padding: 10px 5px;
}

.colorlist dd span.paddingB {
  padding: 10px 11px
}

.colorlist dd span.paddingC {
  padding: 5px 2px;
}

.colorlist dd span.paddingD {
  padding: 5px 5px;
}

.colorlistitem {
  margin-bottom: 15px;
}

.colorlistitem dd {
  padding:0 6px;
}

/** ページネーション */
.pagination {
  padding: 10px 2px 10px 2px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
  
.pagination ul {
  margin: 0;
  padding: 0;
  font-size: 10pt;
}

.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
  margin-left: 5px;
  color: #333333;
}

.pagination a, .pagination a:visited {
  padding: 0 7px;
  border: 1px solid #929292;
  text-decoration: none;
  color: #333333;
  border-radius: 2px;
}

.pagination a:hover, .pagination a:active {
  padding: 0 7px;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  background-color: #CCCCCC;
  border-radius: 2px;
}

.pagination a.currentpage {
  padding: 0 7px;
  background-color: #CCCCCC;
  color: #FFFFFF !important;
  border-color: #CCCCCC;
  font-weight: bold;
  border-radius: 2px;
}

.pagination a.disablelink, .pagination a.disablelink:hover {
  background-color: white;
  cursor: default;
  color: #929292;
  border-color: #929292;
  font-weight: normal !important;
}

@media only screen and (min-width: 1210px) {
  .pagination {
    margin: 5px 0 10px 0;
    width: 940px;
    text-align: left;
    float: right;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  .pagination {
    margin: 5px 0 10px 0;
    margin-left: 220px;
    text-align: left;
  }
}

@media only screen and (max-width: 869px) {
  .pagination {
    margin: 5px 0 10px 0;
    width: 100%;
    text-align: center;
    border: none;
  }
  
  .pagination .pagelink {
    display: none;
  }

  .pagination a, .pagination a:visited {
    padding: 10px;
  }

  .pagination a:hover, .pagination a:active {
    padding: 10px;
  }

  .pagination a.currentpage {
    padding: 10px;
  }
}

/** バナーサイズ */
@media only screen and (min-width: 1210px) {
  .bannersize1 {
    max-width: 173px;
  }

  .bannersize2 {
    width: 245px;
    height: 210px;
  }

  .bannersize3 {
    width: 230px;
    height: 120px;
    margin: 5px;
  }
}

/** 商品画像サイズ */
@media only screen and (min-width: 1210px) {
  .itemimage {
    max-width: 200px;
    /*max-height: 180px;*/
    width: 100%;
    height: auto;
  }

  .itemimage2 {
    max-width: 120px;
    max-height: 120px;
  }
}

/** カートリンクエリア */
#cartarea {
  margin:10px auto;
}

@media only screen and (min-width: 1210px) {
  #cartarea {
    width: 1200px;
  }

  #cartarea section.leftlink {
    float: left;
    width: 50%;
  }

  #cartarea section.rightlink {
    float: right;
    width: 50%;
    text-align: right;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1209px) {
  #cartarea section.leftlink {
    float: left;
    width: 50%;
  }

  #cartarea section.rightlink {
    float: right;
    width: 50%;
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  #cartarea section.leftlink {
    text-align: center;
    margin: 5px auto;
    font-size: 0.9em;
  }

  #cartarea section.rightlink {
    text-align: center;
    margin: 5px auto;
    font-size: 0.9em;
  }
}

/** サインインエリア */
#signinarea {
  margin:10px auto;
}

#signinarea ul {
  list-style: none;
}

#signinarea ul li {
  display: inline;
}

@media only screen and (min-width: 1210px) {
  #signinarea {
    width: 1200px;
  }
}

@media only screen and (max-width: 600px) {
  #signinarea {
    text-align: center;
    font-size: 0.9em;
  }
}

/* ヘッダー */
@media only screen and (min-width: 1210px) {
  #header {
    text-align: center;
    position: relative;
    overflow: visible;
    width: 1200px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    background-color: #91CFE1;
  }

  #header h1 {
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

  #header h1 img {
    width: 100%;
    max-width: 240px;
  }

  #header ul {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  #header ul li {
    display: inline-block;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1209px) {
  #header {
    text-align: center;
    position: relative;
    overflow: visible;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    background-color: #91CFE1;
  }

  #header h1 {
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

  #header h1 img {
    width: 100%;
    max-width: 240px;
  }

  #header ul {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  #header ul li {
    display: inline-block;
  }
}

@media only screen and (max-width: 600px) {
  #header {
    background-color: #91CFE1;
    margin: 10px 0;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
  }

  #header ul {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  #header h1 img {
    width: 100%;
    max-width: 100px;
  }
}

/* トップメニュー */
#top {
  margin: 5px auto 10px auto;
  background-color: #666666;
  padding: 8px 0;
}

@media only screen and (min-width: 1210px) {
  #top {
    max-width: 1200px;
  }
}

/** SEARCH */
#search {
  text-align: center;
}

#search a, #search2 a {
  color: #FFFFFF;
  text-decoration: none;
}

#search a:hover, #search2 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#search dd img, #search2 img {
  vertical-align: middle;
}
  
#search2 {
  width: 100%;
}
  
#search2 td {
  width: 50%;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10pt;
}

/** 吹き出し */
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 5px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555555;
  font-size: 16px;
  background: #CCCCCC;
  border-radius: 5px;
}

.balloon:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 15px solid #CCCCCC;
}

@media only screen and (min-width: 601px) {
  #search dl {
    display: inline;
  }
  
  #search dl dd {
    display: inline;
    font-size: 10pt;
  }

  #search #keywords2 {
    width: 150px;
    height: 15px;
    background: #666666;
    border: none;
    padding: 1px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0;
  }

  #search #searchbutton {
    position: absolute;
    top: 0;
    _top: 1px;
    left: 152px;
    height: 17px;
  }

  #search .ml1 {
    margin-left: 50px;
  }

  #search .ml2 {
    margin-left: 30px;
  }
  
  #search2 {
    display: none;
  }
}

@media only screen and (min-width: 360px) and (max-width: 600px) {
  #search dl {
    display: none;
  }

  #search2 dl dd {
    display: inline;
    font-size: 10pt;
    width: 100%;
    max-width: 150px;
    margin-bottom: 5px;
  }

  #search2 #keywords1 {
    width: 120px;
    height: 15px;
    background: #666666;
    border: none;
    padding: 1px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0;
  }
  
  #search2 #searchbutton2 {
    position: absolute;
    height: 17px;
    top: 5px;
    left: 140px;
  }
}

@media only screen and (max-width: 359px) {
  #search dl {
    display: none;
  }

  #search2 dl dd {
    display: inline;
    font-size: 10pt;
    width: 100%;
    max-width: 150px;
    margin-bottom: 5px;
  }

  #search2 #keywords1 {
    width: 120px;
    height: 15px;
    background: #666666;
    border: none;
    padding: 1px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0;
  }
  
  #search2 #searchbutton2 {
    position: absolute;
    height: 17px;
    top: 5px;
    left: 140px;
  }
}
  
/** コンテンツエリア */
#contents {
  max-width: 1200px;
  margin: 10px auto;
}

/** スライダー */
@media only screen and (min-width: 1210px) {
  #slider {
    position: relative;
    width: 940px;
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1209px) {
  #slider {
    position: relative;
    width: 75%;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}

/** サブナビゲーション */
@media only screen and (min-width: 1210px) {
  #snavi {
    width: 250px;
    float: right;
    margin-top: 25px;
  }

  #snavi ul li {
    list-style: none;
    padding-bottom: 4px;
  }

  #snavi ul li img {
    width: 100%;
    max-width: 240px;
    height:auto;
  }
}

@media only screen and (min-width: 481px) and (max-width: 1209px) {
  #snavi {
    width: 22%;
    float: right;
    margin-top: 5px;
  }

  #snavi ul li {
    list-style: none;
    padding-right: 5px;
  }

  #snavi ul li img {
    width: 100%;
    max-width: 230px;
    height:auto;
  }
}

@media only screen and (max-width: 480px) {
  #snavi {
    margin-top: 25px;
    text-align: center;
  }

  #snavi ul li {
    list-style: none;
    display: inline;
  }

  #snavi ul li img {
    width: 100%;
    max-width: 150px;
    height:auto;
    margin-top: 5px;
  }
}

/** バナー */
@media only screen and (min-width: 1210px) {
  #banner {
    width: 1200px;
    margin-bottom: 20px;
  }

  #banner li {
    max-width: 25%;
    word-break: normal;
    float: left;
  }

  #banner li img {
    border: 1px solid #CCCCCC;
    width: 290px;
    max-width: 290px;
    height: auto;
    max-height: 250px;
    margin-right: 10px;
  }

  #banner li p {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 5px 0 10px 0;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 601px) {
  #banner {
    margin-bottom: 20px;
  }

  #banner ul {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 10px;
  }

  #banner li {
    padding: 10px 0;
    line-height: 1.5em;
    width: 25%;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }

  #banner li img {
    width: 95%;
    height: auto;
    max-height: 200px;
  }

  #banner li p {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 5px 0 10px 0;
  }
}

@media only screen and (min-width: 360px) and (max-width: 600px) {
  #banner {
    margin-bottom: 20px;
  }

  #banner ul {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 10px;
  }

  #banner li {
    padding: 10px 0;
    line-height: 1.5em;
    width: 49%;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }

  #banner li img {
    width: 95%;
    height: auto;
  }

  #banner li p {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 5px 0 10px 0;
  }
}

@media only screen and (max-width: 359px) {
  #banner {
    margin: 20px auto;
    text-align: center;
  }

  #banner li {
    word-break: normal;
  }

  #banner li img {
    border: 1px solid #CCCCCC;
    width: auto;
    min-width: 230px;
    height: auto;
  }

  #banner li p {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 5px 0 10px 0;
  }
}

/** トップ用メニューエリア */
#itemcategory {
  margin: 40px auto 40px auto;
}

#itemcategory h2 {
  text-align: center;
}
  
#brandcategory {
  margin: 20px auto 40px auto;
}

#brandcategory h2 {
  text-align: center;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1210px) {
  #itemcategory {
    padding-top: 45px;
  }
  
  #brandcategory {
    width: 1200px;
    padding-top: 45px;
  }

  .brandmenu li {
     display:inline;
  }
}

@media only screen and (max-width: 1209px) {
  
  /** アイテムメニュー */
  .itemmenu {
    margin: 10px 0 30px 0;
    padding: 0 0 10px 0;
    text-align: center;
  }

  .itemmenu li {
    list-style: none;
    display: inline;
  }

  .itemmenu li img {
    height: auto;
    width: 95px;
    margin-left: 3px;
  }

  /** ブランドメニュー */
  .brandmenu {
    text-align: center;
  }
  .brandmenu li {
    list-style: none;
    display:inline;
  }

  .brandmenu li img {
    height: auto;
    width: 150px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 870px) {

  /** アイテムメニュー */
  .itemmenu {
     margin: 10px 0 30px 0;
     padding: 0 0 10px 0;
  }

  .itemmenu li {
     list-style: none;
     display: inline;
     float: left;
  }

  .itemmenu li a {
     display: table;
     margin-top: 1px;
     text-decoration: none;
     text-align: left;
     overflow: hidden;
  }

  .itemmenu li img {
     height: auto;
     width: 130px;
     margin-left: 3px;
  }
}

/** RECOMMENDED ITEM */
#recoitem {
  position: relative;
  margin-top: 30px;
}

#recoitem h2 {
  margin: 10px 5px;
  text-align: center;
  border-bottom: none;
}

#recoitem b {
  font-weight: normal;
}

#recoitem a {
  font-size: 1.25em;
}

#recoitem .hinban img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

@media only screen and (min-width: 1210px) {
  #recoitem {
    width: 1200px;
    padding-top: 45px;
  }
  
  #recoitem h2.favorite {
    background: none;
    color: #333333; 
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 14pt;
  }

  #recoitem ul {
    margin-bottom: 10px;
  }

  #recoitem li {
    padding: 10px 20px;
    line-height: 1.5em;
    width: 200px;
    min-height: 500px;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }

#recoitem li img {
  max-width: 200px;
}
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {

  #recoitem ul {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 10px;
  }

  #recoitem li {
    padding: 10px 0;
    line-height: 1.5em;
    width: 25%;
    min-height: 300px;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }

  #recoitem li img {
    max-width: 200px;
  }

  #recoitem .newicon {
    left: 10px;
  }

  #recoitem .othericon {
    left: 10px;
  }
}

@media only screen and (max-width: 869px){/* and (min-width: 360px) {*/
  #recoitem ul {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #recoitem li {
    padding: 10px 10px;
    line-height: 1.5em;
    width: 42%;
    min-height: 400px;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }
}

/** サイドメニュー */
#menu h2 {
  text-align: center;
  margin: 10px 5px 0 0;
  padding-bottom: 10px;
}

@media only screen and (min-width: 870px) {
  #menu {
    margin-left: 10px;
    width: 195px;
    float: left;
  }
  
  #menu h2 {
    color: #91CFE1;
    font-size: 1.5em;
  }
  
  #menu h2 img {
    max-height: 50px;
    height: auto;
    width: auto;
  }

  #menu ul li img {
    max-width: 173px;
  }

  #menu a {
    text-decoration: none;
  }

  #menu a:hover {
    text-decoration: none;
    color: #91CFE1;
  }
  
  .menu_display1 {
    display:block;
  }
  
  .menu_display2 {
    display:none;
  }

  /** カテゴリーメニュー */
  .category {
     margin: 0;
     padding: 0;
     padding-bottom: 10px;
     margin-bottom: 30px;
  }

  .category li {
     list-style: none;
     display: inline;
     float: left;
  }

  .category li a {
     display: table;
     margin-top: 1px;
     text-decoration: none;
     text-align: left;
     overflow: hidden;
  }

  .category li img {
     height: auto;
     width: 92px;
     margin-left: 5px;
  }

  /** ブランドメニュー */
  .brand {
    margin: 0 5px 30px 0;
    padding: 0;
    list-style: none;
  }

  .brand li {
    width: 100%;
    padding: 2px 0;
    margin-bottom: 0;
    border-bottom: none;
    background: none;
    text-align: center;
  }
}

@media only screen and (max-width: 869px) {
  
  .menu_display1 {
    display:none;
  }
  
  .menu_display2 {
    display:block;
  }

  /** アイテムメニュー */
  .category {
    margin: 10px 0 30px 0;
    padding: 0 0 10px 0;
    text-align: center;
  }

  .category li {
    list-style: none;
    display: inline;
  }

  .category li img {
    height: auto;
    width: 95px;
    margin-left: 3px;
  }

  /** ブランドメニュー */
  .brand {
    text-align: center;
  }
  .brand li {
    list-style: none;
    display:inline;
  }

  .brand li img {
    height: auto;
    width: 150px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
}

/** パンくずリンク */
#breadcrumbs {
  padding: 0 0 15px 0;
	position: relative;
}

#breadcrumbs.noside {
  width: 1200px;
}

#breadcrumbs ul{
  margin: 0;
  padding: 0;
  text-align: left;
}

#breadcrumbs li{
  display: inline;
  font-size: 10pt;
  list-style-type: none;
  padding-bottom: 1px;
}

#breadcrumbs a {
  background: transparent url(../images/img05.gif) no-repeat center right;
  padding-right: 18px;
  text-decoration: none;
}

@media only screen and (min-width: 1210px) {
  #breadcrumbs {
    width: 940px;
    float: right;
  }
}

@media only screen and (max-width: 1209px) {
  #breadcrumbs {
    padding-top: 10px;
    margin-left: 10px;
  }
}

/** TITLE */
#title h2 {
  color: #666666;
  padding: 10px 8px;
  font-weight: normal;
  margin-bottom: 10px;
}

#title table {
  margin-top:20px;
}

#title td.note {
  padding:10px 0 0 10px;
  font-size:10pt;
  vertical-align: top;
  line-height:1.5em;
}

@media only screen and (min-width: 1210px) {
  #title {
    position: relative;
    width: 940px;
    float: right;
  }

  #title h2 {
    /*background-color: #666666;
    color: #FFFFFF;
    padding: 10px 8px;
    font-weight: normal;
    margin-bottom: 10px;*/
    font-size: 2.5em;
  }

  #title ul {
    margin: 15px 0;
    left: 50%;
    float: left;
    position: static;
  }

  #title ul li {
    left: -50%;
    float: left;
    position: static;
    padding: 5px 0;
  }

  #title ul li a {
    display: block;
    font-size: 0.8em;
    margin-right: 20px;
    padding-left: 20px;
  }

  #title img {
    margin-bottom: 10px;
    text-align: center;
    max-width: 940px;
  }

  #title p {
    line-height: 1.5em;
    font-size: 10pt;
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #title {
    position: relative;
    margin-left:220px;
  }

  #title ul {
    margin: 15px 0;
  }

  #title ul li {
    display: inline-block;
    padding: 5px 0;
  }
  
  #title ul li a {
    display: block;
    font-size: 0.8em;
    margin-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 869px) {
  #title {
    margin-left: 10px;
  }

  #title table {
    margin-left:auto;
    margin-right:auto;
  }
  
  #title td {
    display: block;
    text-align: center;
  }

  #title td.note {
    text-align: left;
  }
  
  #title ul {
    margin: 15px 10px;
  }

  #title ul li {
    display: inline-block;
    padding: 5px 0;
  }

  #title ul li a {
    display: block;
    font-size: 0.8em;
    margin-right: 10px;
    padding-left: 10px;
  }
}

/** PICKUP ITEM */
#pickupitem {
	position: relative;
  margin-top: 30px;
}

#pickupitem h2 {
  margin: 10px 5px;
  text-align: center;
  border-bottom: none;
}

#pickupitem b {
  font-weight: normal;
}

#pickupitem a {
  font-size: 1.25em;
}

#pickupitem .hinban img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

@media only screen and (min-width: 1210px) {
  #pickupitem {
    width: 940px;
    float: right;
  }

  #pickupitem ul {
    margin-bottom: 10px;
  }

  #pickupitem li {
    padding: 10px 20px;
    line-height: 1.5em;
    width: 190px;
    min-height: 500px;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #pickupitem {
    margin-left:220px;
  }

  #pickupitem ul {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 10px;
  }

  #pickupitem li {
    padding: 10px 0;
    line-height: 1.5em;
    width: 25%;
    min-height: 300px;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }

  #pickupitem li img {
    max-width: 120px;
  }

  #pickupitem .newicon {
    left: 10px;
  }

  #pickupitem .othericon {
    left: 10px;
  }
}

@media only screen and (max-width: 869px){
  #pickupitem ul {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #pickupitem li {
    padding: 10px 10px;
    line-height: 1.5em;
    width: 42%;
    min-height: 400px;
    font-size: 0.7em;
    color: #555555;
    list-style: none;
    display: inline;
    float: left;
  }
}

/** チェックリスト */
@media only screen and (min-width: 1210px) {

  #sankaku {
    position: relative;
    width: 940px;
    float: right;
    text-align: center;
  }

  #sankaku div.up {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid #DDDDDD;
    margin-left: 460px;
  }

  #checklist {
    position: relative;
    width: 940px;
    float: right;
    background-repeat: no-repeat;
    min-height: 200px;
    margin-bottom: 50px;
    border: 8px solid #DDDDDD;
  }

  #checklist h2 {
    margin: 20px auto 10px auto;
    text-align: center;
    border-bottom: none;
  }

  #checklist #controll {
    position: absolute;
    top: 140px;
    left: 10px;
    opacity: 0.7;
  }

  #checklist #controll2 {
    position: absolute;
    top: 140px;
    right: 35px;
    opacity: 0.7;
  }

  #checklist .table {
    width: 912px; 
    height: 200px;
    border: solid 1px #fff;
    background-color: #fff;
    overflow: hidden;
  }

  #checklist .slide {
    width: 1064px; 
    height: 200px;
    overflow: hidden;
  }

  #checklist .slide div {
    float: left;
    width: 150px;
    height: 200px;
    background-color: #fff;
    border: solid 1px #fff;
    font-size: 0.7em;
    color: #555555;
    padding-left: 10px
  }

  #checklist .slide b {
    font-weight: normal;
  }

  #checklist .slide a {
    font-size: 1.1em;
  }

  #checklist .slide .hinban img {
    width: 20px;
    height: auto;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1209px) {

  #sankaku {
    display: none;
  }

  #checklist {
    display: none;
  }
}
  
/** 商品詳細エリア */
@media only screen and (min-width: 1210px) {
  #itemarea {
    position: relative;
    width: 940px;
    float: right;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #itemarea {
    position: relative;
    float: right;
    padding: 15px 0;
    width: 75%;
  }
}

/** 左側 */
#left #sizearea {
  padding-top: 30px;
}

#left #sizearea p {
  font-size:10pt;
  line-height: 1.5em;
}

@media only screen and (min-width: 1210px) {
  #left {
    width: 530px;
    float: left;
    padding-top: 20px;
    margin-left: 10px;
    min-height: 850px;
  }

  #left h3 {
    color: #666666;
    display: block;
    padding: 10px 0;
    font-weight: normal;
    font-size: 14pt;
  }

  #left h3 span {
    font-size: 9pt;
    padding-left: 10px;
  }

  #left #imagearea {
    min-height: 530px;
  }

  #left #imagearea img {
    max-width: 400px;
    height: auto;
    width: 100%;
  }

  #left img.itemimage {
    width: 430px;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #left {
    width: 50%;
    max-width: 450px;
    float: left;
    padding-top: 20px;
    margin-left: 10px;
    min-height: 850px;
  }

  #left h3 {
    color: #666666;
    display: block;
    padding: 10px 0;
    font-weight: normal;
    font-size: 14pt;
  }

  #left h3 span {
    font-size: 9pt;
    padding-left: 10px;
  }

  #left #imagearea {
    min-height: 530px;
  }

  #left #imagearea img {
    max-width: 400px;
    height: auto;
    width: 100%;
  }

  #left img.itemimage {
    width: 100%;
    max-width: 430px;
  }
}

@media only screen and (max-width: 869px) {
  #left {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/** サムネイル画像 */
#thumbnail {
  margin-top: 10px;
}

#thumbnail li {
  display: inline;
  float: left;
  margin: 10px 0;
  padding: 10px 10px;
}

#thumbnail img {
  border: 1px solid #333333;
  width: 55px;
}

/** サイズガイド */
.sizeguide {
  margin: 10px 0;
  width: 100%;
  max-width: 440px;
  border-collapse: collapse;
}

.sizeguide th {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #666666;
  padding: 5px 8px;
  font-weight: normal;
  text-align: center;
}

.sizeguide td {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #666666;
  padding: 5px 8px;
  word-break: break-all;
  text-align: center;
}

/** 右側 */
#right h3 {
  color: #666666;
  display: block;
  padding: 0 0 5px 0;
  font-weight: normal;
  font-size: 14pt;
}

#right h3 span {
  font-size: 9pt;
  padding-left: 10px;
}

#right a {
  font-size: 9pt;
  line-height: 1.5em;
}

#right #pricearea {
  padding: 10px 0;
  color:#666666;
  line-height: 1.2em;
}

#right #pricearea h3 {
  font-size: 16pt;
  padding-bottom: 10px;
}

#right #pricearea p {
  font-size: 13pt;
}

#right #pricearea img {
  margin-right:5px;
}

#right #varea {
  color:#666666;
  margin-top: 20px;
}

#right #varea p {
  font-size:12pt;
}

#right #stockarea {
  margin-top: 20px;
}

#right #buttonarea {
  padding:15px 0;
}

#right #buttonarea div.buttonlist {
  margin:15px 0 25px 0;
}

#right #buttonarea ul.review {
  margin-top: 10px;
}

#right #buttonarea ul.share li {
  display: inline
}

#right #notearea h3 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1210px) {
  #right {
    margin-left: 400px;
    padding-top: 20px;
  }

  #right #buttonarea ul.review p {
    font-size:0.8em;
    padding: 5px 0;
  }

  #right #notearea {
    padding: 25px 0 8px 0;
    line-height: 1.6em;
    font-size: 9pt;
    color: #666666;
    width: 460px;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #right {
    margin-left: 400px;
    padding-top: 20px;
  }

  #right #buttonarea ul.review p {
    font-size:0.8em;
    padding: 5px 0;
  }

  #right #notearea {
    padding: 25px 0 8px 0;
    line-height: 1.6em;
    font-size: 9pt;
    color: #666666;
    max-width: 460px;
  }
}

@media only screen and (max-width: 869px) {
  #right {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #right #notearea {
    padding: 25px 0 8px 0;
    line-height: 1.6em;
    font-size: 12pt;
    color: #666666;
  }
}

/** 在庫表 */
.stock {
  margin: 10px 0;
  border-collapse: collapse;
}

.stock th {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  color: #666666;
  font-weight: normal;
  padding: 10px;
}

.stock th.namearea {
  width: 160px;
  text-align: left;
}

.stock td.msgarea {
  width: 120px;
  text-align: left;
  font-size: 8pt;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.stock td.msgarea2 {
  width: 120px;
  text-align: left;
  font-size: 8pt;
}

.stock td {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  color: #666666;
  padding: 10px;
  text-align: center;
}

.stock td img {
  vertical-align: middle;
}

/** MAIN */
#main h2 {
  color: #666666;
  font-weight: normal;
  margin: 20px 0 10px 0;
  font-size: 2.5em;
}

#main h3 {
	padding: 20px 0;
	font-size: 1.6em;
	font-weight: normal;
  color: #666666;
}

#main p {
	line-height: 1.5em;
  font-size: 10pt;
	padding: 10px 5px;
}

#main p.contactdesc {
  font-size: 1.1em;
	padding: 20px 0;
}

#main ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 20px;
}

#main ul li {
  line-height: 1.5em;
}

#main table {
  margin-top: 10px;
}

#main table.contacttable th {
  font-size:1.2em;
  padding: 5px;
  width: 120px;
}

#main table.contacttable td {
  padding: 5px;
  line-height: 1.5em;
}

#main div.reviewbutton {
  margin: 15px 0 25px 0;
  text-align: center;
}

#main ul.reviewarea {
  font-size: 10pt;
}

#main tr.reviewheader {
  background-color: #EEEEEE;
}

#main tr.reviewheader td.nickname {
  padding: 5px;
  width: 100px;
}

#main tr.reviewheader td.koukai {
  padding: 5px;
  text-align: right;
}

#main td.reviewitem {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

#main td.reviewitem img {
  max-width:50px;
}

#main td.reviewcolor {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 1210px) {
  #main {
    position: relative;
    width: 940px;
    float: right;
  }
  
  #main.noside {
    width: 1200px;
  }

  #main table {
    width: 940px;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #main {
    margin-left: 220px;
  }
}

@media only screen and (max-width: 869px) {
  #main {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #main table.contacttable th, #main table.contacttable td {
    display: block;
  }
}

/** テーブルレイアウト */
.tablelayout dt, .tablelayout dd {
  padding: 20px;
}

.tablelayout dt {
  font-weight: bold;
  font-size: 12px;
}

.tablelayout dd {
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 1210px) {
  .tablelayout {
    width: 100%;
    margin: 5px auto;
    border-bottom: none;
  }

  .tablelayout dt {
    clear: both;
    float: left;
    width: 200px;
  }

  .tablelayout dt.contactheader {
    font-size: 1.1em;
  }

  .tablelayout dd {
    padding-left: 260px;
  }
}

@media only screen and (max-width: 1209px) {
  .tablelayout dd {
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 600px) {
  .tablelayout dd input, .tablelayout dd textarea {
    width: 95%;
  }
}

/** GUIDE */
#guide p a {
  color: #77aacc;
  text-decoration: none;
}

#guide p a:hover {
  color: #91CFE1;
  text-decoration: none;
}

#guide h2 {
  color: #666666;
  font-weight: normal;
  margin: 20px 0 10px 0;
  font-size: 2.5em;
}

#guide h3 {
  font-size: 1.6em;
  font-weight: normal;
}

#guide h3.despheader {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

#guide p {
  margin-bottom: 40px;
}

#guide p.description {
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 1.8em;
  font-size:1.0em;
}

#guide ul#guidemenu li.menuarea {
  display: inline;
  width: 430px;
  list-style: none;
  float: left;
  margin-left: 40px;
  padding-bottom: 20px;
}

#guide ul#guidemenu ul.menulist {
  padding: 20px 30px;
}

#guide ul#guidemenu ul.menulist li {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  display: list-item;
  font-size:1.2em;
  line-height: 1.5em;
}

#guide ol {
  margin-top: 30px;
  margin-left: 60px;
  margin-right: 60px;
}

#guide ol li {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
  display: list-item;
  line-height: 1.8em;
  font-size:1.0em;
  padding-bottom: 20px;
}

#guide ul.desclist {
  margin-left: 75px;
  margin-right: 75px;
}

#guide ul.desclist li {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  display: list-item;
  line-height: 1.8em;
  font-size:1.0em;
}

#guide table {
  margin-left: 40px;
  margin-right: 40px;
}

#guide table.returns {
  margin-left: 10px;
  margin-right: 10px;
}

#guide table th {
  font-weight: normal;
}

#guide table.returns th.header130 {
  width: 130px;
}

#guide table td ol {
  margin-left: 20px;
}

#guide .menuheight1 {
  min-height: 300px;
}

#guide .menuheight2 {
  min-height: 200px;
}

#guide .addressarea {
  margin: 30px 100px;
  background-color: #666666;
  color: #FFFFFF;
  font-size: 1.8em;
  padding: 20px;
  line-height: 1.2em;
}

@media only screen and (min-width: 1210px) {
  #guide {
    position: relative;
    width: 940px;
    float: right;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #guide {
    margin-left: 220px;
  }

  #guide .menuheight1 {
    min-height: 100px;
  }

  #guide .menuheight2 {
    min-height: 100px;
  }
}

@media only screen and (max-width: 869px) {
  #guide h2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  #guide table.returns th, #guide table.returns td {
    display: block;
  }

  #guide ul#guidemenu li.menuarea {
    width: 90%;
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
  }

  #guide .addressarea {
    margin: 30px 10px;
    background-color: #666666;
    color: #FFFFFF;
    font-size: 1.8em;
    padding: 20px;
    line-height: 1.2em;
  }

  #guide .menuheight1 {
    min-height: 100px;
  }

  #guide .menuheight2 {
    min-height: 100px;
  }
}

/** BOTTOMS */
@media only screen and (min-width: 1210px) {
  #bottoms {
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
    clear: both;
  }
}

@media only screen and (max-width: 1209px) {
  #bottoms {
    margin: 0 auto;
    padding: 20px 0;
    clear: both;
  }
}

/** TOPICS HEADER */
#topics_header h2 {
  text-align: center;
}

@media only screen and (min-width: 1210px) {
  #topics_header {
    position: relative;
    width: 1200px;
    height: 100px;
    padding-top: 45px;
  }

  #topics_header img.allbutton {
    position: absolute;
    right:10px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 1209px) {
  #topics_header {
    text-align: center;
    margin: 20px;
  }

  #topics_header img.allbutton {
    margin: 20px;
  }
}

/** UNDER */
#under {
  background-color: #666666;
  color: #FFFFFF;
  margin: 0 auto;
}

@media only screen and (min-width: 1210px) {
  #under {
    padding: 20px 0;
    width: 1200px;
  }

  #under ul {
    width: 1190px;
    height: 20px;
    margin-left: 10px;
  }

  #under li {
    list-style: none;
    width: 190px;
    height: 30px;
    float: left;
    font-size: 8pt;
  }

  #under a {
    color: #EEEEEE;
  }
}

@media only screen and (max-width: 1209px) {
  #under {
    padding: 10px 0;
  }

  #under li {
    list-style: none;
    padding: 10px;
  }

  #under a {
    color: #EEEEEE;
    font-size: 0.9em;
  }

  #under a:hover {
    color: #FFFFFF;
  }
}

/* フッター */
#footer {
  margin: 0 auto;
  text-align: center;
  background-color: #91CFE1;
}

#footer div {
  padding: 20px 0;
  font-size: 0.8em;
  line-height: 2.0em;
  color: #FEFEFE;
}

@media only screen and (min-width: 1210px) {
  #footer {
    width: 1200px;
  }
}