@charset "UTF-8";
/*-- 

	Base

====================================================== --*/

body > section{
	width: 100%;
	margin:0px auto;
	text-align:left;
}
img {
	border: 0px;
	vertical-align:top;
}
dl,dt,dd,ul,li,ol,p,th,td {
	line-height:1.6em;
	list-style:none;
	margin: 0px;
	padding:0px;
}
dt {
	font-weight: bold;
}
hr {
	display:none;
	clear:both;
}
strong {
}
em {
}
.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear-fix:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}
* html .clear-fix { display: inline-block; }
/* no ie mac \*/
* html .clear-fix { height: 1%; }
.clear-fix { display: block; }
/* */
sup{
	vertical-align:5px;
	font-size:9px;
}

/*-- 

	Link Ele

====================================================== --*/
a {
	color:#333;
	transition:all 200ms ease;
}
a:hover {
	color:#348cb2;
	text-decoration:none;
}


/*-- 

	.main Contents Ele

====================================================== --*/
#ktsCont .kv .kv_wrap .pc h1{
  max-width: 100%;
  width: 1632px;
  height: 340px;
  margin: 0 auto;
}
#ktsCont .kv .kv_wrap .pc img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
#kokuyo-st-main-contents {
  width: 100%;
  overflow: hidden;
}
#kokuyo-st-main-contents #trystrams{
	width:960px;
	margin:0px auto;
  padding-top: 30px;
}

#kokuyo-st-main-contents #trystrams h1{
	font-size:30px;
	line-height:36px;
	font-weight:normal;
	letter-spacing:1px;
	margin:0px 20px 30px;
	padding:60px 0px 0px;
}
#kokuyo-st-main-contents #trystrams h2{
	text-align:center;
	margin:0px auto;
	letter-spacing:1px;
	background:url(../img/h2_bg.gif) no-repeat center top;
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	padding:55px 0px 40px;
}
#Products .main h1{
	width:920px;
	margin:0px auto 30px;
}
#Products .main h2{
	width:920px;
	margin:0px auto 0px;
}
#Products .main{
	width:100%;
}

/*-- btn --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .pdf,
#kokuyo-st-main-contents #trystrams .return,
#kokuyo-st-main-contents #trystrams .btn{
	width:275px;
	height:49px;
	clear:both;
	box-shadow:0px 3px 4px rgba(0,0,0,0.55);
	margin:10px auto 100px;
}
#kokuyo-st-main-contents #trystrams .pdf a,
#kokuyo-st-main-contents #trystrams .return a,
#kokuyo-st-main-contents #trystrams .btn a{
	display:block;
	border:1px solid #555;
	background: url(../img/mark_link03.png) no-repeat 20px 50% #333;
	line-height:29px;
	padding:10px 0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	color:white;
}
#kokuyo-st-main-contents #trystrams .pdf a:hover,
#kokuyo-st-main-contents #trystrams .return a:hover,
#kokuyo-st-main-contents #trystrams .btn a:hover{
	background: url(../img/mark_link03_hover.png) no-repeat 23px 50% #fff;
	color:#333;
}
/*
#base .btns li:nth-of-type(2){
	width:34%;
}
*/
#kokuyo-st-main-contents #trystrams .btns02{
	width:680px;
	margin:0px auto;
	overflow:hidden;
}
#kokuyo-st-main-contents #trystrams .btns02 li{
	float:left;
	width:50%;
}
#kokuyo-st-main-contents #trystrams#Products .btns02 li{
}
#kokuyo-st-main-contents #trystrams#Products .btns02 li.btn01,
#kokuyo-st-main-contents #trystrams#Products .btns02 li.btn01 + li.btn02{
	float:left;
	width:50%;
}
/*-- return --*/
/*-- ------------------------------------------------- --*/
#Products .return a,
#base .return a{
	background: url(../img/mark_return.png) no-repeat 20px 50% #333;
}
#Products .return a:hover,
#base .return a:hover{
	background: url(../img/mark_return_hover.png) no-repeat 17px 50% #fff;
}
/*-- pdf --*/
/*-- ------------------------------------------------- --*/
#Products .pdf a,
#base .pdf a{
	background: url(../img/mark_pdf.png) no-repeat 15px 50% #333;
}
#Products .pdf a:hover,
#base .pdf a:hover{
	background: url(../img/mark_pdf_hover.png) no-repeat 15px 50% #fff;
}

/*-- menu --*/
/*-- ------------------------------------------------- --*/
.menu{
	 width:250px;
	 float:left;
}
.menu dl{
	margin:0px 0px 0px 10px;
}
.menu dt{
	margin:0px 0px 10px;
	background:url(../../image/sitemap/h2_bg.png) no-repeat left top;
	font-size:14px;
	line-height:26px;
	padding:15px 0px 0px;
	letter-spacing:1px;
}
.menu dd{
	margin-bottom:50px;
}
.menu dd ul.descend {
	display: flex;
	flex-direction: column-reverse;
}
.menu dd li{
	line-height:26px;
	font-size:14px;
	margin:0px 0px 5px 0px;
}
.menu dd li a{
	display:inline-block;
	background:url(../../image/sitemap/mark_li.png) no-repeat left center;
	text-decoration:underline;
	min-width:4em;
	padding:0px 0px 0px 30px;
	white-space:nowrap;
}
.menu dd li a:hover{
	text-decoration:none;
	background-position:3px center;
}




/*-- 

	Individual Parts Ele

====================================================== --*/
/*-- shopCategory,productsCategory --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .productsList h2{
	background:url(../img/h2.gif) no-repeat 20px top;
	padding:10px 0px 11px 60px;
	font-weight:normal;
	font-size:20px;
	line-height:26px;
	border-bottom:2px solid #333333;
	margin:0px 0px 60px;
  text-align: left;
}

/*-- productsCategory --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .productsCategory > ul.award li,
.productsCategory > ul.style li{
	width:33%;
	text-align:center;
}
#kokuyo-st-main-contents #trystrams.productsCategory > ul.award{
	margin-bottom:70px;
}
/*-- productsList --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .productsList p{
	margin:0px 20px 20px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd6cc;
	text-align:left;
}
#kokuyo-st-main-contents #trystrams .productsList .items{
	overflow:hidden;
}
#kokuyo-st-main-contents #trystrams .productsList .items li{
	float:left;
	width:33%;
	margin:0px 0px 45px;
}
#kokuyo-st-main-contents #trystrams .productsList .items li:nth-of-type(3n+1){
	clear:both;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a{
	display:block;
	width:220px;
	text-decoration:none;
	margin:0px auto;
	position:relative;
	padding:29px 0px 10px;
  color: inherit!important;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a img{
	max-width: 100%;
	height: auto;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status em,
#kokuyo-st-main-contents #trystrams .productsDetail .status span,
#kokuyo-st-main-contents #trystrams .productsList .items li a em,
#kokuyo-st-main-contents #trystrams .productsList .items li a span{
	border:1px solid #e0e0e0;
	line-height:14px;
	font-size:12px;
	display:inline-block;
	padding:5px 10px;
	position:absolute;
	left:0px;
	color:#333;
	top:0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status em,
#kokuyo-st-main-contents #trystrams .productsList .items li a em{
	border:none;
	padding:6px 10px;
	background:#ccc;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a strong{
	display:block;
	font-size:16px;
	font-weight:normal;
	line-height:26px;
	letter-spacing:1px;
	background:url(../img/mark_dt.png) no-repeat 0px 3px;
	padding:0px 0px 0px 28px;
	margin:10px 0px 0px;
	transition:all 200ms ease;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a img{
	transition:all 200ms ease;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover img{
	opacity:0.5;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover strong{
	background-position:3px 3px;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover em,
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover span{
	color:#333;
}

/*-- productsDetail --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .productsDetail{
	position:relative;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status{
	width:940px;
	margin:0px auto 45px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status em,
#kokuyo-st-main-contents #trystrams .productsDetail .status span{
	position:static;
	margin:0px 15px 0px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .sns{
	position:absolute;
	right:50%;
	top:2px;
	width:940px;
	margin:0px -470px 0px 0px;
	height:22px;
	font-size:0px;
	text-align:right;
}
#kokuyo-st-main-contents #trystrams .productsDetail .sns li{
	height:22px;
	display:inline-block;
	margin:0px 0px 0px 10px;
  vertical-align: middle;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image{
  position: relative;
	background:#f1ece5;
	margin:0px 0px 70px;
  z-index: 1;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image::before{
  position: absolute;
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
	background:#f1ece5;
  z-index: -1;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block{
	padding:40px 5px 40px 15px;
	overflow:hidden;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .img img{
	border:1px solid #e0e0e0;
	max-width: 100%;
	height: auto;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .img{
	float:left;
	width:556px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum{
	float:right;
	width:364px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li{
	float:left;
	width:161px;
	margin:0px 10px 16px;
	height:161px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li a{
	display:block;
	overflow:hidden;
	position:relative;
	width:160px;
	height:160px;
	background:white;
	border:1px solid #e0e0e0;
	transition:border-color 200ms ease;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li a:hover,
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li a.current{
	border:3px solid #bfbfbf;
	margin:-2px 0px 0px -2px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li img{
	height:100%;
	position:absolute;
	left:-100%;
	right:-100%;
	top:0px;
	bottom:0px;
	margin: auto;
}
#kokuyo-st-main-contents #trystrams .productsDetail .detail {
	width:940px;
	margin:0px auto 60px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .detail li{
	padding:15px 0px;
	border-bottom:1px solid #ddd6cc;
}
#kokuyo-st-main-contents #trystrams .productsDetail table{
	width:100%;
}
#kokuyo-st-main-contents #trystrams .productsDetail table th{
	width:112px;
	line-height:25px;
	font-size:12px;
	border-left:35px solid white;
	border-right:15px solid white;
	margin:0px 0px 0px 35px;
	background:#f3f3f3;
	text-align:center;
	font-weight:normal;
	padding:20px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail table td{
	line-height:25px;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
}
#kokuyo-st-main-contents #trystrams .productsDetail dl dd,
#kokuyo-st-main-contents #trystrams .shopDetail dd{
	padding:20px 0px 35px 167px;
	min-height:25px;
	line-height:25px;
	font-size:14px;
	border-bottom:1px solid #ddd6cc;
	margin:-65px 0px 15px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail dl dd.ex,
#kokuyo-st-main-contents #trystrams .shopDetail dd.address{
	margin:-77px 0px 15px 0px;
	padding-bottom:20px;
}


#kokuyo-st-main-contents #trystrams .productsDetail .spec{
	width:940px;
	margin:0px auto 40px;
	border-bottom:1px solid #ddd6cc;
	font-size:0px;
	padding:0px 0px 15px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li{
	display:inline-block;
	margin:0px 5px 0px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li.brand img{
	height:60px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li.award img{
	margin:10px 0px 0px;
	height:40px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li.style{
	border:1px solid #e0e0e0;
	line-height:14px;
	width:110px;
	font-size:12px;
	display:inline-block;
	padding:5px 0px;
	text-align:center;
	color:#333;
	margin:0px 15px 0px 0px;
	vertical-align:-33px;
}

#kokuyo-st-main-contents #trystrams .productsDetail h2{
	margin:0px auto 30px;
	width:870px;
	font-size:24px;
	line-height:40px;
  text-align: left;
}
#kokuyo-st-main-contents #trystrams .productsDetail h2 + p{
	margin:0px auto 50px;
	width:870px;
	font-size:14px;
	line-height:30px;
}

#kokuyo-st-main-contents #trystrams .productSlider {
	overflow:hidden;
	width:940px;
	margin:20px auto 100px;
	font-size:0px;
	text-align:center;
}
#kokuyo-st-main-contents #trystrams .productSlider .inner {
	position: relative;
}
#kokuyo-st-main-contents #trystrams .digslider-btns {
	margin-top: 20px;
	font-size: 0;
}
#kokuyo-st-main-contents #trystrams .digslider-btns li {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/mark_link02.png) no-repeat center center;
	margin: 0 5px;
	border: 1px solid #CCC;
	cursor: pointer;
}
#kokuyo-st-main-contents #trystrams .digslider-btns li:first-child {
	transform: rotate(-180deg);
}
#kokuyo-st-main-contents #trystrams .digslider-btns li a {
}

#kokuyo-st-main-contents #trystrams .subImg{
	display: flex;
}
#kokuyo-st-main-contents #trystrams .subImg li{
	width:25%;
	padding: 0 10px;
}
#kokuyo-st-main-contents #trystrams .subImg li a{
	display:block;
}
#kokuyo-st-main-contents #trystrams .subImg li a img{
	transition:opacity 200ms ease;
	border:1px solid #e0e0e0;
	width:213px;
}
#kokuyo-st-main-contents #trystrams .subImg li a:hover img{
	opacity:0.5;
}

@media screen and (max-width: 640px){
/*-- 

Base

====================================================== --*/
/*-- 

.main Contents Ele

====================================================== --*/
#kokuyo-st-main-contents #trystrams {
	width:100%;
}
#kokuyo-st-main-contents #trystrams  h1{
	font-size:20px;
	line-height:30px;
	margin:0px 20px 20px;
	padding:20px 0px 0px;
	width:auto;
}
#kokuyo-st-main-contents #trystrams  > h2{
	font-size:17px;
	line-height:30px;
	margin:0px auto;
	width:auto;
	padding:20px 20px 20px;
	background-size:190px 2px;
}
/*-- btn --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .pdf,
#kokuyo-st-main-contents #trystrams .btn{
	width:235px;
	height:38px;
	margin-bottom:70px;
}
#kokuyo-st-main-contents #trystrams .pdf a,
#kokuyo-st-main-contents #trystrams .return a,
#kokuyo-st-main-contents #trystrams .btn a{
	background: url(../img/mark_link03.png) no-repeat 10px 50% #333;
	background-size:13px auto;
	line-height:28px;
	padding:5px 0px;
	font-size:14px;
}
#kokuyo-st-main-contents #trystrams .pdf a:hover,
#kokuyo-st-main-contents #trystrams .return a:hover,
#kokuyo-st-main-contents #trystrams .btn a:hover{
	background: url(../img/mark_link03_hover.png) no-repeat 10px 50% #fff;
	background-size:8px auto;
}
#kokuyo-st-main-contents #trystrams .btns02,
#kokuyo-st-main-contents #trystrams .btns{
	overflow:hidden;
	width:auto;
}
#kokuyo-st-main-contents #trystrams .btns02{
	margin-bottom:50px;
}
#kokuyo-st-main-contents #trystrams .btns li{
	float:none !important;
	width:auto !important;
}
#kokuyo-st-main-contents #trystrams .btns li nav{
	margin-bottom:30px;
}
#kokuyo-st-main-contents #trystrams .btns li{
	width:auto;
}

/*-- return --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .return a{
	background: url(../img/mark_return.png) no-repeat 10px 50% #333;
	background-size:16px auto;
}
#kokuyo-st-main-contents #trystrams .return a:hover{
	background: url(../img/mark_return_hover.png) no-repeat 10px 50% #fff;
	background-size:16px auto;
}
/*-- pdf --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .pdf a{
	background: url(../img/mark_pdf.png) no-repeat 10px 50% #333;
	background-size:auto 16px;
}
#kokuyo-st-main-contents #trystrams .pdf a:hover{
	background: url(../img/mark_pdf_hover.png) no-repeat 10px 50% #fff;
	background-size:auto 16px;
}
  
/*-- productsList --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .productsList h2 {
  margin-bottom: 40px;
}
#kokuyo-st-main-contents #trystrams .productsList .items{
	margin:0px 10px 0px!important;
  padding-bottom: 60px!important;
}
#kokuyo-st-main-contents #trystrams .productsList .items li{
	clear:both;
	float:none;
	width:100%;
}
#kokuyo-st-main-contents #trystrams .productsList .items li:nth-of-type(n+2){
  margin-top: 40px;
}

#kokuyo-st-main-contents #trystrams .productsList .items li a{
	width:auto;
	margin:0px 10px;
	position:relative;
	padding:25px 0px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status em,
#kokuyo-st-main-contents #trystrams .productsDetail .status span,
#kokuyo-st-main-contents #trystrams .productsList .items li a em,
#kokuyo-st-main-contents #trystrams .productsList .items li a span{
	line-height:12px;
	font-size:10px;
	padding:4px 5px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status em,
#kokuyo-st-main-contents #trystrams .productsList .items li a em{
	border:none;
	padding:5px 5px;
	background:#ccc;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a strong{
	font-size:14px;
	line-height:20px;
	background:none;
	padding:0px 0px 0px 0px;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a img{
	width:100%;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover img{
}
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover strong{
	background-position:0px 3px;
}
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover em,
#kokuyo-st-main-contents #trystrams .productsList .items li a:hover span{
	color:#333;
}

/*-- productsDetail --*/
/*-- ------------------------------------------------- --*/
#kokuyo-st-main-contents #trystrams .productsDetail{
	position:relative;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status{
	width:auto;
	margin:0px 20px 10px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .status em,
#kokuyo-st-main-contents #trystrams .productsDetail .status span{
	position:static;
	margin:0px 10px 0px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .sns{
  display: none;
	position:static;
	width:auto;
	margin:0px 10px 10px;
	text-align:left;
	height: auto;
}
#kokuyo-st-main-contents #trystrams .productsDetail .sns li{
	margin:0px 10px 0px 0px;
}

#kokuyo-st-main-contents #trystrams .productsDetail .image{
	background:white;
	margin:0px 0px 35px;
	padding:10px 0px 0px;
  
}
#kokuyo-st-main-contents #trystrams .productsDetail .image::before {
  display: none;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block{
	width:auto;
	margin:0px 0px;
	padding:0px 0px 30px;
	overflow:hidden;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .img{
	display:none;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum{
	float:none;
	overflow:hidden;
	width:auto;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li{
	width:100%;
	margin:0px 0px 0px;
	height:auto;
	float:left;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li a{
	display:block;
	overflow:visible;
	position:relative;
	width:auto;
	height:auto;
	background:white;
	border:none;
	transition:border-color 200ms ease;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li a:hover,
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li a.current{
	border:none;
	padding:0px;
	margin:0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .thum li img{
	height:auto;
	width:100%;
	position:static;
	margin: auto;
}

#kokuyo-st-main-contents #trystrams .productsDetail .image .block .marker{
	text-align:center;
	font-size:0px;
	height:11px;
	padding:19px 0px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .marker li{
	display:inline-block;
	margin:0px 10px;
	height:11px;
	line-height:11px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .marker a{
	background:#dcdcdc;
	display:inline-block;
	width:11px;
	height:11px;
	line-height:11px;
	font-size:1px;
	overflow:hidden;
	border-radius:100%;	
}
#kokuyo-st-main-contents #trystrams .productsDetail .image .block .marker a.current{
	background:#434343;
}

#kokuyo-st-main-contents #trystrams .productsDetail .detail {
	width:auto;
	margin:0px auto 30px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .detail li{
	padding:0px 0px;
	border-bottom:none;
}

#kokuyo-st-main-contents #trystrams .productsDetail .detail th{
	width:auto;
	display:block;
	border:none;
	font-size:12px;
	margin:0px 20px 0px;
	padding:5px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .detail td{
	display:block;
	padding:10px 0px 0px;
	min-height:25px;
	line-height:25px;
	font-size:12px;
	border-bottom:none;
	margin:0px 20px 30px 20px;
}


#kokuyo-st-main-contents #trystrams .productsDetail .spec{
	width:auto;
	margin:0px 20px 40px;
	border-bottom:1px solid #ddd6cc;
	font-size:0px;
	padding:0px 0px 20px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li{
	display:inline-block;
	margin:0px 5px 0px 0px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li.brand{
	display:block;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li.brand img{
	height:auto;
	width:150px;
}

#kokuyo-st-main-contents #trystrams .productsDetail .spec li.award img{
	margin:0px 0px 0px;
	height:30px;
}
#kokuyo-st-main-contents #trystrams .productsDetail .spec li.style{
	border:1px solid #e0e0e0;
	line-height:14px;
	width:110px;
	font-size:12px;
	display:inline-block;
	padding:3px 0px;
	text-align:center;
	color:#333;
	margin:0px 15px 0px 15px;
	vertical-align:-17px;
}

#kokuyo-st-main-contents #trystrams .productsDetail h2{
	margin:0px 20px 30px;
	width:auto;
	font-size:20px;
	line-height:34px;
}
#kokuyo-st-main-contents #trystrams .productsDetail h2 + p{
	margin:0px 20px 50px;
	width:auto;
	font-size:12px;
	line-height:25px;
}

#kokuyo-st-main-contents #trystrams .productSlider {
	width:100%;
	margin:20px auto 0;
}
#kokuyo-st-main-contents #trystrams .productSlider .subImg li {
	margin: 0;
}
#kokuyo-st-main-contents #trystrams .digslider-btns {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -16px;
}
#kokuyo-st-main-contents #trystrams .digslider-btns li {
	position: absolute;
	top: 0;
}
#kokuyo-st-main-contents #trystrams .digslider-btns li:first-child {
	left: 20px;
}
#kokuyo-st-main-contents #trystrams .digslider-btns li:last-child {
	right: 20px;
}
	
#kokuyo-st-main-contents #trystrams .subImg{
	overflow:hidden;
	width:auto;
	margin:10px auto 45px;
}
#kokuyo-st-main-contents #trystrams .subImg li{
	float:none;
	text-align:center;
	margin:0px 20px 35px;
	width:auto;
}
#kokuyo-st-main-contents #trystrams .subImg li a{
	text-align:center;
	display:block;
}
#kokuyo-st-main-contents #trystrams .subImg li a img{
	width:183px;
	transition:none;
}
#kokuyo-st-main-contents #trystrams .subImg li a:hover img{
	opacity:1;
}
}
