@charset "UTF-8";

body{ 
    background:#eeeeee;
    color:#303030;	
    border:none;
    line-height:1.5;
	margin:0;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.wrapper {
    width:100%;
    display: inline-flex;
}
.container {
    max-width: 860px;
    margin: 0 auto 30px;
    padding: 0 12px;
}
footer {
    margin-top: 4em;
    text-align: center;
    color: #afafaf;
}

/* a */
a {
	color: #616161;
}

/* 見出し */
h1 {
	margin-top: 2.5em;
}
h2 {
	margin-top: 2em;
	margin-bottom: 0;
}
h3 {
	margin-top: 2.5em;
}
.h-3 {
	border: 1px solid #0e0e0e; 
	background: #f6f6f6;
	padding: 0.25em 0.3em;
	display: inline;
}
.yukinohi {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.yukinohi img {
	max-width: 300px;
	margin-top: 1.5em;
	margin-right: 0.5em;
}

/* テキスト */
.release {
	text-align: right;
	text-decoration: underline;
	top: -1.5em;
	position: relative;
	margin-bottom: -1em;
}
.area {
}
.area:after {
	content: '※徳島県下限定';
	text-decoration: underline;
}
.post {
}
.post:after {
	content: '郵送分';
	font-weight: normal;
	text-decoration: underline;
}
.send {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.shinkan,.kikan {
	text-align: center;
	font-weight: bold;
	border-top: 1px dashed #ccc;
	padding: 0.5em;
	margin-top: 0.25em;
}

/* 本紹介 */
.book_container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3.5em;
}
.book {
	flex-basis: 410px;
	margin: 0.5em;
	display:flex; /* 高さ揃える */
	align-items:stretch; /* 高さ揃える */
}
.book_child_container {
	display: flex;
	align-items: center; /* 上下中央 */
	border: dashed 1px #ccc;
	background: #f6f6f6;
	padding: 0.5em;
}
.book_child {
}
.book_child img {
	width: 100px;
}
.book_child h3{
	font-size: 0.85em;
	margin: 0.5em 0em 0.5em 0.75em;
}
.book_child p {
	font-size: 0.75em;
	margin: 0.5em 0em 0.5em 0.75em;
}
.price {
	font-size: 0.75em;
	text-align: right;
}

/* ナカちゃん紹介 */
.nakachan {
    margin: 0.5em;
    padding: 0.7em 1em 0em 1em;
    border: 2px solid #ff6e6e;
    border-radius: 8px;
    position:relative;
}
.nakachan:before {
    background-color: #eee;
    color: #da4033;
    content: "ナカちゃんとは";
    font-weight: bold;
    position: absolute;
    padding: 0 20px;
    left: 10px;
    top: -10px;
}

table {
	width: 100%;
}
table , td, th {
	border: 1px solid #0e0e0e;
	border-collapse: collapse;
	background: none;
}
td, th {
	padding: 0.3em 0.75em;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
