/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;width:90%;}
.cboxPhoto img{width:100%;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible; /overflow:visible;}
        .cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{padding:1px;}
        #cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; /*top:-22px;*/ left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(controls.png) no-repeat 0 0;}
.svg #cboxPrevious,.svg #cboxNext,.svg #cboxClose{
    background-image: url("/common/img/bg_vector.svg") !important;
}
/*
#cboxPrevious{
    background: url("/common/img/bg_vector.png") no-repeat scroll -200px -145px transparent;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    z-index: 100;
    position:absolute;
    top:-28px;
    right:44px;
}

#cboxNext{
   background: url("/common/img/bg_vector.png") no-repeat scroll -200px -105px transparent;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    z-index: 100;
    position:absolute;
    top:-28px;
    right:22px;
}*/




#cboxClose{
    background: url("/common/img/bg_vector.png") no-repeat scroll -160px -180px transparent;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    z-index: 100;
    position:absolute;
    top:-28px;
    right:0;
}

        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
        #cboxLoadedContent img{border:1px solid #333; padding:1px; /border:none;}

        #cboxTitle{width: 90%;position:absolute; bottom:0; height: 4em; left:5%; color:#fff;font-size:75%;font-family:"Helvetica","Arial","Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","ＭＳ Ｐゴシック",sans-serif; line-height: 1.4;}
    #cboxContent { padding-bottom: 4em;}


.svg #cboxPrevious,
#cboxPrevious{
	background: url("/common/img/sp/bg_arrow.png") no-repeat scroll 10px 0 transparent!important;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    z-index: 100;
    position:absolute;
    top:35%;
	margin-top:-16px;
    left: -6px;
}
.svg #cboxNext,
#cboxNext{
	background: url("/common/img/sp/bg_arrow.png") no-repeat scroll -50px 0 transparent!important;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    z-index: 100;
    position:absolute;
    top:35%;
	margin-top:-16px;
    right: -6px;
}
    #gworls #cboxContent { padding-bottom: 50px !important}

.mv_txt{
	display:none;
}
.mv_txt .img{
	margin-bottom:10px;
}
.mv_txt .img p.tl{
	font-weight:bold;
	margin-bottom:5px;
	color:#fff;
	padding-top:10px;
}
.mv_txt .img ul li{
	padding-top:5px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-size:80%;
	list-style:none;
}
.mv_txt .img ul li a img{
	border:solid 2px #ccc;
	width:100px;
	display:block;
	margin-bottom:5px;
}

.mv_txt .img ul li a:hover img,
.mv_txt .img ul li a.on img
{
	border:solid 2px #fa931a;
}

.mv_txt .img ul li a img.arwR,
.mv_txt .img ul li a:hover img.arwR,
.mv_txt .img ul li a.on img.arwR,
.mv_txt .img ul li a img.arwR2,
.mv_txt .img ul li a:hover img.arwR2,
.mv_txt .img ul li a.on img.arwR2{
	position:relative;
	display:inline !important;
	border:none !important;
	margin-bottom:0 !important;
	top:3px !important;
}

.mv_txt .txt{
	clear:both;
	padding:10px 0;
	border-top:solid 1px #ccc;
}
.mv_txt .txt p{
	line-height:1.4;
	color:#fff;
	font-size:70%;
}

#cboxContent .mv_txt{
	padding-top:10px;
	display:block;
	color:#fff;
	font-size:80%;
}

#cboxContent .mv_txt a{
	text-decoration:underline;
}

#products.detail.svg #cboxPrevious,
#products.detail #cboxPrevious{
    background: url("/common/img/bg_vector.png") no-repeat scroll -200px -145px transparent !important;
    cursor: pointer;
    display: block;
/*    height: 32px;*/
    overflow: hidden;
    text-indent: -9999px;
/*    width: 32px;*/
    z-index: 100;
    position:absolute;
    left:-10px !important;
    margin-top:5px;
    width: 0;
    height: 0;
}

#products.detail #cboxNext,
#products.detail #cboxNext{
    background: url("/common/img/bg_vector.png") no-repeat scroll -200px -105px transparent !important;
    cursor: pointer;
    display: block;
/*    height: 32px;*/
    overflow: hidden;
    text-indent: -9999px;
/*    width: 32px;*/
    z-index: 100;
    position:absolute;
    right:-10px !important;
    margin-top:5px;
    width: 0;
    height: 0;
}

#products.detail #cboxClose{
    background: url("/common/img/bg_vector.png") no-repeat scroll -160px -180px transparent !important;
    cursor: pointer;
    display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    z-index: 100;
    position:absolute;
    top:-28px;
    right:0;
}
#products.detail .cboxPhoto{width:auto;}
        #products.detail .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        #products.detail .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        #products.detail .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        #products.detail .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        #products.detail .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
        #products.detail #cboxLoadedContent img{border:1px solid #333; padding:1px; /border:none;}

        #products.detail #cboxTitle{width: 90%;position:absolute; bottom:0; height: 4em; left:5%; color:#fff;font-size:75%;font-family:"Helvetica","Arial","Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","ＭＳ Ｐゴシック",sans-serif; line-height: 1.4;}
    #cboxContent { padding-bottom: 4em;}
