@charset "UTF-8";
/*
京都アニメーション
Copyright (C) Kyoto Animaion Co.,Ltd. All Rights Reserved.
*/

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

#contentWrap > header {
	text-align: center;
}
.content {
	padding: 20px 0 60px;
}

.coverImg {
	float: left;
	width: 45%;
	text-align: right;
}
.coverImg img {
	margin-right: 30px;
	border: 1px #dccfe1 solid;
}
.booksData {
	float: left;
	width: 55%;
	text-align: left;
}
.title {
	margin: 10px 0;
}
.detail {
	color: #1e1517;
	font-size: 150%;
	margin: 30px 0;
	line-height: 1.8;
}
.detail dt {
	float: left;
}
.shop {
	color: #a9142e;
	font-size: 150%;
	line-height: 2;
}
.shop a {
	color: #a9142e;
	text-decoration: underline;
}
.shop a:hover {
	text-decoration: none;
}
/*     bookstore     */
#bookstoreNotice {
	width: 720px;
	margin: 0 auto;
	color: #a9142e;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.bookstoreNoticeDetail {
	font-size:67%;
	font-weight: normal;
}
/*     Navi     */
#bookstoreNavi {
	margin: 15px 0 0;
	text-align: center;
}
.notice {
	font-size: 125%;
	margin-bottom: 25px;
}
.bookstoreNaviList {
	width: 720px;
	margin: 0 auto;
	font-size: 0;
}
.bookstoreNaviList li {
	display: inline-block;
	width: 102px;
	font-size: 12px;
}
.bookstoreNaviList a {
	display: block;
	padding: 15px 0;
	margin-left: 1px;
	color: #FFF;
	font-size: 108%;
	text-decoration: none;
	background-color: #a08857;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	transition: .3s ease-out;
}
.bookstoreNaviList li:first-child a {
	margin-left: 0;
}
.bookstoreNaviList a:hover {
	background-color: #B7A571;
}

/*     bookstore list     */
#bookstoreData {
	width: 720px;
	margin: 0 auto;
}
.areaList {
	margin-top: -2px;
	padding-top: 5px;
}
.areaList h3 {
	padding: 10px;
	margin-top: 50px;
	color: #a08857;
	font-size: 150%;
	font-weight: bold;
	border-top: 1px #c1ae87 solid;
	border-bottom: 1px #c1ae87 solid;
}
.areaList .bookstoreList .listHeader p {
	color: #a08857;
	font-size: 133%;
	font-weight: bold;
}
.bookstoreList li {
	display: table;
	width: 720px;
	text-align: center;
	border-bottom: 1px #c1ae87 solid;
}
.bookstoreList {
	color: #1e1517;
	text-decoration: none;
}
.bookstoreList p {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
.bookstoreList p.pr {
	width: 15%;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
}
.bookstoreList p.sh {
	width: 20%;
	text-align: left;
}
.bookstoreList p.ad {
	width: 50%;
	text-align: left;
}
.bookstoreList p.te {
	width: 15%;
	text-align: center;
}
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Media Screen     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          SP          */
@media screen and (max-width:768px) {
/*  
font-size設定
PC      SP
1.0rem->2.2vw
1.4rem->2.6vw
+1.2
  */
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          Site Contents          */
	.coverImg {
		float: none;
		width: 100%;
		text-align: center;
	}
	.coverImg img {
		width: 75%;
		margin: auto;
	}
	.title {
		margin: 10px 5px;
	}
	.booksTitle {
		font-size: 1.2rem;
		font-weight: bold;
		color: #a9142e;
	}
	.booksAuthor {
		font-size: 1.1rem;
		font-weight: bold;
		color: #1e1517;
	}
	.booksData {
		width: 100%;
		font-size: 8px;
	}
	.detail {
		margin: 30px 5px;
		font-size: 180%;
	}
	.shop {
		margin: 0 5px;
		font-size: 180%;
	}

}

/*          PC          */
@media screen and (min-width:769px) {
/*          Site Contents          */

}
