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

.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 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{
  color:#2E3192;
  text-align:center;
  font-size:16px;
}
*/

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

#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: 10px;
  padding: 2px 5px;
  width: 770px;
}

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

#breadcrumb li h1 {
  color: #0000ff;
  font-size: 14px;
  display: inline;
  font-weight: normal;
}

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

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

#sort {
  width: 770px;
  padding: 10px;
}

#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: 1.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(150, 150, 255, 1);
  padding: 0.5rem;
  font-size: 18px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  outline: none;
  border: none;
  box-sizing: border-box;
  opacity:0.7;
  transition:0.25s;
}

#keyword .url3 .searchSubmitButton:hover {
  font-size: 18px;
  color: white;
  font-weight: 100;
  opacity:1;
}

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

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

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

.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.2em!important;
  align-items: center;
}


/* 英語ページへのリンクボタン */

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


/*20150718カテゴリ変更追加*/
#searchBoxParentCategories select{
  display: inline;
  margin: 0.25em 0.25em 0em 0em;
  width: 200px;
  font-size: 1em;
}


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

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

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

#itemBox {
  margin-top: 20px;
}

#itemBox li {
  width: 187px;
  float: left;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: 7px;
}

#itemBox li.first {
  width: 187px;
  float: left;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 7px;
}

.popularity {
  margin-top: 20px;
}

.popularity h3 {
  margin-bottom: 20px;
}
/* アイテム一覧（横）
-----------------------------------------------------*/

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

.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) repeat-y right top;
  width: 82px;
  height: 30px;
  line-height: 28px;
  padding-left: 38px;
  padding-top: 2px;
  font-size: 14px;
  color: #736357;
  font-weight: bold;
  white-space: nowrap;
}

.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;
}
/* アイテム一覧（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;
}

.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;
}
/* 商品ページ
-----------------------------------------------------*/

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

.rockintable {
  width: 100%;
  border-collapse: collapse;
}

.rockintable th {
  padding: 6px;
  text-align: left;
  width: 20%;
  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: 100%;
  margin: 30px 0 100px;
}

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

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

.iconBox .shopTable {
  width: 120px;
}

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

.iconBox .alignR img {
  padding-left: 10px;
}
/*h1*/

#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: 10px;
  text-indent: 10px;
}

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

#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 );
}
