/* ==============================
 * /artists/common/css/search.css
 * ------------------------------
 * - Artist Reset
 * - Artist Layout
 * - media query for SP(max-width:767px)
 * - Artist Module
 * - media query for SP(max-width:767px)
 * - clearfix
 * - colorbox
================================= */
/* - Artist Reset
--------------------------------- */
p,figure { margin: 0; }

/* - Artist Layout
--------------------------------- */
#global-contents {
	background: #fff;
}
.l-main * {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}
/* breadcrumb */
.breadcrumb-txt {
	width:auto;
	height:auto;
	position:relative;
	display:block;
	background:#fff;
	border-bottom:3px solid #000000;
	border-top: 1px solid #d5d5d5;
}
.breadcrumb-wrapper {
	margin-left: 22px;
	padding: 10px 0 8px;
}
.breadcrumb-item {
	color: #545454;
	font-family:HelveticaNeue-CondensedBold,HelveticaNeueBoldCondensed,HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnBold,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
	font-weight:600;
	font-stretch:condensed;
	display: inline-block;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 15px;
	margin-left: 5px;
	position: relative;
}
.breadcrumb-item + .breadcrumb-item:before {
	border-bottom: 1px solid #545454;
	border-right: 1px solid #545454;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	transform: rotate(-45deg);
	width: 5px;
}
/* content-module */
.content-module {
	width: 100%;
	padding: 0 10px;
}
.module__inn {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media print,screen and (min-width:768px) {
.pc--hide {
	display: none !important;
}
}

/* =================================
 * - media query for SP
 * - (max-width:767px)
================================= */
/* - Artist Layout
--------------------------------- */
@media only screen and (max-width:767px) {
body {
	padding-top: 0;
}
.sp--hide {
	display: none !important;
}
}


/* - Artist Module
--------------------------------- */
/* heading */
.heading--lv1 {
	margin-bottom: 20px;
	padding: 2px 0 0 13px;
	border-left: 4px solid #000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.heading--fix {
	margin-bottom: 5px;
	border-left-color: #fff;
}
/* md-search */
.md-search {
	padding-top: 28px;
	padding-bottom: 28px;
	background: #f1f1f1;
}
.search__box {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 2px solid #000;
}
.search__row {
	display: table-row;
}
.search__head {
	width: 17.5%;
	min-width: 210px;
	display: table-cell;
	padding: 14px 10px 14px 18px;
	background: #000;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
.search__desc {
	max-width: 82.5%;
	display: table-cell;
	padding: 5px 10px 5px 5px;
	background: #fff;
	vertical-align: middle;
}
.search__row + .search__row .search__head,
.search__row + .search__row .search__desc {
	border-top: 1px solid #666;
}
.search__elem {
	padding: 12px 0 0 0;
	overflow: hidden;
	white-space: nowrap;
}
.search__elem.js-ellipsis {
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-right: 14px;
}
.search__elem.js-ellipsis:before {
	display: block;
	width: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.3em;
	content: "…";
}
.search__elem--inline {
	display: inline;
}
.search__elem--inline:not(:empty) + .search__elem--inline {
	padding-left: 20px;
}
.search__item {
	display: inline;
	padding-left: 24px;
}
.search__elem--inline > *:first-child {
	padding-left: 0;
}
.search__action {
	margin-top: 20px;
	text-align: center;
	letter-spacing: -0.4em;
}
.search__btn {
	display: inline-block;
	letter-spacing: normal;
}
.search__btn a {
	display: block;
	width: 100%;
	padding: 14px 35px 12px;
	border: 2px solid #000;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media only screen and (min-width:768px) {
.search__btn a:hover {
	opacity: .7;
}
}
.search__btn span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.search__btn--clear {
	margin-right: 30px;
}
.search__btn--clear a {
	background: #fff;
	color: #000;
}
.search__btn--submit a {
	width: 380px;
	background: #000;
	color: #fff;
}
.search__btn--add {
	float: left;
}
.search__btn--add a {
	padding: 10px 12px;
	background: #000;
	font-weight: normal;
	color: #fff;
}
.search__btn--back {
	float: right;
}
.search__btn--back a {
	width: 120px;
	padding: 10px 25px;
	background: #fff;
	border: none;
	color: #000;
}
.search__btn--clear span:before,
.search__btn--clear span:after {
	display: block;
	position: absolute;
	top: 0.1em;
	left: 4px;
	width: 3px;
	height: 15px;
	background: #000;
	content: "";
}
.search__btn--clear span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search__btn--clear span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search__btn--submit span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.search__btn--add span:before,
.search__btn--add span:after {
	display: block;
	position: absolute;
	top: 0.2em;
	left: 5px;
	width: 2px;
	height: 12px;
	background: #fff;
	content: "";
}
.search__btn--add span:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.search__btn--back span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}
.search__delete {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -1px 8px 0 0;
	border: 2px solid #000;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.search__delete i {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
}
.search__delete i:before,
.search__delete i:after {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-left: -6px;
	margin-top: -1px;
	background: #000;
	content: "";
}
.search__delete i:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search__delete i:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* md-search--fix */
.md-search--fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 10px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	-webkit-transition: opacity 0.3s, z-index 0.3s;
	-moz-transition: opacity 0.3s, z-index 0.3s;
	-ms-transition: opacity 0.3s, z-index 0.3s;
	-o-transition: opacity 0.3s, z-index 0.3s;
	transition: opacity 0.3s, z-index 0.3s;
	z-index: -5;
	opacity: 0;
}
.md-search--fix.show {
	z-index: 100;
	opacity: 1.0;
}
.search__elem--fix {
	overflow: hidden;
	margin-right: 20px;
}
.search__elem--fix .search__item:first-child {
	padding-left: 0;
}

/* md-results */
.md-results {
	padding-top: 40px;
	padding-bottom: 110px;
	background: #f8f8f8;
}
.selected .anime-border {
	display: none;
}
.anime-borderT,
.anime-borderR,
.anime-borderB,
.anime-borderL {
	position: absolute;
	background: #193092;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.anime-borderT {
	width: 0px;
	height: 5px;
	top: 0;
	left: 0;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderT {
	width: 100%;
}
}
.anime-borderR {
	width: 5px;
	height: 0px;
	top: 0;
	right: 0;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderR {
	height: 100%;
}
}
.anime-borderB {
	width: 0px;
	height: 5px;
	bottom: 0;
	right: 0;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderB {
	width: 100%;
}
}
.anime-borderL {
	width: 5px;
	height: 0px;
	bottom: 0;
	left: 0;
}
@media only screen and (min-width:768px) {
a:hover .anime-borderL {
	height: 100%;
}
}
@media only screen and (max-width:1024px) {
.anime-border {
	display: none;
}
}
.results__wrap + .results__wrap {
	margin-top: 30px;
}
.results__headline {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.results__head {
	float: left;
	height: 50px;
	padding: 0 16px;
	background: #000;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
}
.results__count {
	position: absolute;
	float: right;
	right: 0;
	bottom: 10px;
	font-family: HelveticaNeue-Condensed,HelveticaNeue-CondensedMedium,HelveticaNeue-Medium,HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnRegular,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
	font-size: 1.6rem;
	line-height: 1.0;
}
.results__count .int {
	font-weight: bold;
	font-size: 2.2rem;
}
.results__list > li {
	display: table;
	width: 20.08%;
	height: 68px;
	float: left;
	margin-left: -1px;
	line-height: 1.1;
}
.results__list > li:nth-child(n+6) {
	margin-top: -1px;
}
.results__list > li a {
	position: relative;
	display: table-cell;
	height: 68px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #666;
	border-top: 2px solid #000;
	vertical-align: middle;
	font-family: HelveticaNeue-Condensed,HelveticaNeue-CondensedMedium,HelveticaNeue-Medium,HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnRegular,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #000;
	overflow: hidden;
}
@media only screen and (max-width:1219px) {
.results__list > li a {
	font-size: 1.2rem;
	line-height: 1.1;
}
}
.results__list > li:nth-child(5n+1) a {
	border-left: 2px solid #000;
}
.results__list > li:nth-child(5n) a,
.results__list > li:last-child a {
	border-right: 2px solid #000;
}
.results__list > li:nth-last-child(1) a,
.results__list > li:nth-last-child(2) a,
.results__list > li:nth-last-child(3) a,
.results__list > li:nth-last-child(4) a,
.results__list > li:nth-last-child(5) a {
	border-bottom: 2px solid #000;
}
.results__list > li:nth-child(n+6) a {
	border-top: 1px solid #666;
}
@media only screen and (min-width:768px) {
.results__list > li a:hover {
	color: #193092;
	border-color: #193092;
}
.results__list > li a:hover .anime-borderL,
.results__list > li a:hover .anime-borderR {
	height: 66px;
}
}

/* search-modal */
.search-modal {
	display: none;
}
.search-modal__inn {
	width: 100%;
	max-width: 1200px;
	padding: 30px;
}
.search-modal__inn > *:first-child {
	margin-top: 0;
}
.search-tab__trigger {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	font-size: 1.4rem;
	border: 2px solid #000;
}
.search-tab__trigger a {
	position: relative;
	display: block;
	padding: 12px 18px;
	color: #000;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
@media only screen and (min-width:768px) {
.search-tab__trigger a:hover {
	background-color: #fff;
}
}
.search-tab__trigger.on a,
.search-tab__trigger a.hover {
	background: #000;
	color: #fff;
}
.search-tab__trigger.on a:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -9px;
	margin-left: -9px;
	border-top: 9px solid #000;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
}
.search-tab__content:not(.on) {
	display: none;
}
.search-character--left {
	width: 45%;
	float: left;
}
.search-character--right {
	width: 45%;
	float: right;
}
.search-character--alpha {
	margin: 0 0 0 -5px;
}
.search-character--kana {
	width: 235px;
}
.search-character--left .search-character--kana {
	margin-left: auto;
}
.search-character--right .search-character--kana {
	margin-right: auto;
}
.search-character > li {
	display: table;
	float: left;
	width: 39px;
	height: 39px;
}
.search-character--alpha > li {
	margin: 0 0 5px 5px;
}
.search-character--kana > li {
	margin: 0 0 10px 10px;
}
.search-character--kana > li:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}
.search-character > li a {
	position: relative;
	display: table-cell;
	width: 39px;
	height: 39px;
	background: #fff;
	border: 2px solid #000;
	font-size: 2.3rem;
	color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 39px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.search-character > li.selected a {
	background: #193092;
	color: #fff;
}
.search-character--alpha > li a {
	font-family: HelveticaNeue-Condensed,HelveticaNeue-CondensedMedium,HelveticaNeue-Medium,HelveticaNeue,"Helvetica Neue",TeXGyreHerosCnRegular,Helvetica,Tahoma,Geneva,"Arial Narrow",Arial,sans-serif;
}
.search-character--right .search-character--kana > li:nth-child(12),
.search-character--right .search-character--kana > li:nth-child(13) {
	margin-left: 59px;
}
.search-character--right .search-character--kana > li:nth-child(14) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(19) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(16),
.search-character--right .search-character--kana > li:nth-child(21) {
	clear: none;
	margin-left: 10px;
}
.search-character--right .search-character--kana > li:last-child,
.search-character--right .search-character--kana > li:last-child a {
	width: 88px;
	font-size: 1.4rem;
}
.search-select {
	border: 2px solid #000;
	background-color: #fff;
}
.search-select > li {
	position: relative;
	width: 20%;
	float: left;
}
.search-select > li a {
	display: table;
	width: 100%;
	height: 48px;
	padding: 0 5px 0 40px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.search-select > li a div {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width:1219px) {
.search-select > li a {
	font-size: 1.2rem;
	word-break: break-all;
	line-height: 1.1;
}
}
.search-select > li.selected a {
	background: #193092;
	color: #fff;
}
@media only screen and (min-width:768px) {
.search-select > li a:hover .anime-borderL,
.search-select > li a:hover .anime-borderR {
	height: 48px;
}
}
.search-select > li:nth-last-child(5) a,
.search-select > li:nth-last-child(4) a,
.search-select > li:nth-last-child(3) a,
.search-select > li:nth-last-child(2) a,
.search-select > li:last-child a {
	border-bottom: none;
}
.search-select > li:nth-child(5n) a {
	border-right: none;
}
.search-select > li:nth-child(5n+2):nth-last-child(5) a,
.search-select > li:nth-child(5n+3):nth-last-child(4) a,
.search-select > li:nth-child(5n+4):nth-last-child(3) a,
.search-select > li:nth-child(5n+5):nth-last-child(2) a {
	border-right: none;
	border-bottom: 1px solid #666;
}
.search-select > li:nth-child(5n+2):nth-last-child(5):after,
.search-select > li:nth-child(5n+3):nth-last-child(4):after,
.search-select > li:nth-child(5n+4):nth-last-child(3):after {
	position: absolute;
	display: block;
	width: 1px;
	height: 98px;
	right: 0;
	top: 0;
	background: #666;
	content: "";
}
.search-select > li a i {
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 10px;
	margin-top: -11px;
	border: 2px solid #000;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.search-select > li.selected a i:before,
.search-select > li.selected a i:after {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-left: -6px;
	margin-top: -1px;
	background: #000;
	content: "";
}
.search-select > li.selected a i:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search-select > li.selected a i:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* bnr__column */
.bnr__column {
	width: 100%;
	display: inline-block;
	background: #f1f1f1;
}
.bnr__inner {
	margin: 0 auto;
	padding: 35px 10px 25px;
	max-width: 1024px;
}
.bnr__list--item {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.bnr__list--item:nth-child(6n+6) {
	margin-right: 0;
}

/* =================================
 * - media query for SP
 * - (max-width:767px)
================================= */
/* - Artist Module
--------------------------------- */
@media only screen and (max-width:767px) {
body {
	padding-top: 47px;
}
/* breadcrumb */
.breadcrumb-txt {
	font-size: 1.2rem;
	border-bottom:2px solid #000000;
	border-top: 1px solid #d5d5d5;
}
.breadcrumb-wrapper {
	margin-left: 10px;
	padding: 6px 0 7px;
}

/* heading */
.heading--lv1 {
	margin-bottom: 10px;
	padding: 2px 0 0 12px;
	border-left-width: 2px;
	font-size: 1.4rem;
}

/* md-search */
.md-search {
	padding-top: 14px;
	padding-bottom: 14px;
}
.search__box {
	border-width: 1px;
}
.search__head {
	width: 29.7%;
	min-width: inherit;
	padding: 15px 9px;
	font-size: 1.1rem;
}
.search__desc {
	position: relative;
	max-width: inherit;
	width: 70.3%;
	padding: 0 25px 0 9px;
	font-size: 1.1rem;
}
.search__elem {
	width: auto !important;
}
.search__elem,
.search__elem.js-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 0;
	padding-right: 1.5em;
}
.search__elem.js-ellipsis {
	position: static;
}
.search__elem.js-ellipsis:before {
	display: none;
}
.search__item {
	display: inline;
	margin-left: 5px;
	padding-left: 0;
}
.search__item + .search__item {
	padding-left: 0;
}
.search__item + .search__item:before {
	content: "| ";
	font-size: 1.3rem;
	color: #ccc;
}
.search__action {
	margin-top: 15px;
}
.search__btn {
	display: inline-block;
	letter-spacing: normal;
}
.search__btn a {
	padding: 9px;
	font-size: 1.1rem;
}
.search__btn span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.search__btn--clear {
	margin-right: 5px;
}
.search__btn--submit a {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.search__btn--add a {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	top: 0;
	left: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-indent: -9999px;
	outline: none;
}
.empty .search__btn--add a {
	color: #888;
	text-indent: 0;
	text-align: left;
}
.search__btn--add a:before,
.search__btn--add a:after {
	position: absolute;
	display: block;
	top: 50%;
	right: 8px;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	background: #000;
	content: "";
}
.search__btn--add a:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.empty .search__btn--add span {
	padding-top: 15px;
}
.search__btn--add span:before,
.search__btn--add span:after {
	display: none;
}
.search__btn--back {
	float: none;
	display: block;
	text-align: center;
}
.search__btn--back a {
	display: block;
	width: 100%;
	padding: 15px 5px;
	background: transparent;
	color: #fff;
}
.search__btn--back span:before {
	border-color: #fff;
}
.search__delete {
	display: none;
}

/* md-search--fix */
.md-search--fix {
	padding: 0;
	color: #fff;
}

/* md-results */
.md-results {
	padding-top: 25px;
	padding-bottom: 30px;
}
.results__wrap + .results__wrap {
	margin-top: 20px;
}
.results__head {
	float: left;
	height: 30px;
	min-width: 30px;
	padding: 0 10px;
	font-size: 1.5rem;
	line-height: 30px;
}
.results__count {
	font-size: 1.4rem;
}
.results__count .int {
	font-size: 1.8rem;
}
.results__list {
	border: 2px solid #000;
}
.results__list > li {
	width: 100%;
	height: 40px;
	float: none;
	margin-left: 0;
}
.results__list > li:nth-child(n+6) {
	margin-top: 0;
}
.results__list > li a {
	position: relative;
	display: table-cell;
	height: 40px;
	padding: 10px;
	border: none;
	font-size: 1.2rem;
}
.results__list > li:nth-child(5n+1) a {
	border-left: none;
}
.results__list > li:nth-child(5n) a,
.results__list > li:last-child a {
	border-right: none;
}
.results__list > li:nth-last-child(1) a,
.results__list > li:nth-last-child(2) a,
.results__list > li:nth-last-child(3) a,
.results__list > li:nth-last-child(4) a,
.results__list > li:nth-last-child(5) a {
	border-bottom: none;
}
.results__list > li:nth-child(n+6) a {
	border-top: none;
}
.results__list > li + li {
	border-top: 1px solid #666;
}
.anime-borderT,
.anime-borderR,
.anime-borderB,
.anime-borderL {
	display: none;
}

/* search-modal */
.search-modal__inn {
	padding: 10px;
}

.search-tab__trigger {
	margin-bottom: 18px;
	display: table;
	font-size: 1.1rem;
}
.search-tab__trigger a {
	display: table-cell;
	height: 40px;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 1.2;
}
.search-tab__trigger.on a:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -9px;
	margin-left: -9px;
	border-top: 9px solid #000;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
}
.search-tab__content:not(.on) {
	display: none;
}
.search-character--left {
	width: 100%;
	float: none;
}
.search-character--right {
	width: 100%;
	float: none;
}
.search-character,
.search-character--left .search-character--kana,
.search-character--right .search-character--kana {
	width: 280px;
	margin: 0 auto;
}
.search-character > li {
	width: 48px;
	height: 48px;
}
.search-character--alpha > li {
	margin: 0 0 10px 10px;
}
.search-character--kana > li {
	margin: 0 0 10px 10px;
}
.search-character > li:nth-child(5n+1) {
	clear: left;
	margin-left: 0;
}
.search-character > li a {
	width: 48px;
	height: 48px;
	font-size: 2.0rem;
	line-height: 48px;
}
.search-character--right .search-character--kana > li:nth-child(12),
.search-character--right .search-character--kana > li:nth-child(13) {
	margin-left: 68px;
}
.search-character--right .search-character--kana > li:nth-child(14) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(19) {
	margin-left: 0;
	clear: left;
}
.search-character--right .search-character--kana > li:nth-child(16),
.search-character--right .search-character--kana > li:nth-child(21) {
	clear: none;
	margin-left: 10px;
}
.search-character--right .search-character--kana > li:last-child,
.search-character--right .search-character--kana > li:last-child a {
	width: 106px;
	font-size: 1.2rem;
}

.search-select > li {
	width: 100%;
	float: none;
}
.search-select > li a {
	position: relative;
	height: 40px;
	padding: 0 5px 0 40px;
	border: none;
}
.search-select > li:nth-child(5n+2):nth-last-child(5) a,
.search-select > li:nth-child(5n+3):nth-last-child(4) a,
.search-select > li:nth-child(5n+4):nth-last-child(3) a,
.search-select > li:nth-child(5n+5):nth-last-child(2) a {
	border-bottom: none;
}
.search-select > li + li a {
	border-top: 1px solid #666;
}
.search-select > li:nth-child(5n+2):nth-last-child(5):after,
.search-select > li:nth-child(5n+3):nth-last-child(4):after,
.search-select > li:nth-child(5n+4):nth-last-child(3):after {
	display: none;
}
.search-select > li a i {
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 10px;
	margin-top: -9px;
	border: 2px solid #000;
	background: #fff;
	vertical-align: middle;
	overflow: hidden;
}
.search-select > li.select a i:before,
.search-select > li.select a i:after {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 2px;
	margin-left: -6px;
	margin-top: -1px;
	background: #000;
	content: "";
}
.search-select > li.select a i:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.search-select > li.select a i:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* bnr__column */
.bnr__column {
	display: block;
}
.bnr__inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 10px 45px;
}
.bnr__list {
}
.bnr__list--item {
	width: 32%;
	margin-bottom: 0;
	margin-right: 1.8%;
}
.bnr__list--item > figure {
	text-align: center;
}
.bnr__list--item:nth-child(3n),
.bnr__list--item:last-child {
	margin-right: 0;
}
.bnr__list--item:nth-child(n+4) {
	margin-top: 6px;
}
}

/* - clearfix
--------------------------------- */
.md-clearfix:after,
.fix__column:after,
.results__headline:after,
.results__list:after,
.search-tab__head:after,
.search-tab__content:after,
.search-character:after,
.search-select:after,
.bnr__list:after {
	display: block;
	clear: both;
	content: "";
}


/* - colorbox
--------------------------------- */
/*
    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; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#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; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    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; opacity: 0.6; filter: alpha(opacity = 60);}
#colorbox{outline:0;}
#cboxTopLeft{width:0; height:0;}
#cboxTopRight{width:0; height:0;}
#cboxBottomLeft{width:0; height:0;}
#cboxBottomRight{width:0; height:0;}
#cboxMiddleLeft{width:10px;}
#cboxMiddleRight{width:10px;}
#cboxTopCenter{height:0;}
#cboxBottomCenter{height:0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:0;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* custom */
#colorbox, #colorbox #cboxOverlay, #colorbox #cboxWrapper, #colorbox #cboxContent {
	overflow: visible;
}
#cb__close {
	margin-top: 24px;
	text-align: center;
}
#cb__close a {
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../img/sprite.png) -163px -150px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#colorbox.cb-inlWrap {
	overflow: visible !important;
}
@media only screen and (max-width:767px) {
#cb__close {
	margin-top: 15px;
}
#cb__close a {
	width: 44px;
	height: 44px;
	background: url(../img/sprite-2x.png) -142px -150px no-repeat;
	-webkit-background-size: 240px 240px;
					background-size: 240px 240px;
}
}
/* custom */
#cboxContent{
	background:#f1f1f1;
}
#colorbox * {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}