@charset "UTF-8";

header {

	margin: 0;

	}

/* ▼カルーセル▼ */
@media (max-width: 768px) {

	div.carouselBox {
		padding: 0;
		}

	}

.swiper-button-prev {

	background: url(/images/buttn-prev.png) no-repeat;
	background-size: 100%;

	}

.swiper-button-next {

	background: url(/images/buttn-next.png) no-repeat;
	background-size: 100%;

	}

/* ▼ティッカー▼ */
#ticker {

	background: #e50012;
	padding: 5px 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.0925rem;
	line-height: 1.4;
	position: relative;

	}

#ticker:before {

	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 18px solid #000;
	border-right: 27px solid transparent;

	}

#ticker h2 {

	font-size: 0.82rem;
	padding-left: 5px;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;

	}

#ticker a.ticker_link {

	color: #fff;
	margin-right: 25px;

	}

/* ▲ティッカー▲ */


/* ▼新刊案内▼ */

#new_book {

	margin-bottom: 35px;

	}

.newBox {

	margin-bottom: 25px;

	}

.newBox h3 {

	margin-top: 10px;
	font-size: 1.07rem;
	color: #e50012;

	}

.newBox h3 span {

	font-size: 0.89rem;

	}

.newBox p {

	font-size: 0.89rem;
	font-weight: bold;
	margin-bottom: 3px;

	}

.newBox img {

	border: 1px solid #BABABF;

	}

.link_btn {

	margin: auto;
	margin-bottom: 20px;
	max-width: 480px;

	}

.link_btn a {

	text-align: center;
	font-size: 1.9rem;
	background: #262626;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 15px;
	line-height: 1.3;
	position: relative;

	}

@media (max-width: 576px) {

	.link_btn a {
		font-size: 1.8rem;
		}

	}

@media (max-width: 450px) {

	.link_btn a {
		font-size: 1.6rem;
		}

	}

@media (max-width: 420px) {

	.link_btn a {
		font-size: 1.4rem;
		}

	}

@media (max-width: 380px) {

	.link_btn a {
		font-size: 1.25rem;
		}

	}

@media (max-width: 330px) {

	.link_btn a {
		font-size: 1.1rem;
		}

	}

.link_btn a:hover {

	background: #474747;

	}

.link_btn a:before {

	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #e50012;
	border-bottom: 10px solid transparent;

	}

/* ▲新刊案内▲ */

#twitter_box, #special_banner {

	margin-bottom :25px;

	}

#twitter_box .twitter {

	padding: 10px;
	background: #E5E5E7;

	}

@media (max-width: 576px) {

	#twitter_box {
		padding: 0;
		}

	#twitter_box .twitter {
		padding: 10px 15px;
		}

	}


#twitter_box .twitter .twi_in {

	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	}

#twitter_box .twitter .twi_in #twHeader {

	padding: 5px;

	}

.twitter-timeline iframe {

	max-height: 290px;

	}

.r-1cvl2hr {
	color: #000!important;
}

