@charset "UTF-8";

/* ▼詳細検索▼ */

.mainTitBox.row {

	margin: 0;
	border-bottom: 3px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;

	}

@media (max-width: 320px) {
	.mainTitBox.row p {

		width: 56%;

		}
	}

@media (max-width: 320px) {
	.mainTitBox.row p {

		width: 56%;

		}
	}

.mainTitBox h2.mainTit {

	padding: 0 25px 0 0;
	margin: 0;
	border: none;

	}

.mainTitBox p.red.boldText {

	margin: 0;

	}

@media (max-width: 768px) {
	.mainTitBox p.red.boldText {

		font-size: 0.9rem;

		}
	}

@media (max-width: 576px) {
	.mainTitBox p.red.boldText {

		width: 64%;

		}
	}

@media (max-width: 530px) {
	.mainTitBox h2.mainTit {

		padding-right: 15px;

		}

	.mainTitBox p.red.boldText {

		font-size: 0.8rem;

		}
	}

@media (max-width: 480px) {
	.mainTitBox p.red.boldText {

		font-size: 0.7rem;
		width: 60%;

		}
	}

@media (max-width: 440px) {
	.mainTitBox p.red.boldText {

		font-size: 0.65rem;
		width: 58%;

		}
	}

@media (max-width: 425px) {
	.mainTitBox h2.mainTit {

		font-size: 1.8rem;
		padding-right: 10px;

		}

	.mainTitBox p.red.boldText {

		font-size: 0.7rem;

		}
	}

@media (max-width: 425px) {
	.mainTitBox p.red.boldText {

		width: 65%;

		}
	}

@media (max-width: 410px) {
	.mainTitBox p.red.boldText {

		width: 63%;
		font-size: 0.63rem;

		}
	}

@media (max-width: 385px) {
	.mainTitBox p.red.boldText {

		width: 62.5%;
		font-size: 0.635rem;

		}
	}

@media (max-width: 372px) {
	.mainTitBox p.red.boldText {

		width: 58%;
		font-size: 0.55rem;

		}
	}

@media (max-width: 365px) {
	.mainTitBox p.red.boldText {

		font-size: 0.5rem;

		}
	}

@media (max-width: 330px) {
	.mainTitBox p.red.boldText {

		width: 55%;
		font-size: 0.45rem;

		}
	}

.detailsBox {

	background: #F3F3F3;
	padding: 20px;

	}

@media (min-width: 991px) {

	#details_search .detailsBox {
		padding: 20px 95px;
		}

	}

@media (min-width: 1200px) {

	#details_search .detailsBox {
		padding: 20px 185px;
		}

	}

@media (max-width: 768px) and (min-width: 576px ) {

	#details_search .detailsBox {
		padding: 20px 78px;
		}

	}

@media (max-width: 576px) {
	#details_search .detailsBox div.row {

		max-width: 354px;
		margin: auto;

		}

	#details_search .detailsBox div.row section {

		padding: 0;

		}
	}

@media (max-width: 470px) {
	#details_search .detailsBox div.row {

		max-width: 304px;

		}
	}

@media (max-width: 373px) {
	#details_search .detailsBox div.row {

		max-width: 252px;

		}
	}


h3 {

	font-size: 0.95rem;

	}

@media (max-width: 991px) and (min-width: 768px) {
	h3 {

		font-size: 0.85rem;

		}
	}

@media (max-width: 430px) {
	h3 {

		font-size: 0.83rem;

		}
	}

h3:before {

	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/images/search_icon.png) no-repeat;
	background-size:contain;
	vertical-align:middle;
	margin-right: 5px;

	}

#details_search section {

	margin-bottom: 25px;

	}

#details_search #sdKeyword3 {

	margin-right: 5px;
	padding: 6px;
	width: 93%;

	}

@media (min-width: 330px) {

	#details_search #sdKeyword3 {
		font-size: 1.031875rem;
		}

	}

@media (max-width: 991px) {

	#details_search #sdKeyword3 {
		width: 92%;
		}

	}

@media (max-width: 767px) and (min-width: 576px) {

	#details_search #sdKeyword3 {
		width: 86%;
		}

	}

ul.syllabary {

	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;

	}

ul.syllabary li {

	list-style: none;
	margin: 0 3px 3px 0;
	font-size: 1.7rem;
	font-weight: bold;

	}

ul.syllabary li a {

	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
	background: #4E4A4E;

	}

.comics_artist ul.syllabary li a {

	color: #4E4A4E;
	background: #fff;

	}

@media (max-width: 991px) and (min-width: 768px) {

	ul.syllabary li {
		font-size: 1.53rem;
		}

	ul.syllabary li a {
		padding: 7px 17px;
		}

	}

@media (max-width: 470px) {

	ul.syllabary li {
		font-size: 1.7rem;
		}

	ul.syllabary li a {
		padding: 5px 15px;
		}

	}

@media (max-width: 373px) {

	ul.syllabary li {
		font-size: 1.3rem;
		}

	ul.syllabary li a {
		padding: 5px 13px;
		}

	}


ul.syllabary li a:hover {

	background: #737173;

	}

.comics_artist ul.syllabary li a:hover {

	background: #d2d2d2;

	}


.formBox {

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;

	}

.formBox select, 
.formBox input {

	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	}

.formBox select {

	height: 40px;
	padding: 6px 10px;
	margin-right: 5px;

	}

.genre .formBox select {

	width: 90%;
	max-width: 300px;

	}

#details_search .searchSubmitBtn {

	background: #4E4A4E;
	color: #fff;
	width: 40px;
	height: 38px;
	padding: 0;

	}

@media (min-width: 330px) {

	.formBox select {
		height: 40px;
		font-size: 1.031875rem;
		width: 60%;
		}

	.Issued_date .formBox select {
		width: 40%;
		}


	#details_search .searchSubmitBtn {
		font-size: 1.1rem;
		width: 40px;
		height: 40px;
		}

	}

/* ▲詳細検索▲ */

/* ▼検索結果▼ */

p.result {

	font-size: 1.42rem;
	font-weight: bold;
	margin-bottom: 5px;

	}

.result_box {

	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;

	}

.result_box h4 {

	font-size: 1.195625rem;
	margin-bottom: 5px;

	}

.result_box h4 a {

	color: #E50012;

	}

.result_box h4 a span {

	font-size: 0.98rem;

	}

.result_box .col-5 img {

	border: 1px solid #ccc;

	}

.result_box .before_tit,
.result_box .after_tit {

	font-size: 0.974375rem;
	font-weight: bold;
	color: #E50012;
	margin-bottom: 5px;

	}

.result_box ul.genre {

	max-width: 450px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 0;

	}

.result_box ul.genre li {

	list-style: none;
	background: #BABABF;
	color: #000;
	padding: 6px 4px;
	margin-right: 5px;
	text-align: center;
	font-size: 0.77rem;
	font-weight: bold;
	width: 100%;
	max-width: 95px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	}


@media (max-width: 525px) {

	.result_box .col-7 {
		padding-left: 0;
		}

	.result_box ul.genre li {
		font-size: 0.6rem;
		padding: 5px;
		width: auto;
		}

	}

@media (max-width: 360px) {

	.result_box ul.genre li {
		font-size: 0.5rem;
		}

	}

.selectCat {

	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;

	font-size: 0.9rem;

	}

@media (max-width: 420px) {

	.selectCat {
		font-size: 0.8rem;
		}

	}

.selectCat p {

	margin: 0 5px 0 auto;

	}

.selectCat form select {

	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #231815;
	text-align: center;
	height: 36px;
	width: 100%;
	font-size: 1.03rem;

	}

.btnBox {

	margin: 25px auto 45px;

	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

	}

.btnBox .prev {

	margin-right: 10px;

	}

.btnBox .prev a,
.btnBox .next a {

	display: block;
	padding: 10px 15px;
	background: #4E4A4E;
	color: #fff;
	text-decoration: none;
	position: relative;

	}

.btnBox .prev a:hover,
.btnBox .next a:hover {

	background: #737173;

	}

.btnBox .prev a:before,
.btnBox .next a:after {

	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;

	}

.btnBox .prev a {

	padding-left: 30px;

	}

.btnBox .prev a:before {

	border-right: 10px solid #fff;
	left: 10px;

	}

.btnBox .next a {

	padding-right: 30px;

	}

.btnBox .next a:after {

	border-left: 10px solid #fff;
	right: 10px;

	}

.super_logo {

	margin-top: 10px;

	}

.super_logo img {

	max-width: 134px;

	}

/* ▲検索結果▲ */

