* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
/*	border: 1px solid blue;*/
	}
	
/*絵本トップページジャンル別リスト*/

#genre {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/bgbkn.jpg);
	background-repeat: repeat-y;
	}

#genre li {
	list-style-image: url(../images/list_ehon.gif);
	font-size: 110%;
	line-height: 1.8;
		}

#genre li a:link, #genre li a:visited {
	text-decoration: none;
	color: #666;
	}

#genre li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
	}



/*ヘッダージャンル------------------------------------------*/

#ehongenre {
	list-style-type: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	}

ul#ehongenre li {
	width: auto;
	color: #666;
	display: inline;
	}

ul#ehongenre a {
	color: #666;
	text-decoration: none;
	}

ul#ehongenre a:hover {
	color: #0cf;
	text-decoration: underline;
	}
	



/*大タイトル*/	

/*----すでに../../common.cssにて指定済のため隠します-----
h2 {
	background-image: url(../images/title_ehon.gif);
	height: 50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	margin-left: 10px;
	}
----すでに../../common.cssにて指定済のため隠します-----*/


h3 span{
	font-size: 110%;
	width: auto;
	background-image: url(../images/line_ehon.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	}

/*本文のスタイル----*/
#ehonbody {
	margin: 10px 35px 0 35px;
	padding-bottom: 30px;
	}	
	


/*フレックスボックス------------------------------------------------*/

.flex-wrapper {
	display: flex;
	flex-direction: row;
	}

.ehoncontainer {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
	width: auto;
	height: auto;
	}

.ehoncontainer .ehonbox {
	display: inline-block;
	width: 130px;
	height: 260px;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: dashed 1px #f93;
	border-left: none;
	padding: 2px;
	margin: 2px;
	}


/*　テーブルのかわりにフレックスボックスを使用*/

/*テーブル------------------------------------------------*/
#ehonbody table {
	clear: both;
	border-collapse: collapse;
	width: 675px;
	text-align: center;
	}

#ehonbody td {
	width: 24%;
/*	height: 185px;*/
	border-bottom: 1px dashed #f93;
	border-top: 1px dashed #f93;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#ehonbody table a img {
	border: 0px;
	}

/*絵本のタイトル*/
table h6 {
	font-weight: normal;
	font-size: 9pt;
	}

/*　テーブルのかわりにフレックスボックスを使用*/





/*たちよみボタン------------------------------------------*/
.tachiyomi span {
	display: none;
	}

.tachiyomi a:link {
	display: block;
	width: 81px;
	height:22px;
	background-image: url(../images/tachiyomi_on.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	}

.tachiyomi a:visited {
	display: block;
	width: 81px;
	height:22px;
	background-image: url(../images/tachiyomi_on.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	}

.tachiyomi a:hover {
	display: block;
	width: 81px;
	height:22px;
	background-image: url(../images/tachiyomi_on.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	}


/*Adobeリーダーダウンロード------------------------------------------*/
#adobereader{
	text-align: right;
	margin-top: 10px;
	margin-right:15px;
	margin-bottom: 20px;
	margin-left: auto;
	}

#adobereader img {
	float: right;
	border: 0;
	margin: 0 30px 5px 10px;
	}

#adobereader span, #adobereader p{
	font-size: 50%;
	color: #666;
	}



/*季節や期間ごとに気の向いたときに変更する挿絵です。
随時書き直しましょう---------------------------------------------------*/
#seasonalcut-1 {
	position: absolute;
	top: 220px;
	left: 500px;
	}