
.searchButton {
	width: 100%;
	min-width: 32px;
	max-width: 32px;
	height: 36px;
	border: 1px solid #D9E0E6;
	border-left: 0;
	background-color: #ffffff;
	background-image: url(/img/btn/searchBtn_bg.png);
	background-position: -1px 1px;
	background-repeat: no-repeat;
	cursor: pointer;
	flex-shrink: 1;
	top: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.segmentArea {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	text-align: center;
	height: 36px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	justify-content: center;
	-webkit-justify-content: center; 
	-webkit-box-pack: center;
}

.segmentItem {
	display: table;
	width: 120px;
	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;
}

.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;
}

.selectedSegmentItem {
	color: #FFFFFF;
	background-color: #00629D;
}

.unselectedSegmentItem {
	color: #00629D;
	background-color: #FFFFFF;
	cursor: pointer;
}

.artworkLineArea {
	width: 640px;
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	justify-content: space-between;
	-webkit-justify-content: space-between; 
}

.csspinner {
	display: none;
}

.rankingSpinner {
	top: 80px;
	position: relative;
	display: block;
}

#changeCategory-img {
	vertical-align: middle;
	align-items: center;
}

.searchSelectCategory {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 36px;
	width: 482px;
}

.categoryWidget {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#changeIllustCategory-select, 
#changeComicCategory-select,
#changeAnimationCategory-select {
	padding: 8px 8px 8px 8px;
	height: 18px;
	min-width: 160px;
	color: #0B649B;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #0B649B;
	background-color: #FFFFFF;
	box-sizing: content-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	flex-grow: 1;
	flex-shrink: 0;
}

.loadDataArea {
	padding-top: 12px;
}

.contentsArea {
	margin: 0 79px 0 79px;
}