@charset "utf-8";

.column2{
	overflow:hidden;
	margin-bottom:68px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ttl_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ttl_area{
  background-image:url(../img/product/main01.jpg);
}

/*
#####################################################################

	index

#####################################################################
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■itemBlock
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.itemBlock{
	margin-bottom:70px;
}
.itemBlock:last-child{
	margin-bottom:40px;
}
.itemBlock .hd02{
	margin-bottom:30px;
}
.itemBlock .hd03{
	margin-bottom:20px;
}
.item_detail{
	overflow:hidden;
	margin-bottom:30px;
}
/*--------------------------------
	img_box
--------------------------------*/
.item_detail .img_box{
	float:left;
	position:relative;
	width:330px;
	border:1px solid #dedede;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.item_detail .img_box:before{
	content:'';
	display:block;
	padding-top:66.5%;	
}
.item_detail .img_box img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin:auto;
}
/*--------------------------------
	img_box
--------------------------------*/
.item_detail .text_box{
	padding-left:360px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■itemLink
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.itemLink{
	overflow:hidden;
	margin-bottom:-10px;
}
.itemLink li{
	margin-bottom:10px;
}
.itemLink li a{
	display:block;
	color:inherit;
	text-decoration:none;
}
.itemLink dl{
	display:table;
	background:#fff;
	border:1px solid #dedede;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.itemLink dl dt,
.itemLink dl dd{
	display:table-cell;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:17px 30px;
}
.itemLink dl dt{
	width:300px;
	vertical-align:middle;
	padding-right:30px;
}
.itemLink dl dt span{
	display:inline-block;
	background:url(../img/ico_arrow04.png) no-repeat left 2px;
	-webkit-background-size:auto 18px;
	background-size:auto 18px;
	font-weight:bold;
	font-size:16px;
	color:#0059a6;
	line-height:1.4;
	padding-left:28px;
	letter-spacing:0.05em;
}
.itemLink dl dd{
	font-size:14px;
	line-height:2;
	padding-left:0;
}
/*--------------------------------
	hover
--------------------------------*/
.itemLink li a:hover{
	opacity: 1;
}
.itemLink li a:hover dl{
	transition: all 0.15s linear;
	border-color:#0059a6;
	background-color:#fff;
}


/*
#####################################################################

	detail

#####################################################################
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pdt_head
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pdt_head{
	position:relative;
}
.pdt_head .category{
	background:url(../img/ico_gear.png) no-repeat left center;
	background-size:auto 18px;
	padding-left:23px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.04em;
	margin-bottom:2px;
	margin-left:10px;
}
.pdt_head h2{
	margin-bottom:40px;
}
.pdt_head .btn02{
	position:absolute;
	right:0;
	bottom:23px;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pdt_detail
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pdt_detail{
	overflow:hidden;
	margin-bottom:50px;
}

/*--------------------------------
	slide_box
--------------------------------*/
.slide_box{
	float:left;
	width:370px;
	height:247px;
}
#slide {
	position: relative;
}
#slide:before{
	content:"";
    display: block;
    padding-top: 67%;
}
#slide li{
	height:auto;
	max-height:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin:auto;
	text-align:center;
}
#slide li img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin:auto;
}
.bx-wrapper{
	position:relative;
}
.bx-controls-direction{
	display:none;
}
.bx-pager-item{
	display:inline-block;
	font-size:0;
}
.bx-pager{
	position:absolute;
	bottom:14px;
	right:7px;
	z-index:100;
	text-align:right;
	font-size:0;
}
.bx-pager-link{
	display:block;
	width:10px;
	height:10px;
	background:#fff;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	margin:0 5px;
}
.bx-pager-link.active{
	background:#0059a6;
}
/*--------------------------------
	text_box
--------------------------------*/
.text_box{
	padding-left:400px;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pdt_block
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pdt_block{
	letter-spacing:0.06em;
	margin-bottom:43px;
}
.pdt_block h3{
	margin-bottom:25px;
}
.pdt_block p{
	padding:0 10px;
}
.pdt_block .btn03{
	overflow:hidden;
}
.pdt_block .btn03 li{
	float:left;
	width:49%;
	margin-bottom:16px;
}
.pdt_block .btn03 li:nth-of-type(2n+1){
	clear:left;
	margin-right:2%;
}
.pdt_block .btn03 li a{
	width:100%;
}
.pdt_block .list01{
	padding:0 10px;
}
.pdt_block .list01 li{
}
.pdt_block{
	/* border-top:1px dotted #7f7f7f;
	padding-top:50px; */
}
.pdt_block .illust_box{
	overflow:hidden;
}
.pdt_block .illust_box li{
	float:left;
	width:49%;
	margin-bottom:26px;
}
.pdt_block .illust_box li:nth-of-type(2n+1){
	clear:left;
	margin-right:2%;
}
.pdt_block .illust_box li a{
	color:#666;
	text-decoration:none;
}
.pdt_block .illust_box li img{
	display:block;
	width:100%;
	height:auto;
}
.pdt_block .illust_box li span{
	display:block;
	color:#666;
	font-size:13px;
	margin-top:5px;
}


















