@charset "shift_jis";

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

a {
  color: #182F2A;
  text-decoration: none;
}

a:hover {
  color: #333333;
  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: #003366;
}

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

.centering {
  text-align: center;
}

.righting {
  text-align: right;
}

.topping {
  vertical-align: top;
}

.relative {
  position: relative;
}

.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;
}

/** Wrapper  */
#wrapper_header {
  width: 100%;
  background-color: #182F2A;
}

#wrapper_middle {
  width: 100%;
}

#wrapper_bottom {
  width: 100%;
  background-color: #182F2A;
}

#wrapper_footer {
  width: 100%;
  background-color: #182F2A;
  border-top: 1px solid #FFFFFF;
}

/** イメージリスト */
.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: 900px;
    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: 900px;
    text-align: left;
    float: right;
  }
}

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

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .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 (max-width: 767px) {
  .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) {
  .itemimage {
    max-width: 170px;
    max-height: 180px;
  }

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

/** メッセージエリア */
#messagearea {
}

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

  #messagearea section.message {
    display: none;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1209px) {
  #messagearea section.message {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #messagearea section.message {
    text-align: center;
    font-size: 0.9em;
    display: block;
    padding: 10px 10px 0 10px;
  }
}

/** リンクエリア */
#linkarea {
  /*margin:10px auto;*/
}

#linkarea ul {
  list-style: none;
}

#linkarea ul li {
  display: inline;
  padding: 0 10px;
}

@media only screen and (min-width: 1210px) {
  #linkarea {
    display: none;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1209px) {
  #linkarea {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #linkarea {
    text-align: center;
    font-size: 0.9em;
    display: block;
    margin: 0;
    background-color: #182F2A;
    color: #CB9733;
    padding: 10px 0;
    border: 1px solid #182F2A;
  }
  
  #linkarea li a {
    color: #CB9733;
  }
}

/* ヘッダー */
#header ul li a {
  color: #CB9733;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (min-width: 1210px) {
  #header {
    text-align: left;
    position: relative;
    overflow: visible;
    width: 1200px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #182F2A;
  }

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

  #header h1 img {
    width: 100%;
    max-width: 86px;
    padding-top: 15px;
  }

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

  #header ul li {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

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

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

  #header h1 img {
    width: 100%;
    max-width: 86px;
    padding-top: 15px;
    padding-left: 15px;
  }

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

  #header ul li {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  #header {
    background-color: #182F2A;
    text-align: center;
    position: relative;
    padding: 20px 10px;
  }

  #header ul {
    display: none;
  }

  #header h1 img {
    width: 100%;
    max-width: 86px;
  }
}
  
/** コンテンツエリア */
#contents {
  max-width: 1200px;
  margin: 10px auto;
}

/** スライダー */
#slider {
  margin-top: 10px;
  margin-bottom: 20px;
}

#slider h2 {
  font-size: 16pt;
}

#slider h2#slogan {
  display: none;
}
  
#slider tbody tr td.width100 {
  width: 100%;
  padding-top: 1em;
}

#slider tbody tr td.width50 {
  width: 50%;
}

#slider tbody tr td.width100 a {
  color: #182F2A;
  text-decoration: none;
}

#slider tbody tr td.width100 a:hover {
  color: #182F2A;
  text-decoration: none;
}

#slider tbody tr td.width50 a {
  color: #FFFFFF;
  text-decoration: none;
}

#slider tbody tr td.width50 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#shopinfo {
  background-color: #182F2A;
  border-radius: 10px;
  color: #FFFFFF;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

#shopinfo h2, #companyinfo h2, #useguide h2 {
  font-size: 24pt;
  line-height: 2em;
  font-weight: bold;
}

#shopinfo h3, #companyinfo h3 {
  font-size: 18pt;
  line-height: 2em;
}

#companyinfo {
  background-color: #CB9733;
  border-radius: 10px;
  color: #FFFFFF;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

#useguide {
  border: 5px solid #182F2A;
  border-radius: 10px;
  width: 96%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}

#useguide img {
  height: 100%;
  width: auto;
  max-height: 45px;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width: 1210px) {
  #slider {
    position: relative;
    width: 900px;
    float: right;
    margin-left: 5px;
  }

  #slider h2 {
    margin-bottom: 10px;
  }

  #slider h2#slogan {
    display: block;
  }

  #slider table {
    width: 900px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1209px) {
  #slider {
    position: relative;
    width: 720px;
    float: right;
    margin-left: 5px;
  }

  #slider h2 {
    margin-bottom: 10px;
  }
  
  #slider h2#slogan {
    font-size: 13pt;
    display: block;
  }

  #slider table {
    width: 720px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  #slider {
    width: 95%;
    margin: 0 auto;
  }

  #slider table {
    width: 98%;
    margin: 0 auto;
  }

  #slider h2 {
    margin-bottom: 10px;
  }
  
  #slider h2#slogan {
    text-align: center;
    font-size: 14pt;
    display: block;
  }
  
  #shopinfo h2, #companyinfo h2, #useguide h2 {
    display: block;
  }
  
  #shopinfo h3, #companyinfo h3 {
    display: block;
  }
  
  #useguide {
    margin-bottom: 2em;
  }
  
  #useguide h2 {
    display: block;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
  #slider {
    width: 95%;
    margin: 0 auto;
  }

  #slider table {
    width: 98%;
    margin: 0 auto;
  }

  #slider h2 {
    margin-bottom: 10px;
  }
  
  #slider h2#slogan {
    text-align: center;
    font-size: 13pt;
    display: block;
  }
  
  #shopinfo h2, #companyinfo h2, #useguide h2 {
    display: block;
  }
  
  #shopinfo h3, #companyinfo h3 {
    display: block;
  }
  
  #useguide {
    margin-bottom: 2em;
  }
  
  #useguide h2 {
    display: block;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  #slider {
    width: 95%;
    margin: 0 auto;
  }

  #slider table {
    width: 98%;
    margin: 0 auto;
  }
  
  #shopinfo h2, #companyinfo h2, #useguide h2 {
    font-size: 20pt;
  }
  
  #shopinfo h3, #companyinfo h3 {
    font-size: 12pt;
  }
  
  #useguide {
    margin-bottom: 2em;
  }
  
  #useguide h2 {
    margin-bottom: 10px;
  }
}

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

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

@media only screen and (max-width: 430px) {
  #itemcategory {
    display: none;
  }
}
  
/** マップヘッダー */
@media only screen and (min-width: 1210px) {
  #map_header {
    position: absolute;
    top: 60px;
    left: 250px;
  }
  
  #map_header h2 {
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }

  #map_header p {
    text-align: left;
  }
}

@media only screen and (max-width: 1209px) {
  #map_header h2 {
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }

  #map_header p {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
  #itemcategory {
    min-height: 1000px;
  }
}

/** サイドメニュー */
#menu {
  background-color: #E3E3E3;
  padding: 10px 10px 30px 10px;
  border-radius: 10px;
}

#menu h2 {
  margin: 10px 5px 0 0;
  padding-bottom: 10px;
  color: #182F2A;
  font-size: 16pt;
  font-weight: bold;
}

#menu hr {
  border-top: 1px solid #182F2A;
}

#menu a {
  color: #182F2A;
  text-decoration: none;
}

#menu a:hover {
  color: #182F2A;
  text-decoration: none;
}

.category_menu {
  padding: 0 10px 0 10px;
}

.category_menu li {
  display: inline-block;
  padding-right: 15px;
}

@media only screen and (min-width: 870px) {
  #menu {
    margin-left: 10px;
    width: 235px;
    float: left;
  }
  
  .code_menu {
     margin: 0;
     padding: 0;
     padding-bottom: 10px;
  }

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

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

  .code_menu li img {
     height: auto;
     width: 92px;
     margin-left: 5px;
  }
  
  .code_menu #tcode{
     width: 160px;
     font-size: 9pt;
     padding: 10px;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
     border: 1px solid #182F2A;
  }
  
  .code_menu #codesearch {
     height: 100%;
     width: auto;
     max-height: 39px;
     vertical-align: middle;
  }
  
  .area_menu {
    margin: 0 5px 30px 0;
    padding: 0;
    list-style: none;
  }

  .area_menu 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 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  
  .code_menu {
    margin: 10px 0 30px 0;
    padding: 0 0 10px 0;
    text-align: center;
  }

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

  .code_menu li img {
    height: auto;
    width: 95px;
    margin-left: 3px;
  }
  
  .code_menu #tcode{
    width: 60%;
    font-size: 10pt;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #182F2A;
  }
  
  .code_menu #codesearch {
    height: 100%;
    width: auto;
    max-height: 40px;
    vertical-align: middle;
  }
  
  .area_menu {
    text-align: center;
  }
  
  .area_menu li {
    list-style: none;
    display:inline;
  }
}

@media only screen and (max-width: 430px) {
  .category_menu li {
    font-size: 16pt;
    padding: 5px 10px;
  }
  
  #menu a {
    color: #CB9733;
  }
}

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

#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;
  font-size: 10pt;
}

@media only screen and (min-width: 1210px) {
  #breadcrumbs {
    padding-left: 10px;
  }
}

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

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

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

#tournament h3 {
  padding: 2em 0 2em 10px;
  font-size: 16pt;
}

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

  #tournament h2 {
    font-size: 2.5em;
  }

  #tournament ul#tournament_list {
    margin: 15px 0;
  }

  #tournament ul#tournament_list li {
    padding: 10px 0;
    list-style-type: none;
  }

  #tournament ul#tournament_list li a {
    padding-left: 15px;
    font-size: 14pt;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1209px) {
  #tournament {
    position: relative;
    width: 720px;
    float: right;
    margin-left: 5px;
  }

  #tournament h2 {
    font-size: 2.5em;
  }

  #tournament ul#tournament_list {
    margin: 15px 0;
  }

  #tournament ul#tournament_list li {
    padding: 10px 0;
    list-style-type: none;
  }

  #tournament ul#tournament_list li a {
    padding-left: 15px;
    font-size: 14pt;
  }
}

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

  #tournament ul#tournament_list{
    margin: 15px 0;
  }

  #tournament ul#tournament_list li {
    padding: 10px 0;
    list-style-type: none;
  }
  
  #tournament ul#tournament_list li a {
    padding-left: 15px;
    font-size: 14pt;
  }
}

@media only screen and (max-width: 869px) {
  #tournament {
    margin-left: 10px;
  }
  
  #tournament ul#tournament_list {
    margin: 15px 20px;
  }

  #tournament ul#tournament_list li {
    padding: 10px 0;
    list-style-type: none;
  }

  #tournament ul#tournament_list li a {
    padding-left: 10px;
    font-size: 14pt;
  }
}

/** PICKUP ITEM */
#pickupitem {
	position: relative;
}

#pickupitem b {
  font-weight: normal;
}

#pickupitem h3 {
  padding: 2em 0 2em 10px;
  font-size: 16pt;
}

#pickupitem p.tournamentname {
  /*color: #CB9733;*/
  color: #182F2A;
}

#pickupitem ul#itemlist a {
  font-size: 1.25em;
  font-weight: bold;
  color: #CB9733;
}

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

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

  #pickupitem ul#itemlist li {
    padding: 10px 20px;
    line-height: 1.5em;
    width: 180px;
    min-height: 330px;
    font-size: 0.7em;
    color: #182F2A;
    list-style: none;
    display: inline;
    float: left;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1209px) {
  #pickupitem {
    width: 720px;
    float: right;
  }

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

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

  #pickupitem ul#itemlist li img {
    max-width: 120px;
  }
  
  #pickupitem .cf2 {
    clear: both;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #pickupitem {
    width: 98%;
    margin: 0 auto;
  }

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

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

  #pickupitem ul#itemlist li img {
    max-width: 120px;
  }
  
  #pickupitem .cf2 {
    clear: both;
  }
}

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

  #pickupitem ul#itemlist li {
    padding: 10px 10px;
    line-height: 1.5em;
    width: 42%;
    min-height: 400px;
    font-size: 0.7em;
    color: #182F2A;
    list-style: none;
    display: inline;
    float: left;
  }
  
  #pickupitem .cf2 {
    clear: both;
  }
}

@media only screen and (max-width: 430px){
  #pickupitem ul#itemlist li {
    min-height: 200px;
  }
}

/** TITLE */
#title h2 {
  color: #182F2A;
  padding: 15px 8px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8em;
}

#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: 900px;
    float: right;
  }

  #title h2 {
    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: 900px;
  }

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

@media only screen and (max-width: 1209px) and (min-width: 1024px) {
  #title {
    position: relative;
    width: 720px;
    float: right;
  }

  #title h2 {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #title h2 {
    font-size: 2.2em;
  }

  #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: 767px) {
  #title h2 {
    font-size: 2em;
  }

  #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;
  }
}
  
/** 商品詳細エリア */
@media only screen and (min-width: 1210px) {
  #itemarea {
    /*position: relative;*/
    width: 900px;
    float: right;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1209px) {
  #itemarea {
    /*position: relative;*/
    width: 720px;
    float: right;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #itemarea {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px){
  #itemarea {
    padding-bottom: 4em;
  }
}

/** 左側 */
#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: 1850px;
  }

  #left h3 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 10pt;
  }

  #left h3 span {
    background-color: #182F2A;
    padding: 5px 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: 900px;
  }
  
  #left h3 {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 10pt;
  }

  #left h3 span {
    background-color: #182F2A;
    padding: 5px 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: #FFFFFF;
  font-weight: normal;
  font-size: 10pt;
}

#right h3 span {
  background-color: #182F2A;
  padding: 5px 10px;
}

#right h3 b {
  color: #182F2A;
  font-size: 9pt;
  padding-left: 10px;
}

#right h4 {
  color: #182F2A;
  font-weight: bold;
  font-size: 14pt;
  padding-bottom: 1em;
}

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

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

#right #pricearea h3 {
  padding-bottom: 10px;
}

#right #pricearea p {
  font-size: 13pt;
  padding-bottom: 10px;
}

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

#right #varea {
  color: #182F2A;
  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;
}

#right .cartbutton {
  background-color:#CB9733;
  color:#FFFFFF;
  padding: 15px 2em;
  letter-spacing: 5px;
  border-radius: 5px;
}

#right .shimekiri {
  color:#CB9733;
  font-weight: bold;
  font-size: 10pt;
}

@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: #182F2A;
    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: #182F2A;
    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: #182F2A;
  }

  #right #varea h3 {
    margin-bottom: 1.5em;
  }
}

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

.stock th {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  color: #182F2A;
  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: #182F2A;
  padding: 10px;
  text-align: center;
}

/** テーブルレイアウト */
.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 {
  margin-bottom: 1em;
}

#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 20px 10px;
  font-size: 2.5em;
}

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

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

#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: 400px;
  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: 900px;
    float: right;
  }
  
  .menu_display1 {
    display:block;
  }
  
  .menu_display2 {
    display:none;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 1024px) {
  #guide {
    position: relative;
    width: 720px;
    float: right;
  }
  
  #guide h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .menu_display1 {
    display:none;
  }
  
  .menu_display2 {
    display:block;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  #guide h2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #guide .menuheight1 {
    min-height: 100px;
  }

  #guide .menuheight2 {
    min-height: 100px;
  }
  
  #guide .cf2 {
    clear: both;
  }
  
  .menu_display1 {
    display:none;
  }
  
  .menu_display2 {
    display:block;
  }
}

@media only screen and (max-width: 767px) {
  #guide h2 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1.3em;
  }

  #guide h3 {
    font-size: 1.3em;
  }

  #guide p {
    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;
  }
  
  #guide .cf2 {
    clear: both;
  }
  
  .menu_display1 {
    display:none;
  }
  
  .menu_display2 {
    display:block;
  }
}

/** 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;
  }
}

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

#under li {
  list-style: none;
  padding-left: 20px;
  line-height: 2em;
}

#under h3 {
  font-size: 16pt;
  padding-top: 10px;
  line-height: 2em;
}

#under a {
  color: #FFFFFF;
}

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

#under table#under_link {
  margin: 3em auto;
}

@media only screen and (min-width: 1210px) {
  #under {
    width: 1200px;
  }
  
  #under table#under_link {
    width: 1160px;
  }
  
  #under table#under_link tbody tr td {
    min-width: 33%;
  }
}

@media only screen and (max-width: 1209px) and (min-width: 870px) {
  #under table#under_link {
    width: 98%;
  }
  
  #under table#under_link tbody tr td {
    min-width: 30%;
  }
}

@media only screen and (max-width: 869px) {
  #under table#under_link {
    width: 90%;
  }
  
  #under table#under_link tbody tr td {
    width: 98%;
    display:block;
    padding-bottom: 20px;
  }
  
  #under a {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 430px) {
  #under a {
    font-size: 16pt;
  }
}

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

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

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