@charset "utf-8";

/* 基本要素 */
body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
}


p {
	font-size: 1.1em;
	line-height: 1.52em;
	margin: 15px 0 15px 0;
}

pre {
	font-size: 1.1em;
}

pre {
	background-color: black;
	color: white;
	padding: 10px;
}

a {
	color: blue;
}

a.green {
	color: yellowgreen;
	font-size: 0.9em
}

a:hover {
	color: orange;
	text-decoration: none;
}

a img {
	transition: opacity 0.2s linear;
}

a:hover img {
	opacity: 0.7;
}


h1 {
	font-size: 1.8em;
	position: relative;
	background: #97d6af;
	margin: 15px 0 14px 2px;
	padding: 6px 5px 6px 50px;
	color: #474747;
	border-radius: 12px;
}

h1:before {
	content: "\003e";
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: white;
	background: #2b8b5e;
	text-align: center;
	font-weight: 900;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: -0.55rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white;
	border-radius: 50%;
}

.h1_cate:before {
	content: "【";
}

.h1_cate:after {
	content: "】";
}

h2 {
	background: #cfe6ca;
	border-left: solid 0.7em #99cc00;
}

h3 {
	display: table;
	background: linear-gradient(to bottom, transparent 78%, #66ccff 78%);
}
h2 {
	font-size: 1.5em;
	padding: 6px;
	margin: 20px 0 20px 0;
}

h3 {
	font-size: 1.4em;
	margin: 14px 0 14px 0;
}

h4 {
	font-size: 1.1em;
	margin: 20px 0 10px 0;
}

ul {
	margin: 4px 0 4px 0;
}

li {
	font-size: 1.2em;
	margin-left: 30px;
	margin-bottom: 12px;

}


blockquote{
	border: 1px solid #ccc;
	line-height: 1.7;
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding: 40px 10px;	
	background: #f6f6f6;
}
blockquote::before,
blockquote::after {
	display: block;
	position: absolute;
	content: 'format_quote';
	width: 40px;
	height: 40px;
	font-family: 'Material Icons';
	font-size: 35px;
	white-space: nowrap;
	word-wrap: normal;
}

blockquote::before {
	top: 20px;
	left: 10px;
	transform: rotate(-180deg);
}

blockquote::after {
	right: 10px;
	bottom: 20px;
}

.content ul {
	margin: 10px 0 10px 0;
}

.content li {
	line-height: 1.5;
	border-bottom: dashed 1px silver;
	padding: .5em .5em .5em .5em;
}

.content li:last-child {
	border-bottom: none;
}

.simple li {
	line-height: 1.5;
	border-bottom: none;
	padding: 0.2em 0 0.2em .1em;
}

.content ul li {
	list-style-type: disc;
}

.kanren li:last-child {
	border-bottom: none;
}

.main_content{
	padding: 4px;
}

/* ▽ヘッダー */
header {
	width: 100%;
	margin: 0 auto;
	background-color: green;
	color: white;
	padding: 20px 20px 4px 20px;
	box-sizing: border-box;
}

header .site_name {
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0 10px 0;
}

header a {
	color: white;
	text-decoration: none;
}


.ribbon-wrapper {
	display: block;
	position: relative;
	margin-top: 4px;
	padding-top: 2px;
	box-sizing: border-box;
}

.ribbon-content {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 89px;
	height: 91px;
	overflow: hidden;
}

.ribbon {
	display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: -23px;
	top: 22px;
	width: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	background: linear-gradient(to right, #4298fa 0%, #8fcdff 100%);
	color: #fff;
	text-shadow: 0 2px 2px #56a1f3;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon:before,
.ribbon:after {
	position: absolute;
	content: "";
	border-top: 4px solid #3672b6;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
}

.ribbon:before {
	left: 14px;
}

.ribbon:after {
	right: 18px;
}

/* △ヘッダー*/

/* パンくずリスト	*/

.main_breadcrumb {
	margin: 15px 0 15px 0;
	padding: 0px;
}

.main_breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.main_breadcrumb ul li {
	display: inline;
	/*横に並ぶように*/
	list-style: none;
	font-weight: bold;
	/*太字*/
	margin: 0;
}

.main_breadcrumb li:first-child a:before {
	/*家アイコン*/
	content: '\003e';
	font-weight: 900;
	font-size: 1.1em;
	color: #2e7fea;
}

.main_breadcrumb li:befor {
	/* ?を表示*/
	all: initial;
}

.main_breadcrumb li:after {
	/* ▶を表示*/
	content: '\003e';
	font-weight: 900;
	padding: 0 8px;
	color: silver;
}

.main_breadcrumb li:last-child:after {
	content: '';
}

#date_bar {
	margin-bottom: 10px;
}

/* 吹き出し本体 */
.pagelist_div {
	position: relative;
	padding: 20px;
	background-color: white;
	border: 3px solid #ade0ff;
	border-radius: 30px;
	margin-left: 4em;
	margin-bottom: 2em;
}

/* 大きい丸 */
.pagelist_div::before {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #ade0ff;
	left: -35px;
	bottom: 15px;
	width: 30px;
	height: 30px;
}

/* 小さい丸 */
.pagelist_div::after {
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #ade0ff;
	left: -55px;
	bottom: 10px;
	width: 15px;
	height: 15px;
}

div.page_summ {
	border-bottom: dotted 1px;
	margin-bottom: 30px;
}



.span_list {
	margin: 6px;
	font-size: 1.1rem;
	line-height: 1.6rem;
}

#shoplist th {
	min-width: 70px;
	vertical-align: middle;
}

.cate_nav {
	margin-top: 15px;
}

/* フッター */
footer {
	text-align: center;
	margin-bottom: 50px;
}

p.navi_top {
	margin: 20px 6px 10px 0px;
	text-align: right;
}



/* cate_tag */

.cate_tag {
	background: #F6ACD6;
	background-image: -webkit-linear-gradient(top, #F6ACD6, #D01579);
	background-image: -moz-linear-gradient(top, #F6ACD6, #D01579);
	background-image: -ms-linear-gradient(top, #F6ACD6, #D01579);
	background-image: -o-linear-gradient(top, #F6ACD6, #D01579);
	background-image: linear-gradient(to bottom, #F6ACD6, #D01579);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #FFFFFF;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 100;
	margin: 0 10px 0 0;
	padding: 0 6px 0 6px;
	border: solid #ED5AE8 1px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.cate_tag a {
	color: white;
	text-decoration: none;
}

.cate_tag:hover {
	border: solid #337FED 1px;
	background: #1E62D0;
	background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
	background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}

span.enclose_circle {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: skyblue;
	text-align: center;
	line-height: 80px;
}

.prev-next-link {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.prev-next-link p {
	display: inline;
}

.prev-next-link a {
	text-decoration: none;
	color: #000;
}

.prev-next-link a:hover {
	background-color: #f6f6f6;
}

.prev-label {
	font-size: .9rem;
	color: #000;
	margin-right: 4px;
	display: table-cell;
}

.next-label {
	font-size: .9rem;
	color: #000;
	margin-right: 4px;
	text-align: right;
	display: table-cell;
}

.next_text {
	text-align: right;
}


.edit_btn {
	margin-left: 10px;
	font-size: 0.7em;
}



.inline_block_center_wdg {
	display: flex;
	width: 100%;
	height: auto;
justify-content: space-around;
	/* grid-template-columns: repeat(auto-fit, */
		/* max(100px, 1fr)); */
	/* justify-content: stretch; */
}

/* 個別 */
.inline_block_center_wdg .item {
	width : 70%;
	height: auto;
}


.img_center_60 {
	display: block;
	width: 60%;
	height: auto;
	margin: 10px auto;

}
.img_center_70{
	display: block;
	width: 70%;
	height : auto;
	margin: 10px auto;
	text-align: center;

}
.img_center_80 {
	display: block;
	width: 80%;
	height: auto;
	margin: 10px auto;
	text-align: center;

}
img{
	width : 100%;
	height: auto;
}

.af_raku_ebooks_tbls{
	display: grid;
	grid-template-columns: repeat(auto-fit,300px);
	justify-content: center;
}
/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width : 480px) {

	html {
		box-sizing: border-box;
	}

	*,
	*:before,
	*:after {
		box-sizing: inherit;
	}

	/* 基本要素 */

	#h1_p1 {
		margin: 0 2px 0 6px;
	}

	h1 {
		font-size: 1.3em;
		margin-left: 2px;
	}

	h2 {
		font-size: 1.2em;
		margin-left: 2px;
	}

	h3 {
		font-size: 1.2em;
		margin-left: 2px;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	p {
		font-size: 0.95em;
		line-height: 1.12em;
		margin: 10px 0px 10px 0;
	}

	li {
		font-size: 0.95em;

	}

	/* Layout */
	.container {
		width: 100%;
	}

	.main_content {

		/* width: 100%; */
	}

	.main_breadcrumb {
		display: block;
		position: relative;
	}



	.tile_wdg {
		display: block;
		width: 100%;
		margin: 10px auto;
	}

	.tile_wdg .item {
		display: inline-block;
		padding: 10px;
	}

	.tile_wdg img {
		max-width: 100px;
		max-height: 100px;
	}

	/* .inline_block_center_wdg {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(auto-fit,
			minmax(100px, 1fr));
	}
	.inline_block_center_wdg .item{
		
	} */

}