/* stock */
#stock {
	background: #000;
}
#stock h2 {
	border-bottom: 5px solid #575757;
  color: #fff;
}
#stock li {
	padding: 0 5px;
}
#stock li .txtwrap {
	background: rgba(255,255,255,1);
	padding: 10px 15px;
}
#stock li img {
	width:100%;
	margin-bottom: 10px;
}
#stock li a {
	color: #000;
	text-decoration: none;
}
#stock li a:hover {
	opacity: .8;
}
#stock .maker {
	line-height: 1.5;
}
#stock .grade {
	font-size: 90%;
}
#stock .type {
	font-size: 117%;
	line-height: 1.4;
}

#stock .block-table {
	width: 100%;
	margin: 10px 0;
}
#stock .block-table td {
	text-align: center;
	padding: 5px;
	font-size: 90%;
	width: 50%;
}
#stock .block-table tr.col {
	border-bottom: 1px dotted #a8a8a8;
}
.product-inner {
	width: 700px;
	margin: 100px auto 50px;
}
.product-inner .ttl-cat {
	font-size: 130%;
	padding: 10px;
	background: #e0e0e0;
	margin-bottom: 0;
}
.product-inner .text-01 {
	line-height: 26px;
	margin-bottom: 20px;
	padding-top: 10px;
	letter-spacing:2px
}
.product-inner .text-02 {
	font-size: 117%;
	letter-spacing:2px;
	padding-bottom: 10px;
}
.product-inner .text-02 .col01 {
	color: #ff2020;
	padding-left: 15px;
	font-size: 200%;
}
.product-inner .text-02 .col02 {
	font-size: 150%;
	padding-left: 2px;
}
.product-inner .text-link {
	text-align: right;
	margin-bottom: 25px;
}
.product-inner .text-link span {
	background:  #7e781f;
	color: #fff;
	display: inline-block;
	width: 275px;
	font-size: 150%;
	padding: 10px 0;
	text-align: center;
}
.product-inner .block-table {
	width: 100%;
	margin-bottom: 20px;
}
.product-inner .block-table td {
	border: 1px solid #a8a8a8;
	text-align: center;
	padding: 12px 0;
	font-size: 100%;
	width: 20%;
}
.product-inner .block-table tr.col {
	background: #ccc;
}
.product-inner h2 {
	font-size: 120%;
	margin-bottom: 10px;
	font-family: "Hiragino Kaku Gothic ProN","ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}
.product-inner .option {
	margin-bottom: 20px;
}
.product-inner .option li {
	display: inline-block;
	padding: 2px 8px;
	background: #dedede;
	margin: 0 5px 8px 0;
	color: #666;
}
.product-inner .option .on {
	background: #ffcfdc;
	color: #e60f0f;
}
.product-inner .back {
	list-style: none;
	margin: 0 1% 20px;
	width: 48%;
	float: left;
}
.product-inner .back a {
	display: block;
	text-align: center;
	color: #fff;
	background: #282828;
	padding: 15px 0;
	text-decoration: none;
}
.product-inner .contact {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 30px;
}
.product-inner .contact a {
	display: block;
	background: #ccc;
	padding: 10px;
	font-size: 130%;
	text-align: center;
	color: #000000;
}
.product-inner .contact table {
	width: 100%;
	margin-bottom: 10px;
}
.product-inner .contact table th {
	padding: 10px;
	border-bottom: 1px dotted #8e8e8e;
}
.product-inner .contact table td {
	width: 70%;
	padding: 10px;
	border-bottom: 1px dotted #8e8e8e;
}
#stock .more {
	width: 300px;
	margin: 20px auto 50px;
}
#stock .more a {
	border: 1px solid #fff;
	text-align: center;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 117%;
}
#stock .more a:hover {
	background: #fff;
	color: #000;
}
@media (max-width: 767px) {
	#stock .more {
		width: 100%;
		margin: 20px auto 50px;
	}
	#news .more {
		width: 100%;
		margin: 20px auto 0;
	}
}
.headerstock {
	background: url(images/bg_stock.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
.headerstock h1 {
	border-bottom: 5px solid #575757;
	color: #fff;
	margin: 100px auto 150px;
}
.headerstock h1 span {
    display: block;
    padding: 10px;
    font-size: 30%;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Noto Sans Japanese',"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
}

@media only screen and (max-width:700px){
	.headerstock h1 {
		margin: 100px auto 50px;
	}
	#stock ul {
		margin-bottom: 30px;
	}
	.product-inner {
		width: auto;
	}
}

/* fee */
#fee {
  padding: 50px 0;
}
#fee h2 {
	border-bottom: 5px solid #575757;
  color: #fff;
}
#fee .att {
	color: #fff;
	text-shadow: 1px 1px 3px #000; 
}
#fee table {
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 120%;
}
#fee table th {
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
}
#fee table td {
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
}
#fee .white {
  background: rgba(255,255,255,.8);
}
#fee .blue {
  background: #020A6A;
  color: #fff;
}
#fee .blue2 {
  background: #B4DCFE;
}
#fee .orange {
  background: #ffc285;
}
#fee .yellow {
  background: #FFF14C;
}
#fee .pink {
  background: #F6D2E3;
}
#fee .nocol {
	background: rgba(255, 255, 255,0);
	border: none;
}
.price {
  color: black;
  font-size: 130%;
  font-weight: 700;
}

@media only screen and (max-width:767px){
    #fee {
      padding-top: 0px;
      padding-bottom: 20px;
      min-height: auto;
    }
    #fee table {
    	background: rgba(255, 255, 255,0);
    	font-size: 100%;
    }
    #fee tbody tr{
        display: block;
        margin-bottom: 1.5em;
    }
    #fee th,
    #fee td{
        display: list-item;
        border: none;
     background: rgba(255, 255, 255,.8);      
   }

}
/* gallery */
#gallery {
  padding-top: 30px;
}
#gallery h2 {
  color: #000;
  border-bottom: 5px solid #E9E9E9;
}
#gallery ul {
  overflow: hidden;
  margin-bottom: 100px;
}
#gallery li {
	text-align: center;
}
.scale {
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
	background: rgba(0,0,0,.8);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width:767px){
  #gallery {
    padding-top: 0;
  }
  #gallery ul {
    margin-bottom: 20px;
  }
}