/* ##### products_com ##### */
/* ## main ## */
#products_com_maincontainer {
	width:100%;
	background:#ffffff;
}
#products_com_main {
	width:1000px;
	margin:auto;
	height:600px;
	position:relative;
}
#products_com_main h1 {
	position:absolute;
	left:70px;
	top:250px;
	color:#000000;
	font-family: 'Lora', serif;
	font-weight:normal;
	font-size:72px;
	letter-spacing:-3px;
	line-height:72px;
	margin:0;
}
#products_com_main h1 small {
	display:inline-block;
	padding-left:0.5em;
}
#products_com_main #products_com_main_photocontainer {
	width:512px;
	height:512px;
	display:block;
	position:absolute;
	top:80px;
	right:0;
	overflow:hidden;
}
/* ## content ## */
.products_com_content_container {
	width:1000px;
	margin:0 auto;
	padding:0 0 100px 0;
}
.products_com_content_container h1 {
	text-align:center;
	font-size:60px;
	margin:0 0 40px 0;
}
.products_com_content_container h1.smaller,
.products_com_content_container-half h1.smaller {
	font-size:40px;
}
.products_com_imgfull {
  display: block;
  margin: 0 auto;
  width: 90vw;
  max-width: 900px;
}
.products_com_imgright {
	display:block;
	float:right;
	margin-left:40px;
}
.products_com_imgleft {
	display:block;
	float:left;
	margin-left:40px;
}
.products_com_content_container-half {
    padding-top: 100px;
}

/* imagechange */
.products_com_mainpct {
	/*display:none;*/
	position:absolute;
	top:0;
	left:0;
}
#products_com_mainpct0 {
	display:block;
}
#products_com_main_ic_thumbbox {
	width:512px;
	height:93px;
	background:#ffffff;
	position:absolute;
	left:0;
	bottom:0;
	font-size:0;
	text-align:center;
}
#products_com_main_ic_thumbbox a {
	display:inline-block;
	margin:16px 5px 0 5px;
}
/* ## spec ## */
#products_com_spec_container {
	width:1000px;
	margin:0 auto;
	padding:100px 0;
}
#products_com_spec_container_main {
	width:512px;
	float:left;
}
#products_com_spec_container_main iframe + iframe {
    margin-top: 10%;
}
#products_com_spectext {
	padding:40px 0;
}
#products_com_spec_container_sub {
	width:450px;
	float:right;
}
#products_com_spec_container_sub h1 {
	font-size:40px;
	line-height:50px;
}
table.products_com_spectable {
	width:100%;
	margin-top:30px;
}
table.products_com_spectable th {
	text-align:left;
	white-space:nowrap;
}
table.products_com_spectable td {
	text-align:right;
}
table.products_com_spectable.products_com_spectable_separete td {
	text-align:center;
	border-right:1px solid #444444;
}
table.products_com_spectable.products_com_spectable_separete td:last-child {
	border-right:none;
}
/* ## clubAdj ## */
.products_com_clubAdj_mainPct {
	width:440px;
	float:left;
}
.products_com_clubAdj_mainPct_illust {
  display: none;
}
#products_com_clubAdj_mainPct_illust0 {
  display: block;
}
.products_com_clubAdj_thumbbox {
	margin-top:10px;
	font-size:0;
	text-align:center;
	display:block;
}
.products_com_clubAdj_thumbbox a {
	display:block;
	float:left;
	width:80px;
	height:70px;
	border:1px solid #444444;
	text-align:center;
	font-size:12px;
	padding-top:45px;
	color:#ffffff;
	margin-right:10px;
	background:center 5px no-repeat;
}
.products_com_clubAdj_thumbbox a.active {
	border-color:#ffffff;
}
.products_com_clubAdj_thumbbox a:last-child {
	margin-right:0;
}
.products_com_clubAdj_description {
	width:480px;
	float:right;
	display:none;
}
.products_com_clubAdj_description.active {
	display:block;
}
.products_com_clubAdj_description dt {
	font-size:40px;
}
.products_com_clubAdj_description dt small {
	display:inline-block;
	padding-left:1em;
	font-size:20px;
}
.products_com_clubAdj_description dd {
	padding:0;
	margin:0;
}
.products_com_clubAdj_line {
	display:block;
	margin:10px 0 0 0;
}

/* ## gallery ## */
#products_com_gallery_container {
	width:1000px;
	margin:0 auto;
	padding-bottom:100px;
}
#products_com_gallery_container h1 {
	font-size:72px;
	text-align:center;
}
#products_com_gallery_container h1.small {
  font-size: 60px;
}
#products_com_gallery_pct1 {
	display:block;
	float:left;
}
#products_com_gallery_pct2 {
	display:block;
	float:right;
}

/* ##### responsive ##### */

@media (min-width: 769px) {
	.products_com_longname #products_com_main h1 small {
		display:block;
		padding-left:0;
		letter-spacing:-1px;
		font-size:75%;
	}
  .products_com_longname #products_com_main h1 small.products_name_verysmall {
    font-size: 60%;
		letter-spacing:-0.5px;
  }
}
@media (max-width: 768px) {
	#products_com_main {
		width:100%;
		height:auto;
	}
	#products_com_main h1 {
		position:relative;
		left:0;
		top:0;
		text-align:center;
		font-size:12vw;
	}
	#products_com_main #products_com_main_photocontainer {
		max-width:90vw;
		max-height:90vw;
		position:relative;
		top:auto;
		right:auto;
		margin:0 auto;
	}
	/* ## content ## */
	.products_com_content_container {
		width:100%;
	}
	.products_com_content_container h1 {
		font-size:8vw;
		margin-bottom:3vw;
	}
  .products_com_content_container h1.small {
    font-size: 6.5vw;
  }
  .products_com_content_container h1.smaller,
  #products_com_spec_container_sub .products_com_content_container-half h1.smaller {
    font-size: 5vw;
  }
	.products_com_imgright, .products_com_imgfull {
		float:none;
		display:block;
		width:80vw;
		margin:5px auto;
	}
	.products_com_txt {
		width:90vw;
		margin:0 auto;
	}
	/* imagechange */
	img.products_com_mainpct {
		max-width:90vw;
		max-height:90vw;
	}
	#products_com_main_ic_thumbbox {
		width:100%;
		height:19%;
	}
	#products_com_main_ic_thumbbox a {
		width:14%;
		margin:1%;
	}
	#products_com_main_ic_thumbbox a img {
		width:100%;
	}
	/* ## spec ## */
	table.products_com_spectable th {
		white-space:normal;
	}
	#products_com_spec_container {
		width:100%;
	}
	#products_com_spec_container_main, #products_com_spec_container_sub {
		width:90vw;
    max-width: 512px;
		margin:0 auto;
		float:none;
	}
	#products_com_spec_container_sub h1 {
    padding-top: 40px;
		font-size:40px;
		text-align:center;
	}
	/* ## clubAdj ## */
	.products_com_clubAdj_mainPct {
		width:90vw;
		margin:0 auto;
		float:none;
	}
	.products_com_clubAdj_thumbbox {
		text-align:center;
	}
	.products_com_clubAdj_thumbbox a {
		display:inline-block;
		float:none;
		width:60px;
		height:60px;
		padding-top:35px;
		font-size:10px;
		letter-spacing:-1px;
		margin:2px;
		background-size:100%;
	}
	.products_com_clubAdj_mainPct>img {
		width:100%;
	}
	.products_com_clubAdj_description {
		width:90vw;
		float:none;
		margin:10px auto;
	}
	.products_com_clubAdj_description dt {
		font-size:8vw;
		text-align:center;
		margin-top:30px;
	}
	.products_com_clubAdj_description dt small {
		font-size:6vw;
	}
	.products_com_clubAdj_description dd {
		font-size:12px;
	}
	.products_com_clubAdj_description dd img {
		width:90%;
		display:block;
		margin:5px auto;
	}
	/* ## gallery ## */
	#products_com_gallery_container {
		width:100%;
	}
	#products_com_gallery_container h1 {
		font-size:12vw;
	}
	#products_com_gallery_container h1.small {
    font-size: 10vw;
  }
	#products_com_gallery_pct1 {
		display:none;
	}
	#products_com_gallery_pct2 {
		float:none;
		margin:0 auto;
		width:90vw;
	}
}


