#product_profile_area {
	width: 99%;
	margin: 0px 0 30px 1%;
	display: inline-block;
	z-index: -700;
}
#product_profile_content_01 {
	width: 48%;
	height: auto;
	float: left;
	display: inline-block;
	z-index: -650;
}
#product_main_image_area {
	width: 100%;
	display: inline-block;
	padding: 0;
	float: left;
	z-index: -600;
}

.alternative_image {
	width: auto;
	height: auto;
	margin: 10px 1% 0 0;
	padding: 0;
	display: block;
	float: left;
	z-index: -550;
}
.technical_drawing {
	width: auto;
	height: auto;
	margin: 10px auto 0 0;
	padding: 0;
	display: block;
	float: left;
	z-index: -550;
}
#product_profile_content_02 {
	width: 51%;
	height: auto;
	margin: 0 0 0 auto;
	float: right;
	display: inline-block;
	z-index: -650;
	text-align: left;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
#product_name {
	width: 100%;
	font-family: "Meiryo UI", Geneva, sans-serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.4px;
	line-height: 27px;
	text-transform: uppercase;
	padding: 0 auto 0;
	margin: 0 auto 0;	
	color: #006ce2;
	display: block;
	z-index: -600;
	border-bottom-color: #cdcdcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #cdcdcd;
	border-top-width: 1px;
	border-top-style: solid;
}
#product_code {
	width: 100%;
	font-family: Ebrima, Geneva, sans-serif;
	font-size: 14px;
	padding: 0 auto 0;
	margin: 4px auto 0;
	color: #999999;
	display: block;
	z-index: -600;
}
#product_description {
	width: 100%;
	min-height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0 0 0 0;
	margin: 28px 0 0 0;
	display: block;
	line-height: 22px;
	z-index: -600;
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
    	opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
    	opacity:0;
	}
	to {
    	opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
    	opacity:0;
	}
	to {
    	opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
    	opacity:0;
   	}
	to {
    	opacity: 1;
    }
}
ul.specification {
    list-style: disc outside none; 
    margin: 0 0 0 15px; 
    padding: 0 0 0 0;
}
ul.specification li {
    padding: 0 0 0 0;
}
#reference_document {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 28px 0 0 0;
	display: inline-block;
	line-height: 22px;
	float: left;
	z-index: -600;
}
ul.reference {
    list-style: disc outside none; 
    margin: 0 0 0 15px; 
    padding: 0 0 0 0;
}
ul.reference li {
    padding: 0 0 0 0;
}
#please_note_that {
	width: 100%;
	margin: 28px 0 22px 0;
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block;
	float: left;
	z-index: -600;
}
ul.note_point {
    list-style: disc outside none; 
    margin: 0 0 0 15px; 
    padding: 0 0 0 0;
}
ul.note_point li {
    padding: 0 0 0 0;
}


a.fancybox img {
	border-color: rgba(180, 180, 180, 0.8);
	border-width: 1px;
	border-style: solid;
} 
a.fancybox:hover img {
    position: relative; 
	z-index: 999; 
	box-shadow: 0 1px 2px rgba(0,0,0,0.8);
}




.piclist{
		display: block;
		margin-top: 20px;
		
		float: left;
    }
    .piclist li{
		list-style: none;
        display: inline-block;
        width: 72px;
        height: 54px;
    }
    .piclist li img{
        width: 100%;
        height: auto;
		
    }

    /* custom style */
    .picZoomer-pic-wp,
    .picZoomer-zoom-wp{
        border: 1px solid #fff;
    }


.picZoomer{
	position: relative;
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic{
	width: 360px;
	height: 270px;
}
.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}