@charset "UTF-8";

img {
    margin: 0;
    padding: 0;
}
#detailbox {
	clear: both;
	margin-bottom: 60px;
    margin-top: 30px;
}
#detailwrap {
    margin-bottom: 30px;
}
#detailwrap:after {
  content: "";
  clear: both;
  display: block;
}
#productimgarea {
	width: 100%;
    text-align: center;
}
#mainimgarea {
    
}
#thumbarea {
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
}
#thumbarea ul {
}
#thumbarea li {
    display: inline-block;
    margin-right: 5px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
}
#thumbarea li:last-child {
    margin-right: 0;
}
#detailwrap h4 {

}
#detailwrap p {
    width: 500px;
    float: left;
}
#detailwrap table {
    float: right;
    width: 460px;
}
table.specTbl {
	font-size: 0.85em;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.specTbl th {
	width: 150px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.specTbl td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.detail_featurebox {
    clear: both;
    margin-bottom: 40px;
}
.detail_featurebox:after {
  content: "";
  clear: both;
  display: block;
}
.detail_featurebox p {

}
.detail_featurebox img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
	border: 1px solid #ccc;
}
#detailbox h3 {
    font-size: 1em;
    margin: 50px 0 20px;
    font-weight: normal;
    padding: 5px 15px;
    color: #000;
    border-radius: 5px;
    background-color: #ddd;
}
#productimgarea_sp {
	display: none;
}
#youtubebanner {
    display: none;
}
.inqBtn {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-size: 1em;
    color: #000;
    font-weight: bold;
    background: #fdda1e;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.inqBtn:hover {
    opacity: 0.7;
}

@media screen and (max-width:768px) {

#detailbox {
	margin-bottom: 40px;
    margin-top: 20px;
}
#detailwrap {
    margin-bottom: 20px;
}
#productimgarea_sp {
	display: block;
    margin-bottom: 30px;
}
#productimgarea {
	display: none;
}
.bx-wrapper .bx-controls-direction a:hover {
	transition: none; /*bxsliderの左右矢印がピクピクするの防止*/
}
.bx-wrapper .bx-pager {
	margin-bottom: 5px;
}
#productimgarea_sp img {
	width: 95%;
	margin: 0 auto;
	height: auto;
	border:1px solid #ccc;
}
#detailwrap h4 {
    margin-top: 0;
    font-size: 0.9em;
}
#detailwrap p {
    width: 100%;
    float: none;
    margin-bottom: 5px;
}
#detailwrap table {
    float: none;
    width: 100%;
}
table.specTbl {
	font-size: 0.85em;
}
table.specTbl th {
	width: 150px;
	padding: 5px;
}
table.specTbl td {
	padding: 5px;
}
.detail_featurebox {
    clear: both;
    margin-bottom: 40px;
}
.detail_featurebox:after {
  content: "";
  clear: both;
  display: block;
}
.detail_featurebox p {
    
}
.detail_featurebox img {
    float: left;
    width: 40%;
    height auto;
    margin-right: 10px;
    margin-bottom: 5px;
}
#detailbox h3 {
    font-size: 1em;
    margin: 50px 0 20px;
    font-weight: normal;
    padding: 5px 15px;
    color: #000;
    border-radius: 5px;
    background-color: #ddd;
}


	.productsCaption{
		margin-top:0px;
		font-size: 0.85em;
	}
	table.specTbl{
		width: 100%;
	}
	table.specTbl th {
		width: 40%;
	}
	table.specTbl td {
		width: 60%;

	}



	.youtubebanner {
	    display: block;
	    width: 95%;
	    text-align: center;
	    margin: 8px auto 30px;
	    font-weight: bold;
	    letter-spacing: 0.1em;
	}
	.youtubebanner p {
	    padding: 10px;
	    border-radius: 3px;
	    border: 1px solid #a60a2c;
	    margin-bottom: 8px !important;;
	}
	.youtubebanner p a {
	    color: #a60a2c;
	}

input[type="submit"],input[type="button"] {
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;}input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {
display: none;}input[type="submit"]::focus,input[type="button"]::focus {
outline-offset: -2px;}

.inqBtn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 0.8em;
    color: #000;
    font-weight: bold;
    background: #fdda1e;
    border: none;
    border-radius: 20px;
}





}