
.selection-btn-sort {
	background-color: #EEEEEE;
	border-radius: 15.5px;
}
#selection_btn_sort {
    width: 70px;
    height: 31px;
    margin-right: 37px;
}

.selection-btn-sort a {
    height: 31px;
    display: inline-block;
    float: left;
    height: 100%;
    width: 31px;
	border-radius: 15.5px;
}

.selection-btn-sort a.active {
	cursor: default;
}

.selection-btn-sort a.active:hover {
	opacity: 1;
}

#selection_btn_id {
	background: url("/search/img/btn-selection-id.png") no-repeat 0 -31px;
}

#selection_btn_id.active {
	background: #222222 url("/search/img/btn-selection-id.png") no-repeat 0 0;
}

#selection_btn_random {
	float: right;
	background: url("/search/img/btn-selection-random.png") no-repeat 0 -31px;
}

#selection_btn_random.active {
	background: #222222 url("/search/img/btn-selection-random.png") no-repeat 0 0;
}

.selection .content-top .right .span-1 {
    margin-right: 16px;
	height: 12px;
	line-height: 12px;
	margin-top: 10px;
	letter-spacing: 0.1em;
}
.selection .content-top .right .span-2 {
	letter-spacing: -0.05em;
    margin-right: 15px;
	height: 12px;
	line-height: 12px;
	margin-top: 7px;
}
.selection .span-3 a {
    width: 33px;
    height: 33px;
    background: rgba(0, 0, 0, 0) url("/common/img/btn-top.png") no-repeat scroll left top;
    margin-top: -2px;
    display: block;
}

.selection #contents_area.selection {
    width: 100%;
    margin-top: 130px;
}

/*change title to image by TanND */
#title_en {
    font-family: "Avenir Next UltraLight";
    font-size: 32px;
    /*
    padding-top: 6px;
    padding-bottom:9px;
    */
}

/*******************._Selection list_.***************************************************************************************************/
.grid-item {
	position: relative;

	box-sizing: border-box;
	float: left;
	background-color: #ffffff;
	/*width: 200px;*/
	width: 20%;
	display: block;
	padding: 9px;
}
.i-square-big {
	width: 40%;
}
.i-square-small {
	width: 20%;
}
.i-rectangle {
	width: 40%;
}

body {
	margin: 0;
	padding: 0;
}
.grid-item img {
	width: 100%;
	height: 100%;
	display: block;
}
#contents_area {
	margin: 0 auto;
}
.wrap-item {
	position: relative;
}
.i-bottom {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;

}
.i-rectangle-big .i-bottom {
	padding-right: 0;
	padding-bottom: 0;
}
.i-bottom .description {
	background: url("/search/img/bkg-selection-image-title.png");
	width: 100%;
	height: 136px;
	opacity: 0.55;
	transition: background 0.3s ease 0s;
	cursor: pointer;
}
.grid .i-hover .wrap-item:hover .i-bottom .description {
	background: url("/search/img/bkg-selection-image-title-hover.png");
}


.wrap-top .i-bottom .description {
	background: url("/search/img/bkg-selection-image-title-top.png") no-repeat;
	width: 986px;
	height: 220px;
}

.wrap-top .grid-item:hover .i-bottom .description {
	background: url("/search/img/bkg-selection-image-title-hover-top.png") no-repeat;
}

.description div {
	margin-left: 30px;
	text-align: left;
	display: block;
	float: left;
}



.i-square-small-8-10 {
	width: 20%;
}
.i-square-big-8-10 {
	width: 40%;
}
.i-rectangle-8-10 {
	width: 40%;
}

.i-square-small-6-8 {
	width: 25%;
}
.i-square-big-6-8 {
	width: 50%;
}
.i-rectangle-6-8 {
	width: 50%;
}

.i-square-small-1024-6 {
	width: 33.333333%;
}
.i-square-big-1024-6 {
	width: 66.666666%;
}
.i-rectangle-1024-6 {
	width: 66.666666%;
}

.i-square-small-0-6 {
	width: 347.333333px;
}
.i-square-big-0-6 {
	width: 694.666666px;
}
.i-rectangle-0-6 {
	width: 694.666666px;
}

/*.grid-item:hover .description div {*/
	/*opacity: 1;*/
/*}*/

/*.grid-item:hover .i-items {*/
	/*display: block;*/
/*}*/

.description div.clear {
	clear: both;
}

.i-name {
	font-family: mplus-1p-light, sans-serif;
	font-size: 36px;
	color: #ffffff;
	letter-spacing: -0.05em;
	line-height: 36px;
	/*height: 36px;*/
	height: auto;
	min-height: 36px;
	margin-top: 38px;
	margin-right: 27px;
}
.wrap-top .i-name {
	font-size: 53px;
	line-height: 53px;
	height: 53px;
	margin-top: 69px;
	margin-left: 70px;
}

.i-square-small .i-name {
	margin-top: 31px;
	margin-left: 29px;
}

.i-square-small .i-des {
	margin-top: 11px;
}

.i-rectangle .i-name {
	margin-top: 38px;
}

.i-rectangle .i-des {
	margin-top: 5px;
}

.i-des {
	font-family: mplus-1p-regular, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.3;
	height: auto;
	min-height: 30px;
	margin-top: 8px;
	margin-right: 28px;
	width: auto;
}

.wrap-top .i-des {
	line-height: 1.3;
	margin-top: 8px;
	font-family: mplus-1p-thin, sans-serif;
	font-size: 17px;
	height: 17px;
	line-height: 17px;
	margin-top: 14px;
	margin-left: 70px;
}


.i-rectangle .i-des, .i-square-big .i-des {
	/*width: 469px;*/
}
.i-square-small .i-des {
	/*width: 260px;*/
}

.i-items, .i-items ul {
	display: block;
	float: left;
}

.i-items {
	width: 100%;
	overflow: hidden;
	display: none;
	transition: display 1.5s ease 0s;
}

.i-items ul {
	width: 520%;
}

.wrap-top .i-items ul {
	width: 220%;
}

.wrap-top .i-items img {
	height: 100%;
}

.i-items li, .i-items li a, .i-items li img {
	display: block;
	float: left;
}

.i-items li a {
	overflow: hidden;
}

.i-square-big .i-items li a, .wrap-top .i-items li a {
	width: 128px;
	height: 128px;
}

.i-square-small .i-items li a, .i-rectangle .i-items li a {
	width: 86px;
	height: 86px;
}

.selection .content-top .right div.btn-general {
	cursor: pointer;
}
.selection .content-top .right {
	float: right;
	height: 31px;
	margin: 53px 27px 0 0;
}

/**************._Selection Top_.***************************************************************************************************/
.selection-top, .main {
	display: block;
	float: left;
	width: 100%;
    margin-top: -9px;
}
.wrap-top {
	position: relative;
}
.wrap-top a {
	width: 100%;
	height: 555px;
	display: block;
}
a.sl-big-img img {
	min-height: 555px;
	min-width: 1920px;
	display: block;
	float: left;
}