@charset "UTF-8";

body { -webkit-font-smoothing: antialiased;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #fdeff2;
}

/* @group change from foundation */

.breadcrumbs {
	border-style: none;
	margin-bottom: 30px;
}

nav ul,nav ul li {
	list-style-type: none;
}



/* @end */

/* @group header */

.header {
	margin-top: 25px;
}

.header h1 img {
	width: 200px;
}

.header p.text-right {
	line-height: 1;
	font-size: 0.9rem;
	margin-top: 75px;
	margin-bottom: 8px;
}

.header p.text-right a {
	color: #030303;
	font-size: 0.93rem;
}

.header p.text-right a:hover {
	color: #727272;
}



/* @end */

/* @group top-bar */

div#searchnav {
	background-color: #333333;
	height: 2.8125rem;
}

nav.top-bar {
	margin-bottom: 10px;
}

nav.top-bar a {
	font-size: 0.9rem !important;
}

nav.top-bar ul li a {
transition: background-color 300ms ease-out;
}

nav.top-bar ul.right {

}

nav.top-bar ul li.has-form {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

nav.top-bar ul li.has-form .row .columns {
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}

nav.top-bar ul li.has-form button {
	width: 100%;
	background-color: #008CBA;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-right: 0;
	padding-left: 0;
}

nav.top-bar ul li.has-form button:hover {
	background-color: #0080ab;
}

nav.top-bar ul li input#search {
	width: 210px;
}

div#searchnavarea.fixed {
	opacity: 0.82;
}

div#searchnavarea.fixed:hover {
	opacity: 1;
}

/* @end */

/* @group Toppage */

p.titleimage {
	text-align: center;
	height: 217px;
	background: #d7c8ad url(../img/title_L.jpg) center;
	width: 100%;
}

p.titleimage img {
	display: none;
}

p.topgogaibtn {
	text-align: right;
	margin-top: 10px;
}

p.topgogaibtn a.button {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0;
	background-color: #323232;
}

p.topgogaibtn a.button:hover {
	background-color: #a72d00;
}

p.topgogaibtn a.button img {
	
}



/* @end */

/* @group おすすめ */

.recommend {

}

.recommend h2,.information h2 {
	font-weight: bold;
	color: #333333;
	line-height: 1;
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.recommend h3 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.recommend p {
	font-size: 0.9rem;
	margin-bottom: 0;
	line-height: 1.4;
}

.recommend p:last-child {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

.recommendlist img {
	height: 200px;
}

.recommendlist p {
	font-size: 0.8rem;
}

.recommendlist a p  {
	color: #3b3b3b;
}

.recommendlist a {
	display: block;
	display: block;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 20px;
	padding: 10px;
}

.recommendlist a:hover {
	background-color: #fff;
}

.recommendlist p.price,.recommendlist p.isbn {
	margin-bottom: 0;
	line-height: 1;
}



/* @end */

/* @group 出版物のご案内 */

.float-right {
	float: right;
}

.information a img {
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.information a:hover img {
	opacity: 0.7;
}

.information a:hover .panel {
	background-color: #b9b9b9;
}

.information a .panel {
	font-weight: bold;
	color: #4c4c4c;
}



/* @end */

/* @group リスト表示 */

.seriesdetail{
	margin-bottom: 50px;
	
}

.seriesdetailtxt h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333333;

}

.seriesdetailtxt p {

	margin-right: 20px;
}

#search-results h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}

.productlist a {
	display: block;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 30px;
	padding: 10px;
}

.productlist a:hover {
	background-color: #fff;
}

.productlist h3 {
	font-size: 1.1rem;
	font-weight: 600;
}

.productlist p.listthumb {
	margin-bottom: 0;
	height: 200px;
}

.productlist p.listthumb img {
	max-height: 200px;
}

.productlist p.henkan,.productlist p.price,.productlist p.isbn {
	color: #3b3b3b;
	font-size: 0.9rem;
	margin-bottom: 0;
	line-height: 1.4;
}

.productlist hr {
	border-style: none;
}

.productlist p.isbn span {
	color: #c40003;
}



/* @end */

/* @group 詳細画面 */

.productdetail h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
	line-height: 1;
}

.productdetail h2 span.label {
	font-size: 0.9rem;
	font-weight: bold;
}

.productdetail h2 small {
}


.productdetail p.description {
	margin-top: 1em;
}

.productdetail p.description strong {
	display: block;
}

.productdetail p.henkan,.productdetail p.price,.productdetail p.isbn {
	margin-bottom: 0;
}

.productdetail dl  {
	margin-top: 1em;
}

.productdetail dl dt,.productdetail dl dd {
	float: left;
	font-size: 0.9rem;
}

.productdetail dl dt {
	color: #8d8d8d;
}

.productdetail dl dt::after {
	content: "：";
}

.productdetail dl dd {
	margin-right: 20px;
}

div.thumbarea h3 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 50px;
	color: #5a5a5a;
}

div.thumbarea p{
	font-size: 0.8rem;
}

div.thumbarea ul.clearing-thumbs {
	
}

div.thumbarea ul.clearing-thumbs li {
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
	display: block;
	float: none;
	text-align: center;
	font-size: 0.9rem;
}


div.thumbarea ul.clearing-thumbs li a img{
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


div.thumbarea ul.clearing-thumbs li a img:hover{
    opacity: 0.6;
}



/* @end */

/* @group about */

ul#submenu {
	list-style-type: none;
	padding: 20px;
	border-radius:5px;
	margin-left: 0;
	margin-bottom: 0;
}

ul#submenu li {
	border-bottom: 1px solid #fefefe;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ul#submenu li:last-child {
	border-bottom-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.main h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}

.main h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
	margin-top: 30px;
	border-bottom: 1px solid #cec4b0;
}

.main h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333333;
	margin-top: 30px;
}

.main table {
	width: 100%;
	border-style: none;
}



/* @end */

/* @group ichiran */

.ichiran .main h3 {
	border-style: none;
	padding: 0;
	margin-bottom: 10px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	border: 1px solid #adadad;
	
}

.ichiran table tr {

}

.ichiran table td.tdtitle {
	
}

.ichiran table td.tdisbm {
	width: 25%;
	text-align: center;
}

.ichiran table td.tdprice {
	width: 18%;
}



/* @end */

/* @group footer */

footer {
	margin-top: 30px;
}

div#footer {
	background-color: #727272;
	padding: 30px;
}

footer p {
	color: #fff;
	font-size: 14px;
}

footer a {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer h2 {
	color: #fff;
	font-size: 1.4375rem;
}

footer ul {
	list-style-type: none;
	font-size: 14px;
	margin-left: 0;
}

footer ul li {
}

/* @end */

/* @group 先頭へ戻る */

.bttop {
	text-align: right;
}

.bttop a i {
	color: #6f6f6f;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.78;
}

.bttop a:hover i {
	color: #4b4b4b;
}

.bttop i.fa-inverse,.bttop a:hover i.fa-inverse  {
	color: #fefefe;
}



/* @end */

@media only screen and (min-width: 64.063em) {

nav.top-bar ul li.has-form button {
	padding: 0;
}

.productlist div:nth-child(4n) + div {
	clear: both;
}
	
	}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {

.productlist div:nth-child(3n) + div {
	clear: both;
}

.productdetail dl dt,.productdetail dl dd {
	float: none;
}


	
	}

@media only screen and (min-width: 40.063em) {

/* @group fit-sidebar */

.fit-sidebar-fixed{
	margin-top:10px !important;
	margin-bottom:10px !important;
	position:fixed;
}
.fit-sidebar-blank{
	z-index:0;
	background-color:transparent;
	visibility:hidden;
}



/* @end */ 

}

@media only screen and (max-width: 64.063em) {

nav.top-bar ul li input#search {
	width: 100%;
}

div.searchnavarea {
	background-color: #333333;
}

nav.top-bar ul.right {
	width: 100%;
}
	
.fixed {
	position: relative;
}

footer {
	margin-top: 50px;
	background-color: #727272;
}
	}

@media only screen and (max-width: 40em) {

div.searchnavarea {
	background-color: transparent !important
	;
}

.seriesdetailtxt p {
	margin-right: 0;
}

.header p.text-right {
	margin-top: 10px;
}

p.topgogaibtn {
	text-align: center;
	margin-bottom: 30px;
}



.recommendlist div:nth-child(2n) + div {
	clear: both;
}

p.titleimage img {
	display: block;
}

p.titleimage {
	height: auto;
}

}