@charset "EUC-JP";
/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, p {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  text-align: left;
  font-weight: normal;
}
h1{font-size:10px;}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

.line {
  font-size: 1px;
  line-height: 1px;
}

center {
  text-align: left;
}

/*--- default */
body {
  background: #fff;
  color: #666666;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap {
  width: 100%;
  height: 100%;
  text-align: left;
}

#wrapper {
  margin-top: 30px;
}

a {
  color: #666;
  text-decoration: none;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

a:hover {
  opacity: .7;
}

a:link {
  color: #666;
}

a:visited {
  color: #666;
}

a:active {
  color: #666;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clear {
  zoom: 1;
}

/* IE7 */
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
       opacity: .8;
}
.loginarea{
position:absolute;
right:0px;
top:0px;
}

/*-----------------------
  pcとspで表示切替
  -----------------------*/
@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media only screen and (min-width: 641px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.M_headBasket {
  float: none;
}

/* clearfix
-----------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*****************************************************

    ヘッダ #header

*****************************************************/
/* カレンダー */
#l_calendar table {
  margin-bottom: 5px;
  border-collapse: separate;
  border-spacing: 1px;
}

/* 中央揃え */
#l_owner, #l_banner {
  text-align: center;
}

#l_owner table, #l_banner table {
  margin: 0 auto;
}

/* 投票 */
#l_poll img {
  margin: 0 2px;
}

#l_poll b {
  color: #333;
}

#l_poll input {
  margin-right: 5px;
}

#l_poll td {
  text-align: left;
}

#l_poll a img {
  display: none;
}

#l_poll a {
  display: block;
  height: 21px;
  float: left;
  margin-right: 4px;
}

#l_poll a#poll_b01 {
  width: 58px;
  background: url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
  margin-left: 28px;
}

#l_poll a#poll_b02 {
  width: 69px;
  background: url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}

#l_poll a#poll_b01:hover, #l_poll a#poll_b02:hover {
  background-position: 0 -21px;
}

/* 掲示板 */
#l_board table {
  width: 100%;
}

#l_board td {
  text-align: left;
}

/* バナー */
#l_banner img {
  margin-bottom: 5px;
}

/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/

/*大バナー*/

.SubTopImage{
width:100%;
margin:30px auto;
text-align:center;
}
.SubTopImage>a {
width:100%;
margin-top:15px;
display:block;
text-align:center;
}

/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.pankuzu {
  text-align: left;
  background: #e6e6e6;
  border: 1px solid #c9c9c9;
  line-height: 20px;
  margin-bottom: 10px;
}

.pankuzu a {
  padding: 0 5px;
  font-size: 11px;
  color: #333;
}

.pankuzu font {
  color: #333;
  font-size: 11px;
}

/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */
.section.itemList.newItem td table tbody b{
display:none;
}
.iconzaiko{
display:none;
}
#category h2 {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}
.subcate{
margin-bottom:20px;
}
.subcate a{
color:#fff;
}
div.subcate table tbody tr td table tbody tr td:nth-child(1){
width:10px;
}
/* 検索結果と並び替え */
#r_resultInfo {
  font-size: 11px;
  margin: 0 auto 10px;
}

.total {
  float: left;
}

.listSort {
  float: right;
  text-align: right;
}

.listSort li {
  display: inline;
}

/* カテゴリーリスト */
#category .innerList {
  overflow: hidden;
  _zoom: 1;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
}
#innerli{
height:320px !Important;
}
@media only screen and (max-width: 640px){
#innerli{
height:300px !Important;
}

}
#category .innerList li {
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 25%;
  /* 商品数が4つなので100%÷4=25% */
  display: inline-block;
  display: inline\9;
  /* IE用ハック */
  zoom: 1\9;
  /* IE用ハック */
}

#category .innerBox {
  margin: 10px;
  text-align: center;
}

#category .detail {
  text-align: left;
}

#category .name {
  margin-bottom: 5px;
}

#category .imgWrap {
  text-align: center;
  margin-bottom: 5px;
}

#category .price span {
  padding: 0 2px;
}

#category .price {
  font-weight: bold;
  color: #333;
}

#category .consumerPrice {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

#category .else {
  text-align: left;
}

#category .else li {
  float: none;
  width: auto;
  display: inline;
}

#category .M_lumpinput {
  text-align: right;
}

#category .matomegai {
  margin: 4px 0;
  display: inline-block;
}

#category .matomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#category .matomegai a:hover {
  background: #999;
  color: #fff;
}

#category .content {
  border-top: 1px dashed #b2b2b2;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px dashed #b2b2b2;
  font-size: 11px;
}

#category .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px 0;
  text-align: left;
}

#category .btnWrap img {
  margin-left: 5px;
}

#category .btnWrap .soldout {
  text-align: center;
  color: #cc0000;
}

div.innerBox > div.detail > div.mark{
color:#f00000;
font-size:16px;
font-weight:bold;
}

/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
#itemLink {
  margin-bottom: 30px;
  font-size: 11px;
}
.threescan {

}
@media only screen and (max-width: 640px) {
.threescan {

}
.m_check{
width:100% !important;
}
}
.item_prev {
  float: left;
  background: url(/images/original_design_default/samplesource/3/listIconL.png) no-repeat left;
  padding-left: 14px;
}

.item_next {
  float: right;
  background: url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat right;
  padding-right: 14px;
}

#itemImg {
  float: left;
  width: 300px;
}

#itemInfo {
  float: right;
  width: 440px;
}

/* [INFO]タグ */
#detailInfo table {
  width: 100%;
  margin-bottom: 10px;
}

#detailInfo table td {
  height: auto;
  text-align: left;
}

#itemInfo #detailInfo table font {
  color: #cc0000;
}

#detailInfo table input {
  margin-right: 5px;
}

#detailInfo table img {
  vertical-align: auto;
  /* IE対策 */
}

#detailInfo #M_usualValue td {
  font-size: 16px;
  padding: 10px 0;
}

#wrapper #makebanner #detailInfo #M_usualValue, #wrapper #makebanner #detailInfo #M_price2, #wrapper #makebanner #detailInfo #M_taxview {
  border: none;
  width: auto;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

#detailInfo #M_usualValue {
  font-size: 15px;
  font-weight: bold;
}

#detailInfo #M_taxview {
  width: auto;
}

/* 拡大画像ボタン */
#viewButton {
  text-align: right;
}

/* 商品名 */
#detail h2 {
  margin-bottom: 20px;
  font-size: 15px;
}

/* 商品詳細 */
#detail .detailTxt {
  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px dotted #b2b2b2;
  padding: 10px 0;
  margin-bottom: 20px;
}

/* オプション表 */
#wrapper #detail .stockList input {
  border: 0;
}

#wrapper #detail .stockList td {
  text-align: center;
}

/* メールリンク */
#r_contact {
  margin: 10px 0 10px -5px;
}

#r_contact li {
  float: left;
  margin-left: 5px;
}

/* SNS */
#r_sns {
  margin-top: 10px;
}

#r_sns li {
  float: left;
}

/* カートにいれるボタン */
#basketBtn {
  background: #e6e6e6;
  padding: 10px;
  margin-top: 10px;
}

#basketBtn .soldout {
  text-align: center;
  color: #cc0000;
margin-bottom:20px;
}
#basketBtn #restockSend {
  text-align: center;
  color: #ffffff;
}
#restockSend a{
display:block;
  color: #ffffff;
}


/* 追加商品説明文 */
#r_detailExt {
  margin-bottom: 0;
}

/* 追加商品画像 */
#r_addImg {
  margin-bottom: 0;
}

#r_addImg li {
  float: left;
  width: 33%;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.4;
}

#r_addImg li .inner {
  margin: 0 10px;
}

#r_addImg .addImg a {
  border: 1px solid #b2b2b2;
  padding: 5px;
  display: block;
}

#r_addImg li p {
  width: 100%;
  margin: 10px 5px 0;
}

/* レビュー */
#detail #r_review {
  margin-bottom: 40px;
}

/* 商品グループ */
#r_group {
  border-top: 1px dashed #b2b2b2;
  padding-top: 20px;
}

/* 最近チェックした商品 */
#detail #r_recent {
  border-top: 1px dashed #b2b2b2;
  padding-top: 20px;
}

#detail #recent .itemBox, #detail #recent .itemBox table {
  width: 190px;
}

/* 動画 */

div.OriginalMovie{
width:100%;
text-align:center;
margin:30px auto 0 auto;
}
div.OriginalMovie iframe{
width:100% !important;
max-width:560px;
margin-top:3px;
}

/* coming soon */
.comingsoon {
	color: #fff;
    text-align: center;
    font-size: 160px;
}

/* カート非表示カテゴリー */
.price-caution{
color:red;
font-size:small;
margin:-3px auto 3px auto;
font-weight:bold;
}


/*----------------------------------------------------
    ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm {
  margin-top: 20px;
}

.loginForm h3 {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/h3title.png) no-repeat left;
  padding-left: 20px;
}

.loginForm .section {
  text-align: center;
}

.btnWrap {
  margin-top: 20px;
  text-align: center;
}

.loginForm .leadTxt {
  margin-bottom: 30px;
}

.loginForm .lostpass {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}

.loginForm .formTable {
  margin: 20px auto 0;
  width: 400px;
}

.formTable th, .formTable td {
  border: 1px solid #b2b2b2;
  padding: 6px 8px;
}

.formTable th {
  background: #eee;
  width: 120px;
}

.M_nameList input, #r_review input, #r_review textarea {
  padding: 2px;
  border: 1px solid #b2b2b2;
}

.loginForm .formTable input {
  width: 200px !important;
}

/*----------------------------------------------------
    会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap {
  overflow: hidden;
  _zoom: 1;
}

#memberLogin .btnWrap div {
  float: left;
  width: 360px;
  padding-bottom: 20px;
}

#memberLogin .btnWrap #newMember {
  border-right: 1px dotted #b2b2b2;
}

#memberLogin .btnWrap p {
  margin: 20px;
}
input.m_price{
font-size:15px;
}
/*----------------------------------------------------
    注文履歴ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox {
  width: 700px;
  height: 280px;
  overflow: auto;
  border: 1px solid #b2b2b2;
  padding: 10px;
  text-align: left;
  margin-top: 20px;
}

/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm {
  margin: 30px 10px 20px;
  width: 740px;
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}

* html #memberForm #M_entryForm {
  position: relative;
}

#memberForm #M_entryForm th, #memberForm #M_entryForm td {
  border-bottom: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  padding: 8px;
}

* html #memberForm #M_entryForm th, * html #memberForm #M_entryForm td {
  position: relative;
}

#memberForm #M_entryForm th {
  background: #eee;
  width: 160px;
}

#memberForm .M_txt {
  font-size: 11px;
  margin-left: 10px;
}

#memberForm #mailreceiveN, #memberForm #sex1 {
  margin-left: 10px;
}

#memberForm .M_ex, #memberForm .M_info {
  font-size: 11px;
  color: #666;
}

#memberForm .M_post {
  display: block;
  width: 96px;
  height: 22px;
  background: url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
  float: left;
  text-indent: -9999em;
  overflow: hidden;
  _zoom: 1;
}

#memberForm #mailreceiveY, #memberForm #mailreceiveN, #memberForm #sex0, #memberForm #sex1 {
  border: none;
}

#M_changepw #M_changepwTable th {
  background: #615d5c;
}

/* 退会する */
#r_leave img {
  display: none;
}

#r_leave a {
  display: block;
  width: 81px;
  height: 22px;
  margin-top: 5px;
  background: url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}

#r_leave a:hover {
  background-position: 0 -22px;
}

/*----------------------------------------------------
    ポイント #point
----------------------------------------------------*/
#r_pointData {
  border: 1px solid #b2b2b2;
  background: #eee;
  padding: 10px;
  margin: 20px 60px 30px;
}

#r_pointData p {
  text-align: center;
}

#r_pointData strong {
  font-size: 15px;
  font-weight: bold;
  color: #cc0000;
}

#r_pointList table {
  border-collapse: separate;
  width: 400px;
  margin: 0 180px;
  border-spacing: 0;
}

#r_pointList td {
  border: 1px solid #b2b2b2;
  padding: 8px;
  text-align: center;
}

#r_pointList td font {
  font-size: 13px;
}

/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/

#r_searchName {
  margin: 20px 0 20px;
}

#r_searchName font {
  color: #333;
  font-weight: bold;
}

#r_searchInput {
  width: 97%;
}

#r_searchInput table {
  width: 100%;
  background: #fff;
  margin-bottom: 3%;
}

#r_searchInput .btnWrap {
  margin-top: 10px;
}

#r_searchInput th, #r_searchInput td {
  border: 1px solid #b2b2b2;
  padding: 6px 8px;
  text-align: left;
}

#r_searchInput th {
  background: #eee;
}

#r_searchInput #searchPrice input {
  width: 60px;
}

#r_searchList table, #r_pager table {
  width: 100%;
}

.searchResult {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/searchIcon.png) no-repeat left;
  padding-left: 20px;
}


#r_searchList .innerList li {
    float: left!important;
    border: solid #72af2c;
}

#r_searchList .innerBox {
  margin: 10px;
}

#r_searchList .name {
  margin-bottom: 5px;
}

#r_searchList .imgWrap {
  text-align: center;
}

#r_searchList .price {
  font-weight: bold;
  color: #333;
  text-align: center;
}

#r_searchList .else {
  text-align: left;
}

#r_searchList .else li {
  float: none;
  width: auto;
  display: inline;
}

#r_searchList .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px;
  text-align: center;
}

#r_searchList .soldout {
  text-align: center;
  color: #cc0000;
}

/*----------------------------------------------------
    まとめ買い #matomegai

----------------------------------------------------*/
/* まとめ買いタイトル */
#matomegai h2 {
  font-size: 14px;
  margin-bottom: 20px;
  background: url(/images/original_design_default/samplesource/3/h2title.png) no-repeat center;
  line-height: 60px;
  height: 60px;
  padding-left: 20px;
}

/* カテゴリーリスト */
#matomegai .innerList {
  overflow: hidden;
  _zoom: 1;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: left;
}

#matomegai .innerList li {
  vertical-align: top;
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  width: 25%;
  /* 商品数が4つなので100%÷4=25% */
  display: inline-block;
  display: inline\9;
  /* IE用ハック */
  zoom: 1\9;
  /* IE用ハック */
}

#matomegai .innerBox {
  margin: 10px;
  text-align: center;
}

#matomegai .detail {
  text-align: left;
}

#matomegai .name {
  margin-bottom: 5px;
}

#matomegai .imgWrap {
  text-align: center;
  margin-bottom: 5px;
}

#matomegai .price span {
  padding: 0 2px;
}

#matomegai .price {
  font-weight: bold;
  color: #333;
}

#matomegai .consumerPrice {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}

#matomegai .else {
  text-align: left;
}

#matomegai .else li {
  float: none;
  width: auto;
  display: inline;
}

#matomegai .M_lumpinput {
  text-align: right;
}

#matomegai .content {
  border-top: 1px dashed #b2b2b2;
  padding: 10px 0;
  margin: 10px auto;
  border-bottom: 1px dashed #b2b2b2;
  font-size: 11px;
}

#matomegai .btnWrap {
  margin: 10px auto 5px;
  background: #e6e6e6;
  padding: 5px 0;
  text-align: left;
}

#matomegai .btnWrap .soldout {
  text-align: center;
  color: #cc0000;
}

#matomegai .btnWrap a, #matomegai .wishlistBtn {
  display: inline-block;
  text-indent: -9999em;
}

#matomegai .btnWrap a {
  width: 77px;
  height: 18px;
  margin-left: 5px;
}

#matomegai .wishlistBtn {
  width: 147px;
  height: 22px;
}

#matomegai .cartBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_basketBtn.png") no-repeat;
}

#matomegai .quickBtn {
  background: url("/images/original_design_default/samplesource/3/r_c_buyBtn.png") no-repeat;
}

#matomegai .wishlistBtn {
  background: url("/images/original_design_default/samplesource/3/r_wishlistBtn.png") no-repeat;
}

#matomegai .btnWrap a:hover, #matomegai .wishlistBtn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
       opacity: .8;
}

/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket {
  margin-bottom: 60px;
}

#basketTable {
  width: 100%;
  margin-top: 30px;
}

#basketTable th, #basketTable td {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  padding: 6px;
}

#basketTable th {
  border-top: 2px solid #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
  white-space: nowrap;
}

#basketTable .basketNum {
  width: 30px;
  padding: 0;
}

#basketTable .basketImg {
  width: 56px;
}

#basketTable .basketName {
  width: 400px;
  text-align: left;
}

#basketTable .basketMatomegai {
  margin-top: 4px;
  display: inline-block;
}

#basketTable .basketMatomegai a {
  border: 1px solid #999;
  padding: 2px 5px;
  font-size: 11px;
  display: inline-block;
  border-radius: 2px;
  color: #999;
  text-decoration: none;
}

#basketTable .basketMatomegai a:hover {
  background: #999;
  color: #fff;
}

.quantityWrap {
  display: table;
}

.quantityInput, .basketQunantity, .quantityAmend {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2px;
}

#basketTable .basketQuantity td {
  border: none;
  padding: 0;
}

#basketTable .basketPoint {
  width: 70px;
}

#basketTable .basketPrice {
  width: 70px;
}

#basketTable .basketOption {
  text-align: left;
  margin-top: 4px;
}

#basketTable .basketHaisou {
  padding: 0;
}

#basketTable .carriageWrap {
  margin: 4px 0;
}

#basketTable .basketHaisou p {
  text-align: right;
}

#basketTable .basketHaisou .carriageMsg1 {
  color: #cc0000;
}

#basketTable .basketHaisou .carriageMsg2 {
  font-size: 11px;
}

#basketTable .basketBtns {
  width: 80px;
}

#basketTable .basketBtns img {
  margin-bottom: 2px;
}

#basketTable .basketTotal {
  text-align: right;
  background: #ebebeb;
  border-top: 3px solid #b2b2b2;
}

#basketTable .basketTotal em {
  font-weight: bold;
  font-size: 15px;
  color: #cc0000;
}

#basketTable .basketTotal a {
  text-decoration: underline;
  margin-left: 4px;
}

#basketTable .basketTotal a:hover {
  text-decoration: none;
}

#basketTable .totalWrap {
  width: 60%;
  margin: 0 0 0 auto;
}

#basketTable .totalItem {
  float: left;
  clear: left;
  width: 60%;
  text-align: right;
}

#basketTable .matomegaiWrap {
  margin-bottom: 4px;
}

#basketTable .basketEmpty p {
  text-align: center;
  margin: 10px auto;
}

#r_basket .btnWrap .btnBack {
  float: left;
  padding-top: 5px;
  margin-left: 10px;
}

#r_basket .btnWrap .btnOrder {
  float: right;
  margin-right: 10px;
}

/* Amazonボタン */
.amazonButtonWrap {
  margin-top: 10px;
}

.amazonButton {
  width: 205px;
}

/* お気に入りリスト */
#wishTable {
  width: 100%;
}

#wishTable th, #wishTable td {
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  padding: 6px;
}

#wishTable th {
  border-top: 2px solid #b2b2b2;
  border-bottom: 1px dashed #b2b2b2;
}

#wishTable .wishName {
  text-align: left;
  width: 240px;
}

#wishTable .wishQuantity input {
  margin-right: 4px;
}

/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news {
  margin-top: 30px;
}

#r_news #newsHead {
  text-align: left;
  border-bottom: 2px solid #b2b2b2;
  padding: 4px 0;
  font-size: 15px;
}

/* ご利用ガイド */
#makebanner #guideMain {
  margin: 0 70px;
}

/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
/*****************************************************

    フッタ #footer

*****************************************************/
body {
  min-width: 1024px;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.section_ttl-01, .section_ttl-02 {
  font-size: 17px;
  border-bottom: 1px solid #a6a6a4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section_ttl-02 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.m_list li {
  margin: 4px 0;
}

.m_list span {
  font-size: 11px;
}

#category h2 {
  background: none;
}

/*-----------------------
  header
  -----------------------*/
#headerWrap {
  background-image: url(/design/runatown/images/header_haikei.png);
  background-position: center;
  background-repeat: no-repeat;
}
#header .line_a {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}
#header .line_a .box_l {
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .line_a .box_l li a {
  font-size: 12px;
  color: #666;
  display: block;
  margin: 5px 10px;
}
#header .line_a .box_l li:first-of-type {
  padding-right: 18px;
}
#header .line_a .box_l li:first-of-type a {
  margin: 0;
}
#header .line_a .box_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .line_a .box_r li:nth-of-type(2) {
  margin-left: 15px;
}
#header .line_a .box_r li:nth-of-type(3) {
  margin-left: 6px;
}
#header .line_a .box_r li:nth-of-type(4) {
  margin-left: 10px;
}

#header .line_b {
  padding: 10px 0 0;
}
#header .line_b .cat_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.floatNavWrap {
  position: relative;
}

#choiceChara > a, #choiceItem > a {
  border-bottom: 1px solid #fff;
}

#choiceChara:hover > a, #choiceItem:hover > a {
  border-bottom: 1px solid #999999;
}

#choiceChara-box, #choiceItem-box {
  display: none;
}

#choiceChara-box, #choiceItem-box {
  position: absolute;
  z-index: 99999999;
  top: 85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 30px;
  margin-top: -30px;
  width: 980px;
}
#choiceChara-box .navWrap, #choiceItem-box .navWrap {
  border: 1px solid #000;
  padding: 30px 60px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .9);
}
#choiceChara-box ul, #choiceItem-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#choiceChara-box ul li{
  width: 20%;
  margin: 5px 0;
}
#choiceItem-box ul li {
  width: 25%;
  margin: 5px 0;
}
#choiceChara-box::after, #choiceChara-box::before, #choiceItem-box::after, #choiceItem-box::before {
  top: 2px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 50;
}
#choiceChara-box::after, #choiceItem-box::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
#choiceChara-box::before, #choiceItem-box::before {
  border-color: rgba(0, 206, 30, 0);
  border-bottom-color: #000;
  border-width: 16px;
  margin-left: -16px;
  z-index: 40;
  top: 0px;
}
#choiceChara-box::after, #choiceChara-box::before, #choiceItem-box::after, #choiceItem-box::before {
  left: 22%;
}

#choiceItem-box::after, #choiceItem-box::before {
  left: 31%;
}

#header .line_a .box_l #choiceChara-box ul li, #header .line_a .box_l #choiceItem-box ul li {
  padding: 0;
}

#header .line_a .box_l #choiceChara-box ul li a, #header .line_a .box_l #choiceItem-box ul li a {
  margin: 0;
}
#header .line_a .box_l #choiceChara-box ul li a:hover, #header .line_a .box_l #choiceItem-box ul li a:hover {
  color:#f00000 !Important;
  font-weight:bold;
}
/*-----------------------
  検索等
  -----------------------*/
#MakeShopTopSearchButton {
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  background: url(/design/runatown/images/icon_search.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
}
#header #MakeShopTopSearchInput {
  display: none;
}
.l-side-search{
    background-color: #dddddd;
    border-radius: 15px;
    margin-bottom: 1em;
    position: relative;
    padding-left: 10px;
}
.l-side-search > input{
    display: block;
    color: #fff;
    padding: 5px;
    border: none;
    text-align: left;
    font-size: 15px;
    background-color: transparent;
    outline: none;
}
:placeholder-shown {color: #FFF; }
::-webkit-input-placeholder {color: #FFF; }
:-moz-placeholder {color: #FFF; }
::-moz-placeholder {color: #FFF; }
:-ms-input-placeholder {color: #FFF; }
.l-side-search > a{
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -14px 0 0 0;
}
@media only screen and (max-width: 640px) {
  #MakeShopTopSearchButton {
    text-indent: inherit;
    background-image: none;
    width: 100%;
    height: auto;
  }
div.M_imageCatalog table td{
display:table-cell;
}
.section.itemList.newItem table tr td table tbody tr td a{
width:100% !important;
}

.itemDetail .detailTxt div{
width:100% !important;
}
.itemDetail .detailTxt div p{
width:100% !important;
}
.itemDetail .detailTxt table h2{
width:100% !important;
}
.itemDetail .detailTxt table div{
width:92% !important;
}
#detailInfo table{
width:95%;
}


}
/*-----------------------
  #footer
  -----------------------*/
#footerWrap {
  padding: 40px 0 80px;
  background-image: url(/design/runatown/images/footer_haikei.png);
  background-position: center bottom -65px;
  background-repeat: no-repeat;
}
#footerWrap .col4wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#footerWrap .col4wrap .snsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#footerWrap .col4wrap .snsbox li {
  margin-left: 13px;
}
#footerWrap .col4wrap .renewal {
  margin-top: 30px;
  text-indent: -1em;
  margin-left: 1em;
  color: #d3212e;
}
#footerWrap .col4wrap .bnr {
  margin: 12px 0;
}
#footerWrap .copyright {
  text-align: center;
  padding-top: 30px;
}

/*-----------------------
  #topImage
  -----------------------*/
#topImage {
  padding-top: 20px;
  padding-bottom: 20px;
}
#topImage .bx-wrapper .bx-viewport {
  box-shadow: inherit;
}

/*-----------------------
  #main
  -----------------------*/
.page{margin-top:25px;}
.section .hdttl {
  padding: 3px 0;
  text-align: center;
}

.page_ttl {
  margin-bottom: 28px;
  font-size: 34px;
}
.m_check{
width:1000px;
margin:auto;
}
.m_check .box {
  border: 1px solid #666666;
}
.m_check .box .hdttl {
  padding: 10px 0;
}
.m_check .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.m_check .box ul li {
  width: 20%;
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.m_check .box ul .img {
  margin-bottom: .5em;
}
.m_check .box ul img {
  max-width: 100%;
  height: 120px;
  width: auto;
}

/*-----------------------
  .top
  -----------------------*/
.top #news {
  padding-top: 10px;
  width: 960px;
  margin: 0 auto;
}
.top #news > table {
  padding-top: 5px;
  display: block;
}

.top #news > table > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(1) {
  padding-right: 10px;
}

.top #news > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(1) {
  padding-right: 10px;
}

/*-----------------------
.newsArchive_page
-----------------------*/
.newsArchive_page {
  padding-bottom: 60px;
}
.newsArchive_page .ttl {
  font-size: 22px;
  margin-bottom: 10px;
}
.newsArchive_page #newsList > table > tbody tr:first-of-type td:first-of-type {
  padding: 6px 0;
  background-color: #fff;
  border-top: 1px solid #dadada;
}
.newsArchive_page #newsList td {
  padding: 5px 0;
  text-align: left;
}

/*-----------------------
.newsDetail_page
-----------------------*/
.newsDetail_page #newsDetail p {
  margin-bottom: 10px;
}

.newsDetail_page .subj {
  font-size: 22px;
  margin-bottom: 1em;
}

.newsDetail_page .conte {
  padding: 1em 0 2em;
}

.newsDetail_page .toAr {
  margin-top: 30px;
}
.newsDetail_page .toAr a {
  background-color: #e6e6e6;
  padding: 5px 10px;
}

/*-----------------------
.basket_page
-----------------------*/
.basket_page .inner {
  width: 748px;
}

.basket_page #r_basket .ttl {
  font-size: 16px;
  margin-bottom: 5px;
}

.basket_page #basketTable_a th, .basket_page #basketTable_a td {
  text-align: center;
  padding: 5px 0;
}

.basket_page #basketTable_a thead th:nth-of-type(1) {
  width: 60px;
}

.basket_page #basketTable_a thead th:nth-of-type(4) {
  width: 140px;
}

.basket_page #basketTable_a td {
  padding: 10px 10px;
}

.basket_page #basketTable_a thead {
  background-color: #e6e6e6;
}

.basket_page #basketTable_a tfoot {
  background-color: #e6e6e6;
  text-align: right;
}

.basket_page #basketTable_a .basketOption {
  text-align: left;
}

.basket_page #basketTable_a .basketQuantity .quantitywrap {
  position: relative;
}

.basket_page #basketTable_a .basketQuantity input {
  line-height: 1.8;
  padding: 0 4px;
  width: 30px;
}

.basket_page #basketTable_a .basketQuantity .quantityBtn {
  position: absolute;
  left: 24px;
  top: 4px;
}
.basket_page #basketTable_a .basketQuantity .quantityBtn a {
  display: block;
  line-height: 1;
  font-size: 11px;
}

.basket_page #basketTable_a .basketQuantity .quantityAmend a {
  padding: 1px 8px;
  border: 1px solid #ff0000;
  color: #ff0000;
}

.basket_page #basketTable_a .del {
  padding: 1px 8px;
  border: 1px solid #666666;
}

.basket_page #basketTable_a .totalPrice em {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
}

.basket_page #basketTable_a .basketTotal {
  text-align: right;
  padding: 0 10px;
}

.basket_page .btnWrap_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 28px 0 14px;
}
.basket_page .btnWrap_a a {
  font-size: 25px;
  padding: 5px 0;
  width: 240px;
  background-color: #c3c3c3;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.basket_page .btnWrap_a a:first-of-type {
  background-color: #ff0000;
}

.basket_page .btnWrap_a a.continue {
    background-color: #ff6699;
}

.basket_page .carriaeMsg1_a p {
  font-size: 25px;
  padding: 5px 0;
  background-color: #ff0000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

/*-----------------------
  Archive共通
  -----------------------*/
.m_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m_banner .banner {
  width: 507px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.m_banner .banner:nth-of-type(2n) {
  margin-right: 0;
}
.m_banner .banner:nth-last-of-type(1), .m_banner .banner:nth-last-of-type(2) {
  margin-bottom: 0;
}

.bx-wrapper .bx-controls-direction a {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.itemList .innerList {
  display: block;
}
.itemList .innerList .imgWrap {
  height: 200px;
}
.itemList .innerList .imgWrap img {
  max-width: 100%;
  height: 100%;
  width: auto;
}
.itemList .innerList .name {
  text-align: center;
  font-weight: bold;
  margin: 10px 0 5px;
height:50px;
overflow:hidden;
}
.itemList .innerList .content {
  color: #999999;
}
.itemList .innerList{
overflow:hidden;
}
.itemList .innerList li {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 15% 0;
  width: 247px;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 12px;
float:left;
height:320px !important;
}
.itemList .innerList li:nth-of-type(4n) {
  margin-right: 0;
}
.itemList .innerList li a {
  display: block;
  padding: 10px 10px;
}

/**
 * state
 */
/* base */
.itemList .innerList li.item__souldout a::before,
.itemList.newItem li a::before,
.list--new a::before,
.itemList .innerList li.item__new a::before,
.itemList .innerList li.item__limited a::before{
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
/* souldout */
.itemList .innerList li.item__souldout a::before {
  top: -4px;
  left: -4px;
  width: 120px;
  height: 120px;
  background-image: url("/design/runatown/images/soldout.png");
}
/* new */
.itemList.newItem li a::before,
.list--new a::before,
.itemList .innerList li.item__new a::before {
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url("http://gigaplus.makeshop.jp/runatown/images/badge_new.png");
}
/* limited */
.itemList .innerList li.item__limited{
  border: solid 9px #ec6617;
}
.itemList .innerList li.item__limited a::before{
  top: -9px;
  left: -9px;
  width: 120px;
  height: 120px;
}
.itemList .innerList li.item__limited a::before {
  background-image: url("/design/runatown/images/deadline_close.png");
}

.itemList .innerList li .js--icon {
  display: none;
}

/*-----------------------
  .categoryArchive
  -----------------------*/
.categoryArchive #topImage {
  padding: 20px 0;
}

.categoryArchive .upper_section {
  padding-bottom: 24px;
}
.categoryArchive .upper_section .total_area {
  color: #fff;
}

.categoryArchive .lower_section {
  background-color: #ebe6d6;
  padding: 24px 0;
}

.categoryArchive .total_area {
  padding-top: 4em;
}

.standard .upper_section {
  background-color: #72AD2C;
}

.standard .newItem .innerList {
  display: none;
}
.standard .newItem .innerList:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.standard .newItem .innerList, .standard .recomItem .innerList {
  display: none;
}
.standard .newItem .innerList:first-of-type, .standard .recomItem .innerList:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.limited .upper_section {
  background-color: #311c43;
}

.gold .upper_section {
  background-color: #f9c516;
}

/*-----------------------
  特定商取引法
  .contract
  会社概要
  -----------------------*/
.contract {
  text-align: left;
}
.contract .t-layout dl,
#company-profile .t-layout dl {
  padding: 36px 0;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contract .t-layout dl:first-of-type,
#company-profile .t-layout dl:first-of-type {
  padding-top: 0;
}
.contract .t-layout dt,
#company-profile .t-layout dt {
  position: relative;
  padding-left: 1.2em;
  width: 150px;
}
.contract .t-layout dt::before,
#company-profile .t-layout dt::before {
  left: 0;
  content: "〇";
  display: inline-block;
  position: absolute;
}
.contract .t-layout dd,
#company-profile .t-layout dd {
  padding-right: 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.contract .t-layout .limit dd p {
  margin-bottom: 1em;
}
#company-profile .license-list {
	display: inline-block;
	vertical-align: top;
}
#company-profile .license-list:first-child {
	margin-right: 40px;
}
/*-----------------------
  商品詳細
  .itemDetail
  -----------------------*/
.itemDetail .dataSection {
  overflow: hidden;
}
.itemDetail .dataSection .imgArea {
  width: 590px;
  float: left;
}
.itemDetail .dataSection .dataArea {
  width: 410px;
  float: right;
}

.itemDetail h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666666;
}

.itemDetail #detailInfo > table > tbody > tr > td {
  padding: 5px 0;
}

.itemDetail #detailInfo .M_inventory p.stockTitle {
  display: none;
}

.itemDetail #detailInfo .M_inventory table td {
  text-align: center;
}

.itemDetail #detailInfo .M_inventory table input {
  margin: 0;
}

.itemDetail #detailInfo .M_inventory .stockList {
  margin-top: 8px;
}

.itemDetail #detailInfo .M_inventory table.stockList th {
  background-color: #f4f4f4;
  font-weight: normal;
}

.itemDetail #detailInfo .price span {
  font-size: 20px;
}

.itemDetail #detailInfo .quantity {
  padding: 4px 0;
  position: relative;
}
.itemDetail #detailInfo .quantity input {
  line-height: 1.8;
  padding: 0 4px;
  width: 50px;
}
.itemDetail #detailInfo .quantity .quantityBtn {
  position: absolute;
  display: block;
  padding: 3px 0;
  left: 88px;
  top: 4px;
}
.itemDetail #detailInfo .quantity .quantityBtn a {
  display: block;
  line-height: 1;
  font-size: 11px;
}

.itemDetail #detailInfo > table {
  margin-bottom: 0;
}

.itemDetail #detailInfo #M_usualValue {
  font-size: 14px;
  font-weight: normal;
}

.itemDetail #detailInfo #M_usualValue td {
  font-size: 14px;
  padding: 0;
}
.itemDetail #detailInfo #M_usualValue td font {
  color: inherit;
}

.itemDetail #basketBtn {
  background-color: #fff;
  padding: 0;
}
.itemDetail #basketBtn .cart {
  background-color: #666666;
  font-size: 22px;
  text-align: center;
}
.itemDetail #basketBtn .cart a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
.itemDetail #basketBtn .clr {
  margin-top: 10px;
  color: #ff0000;
}
.itemDetail #basketBtn .contactBtn {
  width: 248px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #666666;
  background-color: #f4f4f4;
}
.itemDetail #basketBtn .contactBtn a {
  padding: 5px 10px;
  display: block;
  background: url(http://gigaplus.makeshop.jp/runatown/images/icon_contact_bg.png) no-repeat;
  background-position: center right 6px;
  background-size: 26px;
}
.itemDetail #basketBtn .soldout {
  background-color: #ff0000;
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
}
.itemDetail #basketBtn #restockSend {
    background-color: #58b727;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
}


.itemDetail #r_sns {
  margin-top: 20px;
}
.itemDetail #r_sns li {
  float: none;
}

.itemDetail .detailTxt, .itemDetail .attention, .itemDetail .check {
  width: 710px;
  margin: 0 auto;
}

.itemDetail .detailTxt {
  padding-bottom: 40px;
}

.itemDetail .attention {
  padding-bottom: 40px;
}
.itemDetail .attention .box {
  border: 1px solid #ff0000;
}
.itemDetail .attention .box .hdttl {
  background-color: #ff0000;
  color: #fff;
}
.itemDetail .attention .box .txt {
  color: #ff0000;
  padding: 1em;
}

/*-----------------------
追加文
  -----------------------*/
  .inner .bx-viewport {
    height: 284px!important;
}

@media only screen and (max-width: 640px) {
  table, tbody, tr, th, td {
    width: 100%;
    display: block;
  }
.threesixty{
width:100% !important;
height:400px !important;
margin-bottom:0px !important;
}

  .inner {
    width: 92%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    position: relative;
    left: 0;
    overflow-x: hidden;
    min-width: 320px;
  }
  div#search {
    width: 98%!important;
    margin: 0 auto;
  }
  #slideMenu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #9c9c9c;
    padding: 15px;
    box-sizing: border-box;
  }
  #slideMenu .btn_close {
    text-align: right;
    padding-bottom: 10px;
  }
  #slideMenu .btn li {
    background-color: #dddddd;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 1em;
  }
  #slideMenu .btn a {
    display: block;
    color: #fff;
    padding: 5px 0;
  }
  #slideMenu .menu_list {
    margin: 30px 0 0;
  }
#M_ctgList2 li {
background:none !important;
padding-left:0px !Important;
}
#M_ctgList2 li ul li{
padding-left:20px !important;
}
#M_ctgList1 ul, #M_ctgList2 ul, #M_ctgList3 ul{
margin-top:10px !important;
}
  #slideMenu .menu_list li {
    margin-bottom: 1em;
  }
  #slideMenu .menu_list a {
    color: #fff;
  }
  #slideMenu .sns {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #slideMenu .sns li {
    margin-right: .5em;
  }
  /*-----------------------
    header
    -----------------------*/
  #header .line_a.pc {
    display: none;
  }
  #header .line_a_sp {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  #header .line_a_sp .menu_btn{
    font-size:9px;
text-align:center;
  }
  #header .line_a_sp .menu_btn {
    width: 33px;
    height: 23px;
  }
  #header .line_a_sp .logo {
    width: 160px;
  }
  #header .line_a_sp .cart {
    width: 60px;
  }
  #header .line_b {
    padding: 14px 0 0;
  }
  #header .line_b .cat_nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header .line_b .cat_nav li:nth-of-type(2) {
    margin: 0 10px;
  }

  #topImage .inner {

    width: 100%;
  }

  #topImage .bx-wrapper .bx-viewport {
    height: auto!important;
  }
  /*-----------------------
    #footer
    -----------------------*/
  #footerWrap {
    padding: 20px 0 45px;
    background-position: center bottom -10px;
    background-size: contain;
  }
  #footerWrap .col4wrap {
    display: block;
  }
  #footerWrap .col4wrap .snsbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  #footerWrap .col4wrap .snsbox li {
    margin-left: 13px;
  }
  #footerWrap .col4wrap .box {
    margin: 2em 0;
  }
  #footerWrap .col4wrap .renewal {
    margin-top: 0;
  }
#footerWrap .col4wrap .bnr {
    margin: 24px 0;
    float: left;
    width: 33%;
    text-align: center;
}
#footerWrap .col4wrap .snsbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    clear: both;
}
  #footerWrap .copyright {
    text-align: center;
    padding-top: 30px;
  }
    ul.list_01.m_list {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    }

    ul.list_01 .top {
        float: left;
    }

    ul.list_01 .bottom {
        float: right;
    }

    .box ul.list_02.m_list {
    margin: 0 auto;
    width: 80%;
    }

    .box ul.list_03.m_list {
    margin: 0 auto;
    width: 80%;
    }

  /*-----------------------
    #topImage
    -----------------------*/
  /*-----------------------
    #main
    -----------------------*/
  .page_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page_ttl img {
    width: auto;
    height: 30px;
  }
  .indent {
    text-indent: -14px;
    margin-left: 14px;
  }
  .m_check .box {
    border: 1px solid #666666;
  }
  .m_check .box .hdttl {
    padding: 10px 10px;
  }
  .m_check .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .m_check .box ul li {
    width: 50%;
  }
  .m_check .box ul li:nth-of-type(2n) {
    padding-left: 5px;
  }
  .m_check .box ul li:nth-of-type(2n-1) {
    padding-right: 5px;
  }
  .m_check .box ul li .img {
    text-align: center;
  }
  /*-----------------------
    .top
    -----------------------*/
  .top #news {
    width: 100%;
  }
  .top #news table, .top #news tbody, .top #news th, .top #news td {
    display: block;
  }
  .top #news > table > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(1) {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  /*-----------------------
    .newsArchive_page
    -----------------------*/
  .newsArchive_page #newsList tr {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    border-bottom: 1px solid #efefef;
  }
  .newsArchive_page #newsList td {
    padding: 10px 0;
  }
  .newsArchive_page #newsList tr td:nth-of-type(1) {
    padding-top: 0;
    text-indent: -5px;
    margin-left: 4px;
  }
  .newsArchive_page #newsList tr td:nth-of-type(2) {
    padding-left: 5px;
    padding-bottom: 0;
  }
  .newsArchive_page #newsList tr:first-of-type {
    border-bottom: 0;
  }
  .newsArchive_page #newsList tr:first-of-type td {
    text-indent: 0;
    margin-left: 0;
  }
  /*-----------------------
    .newsDetail_page
    -----------------------*/
  .newsDetail_page .subj {
    font-size: 18px;
  }
  /*-----------------------
    .basket_page
    -----------------------*/
  .basket_page .inner {
    width: 92%;
  }
  .basket_page #basketTable_a {
    display: block;
  }
  .basket_page #basketTable_a .boxcell {
    padding: 1em 1em;
  }
  .basket_page #basketTable_a tr {
    display: block;
  }
  .basket_page #basketTable_a th, .basket_page #basketTable_a td {
    display: block;
    text-align: left;
  }
  .basket_page #basketTable_a td {
    padding: 0;
  }
  .basket_page #basketTable_a tbody {
    margin: 2em 0;
    display: block;
  }
  .basket_page #basketTable_a tbody:first-of-type {
    margin-top: 1em;
  }
  .basket_page #basketTable_a thead {
    display: none;
  }
  .basket_page #basketTable_a tfoot {
    display: block;
  }
  .basket_page #basketTable_a td.basketTotal {
    text-align: right;
  }
  .basket_page #basketTable_a tbody tr td {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  .basket_page #basketTable_a tbody tr td::before {
    display: block;
    background-color: #e6e6e6;
    color: #000;
    text-align: center;
  }
  .basket_page #basketTable_a .basketNum::before {
    content: "番号";
  }
  .basket_page #basketTable_a .basketImg {
    text-align: center;
  }
  .basket_page #basketTable_a .basketImg img {
    width: auto;
  }
  .basket_page #basketTable_a .basketImg::before {
    content: "写真";
  }
  .basket_page #basketTable_a .basketName::before {
    content: "商品名";
  }
  .basket_page #basketTable_a .basketQuantity::before {
    content: "数量";
  }
  .basket_page #basketTable_a .basketPrice::before {
    content: "価格";
  }
  .basket_page #basketTable_a .basketBtns::before {
    content: "キャンセル";
  }
  .basket_page #basketTable_a .basketTotal {
    padding: 0;
  }
  .basket_page .btnWrap_a {
    display: block;
    padding: 28px 0 14px;
  }
  .basket_page .btnWrap_a a {
    display: block;
    width: 85%;
    margin: 10px auto;
  }
  .basket_page .carriaeMsg1_a p {
    font-size: 16px;
  }
  /*-----------------------
    Archive共通
    -----------------------*/
  .m_banner {
    display: block;
  }
  .m_banner .banner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .m_banner .banner:nth-of-type(2n) {
    margin-right: inherit;
  }
  .m_banner .banner:nth-last-of-type(1), .m_banner .banner:nth-last-of-type(2) {
    margin-bottom: 10px;
  }
  .itemList .innerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .itemList .innerList .imgWrap {
    height: 150px;
  }
  .itemList .innerList .imgWrap img {
    max-width: 100%;
    height: 100%;
    width: auto;
  }
  .itemList .innerList .name {
    text-align: center;
    font-weight: bold;
    margin: 10px 0 5px;
  }
  .itemList .innerList .content {
    color: #999999;
font-size:11px;
  }
  .itemList .innerList li {
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 15% 0;
    width: 48%;
    margin-right: 0;
    margin-bottom: 12px;
height:244px;
  }
  .itemList .innerList li a {
    padding: 7px 7px;
  }
  .itemList .innerList li:nth-of-type(4n) {
    margin-right: inherit;
  }
  /*-----------------------
    商品詳細
    .itemDetail
    -----------------------*/
  .itemDetail .dataSection {
    overflow: hidden;
  }
  .itemDetail .dataSection .imgArea {
    width: 100%;
    float: none;
  }
  .itemDetail .dataSection .imgArea .img {
    text-align: center;
margin-bottom:20px;
  }
  .itemDetail .dataSection .imgArea .img .M_imageWrap{
    margin:auto;
  }
  .itemDetail .dataSection .dataArea {
    width: 100%;
    float: none;
  }
  .itemDetail .detailTxt, .itemDetail .attention, .itemDetail .check {
    width: 100%;
  }
  .itemDetail .detailTxt {
    padding-top: 40px;
  }
  /*-----------------------
    特定商取引法
    .contract
    -----------------------*/
  .contract .t-layout dl {
    display: block;
    padding: 14px 0;
  }
  .contract .t-layout dt {
    width: 100%;
    padding-bottom: 5px;
  }
   /*-----------------------
    COMING SOON
    .comingsoon
    -----------------------*/
  .comingsoon {
  	font-size: 50px;
  }
  /*-----------------------
    会社概要


    -----------------------*/
    #company-profile .license-list:first-child {
    	margin: 0;
    }
}

/*-----------------------
お買い物ガイド　会社概要
  -----------------------*/
.red { color: red; }
.orange { color: orange; }
#guidePage h2.ttl,
#company-profile h2.ttl {
        font-size: 22px;
    margin-bottom: 10px;
}
#guidePage .guide-list {
        margin-bottom: 30px;
}
#guidePage .styleM16 {
    margin-top: 30px;
}
#guidePage h3 {
        font-size: 18px;
    margin-bottom: 10px;
}
#guidePage p,
#company-profile p {
    margin-bottom: 10px;
}
#guidePage .subtitle,
#company-profile .subtitle {
    font-size: 16px;
    margin: 20px 0 10px;
}
#guidePage img {
    margin: 20px 0;
}
#guidePage #delivery table {
    margin-bottom: 20px;
}
#guidePage #delivery .table-price {
    width: 282px;
}
#guidePage #delivery .table-price td {
    padding: 5px;
}
#guidePage #delivery .table-period {
    width: 540px;
    margin-bottom: 20px;
}
#guidePage #delivery .table-period th,
#guidePage #delivery .table-period td {
    text-align: center;
}
#guidePage #delivery .table-period th {
    background: #FFDC51;
}
#guidePage .return_box {
        width: 330px;
    background: #dcdcdc;
    padding: 5px;
}
.return_sub_ttl {
    margin-bottom: 0 !important;
}
#guidePage #order ul,
.list-attention {
    padding-left: 1em;
}
#guidePage #order ul li,
.list-attention li {
    list-style-type: disc;
}
#guidePage #order ul li.type-none {
        list-style-type: none;
    margin-left: -1.5em;
}

@media only screen and (max-width: 400px) {
    ul.list_01.m_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    }

    ul.list_01 .top {
        float: left;
    }

    ul.list_01 .bottom {
        float: right;
    }

    .box ul.list_02.m_list {
    margin: 0 auto;
    width: 100%;
    }

    .box ul.list_03.m_list {
    margin: 0 auto;
    width: 100%;
    }
}

  #pageTop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 999
}
.innerList #deadline_close a:before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: -9px;
    width: 120px;
    height: 120px;
    background: url(/design/runatown/images/deadline_close.png) no-repeat;
}

.innerList #soldout a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background: url(/design/runatown/images/soldout.png) no-repeat;
}


.innerList #deadline_close {
    border: solid 9px #ec6617;
}

div#search {
    width: 1024px;
    margin: 0 auto;
}

#toggle_search_inner{
    display: none;
}
#toggle_search_inner {
    position: absolute;
    z-index: 99999999;
    right: 0;
    top: 70px;
}

#toggle_search_inner .navWrap {
    border: 1px solid #000;
    padding: 30px 60px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .9);
}

#toggle_search_inner .navWrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#header #MakeShopTopSearchInput {
    display: block;
    height:20px;
    width: 200px;
}

/*追加修正*/

.section.itemList.newItem table tr td:{
    display: block;
    background:#fff!important;
}

.section.itemList.newItem > table > tr> td:first-child {
    display: block;
    width: 16%;
    float: left;
    background:#fff!important;
}

.section.itemList.newItem td table {
    display: block;
}

.section.itemList.newItem td table tbody {
    display: block;
    margin-right: 8px;
    background-color: white;
    height: 283px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-radius: 0 0 15% 0;
}

.section.itemList.newItem table tr td table tbody tr td a {
    width: 230px!important;
    display: block;
    padding: 10px;
}

.section.itemList.newItem table tr td table tbody tr td a img {
    width: 70%!important;
}

td.line {
    display: none;
}
@media only screen and (max-width: 640px) {
.section.itemList.newItem table tr td table tbody tr td a{
width:100% !important;
padding:0px;
margin-top:15px;
}
.section.itemList.newItem td table tbody{
height:200px;
width:90%;
padding:0px 5px;
}
.section.itemList.newItem td table{
float:left;
width:49%;
}
.subcate table{
display:table;
}
.subcate tbody{
display:table;
}
.subcate tr{
    display: table;
    width: 50%;
    float: left;
}
#M_ctg3_1130{
display:none;
}
M_layer3{
display:none;
}
.M_layer1 li ul li ul{
display:none;
}