
.selectArtworkTabArea {
	width: 100%;
	height: auto;
	margin: 12px 0 20px 0;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.tabSpaceLeft,
.tabSpaceRight {
	width: 8px;
	height: 44px;
	border-bottom: 1px solid #D9E0E6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.tabSpaceCenter {
	width: 4px;
	height: 44px;
	border-bottom: 1px solid #D9E0E6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.segmentSpacer {
	width :0;
	height: 36px;
	border-left: 1px solid #00629D;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.illustTab > span,
.comicTab > span,
.animationTab > span {
	width: 100%;
	height: 100%;
	line-height: 44px;
	vertical-align: center;
}

.illustTab,
.comicTab,
.animationTab {
	width: 310px;
	height: 44px;
	display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	text-align: center;
	font-size: 16px;
	border-top: 1px solid #D9E0E6;
	border-left: 1px solid #D9E0E6;
	border-right: 1px solid #D9E0E6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
         -ms-border-radius-topleft: 6px;
          -o-border-radius-topleft: 6px;
             border-radius-topleft: 6px;
             border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topright: 6px;
         -ms-border-radius-topright: 6px;
          -o-border-radius-topright: 6px;
             border-radius-topright: 6px;
             border-top-right-radius: 6px;
}

.visibleTabStyle {
	color: #262729;
	background-color: #FFFFFF;
}

.disableTabStyle {
	color: #A3ABB3;
	background-color: #EDEFF2;
	border-bottom: 1px solid #D9E0E6;
	cursor: pointer;
}

#rankTypeSegmentArea,
#artworkTypeSegmentArea {
    text-align: center;
    width: 640px;
    height: 36px;
    margin-bottom: 20px;
    justify-content: center;
	-webkit-justify-content: center; 
	-webkit-box-pack: center;
}

.showSegmentArea {
    display: flex;
	display: -webkit-flex;
	display: -webkit-box;
}

.hideSegmentArea {
	display: none;
}

.segmentItem {
    display: table;
	width: 160px;
	height: 36px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

.segmentItem span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.segmentItem:first-child {
	border-left: 1px solid #00629D;
	border-top: 1px solid #00629D;
	border-bottom: 1px solid #00629D;
    -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
         -ms-border-radius-topleft: 6px;
          -o-border-radius-topleft: 6px;
             border-radius-topleft: 6px;
             border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
         -ms-border-radius-bottomleft: 6px;
          -o-border-radius-bottomleft: 6px;
             border-radius-bottomleft: 6px;
             border-bottom-left-radius: 6px;
}

.segmentItem:last-child {
	border-right: 1px solid #00629D;
	border-top: 1px solid #00629D;
	border-bottom: 1px solid #00629D;
    -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topright: 6px;
         -ms-border-radius-topright: 6px;
          -o-border-radius-topright: 6px;
             border-radius-topright: 6px;
             border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-bottomright: 6px;
         -ms-border-radius-bottomright: 6px;
          -o-border-radius-bottomright: 6px;
             border-radius-bottomright: 6px;
             border-bottom-right-radius: 6px;
}

.segmentItem:not(:first-child):not(:last-child) {
	border-top: 1px solid #00629D;
	border-bottom: 1px solid #00629D;
}

.selectedSegmentItem {
	color: #FFFFFF;
    background-color: #00629D;
}

.unselectedSegmentItem {
	color: #00629D;
    background-color: #FFFFFF;
    cursor: pointer;
}

.showSelectArea {
    display: block;
}

.hideSelectArea {
	display: none;
}

.clickableTabStyle {
	color: #A3ABB3;
	background-color: #EDEFF2;
	border-bottom: 1px solid #D9E0E6;
	cursor: pointer;
}

.artworkLineArea {
	width: 640px;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	justify-content: space-between;
	-webkit-justify-content: space-between; 
}

.noItem {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	width: 100%;
	height: auto;
	margin-top: 31px;
}

.csspinner {
    display: none;
}

.rankingSpinner {
    top: 80px;
    position: relative;
    display: block;
    z-index: 20;
}