/* body ボディ
-----------------------------------------------------*/



#header #logo {
  padding: 25px 0 0 50px;
}

#header #headR {
  position: absolute;
  right: 50px;
  top: 50px;
/*  width: 339px;*/
}

#side {
  float: left;
  width: 260px;
}

#main {
  float: right;
  width: 770px;
}

#shopListBox {
  width: 1050px;
}

.footerBannerBox {
  clear: both;
  padding: 20px 0;
}

.footerBannerBox li {
  width: 254px;
  float: left;
  margin-left: 10px;
}

.footerBannerBox li.first {
  width: 254px;
  float: left;
  margin-left: 0;
}

#shopListBox h2 {
  width: 1050px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url(../images/common/bg_shop.png) no-repeat right top;
  text-align: center;
}

.footerShopBox {
  padding: 20px 0;
}

.footerShopBox li {
  width: 195px;
  float: left;
  margin-left: 15px;
}

.footerShopBox li h3 {
  font-size: 18px;
}

.footerShopBox li img {
  width: 100%;
}

.footerShopBox li p {
  font-size: 12px;
}

.footerShopBox .socialAccount a img{
  width:40px;
  height:40px;
}

/* side
-----------------------------------------------------*/

#side p {
  width: 260px;
  margin-bottom: 10px;
}

#side img {
  max-width: 100%;
}

#side #categoryHeader{
  color: white;
  text-align: center;
  padding:5px 0px;
  background: rgb(81,74,74);
  background: -webkit-linear-gradient(top, rgba(81,74,74,1) 1%,rgba(124,109,109,1) 33%,rgba(40,52,59,1) 100%);
  background: linear-gradient(to bottom, rgba(81,74,74,1) 1%,rgba(124,109,109,1) 33%,rgba(40,52,59,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#514a4a', endColorstr='#28343b',GradientType=0 );
}

#side ul#category {
  width: 260px;
  margin-bottom: 10px;
}

#side ul#category li {
  width: 260px;
  border-bottom: 1px dashed #7A7A7A;
}

#side ul#category li a {
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #4D4D4D;
}

#side ul#category li a:hover {
  text-decoration: underline;
  color: #4D4D4D;
}

#side #note {
  width: 222px;
  padding: 10px 19px;
  background-color: #E8F5F5;
  margin: 20px 0;
}

#side #note p.infoTop {
  font-size:12px;
  text-align: center;
  color: #2E3192;
  width:100%;
}

#side #note p.info {
  color: #2E3192;
  text-align: center;
  font-size: 16px;
  width: 100%;
}

#side #note p.info a {
  display: block;
  padding: 0.25em;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.5em;
  color: green;
  font-size: 14px;
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

#side #note p.info a span {
  font-size: 11px;
}

#side #note p.info a:hover {
  text-decoration: underline;
}

#side #note ul li {
  margin-bottom: 10px;
}


/* main
-----------------------------------------------------*/

#breadcrumb {
  clear: both;
  /*  border-bottom: 1px solid #CCCCCC;*/
  margin-bottom: 15px;
  padding: 4px 0px 10px 0px;
  width: 770px;
}

#breadcrumb li {
  display: inline !important;
  vertical-align: middle;
  color: #0000ff;
}

#breadcrumb li h1 {
  margin-top:0.25rem;
  color: black;
  font-size: 14px;
  display: block;
  font-weight: normal;
}

#breadcrumb li a {
  color: #0000ff;
  text-decoration: underline;
}

#breadcrumb li a:hover {
  color: #0000ff;
  text-decoration: none;
}

#sort {
  width: 770px;
  padding: 20px 10px 10px 10px;
  border-top: solid 1px #CCC;
}

#sequence {
  width: 500px;
  float: left;
}

#sequence dt {
  width: 80px;
  float: left;
  font-size: 16px;
  color: #848484;
}

#sequence dd {
  display: inline-block;
  float: left;
  margin-left: 20px;
  font-size: 16px;
  color: #848484;
}

#sequence dd a {
  color: #848484;
  text-decoration: none;
}

#sequence dd a:hover {
  color: #F15A24;
  text-decoration: none;
}

#sequence dd a.now {
  color: #F15A24;
  font-weight: bold;
}

#kirikae {
  width: 250px;
  float: right;
}

#kirikae dt {
  width: 80px;
  float: left;
  font-size: 16px;
  color: #848484;
}

#kirikae dd {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

#kirikae dd a img {
  border: 2px solid #848484;
  display: block;
}

#kirikae dd a:hover img {
  border: 2px solid #F15A24;
}

#kirikae dd.now img {
  border: 2px solid #F15A24;
  display: block;
}


/* キーワード
-----------------------------------------------------*/

#keyword {
  background-color: #EDEDED;
  width: 770px;
  padding: 0.5rem;
  box-sizing: border-box;
}

#keyword form{
  display: flex;
  align-items: center;
}
}

#keyword .url1 {
  font-size: 16px;
  margin-right: 15px;
  line-height: 30px;
  float: left;
  display: inline-block;
}

#keyword .url2 {
  float: left;
  display: inline-block;
}

#keyword .url2 input {
  font-size: 16px;
  margin-right: 0.5rem;
  line-height: 30px;
  padding: 0.5rem;
  border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  width: 530px;
  border: none;
  text-indent: 5px;
  box-sizing: border-box;
  outline: none;
}

#keyword .url2 input:placeholder-shown {
  color: rgba(0, 0, 0, 0.2);
}

#keyword .url3 {
  float: left;
  display: inline-block;
}

#keyword .url3 .searchSubmitButton {
  width: 180px;
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 0px 0px 0px;
  font-size: 18px;
  color: white;
  font-weight: 100;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

#keyword .url3 .searchSubmitButton:hover {
  background: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: white;
  font-weight: 100;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

#keyword .general_search_submit {
  background: rgba(150,150,255,1);
  border: none;
  color: #FFF;
  width: 100px;
  padding: 0.5rem;
  font-size: 1rem;
  margin-right:0.5rem
}


/* バナー
-----------------------------------------------------*/

.mainBannerBox {
  width: 770px;
  margin-bottom: 15px;
}

.mainBannerBox li {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.mainBannerBox li.first {
  display: inline-block;
  float: left;
  margin-left: 0;
}


/* アイテム一覧（横）
-----------------------------------------------------*/

.itemBoxWidth {
  width: 773px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.itemBoxWidth .inner {
  width: 773px;
  background: url(../images/common/bg_cart.png) repeat-y right top;
}

.itemBoxWidth .boxL {
  width: 160px;
  float: left;
}

.itemBoxWidth .boxR {
  width: 600px;
  float: right;
}

.itemBoxWidth .boxR .itemBoxC {
  width: 400px;
  float: left;
}

.itemBoxWidth .boxR .itemBoxC a.border {
  width: 400px;
  display: block;
  border-bottom: 3px dotted #ccc;
  color: #2E3192;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding-bottom:0.25rem;
}

.itemBoxWidth .boxR .itemPrice {
  padding: 10px;
  width: 172px;
  float: right;
}

.itemBoxWidth .itemBoxWidth .maker {
  font-size: 16px;
  font-weight: bold;
}

.itemBoxWidth .itemShop {
  background: url(../images/common/icon_shop.png) no-repeat left top;
  max-width: 120px;
  height: 30px;
  line-height: 28px;
  padding-left: 38px;
  padding-top: 2px;
  font-size: 14px;
  color: #736357;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}

.itemBoxWidth .kakakuTxt {
  font-size: 16px;
  color: #4D4D4D;
}

.itemBoxWidth .itemPriceEn {
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
}

.itemBoxWidth .iconTable {
  margin-top: 20px;
  width: 400px;
}

.itemBoxWidth .shopTable {
  width: 120px;
}

.itemBoxWidth .alignL img {
  padding-left: 10px;
}

.itemBoxWidth .alignR img {
  padding-left: 10px;
}

.itemBoxWidth .viewitemstatusnew {
  background: url(../images/common/icon_new.png) no-repeat right top;
  width: 90px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}

.itemBoxWidth .viewitemstatusused {
  background: url(../images/common/icon_used.png) no-repeat right top;
  width: 90px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}

.itemBoxWidth .viewitemstatusvintage {
  background: url(../images/common/icon_vintage.png) no-repeat right top;
  width: 90px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}

.itemimage{
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  background: rgba(0,0,0,0.05);
}

.itemimage img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 160px;
    max-height: 160px;
    margin: auto;
}

/* アイテム一覧（4ボックス）
-----------------------------------------------------*/

.itemBoxHight {
  width: 160px;
  padding: 10px 0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  float: left;
  border-collapse: collapse;
  margin-bottom: 20px;
  display: table-cell;
}

.itemBoxHight .viewitemstatusnew {
  background: url(../images/common/icon_new.png) no-repeat right top;
  width: 70px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 7px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
}

.itemBoxHight .viewitemstatusused {
  background: url(../images/common/icon_used.png) no-repeat right top;
  width: 70px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 7px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
}

.itemBoxHight .viewitemstatusvintage {
  background: url(../images/common/icon_vintage.png) no-repeat right top;
  width: 70px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  margin: 7px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  white-space: nowrap;
}

.itemBoxHight a.border {
  color: #0069B4;
  font-size: 12px;
}

.itemBoxHight .old {
  font-size: 10px;
  float: right;
  line-height: 20px;
  margin: 7px 0;
}

.itemBoxHight .maker {
  clear: both;
  font-size: 12px;
  font-weight: normal;
}

.itemBoxHight .itemPrice {
  padding: 5px 15px;
  border-top: 3px dotted #ccc;
  border-bottom: 3px dotted #ccc;
}

.itemBoxHight .itemShop {
  font-size: 12px;
  color: #736357;
  white-space: nowrap;
  text-align: center;
  line-height: 30px;
}

.itemBoxHight .kakakuTxt,
.itemBoxHight .itemTax {
  font-size: 10px;
  color: #4D4D4D;
}

.itemBoxHight .itemPriceEn {
  font-size: 14px;
  color: #ff0000;
  line-height: 24px;
  display: inline-block;
}


/* 4ボックス・横　共通
-----------------------------------------------------*/

.viewmodelname {
  font-size: 11px;
  margin-top: 7px;
  clear: both;
}

.viewserialnumber {
  font-size: 11px;
  margin-top: 7px;
  clear: both;
  display: block;
}


/* ページネーション
-----------------------------------------------------*/

.ul.yiiPager {
  font-size: 11px;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 100%;
  display: inline;
}

ul.yiiPager li {
  display: inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
  border: solid 1px #9aafe5;
  font-weight: bold;
  color: #0e509e;
  padding: 1px 6px;
  text-decoration: none;
}

ul.yiiPager .page a {
  font-weight: normal;
}

ul.yiiPager a:hover {
  border: solid 1px #0e509e;
}

ul.yiiPager .selected a {
  background: #2e6ab1;
  color: #FFFFFF;
  font-weight: bold;
}

ul.yiiPager .hidden a {
  border: solid 1px #DEDEDE;
  color: #888888;
}


/**
   * Hide first and last buttons by default.
   */

ul.yiiPager .first,
ul.yiiPager .last {
  display: none;
}


/* 商品ページ
-----------------------------------------------------*/

div.bunkatsumuryou {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 2em;
}

.rockintable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 18px;
}

.rockintable th {
  padding: 6px;
  text-align: left;
  width: 25%;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}

.rockintable td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #b9b9b9;
}

.error {
  width: 80%;
  padding: 0.5em;
  background-color: #F00;
  color: #FFF;
  margin: 0.4em 0;
}

input.buy_submit {
  width: 70%;
  margin-bottom: 0.5em;
  padding: 0.2em 0em;
  background: #f79e29;
  color: white;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 2em;
}

input.buy_submit:hover {
  background: #f48b02;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

input.retransmission {
  width: 70%;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.7);
}

input.retransmission:hover {
  color: black;
}

.cartBtn {
  width: 89%;
  margin: 10px auto 20px;
}

.cartBtn .btn_cart:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: “alpha( opacity=70)”;
}

.cartBtn .cartBox {
  width: 310px;
}

.cartBtn .cartBox img {
  display: block;
  width: 100%;
}

.cartBtn .cartBox input {
  display: block;
  width: 100%;
}

.iconBox .iconTable {
  margin: 0px 0px 10px 10px;
  float: left;
}

.iconBox .shopTable {
  width: 120px;
}

.iconBox .alignL img {
  padding-right: 10px;
}

.iconBox .alignR img {
  padding-right: 10px;
}

.iconBox .toInstallmentPayment {
  width: 200px;
  height: 38px;
  border: none;
  display: inline;
  vertical-align: bottom;
  margin-right: 10px;
}

.price_view .shop_Contact {
  display: block;
  padding: 0.3em 0.6em;
  color: #666;
  border: solid 2px #999;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 900;
  width: 650px;
  margin-bottom: 20px;
}


/*分割払い手数料無料*/

#intallmentPaymentMethod {
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  margin: 2em auto 2em auto;
  border: solid 1px rgba(255, 241, 80, 1);
  font-size: 14px;
}

.intallmentPaymentMethod_info {
  color: rgba(117, 76, 36, 1);
  text-align: center;
  font-weight: 900;
  background: rgba(255, 241, 127, 1);
  padding: 5px 0px;
  text-align: center;
}

.intallmentPaymentMethod_details {
  padding: 10px;
  background:rgba(255,255,0,0.1);
  font-size:0.75rem;
}


/*20170916ボタンの位置変更*/

.price_view .orderButton {
  margin-left: 40px;
  width: 680px;
  height: 80px;
  margin-bottom: 20px;
}

.price_view .orderButton:hover {
  opacity: 0.8;
}

.price_view .contactButtons .contactButton {
  margin-left: 40px;
  height: 70px;
  width: 210px;
}

.price_view .contactButtons .worldwideContactButton {
  margin-left: 20px;
  width: 210px;
  height: 70px;
}

.price_view .contactButtons .lineContactButton {
  margin-left: 20px;
  width: 210px;
  height: 70px;
}


/* スライダー
-----------------------------------------------------*/

.main_slider {
  background-image: none;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 760px;
}

.main_slider img {
  border: 1px solid #818181;
}

.bx-wrapper img {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#main_images li {}

.main_slider ul#my_slider_pager {
  width: 775px;
  padding: 0px;
  margin-left: -15px;
  position: relative;
}

.main_slider ul#my_slider_pager li:first-child {
  margin: 5px 0 5px 15px;
}

.main_slider ul#my_slider_pager li {
  float: left;
  margin-left: 0;
  margin: 5px 0 5px 15px;
}

#my_slider_pager li {
  height: 134px;
  max-width: 178px;
}

.price_view {
  /*  background: url(../images/common/bg_btnBox.png) repeat right top;*/
  padding: 5px;
  margin: 0px;
}

.price_view p {
  margin: 5px 0 0 40px;
  font-size: 1.6em;
}


/* 詳細検索
-----------------------------------------------------*/

.searchBox {
  width: 770px;
  box-sizing: border-box;
  padding: 0.5rem;
  margin-bottom: 1.5em;
  background: rgba(0,0,0,0.05);
}

.searchBoxTitle {
  padding: 0.25rem;
  font-size: 1.25rem;
  font-weight: normal;
}

.searchBoxTitle i{
  margin-right:0.5rem;
}

.searchBox input[type=text],
.searchBox select{
  padding:0.25rem!important;

}
.searchBoxTitle span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 1em;
}

.searchBox table.searchBox01 {
  width: 100%;
}

.searchBox table.searchBox01 td {
  text-align: left;
}

.searchBox table.searchBox01 td.box1 {
  display: flex;
  padding-bottom: 0.5em;
  align-items: center;
}

/* 検索結果ページに追加する内容 */

h2#ShopPage{
  border-left:solid 10px brown;
  padding-left:5px;
  margin:10px 0px;
  font-size:1.25rem;
}

div#ShopPageCaption{
  font-size:1rem;
  line-height:1.8;
  margin:0.25rem;
}


#searchBoxParentCategories select {
  display: inline;
  margin: 0.25em 0.25em 0em 0em;
  width: 200px;
  font-size: 1em;
}

.searchBox table.searchBox01 td.box2,
.searchBox table.searchBox01 td.box3 {
  width: 25%;
}

.searchBox table.searchBox01 td serect {
  width: 30%;
  display: inline-block;
}

.searchBox table.searchBox02 {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}

.searchBox table.searchBox02 h3 {
  font-weight: normal;
  width: 6em;
}

.searchBox table.searchBox02 .kakaku {
  width: 100px;
}

.searchBox table.searchBox03 {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}

.searchBox table.searchBox03 h3 {
  font-weight: normal;
  width: 6em;
}

label {
  display: inline-block;
  margin-right: 10px;
  padding-left: 0;
  vertical-align: middle;
}

.searchBox table.searchBox03 .keyword {
  width: 272px;
}

.searchBox .submit {
  background-color: rgba(150,150,255,1);
  width: 250px;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0px auto;
  display: block;
  border: none;
  outline: none;
}

.searchBox02 td,
.searchBox03 td{
  padding:0.25rem 0rem;
}



/* 小カテゴリ
20150522保存用-----------------------------------------------------------------------------*/


/*
.categoryChildrenArea {
  margin: 1.2em 0;
  padding: 0.9em;
  font-size: 0.85em;
  border: 1px #666 dotted;
}

.categoryChildrenArea h3 {
  font-weight: bold;
  margin-bottom: 1.1em;
}
*/


/*商品ページ
-----------------------------------------------------------------------------*/


/*20150522小カテゴリ変更*/

.categoryChildrenArea {
  margin: 1.2em 0em;
  padding: 0.9em;
  font-size: 1em;
  border: solid 1px #999;
}

.categoryChildrenArea h3 {
  font-weight: 100;
  display: block;
  color: white;
  padding: 0.2em 0.5em;
  font-size: 1em;
  margin-bottom: 0.5em;
  /*グラデーション*/
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(157, 157, 157, 0.6)), color-stop(50%, rgba(63, 63, 63, 0.6)), color-stop(100%, rgba(87, 87, 87, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(157, 157, 157, 0.6) 0%, rgba(63, 63, 63, 0.6) 50%, rgba(87, 87, 87, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(157, 157, 157, 0.6) 0%, rgba(63, 63, 63, 0.6) 50%, rgba(87, 87, 87, 0.6) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#999d9d9d', endColorstr='#99575757', GradientType=0);
  /* IE6-9 */
}

.categoryChildrenArea a {
  display: inline-block;
  vertical-arign: bottom;
  color: black;
  padding: 0.2em 0.5em 0.3em 0.5em;
  margin: 0em 1em 0.5em 0em;
  text-decoration: none;
  min-width: 42%;
  border-bottom: dashed 1px #999;
}

.categoryChildrenArea a:hover {
  text-decoration: underline;
}


/*20150522小カテゴリ変更ここまで*/

.itemPage {
  padding-top: 0em;
}


/*20150625サイドカテゴリ表示変更------------------------------------
*/

.Side_current_category {
  margin-bottom: 0px;
}

.Side_current_category h3 {
  font-weight: 100;
  font-size: 14px;
  padding: 5px 0px 0px 10px;
}

.Side_current_category a {
  display: block;
  margin: 0px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 900;
  border-bottom: dashed 1px black;
  text-decoration: none;
  color: #666;
}

.Side_current_category a:hover {
  text-decoration: underline;
}

.itemPage .itemTitleBox {
  border-left: 7px solid #FF6633;
  padding: 5px 10px;
  width: 740px;
  margin-bottom: 10px;
}

.itemPage .itemTitle {
  font-size: 1.25rem;
  font-weight: bold;
}

.itemPage .itemComment {
  font-size: 1rem;
  padding: 0px 10px 15px 10px;
  line-height: 1.8;
}

.itemPage .makerKakaku {
  font-size: 22px;
  line-height: 1.6;
  margin-top: 10px;
}

.itemSalePrice {
  font-size: 24px;
  line-height: 1.4;
}

.itemSalePrice .salePrice {
  font-size: 38px;
  color: #FF0000;
  line-height: 1.6;
}

.itemPage .itemcopy {
  font-size: 18px;
  color: #333399;
  font-weight: normal;
}

.itemPage .shopTable {
  padding-left: 10px;
}

.itemPage .itemShop {
  background: url(../images/common/icon_shop.png) no-repeat left top;
  max-width: 120px;
  height: 30px;
  line-height: 28px;
  padding-left: 38px;
  padding-top: 2px;
  font-size: 14px;
  color: #736357;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
}

.itemPage .itemPageTitle {
  margin: 20px 0 20px;
  background-color: #EBEBEB;
  font-size: 22px;
  font-weight: bold;
  text-indent: 10px;
  line-height: 1.8;
}

a.searchBoxToggle {
  display: inline-block;
  width: 80px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 1rem;
}

a.searchBoxToggle:hover {
  color: yellow;
  opacity: 0.8;
}

.categoryPageNation {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  margin-top: 10px;
}


/*カテゴリのヘッダエリア*/

#category_head_area {
  /*  border-bottom: solid 1px #CCC;*/
  margin-bottom: 10px;
}

#category_head_area h1 {
  display: block;
  text-align: left;
  font-weight: 900;
  font-size: 24px;
  border-left: solid 10px brown;
  padding: 8px 0px;
  margin-bottom: 15px;
  text-indent: 10px;
  /*  border-top: solid 1px #CCC;*/
}

#category_head_area .category_description_area {
  margin-left: 10px;
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
  line-height: 1.8;
}

#englishPageLink {
  display: block;
  position: absolute;
  /* width: 48px; */
  top: 58px;
  left: 350px;
  text-align: center;
  font-size: 14px;
  background: white;
  padding: 2px 2px 0px 2px;
  border: solid 1px rgba(0, 0, 0, 1);
  border-radius: 2px;
  box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

/*────20160919追加-────カテゴリページの人気のキーワードリスト用──────────*/

#categoryKeywordArea h2 {
  font-size: 20px;
  font-weight: 900;
  color: rgba(255, 0, 0, 1);
  display: block;
  margin: 5px 0px 14px 0px;
}

#categoryKeywordArea h2 img {
  height: 36px;
  display: inline-block;
  margin-bottom: 3px;
}

#categoryKeywordArea h2 span {
  display: inline-block;
  border-top: solid 1px rgba(255, 0, 0, 1);
  border-bottom: solid 1px rgba(255, 0, 0, 1);
  margin: 0px 5px;
  padding-top: 2px;
}

#categoryKeywordArea .keywordLinkButton {
  margin-bottom: 10px;
}

#categoryKeywordArea .keywordLinkButton a {
  font-size: 18px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  margin: 0px 10px 10px 0px;
  border: solid 1px rgba(255, 150, 100, 1);
  color: rgba(255, 150, 100, 1);
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

#categoryKeywordArea .keywordLinkButton a:hover {
  border: solid 1px rgba(255, 150, 100, 1);
  background: rgba(255, 150, 100, 1);
  color: rgba(255, 255, 255, 1);
}

.pc-visible {
  display: block;
}

.sp-visible {
  display: none;
}

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

@media (max-width: 767px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: block;
  }
}


/*カート
---------------------------------*/

.deleteCheckBox input[type=checkbox] {
  height: 20px;
  width: 20px;
}


/* ─────── Photo Swipe ─────── */

figure {
  margin: 0px;
  padding: 0px;
}

.my-gallery {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 770px;
}

.my-gallery .mainImageLink {
  display: block;
  max-width: 760px;
  height: auto;
  margin: 0px 0px 0px 8px;
  text-align: center;
  border:solid 1px rgba(0,0,0,0.1);
}

.my-gallery .mainImageLink img {
  max-width: 760px;
  max-height: 565px;
  width: auto;
}

.my-gallery .subImageLink {
  display: block;
  height: 180px;
  width: 180px;
  position: relative;
  background-color: #ededed;
  float: left;
  text-align: center;
  margin: 10px 0px 0px 10px;
  border:solid 1px rgba(0,0,0,0.1);
}

.my-gallery .subImageLink img {
  max-height: 180px;
  margin: auto;
  max-width: 180px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#responsiveMenu {
      display: none;
    }
