div.g-inner {
    position:relative;
    width:383px;
    height:291px;
}
#view{
    border:solid 1px #FFF;
    position: absolute;
    width:383px;
    height:288px;
    top:0;
    left:0;
    overflow:hidden;
}
#view02 {
    border:solid 1px #FFF;
    position: absolute;
    width:383px;
    height:383px;
    top:0;
    left:0;
    overflow:hidden;
}
#view p{
    position: absolute;
    width:383px;
    height:291px;
    top:0;
    left:0;
}
#view02 p {
    position: absolute;
    width:383px;
    height:383px;
    top:0;
    left:0;
}
#thumbBtn{
    position:absolute;
    top:288px;
    right:-2px;
}
#thumbBtn.thumbBtn_fix{
    top:294px;
}
#thumbBtn02 {
    position:absolute;
    top:388px;
    right:-2px;
}

#caption,
#caption02{
    font-weight:bold;
    position:absolute;
    top:296px;
    left:0px;
}
/*
#thumbBtn{
    margin-right:0px;
}
*/

#thumbBtn li{
    margin-left:2px;
    float:left;
    text-align:right;
    width: 65px;
    height:48px;
    cursor:pointer;
    border: solid 1px #ccc;    
}

#thumbBtn02 li {
    margin-left:2px;
    float:left;
    text-align:right;
    width: 65px;
    height:65px;
    cursor:pointer;
    border: solid 1px #ccc;    
}
#thumbBtn li img {

}
#thumbBtn li.active img,
#thumbBtn02 li.active02 img{
    opacity:0.2;
    filter:alpha(opacity=20);
    -ms-filter: "alpha( opacity=20 )";
}


#areaProductsfoot4{
    height:1800px !important;
}

.cover_img_box_hr_wrap{
	margin:2.4em 0;
	margin:5em 0 3.8em;
}

.cover_img_box_hr{
	background-color:#898989;
	height:2px;
	border:none;
}

.cover_img_box img.cover_img_box-title{
	width:340px;
	margin-bottom:1.4em;
}
.cover_img_box h3{
	position:relative;
	margin-bottom:3.2em;
}
.cover_img_box h3::after{
	content:"";
	display:block;
	width:160px;
	height:3px;
	background:#ececec;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
#cover_contents_box_accesory {
    line-height: 160%;
    max-width: 960px;
    width: 100%;
    color: #FFF;
    font-size: 17px;
    margin: 0 auto;
    padding-bottom: 57px;
}
.cover_img_box img.cover_img_size{
	width:100%;
	margin:0;
}
.cover_img_box_2clm,
.cover_img_box_3clm{
	margin-bottom:1.2em;
}
.cover_img_box_3clm{
	display:flex;
	gap:1.2em;
}
.cover_img_box_3clm li{
	width:calc((100% - 1.2em * 2) / 3);
}
.cover_img_box_2clm{
	display:flex;
	gap:1.2em;
}
.cover_img_box_2clm li{
	width:calc((100% - 1.2em * 1) / 2);
}
.cover_img_box_2clm li img,
.cover_img_box_3clm li img{
	width:100%;
	vertical-align:bottom;
	border:solid 1px #CCC;
}
.ac-header-img{
	vertical-align:bottom;
}