@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */

	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	margin: 0.67em 0; 
	font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-size: 1em; 
	font-family: monospace, monospace;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	/* 2 */
	margin: 0;
	/* 1 */
	font: inherit;
	color: inherit;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	/* 2 */
	cursor: pointer;

	-webkit-appearance: button;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	/* 1 */
	padding: 0;
	box-sizing: border-box;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	/* 1 */
	/* 2 */
	box-sizing: content-box; 

	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; 
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	/* 1 */
	padding: 0;
	border: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* sprite ratina */
*, *:before, *:after {
	box-sizing: border-box;
}

body {
	padding: 0;
	background: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-family: Helvetica, Arial, Verdana, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	color: #636363;

	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

img {
	line-height: 1;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	img {
		max-width: 100%;
	}
}

a {
	color: #327ef0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	color: #121212;
}

p {
	margin-top: 0;
}

.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: '';
	clear: both; 
	display: block;
}

/* =============================================================================
   item-sp-only
   item-pc-only
============================================================================= */
@media only screen and (min-width: 768px) {
	.item-sp-only {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.item-pc-only {
		display: none !important;
	}
}
.ie8 .item-sp-only {
	display: none !important;
}

/* =============================================================================
   グローバルヘッダー
============================================================================= */
.global-header {
	position: relative;
	margin: 0 auto 80px;
	padding: 0;
	width: 940px;
	text-align: center;
}

.site-logo {
	float: left;
	margin: 0;
	padding-top: 70px;
}

.global-nav {
	padding-top: 20px;
	text-align: right;
}
.global-nav__search input {
	line-height: 30px; 
	vertical-align: top;
}
.global-nav__search .global-nav__searchtext {
	display: inline-block;
	padding: 0 0 0 37px;
	width: 220px;
	height: 30px;
	border: 1px solid #d0d0d0;
	background: url(/stf/bunkyoup/img/common/icon_search.png) no-repeat 10px center; 
	line-height: 28px;
}
.global-nav__search input[type=text] {
	width: 180px; 
	height: 28px;
	border: none;
	border: none !important;
	line-height: 28px;
}
.global-nav__search input[type=submit] {
	padding: 0 20px;
	border: none;
	background: #3940a4;
	font-size: 12px;
	color: #fff;
	text-align: center;
	letter-spacing: .2em; 

	-webkit-appearance: none;
}
.global-nav__search input[type=submit]:hover {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; 
	    filter: alpha(opacity=70);
}

.global-nav__list {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	text-align: right; 
	list-style: none;
}

.global-nav__item {
	display: inline-block;
	margin-left: 25px;
	font-size: 14px;
}
.global-nav__item a {
	display: block;
	padding-top: 13px;
	color: #121212;
	text-decoration: none;
}
.global-nav__item a:hover, .global-nav__item a.current {
	background: url(/stf/bunkyoup/img/common/icon_nav_arrow.png) no-repeat center top;
}

/* =============================================================================
   パンくず
============================================================================= */
/* ----------------------------------------------
   パンくず
   .breadcrumb
---------------------------------------------- */
.breadcrumb {
	position: absolute;
	top: -49px;
	width: 100%;
	font-size: 12px; 
	line-height: 24px;
	color: #555;
	text-align: right;
}
.breadcrumb a {
	padding-right: 10px;
	background: url(/stf/bunkyoup/img/common/icon_breadcrumb.png) no-repeat right 1px;
	color: #555; 
	vertical-align: top;
}
.breadcrumb a:first-child span {
	margin-left: 0;
}
.breadcrumb span {
	margin: 0 .5em;
}
.breadcrumb .crumb-current {
	display: inline-block;
	overflow: hidden;
	margin-right: 0;
	max-width: 15em;
	vertical-align: top;
	text-align: left; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* =============================================================================
   コンテンツエリア
   .area-content
============================================================================= */
.area-content {
	margin: 50px auto 0;
	width: 940px;
}
.area-content img {
	max-width: 100%;
}

/* ----------------------------------------------
   メインコンテンツエリア
   .area-main
---------------------------------------------- */
.area-main {
	position: relative;
	float: right;
	width: 680px;
}

/* ----------------------------------------------
   サイドナビ
   .area-sub
---------------------------------------------- */
.area-sub {
	float: left;
	width: 220px;
}
.area-sub__categorylist {
	margin: 0;
	padding: 0;
	padding: 30px 0;
	background-color: #3940a4; 
	list-style: none;
}

.area-sub__categoryitem {
	border-bottom: 1px solid #3940a4;
}

.area-sub__categorylink {
	position: relative;
	display: block;
	padding: 15px 30px 14px;
	font-size: 18px;
	color: #fff; 
	text-decoration: none;
}
.area-sub__categorylink.current {
	background: #fff; 
	color: #3940a4;
}
.area-sub__categorylink .lang-en {
	font-family: 'Raleway', sans-serif;
}
.area-sub__categorylink .lang-ja {
	display: block;
	font-size: 12px;
}
.area-sub__categorylink .lang-en, .area-sub__categorylink .lang-ja {
	position: relative;
	z-index: 2;
}
.area-sub__categorylink .nav-anim {
	position: absolute;
	top: 0;
	z-index: 1;
	display: block;
	width: 0;
	height: 100%;
	background-color: #fff; 

	right: 0;
}

.btn-pagetop {
	margin: 45px auto 0;
	width: 940px;
	text-align: right;
}
.btn-pagetop .icon--withtext {
	margin-right: 1em;
}
.btn-pagetop .icon--withtext img {
	vertical-align: 0;
}
.btn-pagetop a {
	display: inline-block;
	padding: 10px 12px;
	border-radius: 3px 3px 0 0;
	background: #2a2a2a;
	font-size: 12px;
	color: #fff; 
	text-decoration: none;
}
.btn-pagetop a:hover {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; 
	    filter: alpha(opacity=70);
}

/* =============================================================================
   global footer
============================================================================= */
.global-footer {
	padding: 30px 0 40px;
	min-width: 940px;
	background: #3940a4;
	font-weight: normal; 
	font-size: 14px;
	color: #fff;
}
.global-footer a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.global-footer a:hover {
	color: #c4c6e4;
}
.global-footer__inner {
	margin: 0 auto;
	width: 940px;
}
.global-footer ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px; 
	list-style: none;
}
.global-footer ul li {
	display: inline-block;
	margin-right: 28px;
}
.global-footer .link-to-official {
	float: right;
	margin: 0 10px 0 0;
}
.global-footer .link-to-official a {
	padding-right: 30px;
	background: url(/stf/bunkyoup/img/common/icon_external.png) no-repeat right 1px;
}
.global-footer .link-to-official a:hover {
	background: url(/stf/bunkyoup/img/common/icon_external_on.png) no-repeat right 1px;
}
.global-footer .copyright {
	clear: both;
	margin: 0;
	padding-top: 51px;
	text-align: center;
}
.global-footer .copyright small {
	font-size: 12px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	display: block;
	margin-right: 1em;
}

.alignright {
	float: right;
	display: block;
	margin-left: 1em;
}

/* ###=============================================================================
## テキストとアイコン

```
<p class="btn-more"><a href=""><span class="text--withicon">more</span><i class="icon btn-more__icon"></i></a></p>
```
###============================================================================= */
.icon--withtext, .text--withicon {
	display: inline-block;
	vertical-align: middle;
}

.text__linkarrow {
	margin: 30px 0 0;
	text-align: center;
}
.text__linkarrow a {
	padding-right: 20px;
	background: url(/stf/bunkyoup/img/common/icon_arrow_blue.png) no-repeat center right;
	color: #121212;
	text-decoration: none;
}
.text__linkarrow a:hover {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; 
	    filter: alpha(opacity=70);
}
.ie8 .text__linkarrow a:hover {
	color: #666;
}

.box-textadjust {
	line-height: 1.6;
}

/* ###=============================================================================
## タイトル

```

```
###============================================================================= */
.title--content {
	margin: 45px 0 20px;
	font-weight: normal; 
	font-size: 18px;
}
.title--content:first-child {
	margin-top: 0;
}

/* ###=============================================================================
## ボタン

```
```
###============================================================================= */
.btn__switch {
	padding: 0 .5em;
	box-shadow: 1px 1px 5px #fff inset;
	border: 1px solid #aeaeae;
	border-radius: 3px;
	background: #f9f9fb;
	background: linear-gradient(180deg, #f9f9fb, #eaebf1);
	text-align: center; 
	text-decoration: none;
}
.btn__switch:hover, .btn__switch.current {
	box-shadow: 1px 1px 5px #777 inset;
	background: #9c9c9c;
	background: linear-gradient(180deg, #9c9c9c, #959595);
	color: #fff;
}
.btn__switch--pagenation {
	display: block;
	min-width: 30px;
	line-height: 28px;
	color: #3a3a3a;
}
.ie8 .btn__switch--pagenation {
	padding: 0;
}
.ie8 .btn__switch--pagenation:hover, .ie8 .btn__switch--pagenation.current {
	padding: 0;
}

.btn__switch--shop {
	display: inline-block;
	padding: .8em 1.5em;
}

.btn--center {
	text-align: center;
}

.btn-amazon {
	margin: 30px 0 0;
}
.btn-amazon--bottom {
	margin: 45px auto 0;
}

.btn-download {
	margin: 25px 0 0;
}
.btn-download span {
	padding-right: 30px;
	background: url(/stf/bunkyoup/img/common/icon_download.png) no-repeat right 47%;
}
.btn-download a:hover span {
	background: url(/stf/bunkyoup/img/common/icon_download_on.png) no-repeat right 47%;
}
.btn-download .icon--withtext {
	margin-left: 12px;
}

/* ###=============================================================================
## テーブル

```
```
###============================================================================= */
.table__information {
	margin-top: 25px;
	width: 100%;
}
.table__information th, .table__information td {
	padding-top: 25px;
	padding-bottom: 7px;
	vertical-align: top; 
	text-align: left;
}
.table__information th {
	width: 100px;
	border-bottom: 1px solid #696969;
	color: #121212;
}
.table__information td {
	padding-left: 15px;
	color: #636363;
}

/* ###=============================================================================
## ページネーション

```
<div class="area-pagenation">
	<p class="area-pagenation__prev"><a href="#">前の10件</a></p>
	<ul class="area-pagenation__list">
		<li class="area-pagenation__item"><a href="#" class="btn__switch btn__switch--pagenation current">1</a></li><!--
		--><li class="area-pagenation__item"><a href="#" class="btn__switch btn__switch--pagenation">2</a></li><!--
		--><li class="area-pagenation__item"><a href="#" class="btn__switch btn__switch--pagenation">3</a></li><!--
		--><li class="area-pagenation__item"><a href="#" class="btn__switch btn__switch--pagenation">4</a></li><!--
		--><li class="area-pagenation__item"><a href="#" class="btn__switch btn__switch--pagenation">5</a></li>
	</ul>
	<p class="area-pagenation__next"><a href="#">次の10件</a></p>
<!-- /.area-pagenation --></div>
```
###============================================================================= */
.area-pagenation {
	text-align: center;
}
.area-pagenation .area-pagenation__list {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0; 
	list-style: none;
}
.area-pagenation .area-pagenation__item {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
}
.area-pagenation .area-pagenation__prev {
	display: inline-block;
	margin: 0;
	padding-right: 20px;
}
.area-pagenation .area-pagenation__prev a {
	padding-left: 20px;
	background: url(/stf/bunkyoup/img/common/icon_arrow_prev.png) no-repeat 0 45%;
}
.area-pagenation .area-pagenation__next {
	display: inline-block;
	margin: 0;
	padding-left: 20px;
}
.area-pagenation .area-pagenation__next a {
	padding-right: 20px;
	background: url(/stf/bunkyoup/img/common/icon_arrow_next.png) no-repeat right 45%;
}
.area-pagenation .area-pagenation__prev a, .area-pagenation .area-pagenation__next a {
	color: #121212;
	text-decoration: none;
	zoom: 1;
}
.area-pagenation .area-pagenation__prev a:hover, .area-pagenation .area-pagenation__next a:hover {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; 
	    filter: alpha(opacity=70);
}
.ie8 .area-pagenation .area-pagenation__prev a:hover, .ie8
    .area-pagenation .area-pagenation__next a:hover {
	color: #666;
}

/* ###=============================================================================
## セクション

```
```
###============================================================================= */
.content-section {
	padding-top: 25px;
	padding-bottom: 75px;
	border-top: 3px solid #3940a4;
}
.content-section__title {
	margin: 0;
	padding: 0 0 51px;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}

.content-section__main {
	margin-top: 40px;
}
.content-col2 .content-section__main, .content-section__main:first-child {
	margin-top: 0;
}

.content-section__inner {
	margin-right: 20px;
	margin-left: 20px;
}

/* ###=============================================================================
## book list トップページ

```
<div class="area-books">
	<div class="area-books__item">
		<a href="/stf/bunkyoup/css/books/detail.html">
			<h2 class="area-books__title">鈴木武右衛門作品集</h2>
			<p class="area-books__image"><img src="/stf/bunkyoup/css/img/books/dummy_book01.jpg" alt="鈴木武右衛門作品集"></p>
			<div class="area-books__author">鈴木武右衛門 (著者）</div>
		</a>
	</div>
</div>
```
###============================================================================= */
.area-books {
	margin-bottom: -30px;
	letter-spacing: -.4em;
}
.area-books__item {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 30px;
	width: 155px;
	vertical-align: top;
	letter-spacing: normal;
}
.area-books__item:nth-child(4n) {
	margin-right: 0;
}
.area-books__item a {
	display: block;
	padding-top: 175px;
	text-decoration: none;
}
.area-books__item a:hover img {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; 
	    filter: alpha(opacity=70);
}
.area-books__item a:hover .area-books__title {
	text-decoration: underline;
}

.area-books__image {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.area-books__title {
	margin: 0 0 10px;
	font-size: 14px; 
	color: #327ef0;
}

.area-books__author {
	font-size: 12px; 
	color: #636363;
}

/* ###=============================================================================
## book list 一覧ページ

```
<div class="area-bookslist__item">
	<a href="/stf/bunkyoup/css/books/detail.html">
		<p class="area-bookslist__image"><img src="/stf/img/books/item_book01_m.jpg" alt="鈴木武右衛門作品集"></p>
		<div class="area-bookslist__information">
			<h2 class="area-bookslist__title">鈴木武右衛門作品集</h2>
			<div class="area-bookslist__author">鈴木武右衛門 (著者）</div>
		</div>
	</a>
<!-- /.area-bookslist__item --></div><!--
```
###============================================================================= */
.area-bookslist {
	margin: 70px 20px 0;
	padding-bottom: 30px;
}
.area-bookslist__item {
	margin-bottom: 40px;
}
.area-bookslist__item a {
	display: block;
	text-decoration: none;
}
.area-bookslist__item a:hover img {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; 
	    filter: alpha(opacity=70);
}
.area-bookslist__item a:hover .area-bookslist__title {
	text-decoration: underline;
}

.area-bookslist__image {
	float: left;
	margin: 0;
	width: 150px;
}

.area-bookslist__information {
	float: right;
	width: 448px;
}

.area-bookslist__title {
	margin: 0 0 22px;
	font-weight: normal; 
	font-size: 18px;
	color: #327ef0;
}

.area-bookslist__author, .area-bookslist__price {
	font-size: 16px; 
	color: #636363;
}

.area-bookslist__author {
	margin-bottom: 12px;
}

.area-bookslist__price {
	margin-bottom: 20px;
}

.area-bookslist__detail {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	color: #636363;
	list-style: none;
}
.area-bookslist__detail li {
	margin-bottom: 5px;
}

/* ###=============================================================================
## book detail 詳細ページ

```
<div class="area-booksdetail__item">
	<a href="/stf/bunkyoup/css/books/detail.html">
		<p class="area-booksdetail__image"><img src="/stf/img/books/item_book01_m.jpg" alt="鈴木武右衛門作品集"></p>
		<div class="area-booksdetail__information">
			<h2 class="area-booksdetail__title">鈴木武右衛門作品集</h2>
			<div class="area-booksdetail__author">鈴木武右衛門 (著者）</div>
		</div>
	</a>
<!-- /.area-booksdetail__item --></div><!--
```
###============================================================================= */
.area-booksdetail {
	margin: 35px 20px 0;
}
.area-booksdetail__item {
	margin-bottom: 40px;
}

.area-booksdetail__image {
	float: left;
	margin: 0;
	width: 200px;
}

.area-booksdetail__information {
	float: right;
	width: 400px;
}

.area-booksdetail__title {
	margin: 0 0 20px;
	font-size: 20px; 
	color: #121212;
}

.area-booksdetail__author, .area-booksdetail__price {
	font-size: 16px; 
	color: #636363;
}

.area-booksdetail__author {
	margin-bottom: 21px;
}

.area-booksdetail__price {
	margin-bottom: 22px;
}

.area-booksdetail__detail {
	margin: 0;
	padding: 0;
	font-size: 14px; 
	color: #636363;
	list-style: none;
}
.area-booksdetail__detail li {
	margin-bottom: 5px;
}

.area-booksdetail__description {
	line-height: 1.6;
	color: #636363;
}
.area-booksdetail__description h2 {
	margin: 40px 0 20px;
	font-weight: normal;
	font-size: 18px;
	color: #121212;
}
.area-booksdetail__description h3 {
	margin: 20px 0 0;
	font-size: 14px;
}
.area-booksdetail__description p {
	margin: 0;
	background: url(/stf/bunkyoup/images/common/spacer.gif);
}

/* ###=============================================================================
## news

```
<div class="area-news clearfix">
	<span class="area-news__date">2015/01/10</span>
	<div class="area-news__body">
		<a href="#">【新刊】はっぱくんめがね／伊藤正道が発刊されました。</a>
	</div>
<!-- /.area-news --></div>
```
###============================================================================= */
.area-news {
	margin-bottom: -30px;
}
.area-news__item {
	padding-bottom: 30px;
}

.area-news__date {
	float: left;
	width: 105px;
}

.area-news__body {
	margin-left: 110px;
}

/* ###=============================================================================
## information-card
###============================================================================= */
.information-card {
	margin-top: 25px;
	padding: 38px 40px;
	border-radius: 10px;
	background-color: #f3f3f3;
	color: #121212;
}
.information-card__title:first-child {
	margin: 0px 0 20px;
	font-size: 18px;
}
.information-card__title {
	margin: 40px 0 20px;
	font-size: 18px;
}
.information-card__company {
	float: left;
	margin: 0 40px 15px 0;
	font-weight: normal;
	font-size: 16px;
}

.information-card__time {
	float: left;
	margin: 0;
	padding-bottom: 15px;
	line-height: 1.6em;
}

.information-card__tel, .information-card__fax {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	vertical-align: middle;
}
.information-card__tel span, .information-card__fax span {
	margin-left: 5px;
	font-weight: bold;
	font-size: 24px;
	vertical-align: middle;
}

.information-card__tel {
	margin-right: 24px;
}

.information-card__email {
	margin-top: 5px;
	font-size: 18px;
}
.information-card__email span {
	margin-left: 10px;
	font-weight: bold;
}

.information-card__notice {
	margin: 20px 0 0;
	font-size: 12px;
}