.img-responsive-overwrite{
    margin: 0 auto;
}



 
/*  carousel
/*--------------------------------- */
.carousel-inner{
	margin:0;
}
.carousel-inner img{
    width: 100%;
}


.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, 0)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}





/* ------------------------------------- /
/   content
/* ------------------------------------- */

@media screen and (min-width: 768px) {/* PC用 */
.container {
	width:100%;
  }
  
}


.bg_gray{
	background-color:#f4f4f4;
}




/*  what's new
/* ------------------------------------- */
.whatsnew{
	padding:5px;
}
.top_netshop{
	padding:5px;
}
.title{
    text-align: left;
	font-size:18px;
    margin:15px 0;
	padding:10px 0;
	border-bottom:1px solid #000;
}
div.news{
	width:100%;
	height:210px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	}
div.news a{
	color:#666;
	}
div.news .attention{
	margin:10px auto 10px auto;
	width:90%;
	font-size:12px;
	}
div.news dl{
	height:auto;
	padding:0;
	margin:3px 0;
	list-style:none;
	font-size:0.8em;
	color:#333;
	border-bottom: dashed 1px #d1d1d1;
	clear:both;
	display:block;
	overflow: hidden;
	}
div.news dt{
	margin:0;
	padding:0;
	clear: left;
  float: left;
  width: 26%;
	vertical-align:top;
	font-weight:normal;
	overflow: hidden;
	}
div.news dt img{
	width:100%;
	max-width:60px;
	border:none;
	}
div.news dd{
	margin: 0 0 0 26%;
	padding:3px 0 0 0;
	padding-bottom:4px;
	display:block;
	}
@media screen and (max-width: 350px) {/* 埋め込み */
div.news dt{font-size: 0.5em;}
  
} 



.text-box{
    margin-bottom: 40px;
}
 
.top_banner{
	margin:5px 0;
}

.new_more{
	text-align:right;
}

/*  shop bnrs
/*--------------------------------- */
.go_shop{
	margin:3px;
}

/*  panel-box
/*--------------------------------- */
.panel {
    margin:10px 3px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding:3px;
}

	
 
.panel-img {
	background-color:#fff;
	border:1px solid #eee;
	width:100%;
	margin:0;
	padding:0;    
}
.panel-img a:hover{
	opacity:0.8;
}
 .panel-body {
    text-align: center;
    padding:0;
    background-color: #fff;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #666;
    font-size: 12px;
    font-weight: normal;
	height:100px;
}
.panel-body h4{
	font-size:130%;
}

.panel-footer {
    text-align: right;
	 padding: 5px auto;
     background-color: #fff;
    border-top: none;
    color: #666;
    font-size: 10px;
    font-weight: normal;
}
 
/*  button-box
/*--------------------------------- */
.button-box{
    text-align: center;
    padding: 60px 0;
    margin-top: 40px;
    background-color: #eee;
}
 
.button-box p{
    color: #888;
}
 
.btn {
    padding: 12px 80px;
}
 
.button-box .btn-default{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #7E7E7E;
}




