/*=============================================
	Common
=============================================*/

/*---------------------------
	CSS Reset
---------------------------*/
body{
	color: #333;
	background: #000 url(../_commonimg/bg_drum.jpg) no-repeat fixed;
	/*background: #ddd;*/
	font-family: 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	line-height: 1.5em;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ font-size:100%; }
legend{ color:#333; }

hr {
	margin: 10px 0;
	padding: 0;
	color: #333;
}

/*---------------------------
	CSS plusOne
---------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; }  

.mb {
	margin-bottom: 20px;
}

/*---------------------------
	IDG CSS
---------------------------*/
.Sml{
	font-size: 10px;
	color:#666;
}

.moreLink{
	text-decoration: underline;
	color: #0000FF;
}

th{word-break: break-all;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/*---------------------------
	SNS Widget
---------------------------*/
#twitter-widget iframe {
	width: 95% !important;
	height: 100% !important;
}


/*---------------------------
	Bootstrap Overwrite
---------------------------*/

/*---------------------------
	btn
---------------------------*/
.btn-back {
	display: block;
	margin: 0 auto 50px auto;
}

/*---------------------------
	layout
---------------------------*/
#wrap {
	max-width: 980px;
	margin: 0 auto;
}


/*---------------------------
	header
---------------------------*/

/* Common */
#header {
	background-color: #fff;
	padding-top: 10px;
	height: 50px;
}

@media screen and (max-width: 750px) {
#header {
	height: 90px;
	}
}

@media screen and (max-width: 445px) {
#header {
	height: 85px;
	}
}

/* logo_pc */
#header #logo_pc {
	float: left;
	margin-right: 10px;
}

/* title */
#header #subTitle {
	color: #666666;
	line-height: 100%;
}
#header #mainTitle {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

/* brandHeader */
#brandHeader {
	margin: 5px 0;
}


/* googleSearch */
#search_item{
	float:right;
	background-color:white;
	width:320px;
	margin-right:4px;
}

#titleBox{
    float: left;
	
}

#header #search_item .gsc-control-cse-ja{
	padding:0;
	width:300px;
}

#search_item .gsc-search-button input{
	width:70px!important;
	height:30px!important;
}

.gsc-input-box {
	 height: 30px !important; 
	width:200px;
	float:right;
}

.gsib_a input[type="text"] {
	box-shadow:none;
}

@media screen and (max-width: 750px) {
	#search_item{
		width:100% !important;
		margin-right:0;
	}
	#header{
		padding-top:5px;

	}
	#header #search_item .gsc-control-cse-ja
	{
		padding:6px 0 0 1px;
	}
}

@media screen and (max-width: 445px) {
	#search-box{
		margin:3px 0 0 3px;
	}
}



/*---------------------------
	globalNavi
---------------------------*/
#globalNavi {
	margin-bottom: 20px;
	display: block;
}
#globalNavi >  li {
    width: 16.667%;
	float: left;
	font-size: 14px;
	padding-right:3px;
}
.menu3{
	width:33.333% !important;
}
.menu4{
	width:25% !important;
}
.menu5{
	width:20% !important;
}

#globalNavi > li > a {
	width: 10.667%;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/*border-right: 3px solid transparent;*/
	color: #FFFFFF;
}
#globalNavi li:first-child + * + * + * + * + * {
	padding-right: 0;
}
#globalNavi li.padding{
	padding-right: 3px !important;
}
#globalNavi li.last{
	padding-right: 0;
}
#globalNavi .dropdown-menu li {
	display: block;
	padding: 0;
}

#globalNavi .btn-group > .btn:last-child,
#globalNavi .btn-group > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#globalNavi .btn-group + .btn-group {
	margin-left: 0;
}

/* drum */
#wrap.brand_drum #globalNavi > li > a {
	background-color: #99101D;
}
#wrap.brand_drum #globalNavi.brand_drum li.active > a {
    background-color: #99101D;
}

/* flute */
#wrap.brand_flute #globalNavi > li > a {
	background-color: #46592A;
}
#wrap.brand_flute #globalNavi.brand_drum li.active > a {
	background-color: #46592A;
}

/* percussion */
#wrap.brand_cpmp #globalNavi > li > a {
	background-color: #8B6135;
}
#wrap.brand_cpmp #globalNavi.brand_drum > li.active > a {
    background-color: #8B6135;
}


/* Hughes & Kettner */
#wrap.brand_handk #globalNavi > li > a {
	background-color: #2980B9;
}
#wrap.brand_handk #globalNavi.brand_drum > li.active > a {
	background-color: #2980B9;
}

/* Sabian_Drum */
#wrap.brand_sabian_drum #globalNavi > li > a {
	background-color: #7BA922;
}
#wrap.brand_sabian_drum #globalNavi.brand_drum > li.active > a {
	background-color: #7BA922;
}

/* Sabian_cpmp */
#wrap.brand_sabian_cpmp #globalNavi > li > a {
	background-color: #7BA922;
}
#wrap.brand_sabian_cpmp #globalNavi.brand_drum > li.active > a {
	background-color: #7BA922;
}

/* REMO */
#wrap.brand_remo #globalNavi > li > a {
	background-color: #978D66;
}
#wrap.brand_remo #globalNavi.brand_drum > li.active > a {
	background-color: #978D66;
}

/* Vic Firth */
#wrap.brand_vicfirth #globalNavi > li > a {
	background-color: #CC9E8D;
}
#wrap.brand_vicfirth #globalNavi.brand_drum > li.active > a {
	background-color: #CC9E8D;
}

/* adams */
#wrap.brand_adams #globalNavi > li > a {
	background-color: #380507;
}
#wrap.brand_adams #globalNavi.brand_drum > li.active > a {
	background-color: #380507;
}

/* markbase */
#wrap.brand_markbass #globalNavi > li > a {
	background-color: #F29F09;
}
#wrap.brand_markbass #globalNavi.brand_drum > li.active > a {
	background-color: #F29F09;
}

/* dvmark */
#wrap.brand_dvmark #globalNavi > li > a {
	background-color: #ddc083;
}
#wrap.brand_dvmark #globalNavi.brand_drum > li.active > a {
	background-color: #ddc083;
}

/* brand_gonbops */
#wrap.brand_gonbops #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_gonbops #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}

/* brand_dr */
#wrap.brand_dr #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_dr #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}

/* brand_skull */
#wrap.brand_skull #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_skull #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}

/* brand_gogotuners */
#wrap.brand_gogotuners #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_gogotuners #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}

/* brand_bespeco */
#wrap.brand_bespeco #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_bespeco #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}

/* brand_bespeco */
#wrap.brand_blog #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_blog #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}

/* brand_dr */
#wrap.brand_rotosound #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_rotosound #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}


/* brand_xvive */
#wrap.brand_xvive #globalNavi > li > a {
	background-color: #727272;
}
#wrap.brand_xvive #globalNavi.brand_drum > li.active > a {
	background-color: #727272;
}

/*---------------------------
	sideNavi
---------------------------*/
#sideNavi {
	width: 250px;
	float: left;
}
#sideNavi ul {
	display: none;
}
#sideNavi * {
}
#sideNavi li {
	background-color: #fff;
	cursor: pointer;
}
#sideNavi li:hover {
	background-color: #ccc;
}
#sideNavi > li > p,
#sideNavi > li > a{
	width: 250px;
	padding: 15px 10px;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	font-size: 12px;
}
#sideNavi > li li p,
#sideNavi > li li a{
	width: 250px;
	padding: 10px 10px;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	color: #333;
	background-color: #eee;
}
#sideNavi > li li p:active,
#sideNavi > li li p:hover,
#sideNavi > li li a:active,
#sideNavi > li li a:hover{
	background-color: #ccc;
}
#sideNavi > li:last-child {
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;  
}
#sideNavi > li:first-child {
	background-color: #333;
	color: #fff;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px;  
}
#sideNavi > li:first-child p {
	color: #fff;
	font-weight: normal;
	padding: 4px 15px;
	border-top: 0px solid #ccc;
}

#sideNavi li > ul > li > p,
#sideNavi li > ul > li > a{
	padding-left: 20px;
	border-top: 1px solid #ccc;
	font-size: 12px;
}
#sideNavi li > ul > li > ul > li > p,
#sideNavi li > ul > li > ul > li > a{
	padding-left: 30px;
	border-top: 1px solid #ccc;
	font-size: 10px;
}
#sideNavi li > ul > li > ul > li > ul > li > p,
#sideNavi li > ul > li > ul > li > ul > li > a{
	padding-left: 40px;
	border-top: 1px solid #ccc;
}
#sideNavi .active a,
#sideNavi .active p,
#sideNavi .active {
	background-color: #333;
	color: #fff;
}
#sideNavi li.last{
	height:10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px; 
	}
#sideNavi > li.last:active,
#sideNavi > li.last:hover,
#sideNavi > li.last:active,
#sideNavi > li.last:hover{
	background-color: #fff !important;
	cursor:default;
}

/* banner */
#sideBanner{
	margin:10px auto;
	width:100%;
	text-align:center;
}
#sideBanner img{
	margin-top:5px;
}

/*---------------------------
	footNavi
---------------------------*/
#footNavi {
	width: 100%;
	margin-right: 20px;
}
#footNavi ul {
	display: none;
}
#footNavi * {
}
#footNavi li {
	display: block;
	background-color: #fff;
	cursor: pointer;
}
#footNavi li:hover {
	background-color: #ccc;
}
#footNavi > li > p,
#footNavi > li > a{
	width: 1000px;
	padding: 20px 10px;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	color: #333;
	font-weight: bold;
}
#footNavi > li li p,
#footNavi > li li a{
	width: 1000px;
	padding: 10px 10px;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	color: #333;
	background-color: #eee;
}
#footNavi > li li p:active,
#footNavi > li li p:hover,
#footNavi > li li a:active,
#footNavi > li li a:hover{
	background-color: #ccc;
}
#footNavi > li:last-child {
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;  
}
#footNavi > li:first-child {
	background-color: #333;
	color: #fff;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px;  
}
#footNavi > li:first-child > p {
	color: #fff;
	font-weight: normal;
	padding: 4px 15px;
	border-top: 1px solid #ccc;
}

#footNavi li > ul > li > p,
#footNavi li > ul > li > a{
	padding-left: 20px;
	border-top: 1px solid #ccc;
	font-size: 12px;
}
#footNavi li > ul > li > ul > li > p,
#footNavi li > ul > li > ul > li > a{
	padding-left: 30px;
	border-top: 1px solid #ccc;
	font-size: 10px;
}
#footNavi li > ul > li > ul > li > ul > li > p,
#footNavi li > ul > li > ul > li > ul > li > a{
	padding-left: 40px;
	border-top: 1px solid #ccc;
}
#footNavi .active a,
#footNavi .active p,
#footNavi .active {
	background-color: #333;
	color: #fff;
}

/* drum */
#wrap.brand_drum #sideNavi > li:first-child {
	background-color: #99101D;
}


/*---------------------------
	main
---------------------------*/
#main {
	width: 710px;
	float: right;
}

/*---------------------------
	BannerLink
---------------------------*/
#BannerLink ul {
	margin-top:50px;
}
#BannerLink li{
	width: 243px;
	padding: 0 10px 10px 0;
	float: left;
}
#BannerLink li a {
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
#BannerLink li:nth-child(4n) {
	border-right: 0 solid #ddd;
}


/*---------------------------
	Social
---------------------------*/


/*---------------------------
	footer
---------------------------*/
/* Common */
footer {
	margin: 10px 0;
}





/*=============================================
	index
=============================================*/
/*---------------------------
	carousel
---------------------------*/
.carousel {
	margin: 5px 0 0;
}
.carousel-caption {
	padding: 5px;
}
.carousel h2 {
	font-size: 14px;
	color: #fff;
}

#cboxCurrent{
	display:none !important;
}


/*---------------------------
	sub
---------------------------*/
.topSub{
	width:auto;
	height:200;
	padding:6px;
	background:#000;
	text-align:center;
}
.topSub img{
	margin-right:1px;
	border:1px #333 solid;
}
.topSub img.end{
	padding-right:0;
}



/*---------------------------
	brand
---------------------------*/
#brandNavi .box {
	border-radius: 5px;
	padding: 10px;
	background: none repeat scroll 0 0 #fff;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 180px;
	height: 330px;
}
#brandNavi .box.bg-gray {
	background: none repeat scroll 0 0 #0c1e44;
}
#brandNavi .box.box2 {
	width: 380px;
}
#brandNavi .box.R2 {
    margin-right: 0;
}
#brandNavi h2{
	color: #c00;
	font-size: 16px;
	margin: 5px 0;
	font-weight:bold;
}

#brandNavi h2.main{
	color: #eadfa2;
	font-weight:bold;
}
#brandNavi p{
	font-size: 11px;
	color: #555;
	line-height: 1.7em;
}
#brandNavi .bg-gray p{
	color: #ddd;
	line-height: 1.7em;
}

/*---------------------------
	OverseasLink
---------------------------*/
#OverseasLink h3{
	background-color: #000;
	color: #fff;
	padding: 3px;
	margin-bottom: 5px;
}
#OverseasLink li{
	width: 240px;
	margin-right: 6px;
	margin-bottom: 6px;
	float: left;
}
#OverseasLink li a {
	width: 25%;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #000;
	color: #fff;
}
#OverseasLink li:nth-child(4n) {
	margin-right: 0;
}
#OverseasLink p {
	font-size: 10px;
	text-align: center;
}

/*---------------------------
	footer
---------------------------*/
.fotterInquiryBox{
	background:#666;
	padding:8px;
	clear:both;
}

.fotterInquiryBox_drum{
	border-top:7px solid #99101D;
}

.fotterInquiryBox_cpmp{
	border-top:7px solid #8B6135;
}

.fotterInquiryBox_flute{
	border-top:7px solid #46592A;
}

.fotterInquiryBox_dvmark{
	border-top:7px solid #ddc083;
}

.fotterInquiryBox_markbass{
	border-top:7px solid #F29F09;
}

.fotterInquiryBox_handk{
	border-top:7px solid #2980B9;
}

.fotterInquiryBox_xvive{
	border-top:7px solid #727272;
}

.fotterInquiryBox p{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding-bottom:3px;
}
.fotterInquiry{
width:100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-top:2px;
}
.fotterInquiry th{
width: 35%;
font-size:14px;
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.fotterInquiry td{
font-size:12px;
width: 20%;
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}



#footer {
	text-align: center;
}
#footer li{
	border-right: 1px solid #000;
	padding: 0 10px;
	float: left;
}
#footer li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #eee;
}
#footer li:last-child {
	border-right: 0 solid #000;
}
#footer p{
	color: #eee;
}

/*---------------------------
	Socail
---------------------------*/
/* SocailBtn */


.indexNews h3 {
	color: #000;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}

.indexNews dl > dt {
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 0 0;
	color: #999;
}
.indexNews dl > dd {
	padding: 0 5px 10px 0;
}

.indexNews dl > dd:last-child a {
	font-size: 10px;
	color: #666; 
}

/*=============================================
	contents
=============================================*/
.contents {
	margin-bottom:20px;
}
.contents dl.plate > dt {
	float: left;
	font-weight: normal;
}
.contents dl.plate > dt,
.contents dl.plate > dd,
.contents ul.plate > li {
	background-color: #fff;
	padding: 7px 15px;
}
.contents dl.plate > dd:first-child,
.contents ul.plate > li:first-child {
	padding-top: 14px;
}
.contents dl.plate > dd:last-child,
.contents ul.plate > li:last-child {
	font-size: 10px;
	color: #666;
	padding-bottom: 14px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;  
}
.contents dl.plate > dd:last-child a {
	font-size: 10px;
	color: #666; 
}
.contents > h1 {
	font-size: 18px;
	font-weight: bold;
	background-color: #333;
	color: #eee;
	padding: 4px 15px;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px;  
}
.contents > h2 {
	font-size: 14px;
	font-weight: normal;
	background-color: #333;
	color: #eee;
	padding: 4px 15px;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px;  
}
.contents.descData h3 {
	font-size: 16px;
	font-weight: bold;
	color: #146EA6;
}
.plate h1,
.contents.prodData h3 {
	font-size: 24px;
	font-weight: bold;
	color: #146EA6;
}
.contents.prodData h4 {
	font-size: 12px;
	color: #666;
}
.contents.prodData h5 {
	font-size: 12px;
	color: #666;
}
.contents.prodData p {
	font-size: 12px;
	color: #666;
	margin:5px 0;
}
.contents.prodData h6 {
	font-size: 12px;
	color: #666;
}
.contents.prodData b {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0;
}
.contents .baseData {
	width: 450px;
	float: right;
}

.block3 div{
	font-size: 10px;
	line-height: 1.5em;
	color: #999;
}


.contents span {
	font-size: 10px;
	line-height: 1.5em;
	color: #999;
}
.contents.othrData p,
.contents.funcData p {
	font-size: 12px;

}
.contents.othrData h3,
.contents.funcData h3 {
	font-size: 18px;
	font-weight: bold;
	color: #146EA6;
	width: 680px;
}
.contents.othrData li {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}


.contents .url {
	font-size: 12px;
	margin: 10px 0 0 0;
}

.contents .assi > li {
	font-size: 10px;
	line-height: 1.5em;
	color: #999;
}

.contents .blankHead {
	background-color: #fff;
	height: 10px;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px;  
}



.contents table.plate,
.contents div.plate {
	background-color: #fff;
	padding: 15px 15px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;  
}
.contents div.pankuzu {
	background-color: #fff;
	color: #999;
	font-size: 10px;
	padding: 0 0 0 15px;
}
.contents div.plate > p {
	margin-bottom: 20px;
}


.contents div.plate img.image{
	float: left;
	margin-right: 20px;
	width: 210px;
	display: block;
}
.contents div.plate img.image_flute{
	float: none;
	margin-right: 0;
	width: 100%;
	display: block;
}

.blockArea .block3 {
	width: 210px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: left;
}
.blockArea .block3:nth-child(3n) {
	margin-right: 0;
}
.blockArea .block3 .mainPhoto {
	width: 210px;
	display: block;
	margin-bottom: 10px;
}

.blockArea .block3 .imageBox .thum{
	display:none;
}

.blockArea .block5 {
	width: 120px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}
.blockArea .block5 img{
	width: 120px;
	display: block;
	margin-bottom: 10px;
}

a .block5:hover{
	background:#eee;
	}

.blockArea .block4 {
	width: 150px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
}
.blockArea .block4 img{
	width: 150px;
	display: block;
	margin-bottom: 10px;
}

a .block4:hover{
	background:#eee;
	}



.blockArea .cpModal {
	/*height: 210px; */
	display: table-cell;
	vertical-align: middle;
}

.cautions {
	font-size: 10px;
	color:#eee;
	margin-bottom: 50px;
}

.table thead th,
.table thead td {
	background-color: #eee;
	font-weight: bold;
	font-size: 12px;
}
.table tbody {
	font-size: 12px;
}
.table tbody th {
	background-color: #eee;
	font-weight: bold;
	font-size: 10px;
}

.table.spec th {
	width: 100px;
}
.table.spec td {
	font-size: 10px;
}

.cTax {
	font-size: 12px;
	font-weight: normal;
}

.contents.prodData .block3 h3 {
	font-size: 16px;
}
.contents.prodData .block3 h4,
.contents.prodData .block3 h5 {
	font-size: 10px;
	color: #999;
}


.contents.prodData .block3 p {
	font-size: 12px;
}

.contents.descData p {
    width:680px;
	font-size: 12px;
	color:#333;
}

.contents div.plate .block3 img.image {
    display: block;
    float: none;
    width: 210px;
}

.ColorFinishes {
	width: 157px;
	margin: 0 10px 10px 0;
	float: left;
}
.ColorFinishes img{
	display: block;
}
.ColorFinishes p{
	font-size: 10px !important;
}

.drumsetOption {
	padding: 10px 0;
	border-bottom: 1px solid #666;
}
.drumsetOption:last-child {
	border-bottom: 0;
}
.drumsetOption .op_pName {
    color: #146EA6;
    font-size: 18px;
    font-weight: bold;
}
.drumsetOption .op_aNum {
    color: #666;
    font-size: 12px;
}

.imageBox{
	float:left;
/*	width:31%;  */
	width:210px;
	margin-right: 20px;
}
.imageBox .main{
	width:100%;
}
.imageBox .thum a{
	float:left;
	width:32%;
	margin:0.6%;
	display:block;
	border:1px solid #ddd;
}
.imageBox .thumFirst{
	clear:both;
}


/*YOUTUBE動画埋め込み関連*/
.youtubeBox{
	width:100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*=============================================
	contents
=============================================*/
.brand_blog h2.storytitle a {
	color: #fff;
}
.brand_blog .plate .meta {
	font-size: 10px;
	margin-bottom: 10px;
}
.brand_blog .storycontent div,
.brand_blog .storycontent p {
	margin:1em 0;
}

.blog span{
	font-size:12px !important;}

/*################################################################
	Media Queries 979px
################################################################*/

@media (max-width: 979px) {

	/*---------------------------
		brand
	---------------------------*/
	#brandNavi .box {
		width: 225px;
	}
	#brandNavi .box.box2 {
		width: 715px;
	}
    
    #brandNavi .box.R2 {
        margin-right: 20px;
    }

	/*=============================================
		Common
	=============================================*/
	/*---------------------------
		layout
	---------------------------*/
	#wrap {
		max-width: 768px;
		margin: 0 auto;
	}

	/*---------------------------
		globalNavi
	---------------------------*/
	#globalNavi li {
		font-size: 12px;
	}



	/*---------------------------
		contents
	---------------------------*/
	#main {
		width: 100%;
		float: none;
	}


	/*---------------------------
		BannerLink
	---------------------------*/
	#BannerLink {
		width: 732px;
		margin: 0 auto;
	}
	#BannerLink li,
	#BannerLink li:nth-child(4n){
		width: 248px;
		margin-right: 13px;
		margin-bottom: 13px;
		float: left;
	}
	#BannerLink li a {
		width: 235px;
		height: 40px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #fff;
	}
	#BannerLink li:nth-child(3n) {
		width: 235px;
		border-right: 0 solid #ddd;
	}

	/*=============================================
		contents
	=============================================*/
	.blockArea .block3 {
		margin-right: 49px;
	}
	.contents .baseData {
		width: 455px;
	}

}


/*################################################################
	Media Queries 767px
################################################################*/

@media (max-width: 767px) {

	/*---------------------------
		brand
	---------------------------*/
	#brandNavi .box {
		display: block;
		width: 100%;
		height: auto;
	}
	#brandNavi .box.box2 {
		display: block;
		width: 100%;
	}
    
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


	/*=============================================
		Common
	=============================================*/
	.clearfix { display: block; }  

	/*---------------------------
		layout
	---------------------------*/
	#wrap {
		max-width: 100%;
		width: 100%;
		padding: 0 10px;
	}

	/*---------------------------
		BannerLink
	---------------------------*/
	#BannerLink {
		width: 460px;
		margin: 0 auto;
	}
	#BannerLink li,
	#BannerLink li:nth-child(3n),
	#BannerLink li:nth-child(4n){
		width: 230px;
		margin-right: 0;
		margin-bottom: 5px;
		float: left;
	}
	#BannerLink li a {
		width: 225px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #fff;
	}
	#BannerLink li a img {
		width: 225px;
	}
	#BannerLink li:nth-child(2n) {
		width: 225px;
		margin-right: 0;
	}

	/*---------------------------
		globalNavi
	---------------------------*/
	#globalNavi >  li {
  	  width: 33.334%;
		margin-bottom: 5px;
	}
	#globalNavi li:first-child + * + * {
		padding-right: 0;
	}
	.menu3{
		width:33.334% !important;
	}
	.menu4{
		width:33.334% !important;
	}
	.menu5{
		width:33.334% !important;
	}

	#footNavi > li:first-child > p, #footNavi > li:first-child > a {
  	  border-top: 0 solid #CCCCCC;
	}



	/*=============================================
		contents
	=============================================*/
	.contents .baseData {
		display: block;
		width: 100%;
		float: none;
		clear:both;
	}

	.contents.funcData h3,
	.contents.descData h3,
	.contents.othrData h3 {
		width: 100%;
	}
	.contents.funcData p,
	.contents.descData p,
	.contents.othrData p {
	    width: 100%;
		margin-bottom: 30px;
	}
	.contents div.plate img.image{
		width: 200px;
		float: none;
	}
	.blockArea .block3 {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;

	}
	.blockArea .block3 .mainPhoto {
		width: 210px;
		display: block;
		margin-right: 10px;
		float: left;
	}



	.imageBox{
	float:none;
	width:100%;
	}
	.imageBox a:first-child{
	width:100%;
	text-align: center;
	}.imageBox a:first-child img{
	width:75% !important;
	margin:0 auto !important;
	}

.imageBox .thum a {
	width:32%;
	margin: 0.6%;
	
}

.imageBox .thum a:first-child img {
	margin: 0!important;
	width:100%!important;
}

.imageBox .thum a img {
	margin-bottom: 0!important;
}



}


/*################################################################
	Media Queries 473px
################################################################*/

@media (max-width: 473px) {

	/*=============================================
		Common
	=============================================*/
	/*---------------------------
		BannerLink
	---------------------------*/
	#header #mainTitle {
		font-size: 14px;
	}

	/*---------------------------
		BannerLink
	---------------------------*/
	#BannerLink {
		width: 235px;
		margin: 0 auto;
	}
	#BannerLink li,
	#BannerLink li:nth-child(2n),
	#BannerLink li:nth-child(3n),
	#BannerLink li:nth-child(4n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		float: none;
	}
	#BannerLink li a {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #fff;
	}
	#BannerLink li a img {
		width: 100%;
	}

	/*=============================================
		contents
	=============================================*/
	.contents div.plate img.image{
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.blockArea .block3 .mainPhoto {
		max-width: 350px;
		width: 100%;
		display: block;
		margin-right: 0;
		float: none;
	}
	.contents div.plate .block3 img.image {
		width: 100%;
	}
	.table.spec th {
		width: 70px;
	}
	.table tbody th {
		font-size: 9px;
	}
	.table th, .table td {
		font-size: 9px;
	}
}


/*################################################################
	Media Queries 320px
################################################################*/

@media (max-width: 320px) {

	/*=============================================
		Common
	=============================================*/
	/*---------------------------
		contents
	---------------------------*/
	.contents div.plate img.image{
		width: 270px;
	}

	#footer li,
	#footer p {
		font-size: 12px;
	}
	/*---------------------------
		globalNavi
	---------------------------*/
	#globalNavi >  li {
  	  font-size: 10px;
	}

	.contents dl.plate > dt,
	.contents dl.plate > dd,
	.contents ul.plate > li {
		display: block;
		float: none;
		padding: 0 15px;
	}
	.contents dl.plate > dt {
		padding-top: 7px;
	}
	.contents dl.plate > dd {
		padding-bottom: 7px;
	}
}


/*################################################################
	Print
################################################################*/
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
	#globalNavi,
	#sideNavi,
	#backBtn,
	#brandHeader,
	#footNavi,
	#footer ul,
	#BannerLink{
		display: none !important;
	}

	#header {
		margin-bottom:30px !important;
	}


	.contents .baseData {
		width: 400px !important;
		float: right !important;
	}

	.block3 {
		page-break-inside: avoid !important;
	}
	.block3 a {
		margin-right: 10px !important;
	}
	.block3 {
		width: 700px !important;
		height: 230px !important;
		min-height: 230px !important;
	}

	.cautions {
		display: none !important;
	}

}


/*=============================================
	SideNavi img
=============================================*/
/*---------------------------
	Drum
---------------------------*/
.drum00{
	background:url(../_subnaviimg/drum00.jpg) top right no-repeat #fff;
}
.drum01{
	background:url(../_subnaviimg/drum01.jpg) top right no-repeat #fff;
}
.drum02{
	background:url(../_subnaviimg/drum02.jpg) top right no-repeat #fff;
}
.drum03{
	background:url(../_subnaviimg/drum03.jpg) top right no-repeat #fff;
}
.drum04{
	background:url(../_subnaviimg/drum04.jpg) top right no-repeat #fff;
}
.drum05{
	background:url(../_subnaviimg/drum05.jpg) top right no-repeat #fff;
}
.drum06{
	background:url(../_subnaviimg/drum06.jpg) top right no-repeat #fff;
}
.drum07{
	background:url(../_subnaviimg/drum07.jpg) top right no-repeat #fff;
}
.drum08{
	background:url(../_subnaviimg/drum08.jpg) top right no-repeat #fff;
}
.drum09{
	background:url(../_subnaviimg/drum09.jpg) top right no-repeat #fff;
}
.drum10{
	background:url(../_subnaviimg/drum10.jpg) top right no-repeat #fff;
}
.drum11 a{
	background:url(../_subnaviimg/drum11.jpg) top right no-repeat #fff;
}
.drum11 a:hover{
	background:url(../_subnaviimg/drum11.jpg) top right no-repeat #ccc;
	text-decoration:none;
}