@charset "UTF-8";

body,input,select,textarea,p,pre,h1,h2,h3,h4,h5,h6 {
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
/* スマホ横画面用 */
@media screen and (max-width: 480px) {
  .full .container{padding:0;max-width: none;}
  .full div[class^="col-"] {padding:0}
  .full .row {margin:0;}
}
/* スマホ縦画面用 */
@media screen and (max-width: 320px) {
  .full .container{padding:0;max-width: none;}
  .full div[class^="col-"] {padding:0}
  .full .row {margin:0;}
}
html,body{
  height:100%;
}

/*共通*/
body {
  padding: 0;
  margin: 0;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #555;
  background: #fff;
}

h1 {
  display: inline-block;
  width:40%;
  font-size: 1.3em;
  font-weight: normal;
}

a{
  cursor: pointer;
    color:#1b9cd2;
}
a:hover{
  text-decoration:none;
}

input[type=checkbox]{
  width:15px;
  height:15px;
  vertical-align: -3px;
}

.container{
  position:relative;
}

.row{
  padding-left: 0;
}

ol{
  padding-left: 0;
}

.disnon {
  display: none !important;
}

a:hover img{
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

#lg_field {
  width:100%
}

.t_c {
  text-align:center
}

.b_b {
  background-color:#000
}

.list__info{
  font-size:12px;
}

#colum_right #age_authentication.text_contents{
  background-color:#F5D3D3;
  border:1px solid #F4759B;
}

#age_authentication .well{
  font-size:14px;
}

#age_diagree
,#age_agree{
  min-width:100px;
}

/*テーブルレイアウト用*/

.row{
  margin-left:0;
  margin-right:0;
}

.tbl{
  display: table;
  margin-top:10px;
  margin-bottom:10px;
}

.tbl_row{
  display: table-row;
}

.tbl_cell{
  float: none;
  display: table-cell;
}

@media screen and (max-width:767px){
  .cd-main-content{
    position:relative;
    padding-top:95px;
    z-index: 0;
  }
  .cd-primary-nav{
    z-index: 10 !important;
  }

  #colum_right{
    padding:0;
  }

}

#site_contents{
  margin-top:51px;
}

/*グローバルヘッダー*/
@media screen and (min-width:768px){
  .navbar{
    background:none;
    border:none;
  }

  .cd-nav{
    display: none;
  }
}

#large_menu{
  padding-left:0;
}

#head_comment{
  width:100%;
  background-color: #333333;
  height:20px;
  position: fixed;
  z-index: 3;
}

#head_comment h1{
  width:100%;
  color: white;
  font-size:0.8em;
  padding-left:20px;
}

.cd-main-header{
  position: fixed !important;
  width:100%;
  margin-top:20px;
}

.navbar-brand{
  height:40px;
  width:150px;
  padding:7px;
}

#logo{
  width:180px;
  padding-top:10px;
  padding-bottom:10px;
  float: left;
}

#logo img{
  width:100%;
}

#glbl_menu {
  padding:0;
  margin:0;
  list-style-type: none;
}

#glbl_menu ul{
  list-style-type: none;

}

#glbl_menu li {
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  border-top: 2px solid #363636;
  border-bottom: 2px solid #363636;
  border-right: 2px solid #363636;
}

#glbl_menu li.ura a{
  background-image:url(/assets/img/menu_ura_back.jpg);
}

#glbl_menu li i{
  padding-right:10px; 
}

#glbl_menu > ul li a {
  width:auto;
  color:#000;
  font-size:1.4em;
  font-weight:bold;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#fff;

}
#glbl_menu li:first-child a{
  border-left: 2px solid #363636;
}
#glbl_menu li.login_btn a{
  background:#fcfbe5;
}
#glbl_menu li a:hover {
  color:#17c0ff;
}


#glbl_menu li:last-child a{
  padding-top:5px;
  padding-bottom:5px;
}

#glbl_menu li.login_btn a:hover{
  background:#363636;
  color:#FFFFFF;
}

#glbl_menu i.icon{
  font-size:1.5em;
}

#glbl_menu i.icon-cart2{
  font-size:2.2em;
  padding-left:10px;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

#glbl_menu i.icon-cart2 p{
  display: inline-block;
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.5em;
  top: 3px;
  left: 24px;
}

@media screen and (max-width:768px){
  .cart{
    vertical-align: top;
    margin-top: 10px;
    margin-right:22px;
  }

  .cd-cart-trigger{
    color:#2E3233;
    font-size:22px;
    display: inline-block;
  }

  .cd-cart-trigger .icon{
    display: inline-block;
    position:relative;
    font-weight:900;
  } 

  .cd-cart-trigger .icon p{
    display: inline-block;
    position: absolute;
    left: 8px;
    font-size: 14px;
    font-weight:normal;
  }
}


/*商品一覧共通モバイル*/
@media screen and (max-width:768px){



  .seller_rank h3{
    margin-bottom:15px;
  }
}

/*ダイアログデザイン*/
.modal-backdrop{
  z-index:180000 ;
}

.modal{
  top:80px;
  z-index:185000 ;
}

.modal-content{
  background-color:#7e7c78;
  color:#FFFFFF;
}

.modal-header .close {
    margin-top: -2px;
    color: white;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-content table{
  padding:20px;
  font-size:12px;
  width:80%;
}

.modal-content table th{
  width:30%;
  text-align: right;
  padding:10px;
}

.modal-content table td{
  width:70%;
  min-height:30px;
  padding:10px;
}

.modal-content div.modal-body span{
    padding: 20px;
    font-size: 14px;
    display: inline-block;
}
/*ログインメニュー*/
#login_form {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border: 3px dotted #ababab;

    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.1);
  color:#333;
}

#login_form input {
    width: 100%;
    font-size: 14px;
    height: 33px;
    font-weight: 300;
    padding: 0 15px;
    border: 2px solid #363636;
  margin-bottom:10px;

  color:#333;
}

input[type="name"] {
    margin-bottom: 15px;

}

input[type="password"] {
    letter-spacing: 2px;

}

#login_form h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 28px;
    margin-top: 0;
  color:#333;
}

#login_form h3 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 0;
    color: #333;
}

#login_form label{
  width: 100%;
  text-align: left;
  font-size: 1.4em;
}

#login_form input:focus {
    outline: none;
    -webkit-appearance: none;
}

#login_form input:active {
    outline: none;
    -webkit-appearance: none;
    border: none;
}

#form-container {
    color: white;
    font-weight: 300;
}

#login_form button::-moz-focus-inner {
    border:0;
    padding:0
}

#login_form button {
    color: #363636;
    font-weight: bold;
    height: 35px;
    font-size: 14px;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    overflow: visible;
    vertical-align: middle;
    outline: none;

}

#login_form button#signin {
    border: 2px solid #363636;
    background-color: #fcfbe5;
  

}

#login_form button#signin:hover {
    background-color: #fffa86;

}

#login_form button#forgot {
    border: 2px solid #363636;
    background-color: #ddd;
}

#login_form button#forgot:hover {
    background-color: #d1d1d1;

}

#login_form button#register {
    border: none;
    background-color: #363636;
  color:#fff;
  text-shadow:none;
}

#login_form button#register:hover {
    border: none;
    background-color: #5d5d5d;
}


#login_form button#login_close {
    border: none;
    background-color: #5d5d5d;
  color:#fff;
  text-shadow:none;
}

#login_form button#login_close:hover {
    border: none;
    background-color: #7c7c7c;
}

/*ホバー時に表示されるサブメニュー*/
.submenu_btn{
  position: relative;
}

#glbl_menu ul li.submenu_btn ul{
  display: none;
  width:100%;
  background-color:rgba(0,0,0,0.8);
  position: absolute;
  top: 40px;
  left: 1px;
  padding: 5px;
  border: solid 1px #ccc;
  z-index: 150000;
}

#glbl_menu ul li.submenu_btn ul li{
  margin: 0;
  padding: 3px;
  border: none;
  float: left;
  width: 100%;
  border-bottom:1px solid #cccccc;
  display: inline-block;
}

#glbl_menu ul li.submenu_btn ul li:last-child{
  border-bottom:none;
}

#glbl_menu ul li.submenu_btn ul li p{
  font-size:1.0em;
  color:#FFFFFF;
  text-align: left;
}

#glbl_menu ul li.submenu_btn ul li a {
  text-align: left;
  display: inline-block;
  box-shadow: none;
  width: 200px;
  width: auto;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  background: none;
  border-left: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 6px;
}

#glbl_menu ul li.submenu_btn ul li a:hover {
  background-color:rgba(255,255,255,0.5);
}

/*検索フォーム*/
#cate_seach {
  padding-top: 20px;
  width:220px;
  float: right;
}

@media screen and (max-width:768px){
  #cate_seach {
    padding-top: 0px;
    width:80%;
    float: none;
    margin:0 auto;
  }
}

#cate_seach div.input-prepend{
  width:100%;
  overflow: hidden;
}

#cate_seach div.input-prepend input{
  width:80%;
  float: left;
  height:30px;
  border:#363636 solid 2px; 
  font-size:120%;
  color:#555;
  padding-left:5px;
}

#cate_seach div.input-prepend button.cate_seach_btn{
  width:20%;
  float: left;
  height:30px;
  margin-top:0;
  padding:5px;
  color:#fff;
  background-color:#363636;
  border:#363636 solid 2px;
  font-weight:bold;
  font-size:120%;
  letter-spacing:0.1em;
}

/*フッター*/
footer{
  text-align: center;
  width:100%;
  border-top:2px solid #363636;
  margin-top:20px;
}

#footer_logo img{
  width:160px;
  padding-top:15px;
  padding-bottom:15px;
}

footer ol{
  padding:10px;
  display: inline-block;
}

#footer_menu{
  width:100%;
  display: inline-block;
}

footer ol li{
  list-style: none;
  float: left;
  border-left:1px solid #333333;
  padding-left:10px;
  padding-right:10px;
  padding-top:0;
  padding-bottom:0;
}

footer ol li a{
  font-size:11px;
}

footer ol li:first-child{
  border-left:none;
}

footer #copyright{
  border-top:1px solid #888888;
  padding:10px;
  background-color:#fcfbe5;
}

/*ソート*/
.sort{
  text-align: left;
  font-size:1.2em;
  height:35px;
  padding-top:10px;
}

/*ページング*/
.pagination {
    background: #FFFFFF;
    padding: 5px;
    margin-top:0;
    margin-bottom: 10px;
    text-align: right;
}

.page {
    display: inline-block;
    padding: 4px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

/*左カラム　カテゴリメニュ*/
.side_icon{
  margin:0;
  padding:0;
}
.side_icon img{
  width:100%;
  height:auto;
}
.side_welcome{
  border:2px dotted #ccc;
  border-radius: 5px;
  padding:10px;
  margin-bottom:10px;
  font-size:1.2em;

}
.side_welcome img{
  width:100%;
  height:auto;
  display: block;
  margin-bottom:12px;
}
#category_menu{
  margin-bottom:12px;
  padding-left:0;
}

ul#category_menu li#cate_seach{
  border-bottom: 0;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
  border: 1px solid #666666;
  padding: 5px;
  border-radius: 3px
}

ul#category_menu li{
  list-style: none;
  font-size: 1.2em;
  height:25px;
  border-bottom: 2px dotted #ccc;
  margin-top:5px;
  display: inline-block;
  width:100%;
}

ul#category_menu li a:before{
  content:" ";
  width: 5px;
  height:20px;
  display: inline-block;
  background-color:#000000;
  margin-right:10px;
  vertical-align: middle;
}

ul#category_menu li a{
  text-decoration: none;
  display: block;
  color:#666666;
  white-space: nowrap;
}

ul#category_menu li a:hover{
  background-color:#888888;
  color:white;
}

.more_preview{
  width:100%;
  text-align: right;
  display: inline-block;
}

@media screen and (max-width:768px){
  .more_preview{
    width:100%;
    text-align: right;
    display: inline-block;
    margin-bottom:20px;
    margin-top:10px;
  }
}

/*箱の隅*/
#pickup_item h4{
  margin:15px auto 0;
}
#pickup_item h4 img{
  width:100%;
  height:auto;
}
#pickup_item .item_box{
  border:3px solid #000;
  padding-bottom:30px;
  margin-bottom:10px;

}
#pickup_item .item_box ol li{
  margin:10px 0;
}
#pickup_item .midashi{
  display: block;
  margin:5px auto 15px;
  float: left;
  width:100%;
  text-align: left;
}

#pickup_item .toukousha{
  display: inline-block;
  width:100%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  overflow: hidden;
}


/*商品一覧*/
.preview_list h3{
  width:100%;
  background-color:#333333;
  padding:5px;
  color:white;
  font-size:1.6em;
  display: inline-block;
}

.preview_list ol{
  margin-bottom:10px;
}

.preview_list ol li{
  list-style: none;
  display: inline-block;
}

.preview_list ol li span{
  font-size:1.2em;
  word-wrap:break-word;
}

.preview_list ol li p{
  font-size: 1.0em;
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 0;
}

.preview_list ol li p:nth-last-child(1){
  color:#F74B4B;
}

.preview_list ol li p:nth-last-child(1) s{
  color:#555;;
}

.preview_list:after{
  display: block;
  clear: both;
  content: "";
}

.preview_list h3:before{
  content:" ";
  width:5px;
  height:18px;
  background-color:white;
  display: inline-block;
  margin-right:10px;
  vertical-align: middle;
}

/*商品画像*/
@media screen and (min-width: 769px){
  .preview_list li{
    padding-left:3px;
    padding-right:3px;
  }

  .nailthumb-container {
    border:1px solid #ccc;
    margin-bottom:0px;
  }

  .preview_list li a {
    display: block;
    width:100%;
    height:100%;
  }
}

@media screen and (max-width: 768px){
  .img_space{
     border:1px solid #333333;
     margin-top:20px;
     margin-bottom:8px;
     padding:10px;
  }

  .img_space a span{
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
    width:100%;
    height:140px;
  }
}

/*販売ランキング用リスト*/
.preview_list li{
  position: relative;
}

.preview_list span.rank_01{
  background: url('/assets/img/rank_1.png');
  position: absolute;
  top: -7px;
  left: -2px;
  width:34px;
  height:26px;
  z-index: 200;
}

.preview_list span.rank_02{
  background: url('/assets/img/rank_2.png');
  position: absolute;
  top: -7px;
  left: -2px;
  width:34px;
  height:26px;
  z-index: 200;
}

.preview_list span.rank_03{
  background: url('/assets/img/rank_3.png');
  position: absolute;
  top: -7px;
  left: -2px;
  width:34px;
  height:26px;
  z-index: 200;
}

/*セラーランキング用リスト*/
.seller_rank h3{
  width:100%;
  background-color:#333333;
  padding:5px;
  color:white;
  font-size:1.6em;
}

.seller_rank h3:before{
  content:" ";
  width:5px;
  height:18px;
  background-color:white;
  display: inline-block;
  margin-right:10px;
  vertical-align: middle;
}

.seller_rank ol{
  list-style: none;
}

.seller_rank li{
  display: inline-block;
}

.seller_rank li span{
  text-align: center;
  display: inline-block;
  word-wrap: break-word;
  font-size: 1.2em;
  width: 100%;
}

.seller_rank li p{
  word-wrap:break-word;
}

.seller_rank .img_space{
  border:1px solid #333333;
  width:140px;
  min-height:140px;
  padding:2px;
}

.seller_rank .img_space a span{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 134px;
    height: 134px;
    background-size: contain;
}

.seller_rank .rank_01{
  background:url('../img/rank_1.png');
  position: absolute;
  top: -9px;
  left: -8px;
  width:34px;
  height:26px;
  z-index: 200;
}

.seller_rank .rank_02{
  background:url('../img/rank_2.png');
  position: absolute;
  top: -9px;
  left: -8px;
  width:34px;
  height:26px;
  z-index: 200;
}

.seller_rank .rank_03{
  background:url('../img/rank_3.png');
  position: absolute;
  top: -9px;
  left: -8px;
  width:34px;
  height:26px;
  z-index: 200;
}

.seller_rank span.rank_base{
  width:auto;
}

/*右カラム*/
ol ,ul{
  -webkit-padding-start:0;
  margin-bottom:0;
}

.divider-top {
    width: 100%;
    margin-top: 30px;
    height: 1px;
    background: rgba(31,31,31,.4);
}

.divider-bottom {
    width: 100%;
    height: 1px;
    background: white;
    opacity: .2;
}

.modal-body{
  padding:0;
}

@media screen and (max-width:768px){
  *{
    font-size:13px;
  }

  .seller_rank h3{
    font-size:1.0em;
  }

  .seller_rank span a{
    font-size: 0.6em;
  }

}

/*ランキング*/
.rank_base{
  position: absolute;
  background-color: #333333;
  width:auto;
  min-width: 25px;
  top: -2px;
  left: 7px;
  color: white;
  padding: 4px;
  font-size: 8px !important;
  display: block;
  z-index: 200;
  text-align: center;
}

.seller_rank li{
  padding-left:3px;
  padding-right:3px;
}

/*ピックアップ*/


#pickup_item h3{
  width:100%;
  background-color:#333333;
  padding:5px;
  color:white;
  font-size:1.6em;
  margin-top:0;
}

#pickup_item h3:before{
  content:" ";
  width:5px;
  height:18px;
  background-color:white;
  display: inline-block;
  margin-right:10px;
  vertical-align: middle;
}

#pickup_item{
  width:100%;
}

#pickup_item ol{
  padding-left:0;
}

#pickup_item li{
  width:100%;
  list-style: none;
  text-align: center;
}

#pickup_item li div{
  margin:0 auto;  
}

#pickup_item li p{
  margin-top:4px;
  margin-bottom:4px;
}

#pickup_item li p:nth-last-of-type(2){
  color: #F74B4B;
}

#pickup_item li a{
  display: block;
  width:100%;
  height:100%;
}

/*登録フォーム*/
.input span{
  display: inline-block;
  float: left;
  vertical-align: bottom;
  padding-left:10px;
  padding-right:10px;
  padding-top: 2px;
}

/*トップページに戻る*/
.to_toppage{
  width:100%;
  display: inline-block;
  margin-top:30px;
  
}

.to_toppage button{
  float: right;
}

.btn_top{
  padding:8px 12px;
  color:#fff;
  background-color:#363636;
  font-weight:bold;
  font-size:1.4em;
  letter-spacing:0.1em;
  border:none;
}

.btn_top:hover{
  text-decoration:none;
  color:#fff;
  background-color:#5b5b5b;
  border:none;
}


/*サブページ共通*/
h2 i {
  padding-right:10px;
  padding-left:5px
}

#colum_right .contents {
  display:inline-block;
  float:left;
  width:100%;
  height:auto;
  margin-top:0;  
  margin-bottom:10px;
}

#colum_right .contents:after {
  clear:both
}

#colum_right .contents h3 {
  background:url(/assets/img/box.png) no-repeat 0 50%;
  padding:12px 45px;
  font-weight:700;
  font-size:1.9em;
  margin-bottom:10px;
  line-height:1.6em
}

#colum_right .contents h4 {
  border-bottom:2px dotted #ccc;
  font-weight:700;
  font-size:1.5em;
  padding:5px
}

#colum_right .contents h2 {


}

#colum_right .contents p {
  font-size:1.2em;
  line-height:1.6em;
  margin-bottom:10px;
  padding-left:10px
}

#colum_right .contents ul {
  margin-bottom:10px
}

#colum_right .contents ul li {
  font-size:1.2em;
  line-height:1.6em
}

#colum_right .contents ul li ul li {
  font-size:1em;
  line-height:1.4em;
  margin-bottom:5px
}

@media screen and (min-width:768px) {
  #colum_right .contents p {
    font-size:1.4em;
    line-height:1.8em
  }

  #colum_right .contents ul li {
    font-size:1.4em;
    line-height:1.8em
  }

  #colum_right .contents ul li ul li {
    font-size:1em;
    line-height:1.4em
  }
}

#colum_right .contents h4 span {
  border-left:5px #1f1f1f solid;
  padding-left:5px
}

#colum_right .contents span.bold {
  font-weight:700
}

@media screen and (min-width: 481px) {
  #colum_right .contents .about_img {
    overflow:hidden
  }
}

#colum_right .contents .about_img img {
  width:45%;
  height:auto;
  float:left;
  margin:5px
}

#colum_right .contents .contents_box {
  padding:5px
}

h5 {
  width:100%;
  background-color:#555;
  color:#fff;
  padding:10px;
  padding-left:20px;
  font-size:1.6em
}

h5 i {
  padding-right:10px
}

@media screen and (max-width:767px) {
  h2 {
    font-size:1.6em;
    margin-bottom:15px;
    font-weight:700
  }

  .check_comnt {
    font-size:1.2rem;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #888;
    padding:10px;
    width:100%;
    background-color:#EEE
  }

  .form .midashi {
    font-size:1.4em;
    margin-top:5px;
    margin-bottom:3px;
    background-color:#363636
  }

  .input {
    overflow:hidden
  }

  .input select {
    float:left;
    font-size:1.2em
  }

  .input span {
    display:inline-block;
    float:left
  }

  .kiyakubox {
    margin-top:20px
  }

  .text_center {
    text-align:center
  }

  .kakunin label {
    margin-top:10px;
    margin-bottom:20px
  }
}

/* スマホ画面用 */
@media screen and (max-width: 480px) {
  #colum_right .contents .about_img img {
    width:80%;
    height:auto;
    float:none;
    margin-bottom:15px
  }

  #colum_right .contents .about_img {
    text-align:center
  }
}

#colum_right .text_contents {
  background-color:#F5FBFF;
  border:1px solid #75C1F4;
  padding:20px;
  padding-top:5px
}

#colum_right .text_contents h3 {
  background:none;
  padding:0
}

#colum_right .text_contents ol,ul {
  list-style:none
}

#login_form .text-danger{
  color:#DEA4A3;
}

.nailthumb-container{
  height:140px;
  overflow: hidden;
}
.nailthumb-pickup-container, .nailthumb-seller-container, .nailthumb-history-container, .nailthumb-cart-container{
  height:150px;
  overflow: hidden;
}
.nailthumb-container a, .nailthumb-pickup-container a, .nailthumb-seller-container a, .nailthumb-cart-container a, .nailthumb-history-container a{
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  width:100%;
  height:100%;
  display:block;
}


.seller_name{
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#fly_to_top {
    position: fixed;
    bottom: 80px;
    left: 5px;
    z-index: 99999;
    display: none;
    cursor: pointer;
}