@charset "UTF-8";

.DGW_loadingMegBox {
	position:absolute;
    top:50%;
    left:50%;
    width:14em;
    height:2em;
    margin-left:-7em;
    margin-right:-1.5em;
    padding-top:0.5em;
    text-align:center;
    z-index:7;
    background-color:rgb(0,0,0);
    border:2px solid rgb(250,250,250);
    border-radius:0.5em;
}
.DGW_loadingMeg:after {
	content:"seaching・・・";
	font-size:0.8em;
	color:rgb(250,250,250);
}
.DGW_ErrorDialogue {
	position:absolute;
	margin-left:-9em;
	margin-top:-2em;
	padding:1.5em 2em;
	border:2px solid rgb(250,250,250);
	background-color:rgb(0,0,0);
	z-index:15;
}
.DGW_ErrorDialogue span {
	font-size:0.9em;
	color:rgb(235,50,50);
}
#DGW_warningForIE {
	position:absolute;
	width:26em;
	margin-left:-13em;
	margin-top:-4em;
	padding:1em;
	border:2px solid rgb(230,230,230);
	background-color:rgb(0,0,0);
}
#DGW_warningForIE p {
	text-align:center;
	font-size:0.9em;
	color:rgb(230,230,230);
}

/************** tagSetView ****************************************/
.DGW_tagSetView {
	position:relative;
	margin:1.5em auto;
	background-color:rgba(100,100,100,0.3);
    border:3px solid rgb(100,80,100);
    border-radius:1em;
    width:49em;
    padding:1em 0 0.5em 1.5em;
}
.DGW_seachButton {
	width:4em;
	margin:0.7em auto 0 auto;
	font-size:0.9em;
	text-align:center;
	border:2px solid rgb(80,80,120);
	border-radius:0.8em;
	cursor:pointer;
	background-color:rgb(0,0,30);
}
.DGW_seachButton_active {
	color:rgb(200,200,200);
	cursor:pointer;
}
.DGW_seachButton_passive {
    color:rgb(50,50,50);
    cursor:default;
}
.DGW_megDialogueBySeachImage {
	position:absolute;
	top:50%;
	left:50%;
	width:18em;
	height:2.5em;
	margin-top:-2em;
	margin-left:-9em;
	padding:1em;
	border:2px solid rgb(250,250,250);
	border-radius:0.5em;
	background-color:rgb(0,0,0);
	text-align:center;
	z-index:7;
}
.DGW_megDialogueBySeachImage p {
	font-size:0.8em;
	color:rgb(250,250,250);
}

/************** thumbView *****************************************/
.DGW_thumbView {
	position:relative;
	margin:1.5em auto;
	padding-top:2em;
	padding-bottom:1em;
	background-color:rgba(100,100,100,0.3);
    border:3px solid rgb(100,80,100);
    border-radius:1em;
	width:860px;
}
.DGW_thumbViewClose {
	position:absolute;
	top:0;
	left:50%;
	width:5em;
	margin:0 0 0 -2.5em;
	padding-top:0.2em;
	font-size:0.7em;
	text-align:center;
	border-width:2px;
	border-color:rgb(100,80,100);
	border-style:none solid solid solid;
	border-radius:0 0 0.8em 0.8em;
	background-color:rgb(0,0,0);
	color:rgb(170,170,170);
	cursor:pointer;
}
.DGW_imageCount {
	margin-left:2em;
	font-size:0.9em;
	color:rgb(180,180,180);
}
.DGW_imageCount:after {
	content:"images";
	margin-left:0.5em;
	font-size:0.8em;
	color:rgb(180,180,180);
}
.DGW_thumbArea {
	position:relative;
    width:800px; /*.DGW_thumbFieldのwidth + borderの幅*/
    margin:0 auto;
    /*padding-bottom:3.2em;*/
}
.DGW_thumbViewsTabs_upper {
	position:absolute;
	top:0;
	right:0;
	margin-top:-2.4em;
	z-index:3;
	list-style-type:none;
}
.DGW_thumbViewsTabs_under {
    /*position:absolute;
    bottom:0;
    right:0;
    z-index:3;
    list-style-type:none;*/
	display:none;
}
.DGW_smallTab_upper {
    float:left;
    text-align:center;
    background-color:rgb(0,0,0);
}
.DGW_smallTab_under {
    float:left;
    text-align:center;
    background-color:rgb(0,0,0);
}
.DGW_smallTabPassive_upper {
	display:block;
	width:2.8em;
    height:2.5em;
    order-top:1px solid rgb(200,150,220);
    border-right:1px solid rgb(200,150,220);
    border-bottom:1px solid rgb(0,0,0);
    border-left:1px solid rgb(200,150,220);
    border-radius:1.4em 1.4em 0 0;
    margin:6px 0 0 0.5em;
    font-size:0.8em;
    line-height:2.5em;
    color:rgb(120,120,120);
    cursor:default;
}
.DGW_smallTabPassive_under {
    display:block;
    width:2.8em;
    height:2.5em;
    order-top:1px solid rgb(0,0,0);
    border-right:1px solid rgb(200,150,220);
    border-bottom:1px solid rgb(200,150,220);
    border-left:1px solid rgb(200,150,220);
    border-radius:0 0 1.4em 1.4em;
    margin:-2px 0 0 0.5em;
    font-size:0.8em;
    line-height:2.5em;
    color:rgb(120,120,120);
    cursor:default;
}
.DGW_smallTabActive_upper {
	display:block;
	width:2.2em;
	height:2.2em;
    border:1px solid rgb(200,150,220);
    border-radius:1.1em;
    margin:0.3em 0 0 0.5em;
    font-size:0.8em;
    line-height:2.4em;
    color:rgb(220,220,220);
    cursor:pointer;
}
.DGW_smallTabActive_under {
    display:block;
	width:2.2em;
	height:2.2em;
    border:1px solid rgb(200,150,220);
    border-radius:1.1em;
    margin:0.3em 0 0 0.5em;
    font-size:0.8em;
    line-height:2.4em;
    color:rgb(220,220,220);
    cursor:pointer;
}
.DGW_smallTabDisabled_upper {
	display:block;
	width:2.2em;
    height:2.2em;
    border:1px solid rgb(80,80,100);
    border-radius:1.1em;
    margin:0.3em 0 0 0.5em;
    font-size:0.8em;
    line-height:2.4em;
    color:rgb(80,80,80);
    cursor:default;
}
.DGW_smallTabDisabled_under {
    display:block;
	width:2.2em;
    height:2.2em;
    border:1px solid rgb(80,80,100);
    border-radius:1.1em;
    margin:0.3em 0 0 0.5em;
    font-size:0.8em;
    line-height:2.4em;
    color:rgb(80,80,80);
    cursor:default;
}
.DGW_smallTabDisappear_upper {
	display:none;
}
.DGW_smallTabDisappear_under {
    display:none;
}

.DGW_thumbField {
	background-color:rgb(0,0,0);
	border:1px solid rgb(200,150,220);
}
.DGW_thumbnailTable {
    border-collapse:separate;
    text-align:center;
    margin:0.5em auto 0.5em auto;
	table-layout:fixed;
}
.DGW_thumbnailTable tr {
}
.DGW_thumbnailTableNonSelectdTD {
	border:2px solid rgb(0,0,0);
}
.DGW_thumbnailTableCurrentImageTD {
	border:2px solid rgb(230,230,230);
}
.DGW_thumbnailImage {
	cursor:pointer;
	display:block;
    margin:auto;
}

/************** imageView *****************************************/
.DGW_imageView {
    margin:1em auto 2em auto;
    background-color:rgb(0,0,0);
    border:3px solid rgb(60,40,60);
    border-radius:0.5em;
    width:96%;
    padding:0.5em;
}
.DGW_imageArea {
	position:relative;
	margin:0 auto;
	overflow:hidden;
	background-color:rgb(0,0,0);
}
.DGW_imageBox {
	/*width:---px;
	height:---px;*/
	overflow:hidden;
	position:relative;/*子要素依存、変更不可*/
}
.DGW_CIBox_loading {
	background-image:url(../resource/IV_Loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.DGW_loadingImage {
	display:none;
}
/********************** slide ***************************/
.DGW_imageBox_slideToTheLeft {
	position:absolute;
	top:0;
	transition:left 1.2s ease;
    -webkit-transition:left 1.2s ease;
    -moz-transition:left 1.2s ease;
}
.DGW_imageBox_slideToTheLeft_bg {
	position:absolute;
	top:0;
}
.DGW_imageBox_overlaped {
	position:absolute;
	top:0;
	left:0;
}
.DGW_imageBox_overlaped_front {
	z-index:3;
}
.DGW_imageBox_overlaped_back {
	z-index:1;
}
.DGW_slideImage_fadeIntoBack {
	transition:opacity 1.2s ease;
	-webkit-transition:opacity 1.2s ease;
	-moz-transition:opacity 1.2s ease;
}
.DGW_slideImage_dissolve {
	transition:opacity 3.0s ease-in-out;
    -webkit-transition:opacity 3.0s ease-in-out;
    -moz-transition:opacity 3.0s ease-in-out;
}
.DGW_slideImage {/*スクリプト依存、変更不可*/
	position:absolute;
	top:50%;
	left:50%;
}
/******************** controllerBox  ************************/
.DGW_controllerBox {
	position:relative;
	margin:5px auto -26px auto;
	width:300px;
	height:27px;
	border:1px solid rgb(150,100,180);
	border-radius:13px;
	background-color:rgb(0,0,0);
	padding:0;
}
.DGW_previousButton_active {
	position:absolute;
    top:2px;
    left:2px;
    width:20px;
    height:20px;
    border-radius:10px;
    border:1px solid rgb(200,150,220);
    cursor:pointer;
    background-image:url(../resource/preImg_active.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.DGW_previousButton_loading {
	position:absolute;
    top:3px;
    left:3px;
	width:20px;
	height:20px;
	border:none;
	cursor:default;
	background-image:url(../resource/loading-s1.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.DGW_previousButton_passive {
	position:absolute;
    top:2px;
    left:2px;
	width:20px;
    height:20px;
    border-radius:10px;
    border:1px solid rgb(50,50,50);
    cursor:default;
    color:rgb(200,200,200);
    background-image:url(../resource/preImg_passive.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.DGW_nextButton_active {
    position:absolute;
    top:2px;
    right:2px;
    width:20px;
    height:20px;
    border-radius:10px;
    border:1px solid rgb(200,150,220);
    cursor:pointer;
    background-image:url(../resource/nextImg_active.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.DGW_nextButton_loading {
	position:absolute;
    top:3px;
    right:3px;
	width:20px;
	height:20px;
	border:none;
    cursor:default;
    background-image:url(../resource/loading-s1.gif);
    background-repeat:no-repeat;
    background-position:center center;
}
.DGW_nextButton_passive {
    position:absolute;
    top:2px;
    right:2px;
    width:20px;
    height:20px;
    border-radius:10px;
    border:1px solid rgb(50,50,50);
    cursor:default;
    background-image:url(../resource/nextImg_passive.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.DGW_imagViewClose {
	display:inline-block;
	border:1px solid rgb(150,100,200);
	border-radius:10px;
	width:4em;
	height:18px;
	vertical-align:9px;
	margin-left:15px;
	cursor:pointer;
	font-size:0.7em;
	text-align:center;
	color:rgb(170,170,170);
}
.DGW_transitionSwitch {
	display:inline-block;
	margin-left:40px;
	vertical-align:10px;
	background-color:rgb(0,0,0);
	color:rgb(170,170,170);
}
.DGW_imageLoupeButton {
	display:inline-block;
	width:20px;
	height:25px;
	margin-left:13px;
	margin-top:2px;
}
.DGW_loupe_abled {
	cursor:pointer;
	background-image:url(../resource/loupe_abled.png);
}
.DGW_loupe_active {
	background-image:url(../resource/loupe_active.png);
}
.DGW_loupe_disabled {
	cursor:default;
    background-image:url(../resource/loupe_disabled.png);
}
.DGW_imageLoupe {
	border:1px solid rgb(245,245,245);
	box-shadow:3px 3px 7px 7px rgba(0,0,0, 0.4);
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
