@charset "utf-8";

html
	{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 75%;
	}

body
	{
	background:url(../image/bg_w_red.jpg) repeat-x; /*IMAGE_01 */
	line-height: 1.5;
	width:100% !important;
	}

#wrap
	{
	width:100% !important;
	}

#container
	{
	width: 980px;
	margin:0 auto;
	text-align: center;
	}

/****** media query ******/
@media screen and (max-width: 980px)
{
#container
	{
	width:100%;
	}
}
@media screen and (max-width: 700px)
{
	body
		{
		background:none;
		}
}
/*************************/

#area_box,
#search_box,
#top_list,
#new_box,
#top_text,
#top_regist,
#zenback,
#side_area,
#side_banner,
#side_banner2,
#side_banner3,
#change
	{ margin-bottom:1em; }



/* ========== リンク ========== */

a
	{
	color: #4561b0;
	text-decoration: none;
	}

a:visited,
a:hover,
a:active,
a:focus
	{
	text-decoration: underline;
	}


/* ==========================================================================
		Header
============================================================================= */

header
	{
	height:130px;
	text-align:left;
	position:relative;
	color:#111111; /*BASE_01 */
	overflow:hidden;
	padding:0 10px;
	}

header div
	{
	margin:20px auto 10px;
	}

header h1
	{
	color:#111111; /*BASE_01 */
	margin-bottom:10px;
	}

header a
	{
	color:#aa3333; /*TITLE_COLOR */
	}

header a:hover
	{
	color:#3333cc; /*TITLE_HOVER */
	text-decoration:none;
	}

.title
	{
	float:left;
	width:50%;
	font-size:2em;
	}

.description
	{
	width:40%;
	float:right;
	}

/****** media query ******/
@media screen and (max-width: 700px)
{
	header
		{
		height:auto;
		min-height:130px;
		background:url(../image/bg_w_red.jpg) center bottom repeat-x #e1e1e1; /*IMAGE_01 */  /*BASE_02 */
		}
	header div
		{
		margin:10px auto;
		}
	.title,.description
		{
		float:none;
		width:100%;
		line-height:1.4;
		}
	.title
		{
		margin-bottom:5px;
		}
}
@media screen and (max-width: 400px)
{
	.title
		{
		font-size:1.6em;

		}
}
/*************************/

/* ==========================================================================
		Contents
============================================================================= */

#contents
	{
	border-left:1px solid #bdbdbd;
	border-right:1px solid #bdbdbd;
	overflow:hidden;
	-moz-box-shadow:
		0px 0px 15px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 15px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 15px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	background:#f0f0f0;
	padding-bottom:20px;
	}

#main
	{
	width:70%;
	float:right; /* COLUMN_MAIN_01 */
	margin-top:10px;
	text-align:left;
	}

#side
	{
	width:29%;
	float:left; /* COLUMN_SIDE_01 */
	padding-top:5px;
	}

#side:after
	{
	clear:both;
	}

footer
	{
	color:#fff;
	clear:both;
	background:#4a4a4a;
	text-align:center;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

/****** media query ******/
@media screen and (max-width: 700px)
{
	#main,#side
		{
		float:none;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizein:border-box;
		}
	#side
		{
		margin-top:30px;
		}
}
/*************************/

/* ==========================================================================
		Main
============================================================================= */

/* ========== トップ画像 ========== */

#topimage
	{
	padding:15px;
	background:#d0d0d0;
	}

/****** media query ******/
@media screen and (max-width: 570px)
{
	#topimage
		{
		padding:5px;
		}
}
/*************************/

/* ========== 見出し ========== */

#main section article h2 a,
#main section article h3 a,
#main section article h4 a
	{
	color:#fff;
	}

#main section article h2, h2.topnew
	{
	padding:10px 10px;
	background:#bb2520; /*POINT_03 */
	color:#fff;
	font-weight:bold;
	border-left:20px solid #666666; /*POINT_04 */
	font-size:1.2em;
	}

#main section article h3
	{
	padding:5px 10px;
	background:#d7d7d7;
	font-weight:bold;
	border-left:10px solid #bb2520; /* POINT_01 */
	font-size:1.2em;
	margin:25px 0 10px;
	}

#main section article h4
	{
	padding:5px 10px 5px 35px;
	font-weight:bold;
	font-size:1.2em;
	margin:25px 5px 10px;
	position:relative;
	border-bottom:3px double #111;
	}

#main section article h4:before
	{
	font-family: FontAwesome;
	color: #bb2520; /* POINT_01 */
	content: "\f14a";
	font-size:1.8em;
	position:absolute;
	top:-5px;
	left:3px;
	}

#main section article h5
	{
	padding:5px 10px 5px 30px;
	font-weight:bold;
	font-size:1.1em;
	margin:25px 5px 10px;
	position:relative;
	border-bottom:1px dashed #999;
	}

#main section article h5:before
	{
	font-family: FontAwesome;
	color: #bb2520; /* POINT_01 */
	content: "\f192";
	font-size:1.6em;
	position:absolute;
	top:-2px;
	left:5px;
	}

#main section article h6
	{
	padding:5px 10px 5px 30px;
	font-weight:bold;
	font-size:1em;
	margin:25px 5px 10px;
	position:relative;
	border-bottom:1px dashed #999;
	}

#main section article h6:before
	{
	font-family: FontAwesome;
	color: #bb2520; /* POINT_01 */
	content: "\f101";
	font-size:1.5em;
	position:absolute;
	top:0px;
	left:15px;
	}

/* ========== メインコンテンツ ========== */

#main section article
	{
	margin:5px 15px 20px 0; /* COLUMN_ARTICLE_MARGIN */
	background:#fff;
	border:1px solid #e2e2e2;
	}

#main section article .blog_box
	{
	padding:5px 20px 20px;
	position:relative;
	font-size:125%;

	/* FONT_SIZE */
	}

#main section article .contents_text
	{
	padding:5px 0;
	}

#main section article .archive_contents_text
	{
	padding:10px 15px;
	font-size:125%;

	/* FONT_SIZE */
	}

.blog_box a
	{
	text-decoration:underline;
	}

.blog_box a:hover
	{
	text-decoration:none;
	color:#111;
	}

/****** media query ******/
@media screen and (max-width: 700px)
{
	#main section article
		{
		margin:5px 10px 20px;
		}
	#main section article .blog_box
	{
	padding:5px 5px 20px;
	}
}
@media screen and (max-width: 400px)
{
	#main section article
		{
		margin:5px 0 20px;
		}
}
/*************************/


/* ========== アイキャッチ画像 ========== */
/*
.t_eyecatch
	{
	text-align:center;
	margin:15px 0;
	position: relative;
	}

.t_eyecatch img
	{
	border:1px solid #ccc;
	padding:1%;
	}
*/
/* ========== 画像の回り込み ========== */

img.fr
	{
	float: right;
	margin: 0px 0px 15px 10px;
	}

img.fl
	{
	float: left;
	margin: 0px 10px 15px 0px;
	}

/****** media query ******/
@media screen and (max-width: 450px)
{

img.fr,img.fl
	{
	float:none;
	margin:0 auto;
	display:block;
	}
}
/*************************/

/* ========== テーブルコンテンツ ========== */

.blog_box table
	{
	border-collapse:collapse;
	width:90%;
	margin:20px auto;
	border:1px solid #ccc;
	/* テーブルセルの均等幅 */
	table-layout:fixed;
	}

.blog_box table td
	{
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
	}

/****** media query ******/
@media screen and (max-width: 570px)
{
	.blog_box table
		{
		width:98%;
		}
}
/*************************/


/* ========== 日時、カテゴリ ========== */

.blog_box .blog_post
	{
	text-align:right;
	margin-bottom:10px;
	}

#main section article .blog_box .blog_post p
	{
	margin:0;
	padding:1px 0;;
	font-size:0.8em;
	display:inline-block;
	}

.blog_post p.date:before
	{
	font-family: FontAwesome;
	color: #e5ac00; /* POINT_02 */
	content: "\f274";
	font-size:1.2em;
	margin-right:5px;
	}


/* ========== 続きを読む ========== */

#main section article .blog_box p.t_more
	{
	padding:0px;
	font-size:1.2em;
	text-align:right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

#main section article .blog_box p.t_more:before
	{
	font-family: FontAwesome;
	color: #e5ac00; /* POINT_02 */
	content: "\f054";
	font-size:1em;
	margin-right:5px;
	}


/* ========== ページトップ ========== */

.pagetop
	{
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	}

.pagetop a
	{
	display: block;
	width: 100px;
	height: 30px;
	background-color: #bb2520; /*POINT_01 */
	text-align: center;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	line-height: 33px;
	}

/* ==========================================================================
		Side
============================================================================= */

/* ========== カテゴリ ========== */

#side nav
	{
	margin:10px;
	}

#side nav h2
	{
	padding:5px 10px;
	border-bottom:3px solid #bb2520; /* SIDE_01 */
	background:#dc3732; /* SIDE_02 */
	color:#111111; /* BASE_01 */
	font-weight:bold;
	}

#side nav ul
	{
	text-align:left;
	border:1px solid #e2e2e2;
	background:#fff;
	}

#side nav ul li
	{
	border-top:1px solid #e2e2e2;
	background:url(../image/listicon01_w_red.png) 8px center no-repeat; /*IMAGE_01 */
	}

#side nav ul li.sub
	{
	border-top:1px solid #e2e2e2;
	background:url(../image/listicon01_w_red.png) 18px center no-repeat; /*IMAGE_01 */
	}

#side nav ul li.entry
	{
	background:url(../image/listicon02.png) 18px center no-repeat;
	}

#side nav ul li:first-child
	{
	border:none;
	}

#side nav ul li.entry
	{
	border-top:1px dotted #e2e2e2;
	}

#side nav ul li a
	{
	display:block;
	padding:5px 10px 5px 20px;
	}

#side nav ul li a:hover
	{
	color:#111;
	background:url(../image/listicon01_w_red.png) 8px center no-repeat #f3f1f1; /*IMAGE_01 */
	}

#side nav ul li.sub a:hover
	{
	background:url(../image/listicon01_w_red.png) 18px center no-repeat #f3f1f1; /*IMAGE_01 */
	}

#side nav ul li.entry a:hover
	{
	background:url(../image/listicon02.png) 18px center no-repeat #f3f1f1;
	}


#side nav ul li.sub a,
#side nav ul li.entry a
	{
	padding-left:2.5em;
	}

/* ========== 最近の記事 ========== */

#side aside
	{
	margin:10px;
	}

#side aside h2
	{
	padding:5px 10px;
	border-bottom:3px solid #bb2520; /* SIDE_01 */
	background:#dc3732; /* SIDE_02 */
	color:#111111; /* BASE_01 */
	font-weight:bold;
	}

#side aside ul
	{
	text-align:left;
	border:1px solid #e2e2e2;
	background:#fff;
	}

#side aside ul li
	{
	border-top:1px solid #e2e2e2;
	background:url(../image/listicon02.png) 8px center no-repeat;
	}

#side aside ul li:first-child
	{
	border:none;
	}

#side aside ul li a
	{
	display:block;
	padding:5px 10px 5px 20px;
	}

#side aside ul li a:hover
	{
	color:#111;
	background:url(../image/listicon02.png) 8px center no-repeat #f3f1f1;
	}

#side aside ul.submenu.item li:after,
.item-search-form ul:after
	{
	content:"";
	clear:both;
	display:block;
	}

.side_kiji_img
	{
	list-style-type: none;
	}

.side_kiji_img li
	{
	background:initial !important;
	}

.side_kiji_img li a:hover
	{
	background:initial !important;
	}


.side_eye_img a img
	{
	display: inline-block;
	vertical-align:top;
	width:30%;
	max-width:100px;
	}

.side_eye_img a span
	{
	display: inline-block;
	vertical-align: top;
	margin-left:2%;
	width:68%;
	}

/* ========== フリーテキスト ========== */

.side_box1 section
	{
	margin:10px;
	}

.side_box1 h2
	{
	padding:5px 10px;
	border-bottom:3px solid #bb2520; /* SIDE_01 */
	background:#dc3732; /* SIDE_02 */
	color:#111111; /* BASE_01 */
	font-weight:bold;
	}

.side_box1 p
	{
	background:#fff;
	padding:10px;
	border:1px solid #e2e2e2;
	}


/* ========== リンク集 ========== */

.side_box2 section
	{
	margin:10px;
	}

.side_box2 section h2
	{
	padding:5px 10px;
	border-bottom:3px solid #bb2520; /* SIDE_01 */
	background:#dc3732; /* SIDE_02 */
	color:#111111; /* BASE_01 */
	font-weight:bold;
	}

.side_box2 section ul
	{
	text-align:left;
	border:1px solid #e2e2e2;
	background:#fff;
	}

.side_box2 section ul li
	{
	border-top:1px solid #e2e2e2;
	background:url(../image/listicon02.png) 8px center no-repeat;
	}

.side_box2 section ul li:first-child
	{
	border:none;
	}

.side_box2 section ul li a
	{
	display:block;
	padding:5px 10px 5px 20px;
	}

.side_box2 section ul li a:hover
	{
	color:#111;
	background:url(../image/listicon02.png) 8px center no-repeat #f3f1f1;
	}


/* ========== 人気の記事 ========== */

.side_box_pv
	{
	margin:10px;
	}

.side_box_pv h2
	{
	padding:5px 10px;
	border-bottom:3px solid #bb2520; /* SIDE_01 */
	background:#dc3732; /* SIDE_02 */
	color:#111111; /* BASE_01 */
	font-weight:bold;
	}

.side_box_pv a:hover
	{
	color:#111;
	}

.side_box_pv section div
	{
	text-align:left;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	background:#fff;
	padding:5px;
	}

.side_box_pv section p.rank_n,
.side_box_pv section p.rank_t
	{
	display:inline-block;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}

.side_box_pv section p.rank_n
	{
	width:15%;
	background:url(../image/rankicon.png) center center no-repeat;
	text-align:center;
	font-weight:bold;
	}

.side_box_pv section p.rank_t
	{
	width:80%;
	padding-left:5px;
	}

.side_box_pv section p.rank_p
	{
	text-align:right;
	font-size:0.8em;
	margin-top:-0.3em;
	}

/****** media query ******/
@media screen and (max-width: 700px)
{
	.side_box_pv section p.rank_n
		{ width:10%; }
}
/*************************/


/* ========== サイト内検索 ========== */

.side_box_s
	{
	margin:10px;
	}

.side_box_s h2
	{
	padding:5px 10px;
	border-bottom:3px solid #bb2520; /* SIDE_01 */
	background:#dc3732; /* SIDE_02 */
	color:#111111; /* BASE_01 */
	font-weight:bold;
	}

.side_box_s div
	{
	text-align:center;
	border:1px solid #e2e2e2;
	background:#fff;
	}

.side_box_s form
	{
	margin:15px 10px;
	}

.side_box_s input[type=text]
	{
	border:1px solid #ccc;
	padding:2px 5px;
	width:95%;
	margin-bottom:5px;
	font-size:16px;
	}

.side_box_s input[type=submit]
	{
	background:#707070;
	color:#fff;
	padding:3px 5px;
	font-size:0.9em;
	}

/****** media query ******/
@media screen and (max-width: 700px)
{
	.side_box_s input[type=text]
		{
		width:50%;
		margin-bottom:0;
		margin-right:10px;
		}
	.side_box_s input[type=submit]
		{
		padding:3px 10px;
		}
}
/*************************/

/* ========== カレンダー ========== */

section.calendar
	{
	margin:10px;
	}

.cal
	{
	width: 100%;
	border:1px solid #a5a5a5;
	background:#fff;
	table-layout:fixed;
	}

.cal a:hover
	{
	text-decoration: none;
	}

.cal caption
	{
	padding:5px 10px;
	border-bottom:3px solid #bb2520; /* SIDE_01 */
	background:#dc3732; /* SIDE_02 */
	color:#111111; /* BASE_01 */
	font-weight:bold;
	}

.cal caption a
	{
	display: block;
	padding: 0 10px;
	color: #111111; /* BASE_03 */
	font-size: 15px;
	}

.cal caption a:hover
	{
	color: #fff;
	}

.cal caption .prev
	{
	float: left;
	}

.cal caption .next
	{
	float: right;
	}

.cal th, .cal td
	{
	width: 15%;
	text-align: center;
	text-shadow: 0 1px rgba(255, 255, 255, 0.8);
	}

.cal th:first-child,
.cal td:first-child
	{
	border-left: 0;
	}
.cal th
	{
	font-size: 8px;
	text-transform: uppercase;
	color: #696969;
	line-height: 20px;
	background: #f3f3f3;
	border-left: 1px solid #f3f3f3;
	}

.cal td
	{
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	line-height: 28px; /* add taura */
	}

.cal td a
	{
	clear: both;
	display: block;
	position: relative;
	color: #666;
	line-height: 28px;
	width: ;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(60%, #e5e5e5), color-stop(100%, #d9d9d9));
	background-image: -webkit-linear-gradient(top, #eaeaea 0%, #e5e5e5 60%, #d9d9d9 100%);
	background-image: -moz-linear-gradient(top, #eaeaea 0%, #e5e5e5 60%, #d9d9d9 100%);
	background-image: -ms-linear-gradient(top, #eaeaea 0%, #e5e5e5 60%, #d9d9d9 100%);
	background-image: -o-linear-gradient(top, #eaeaea 0%, #e5e5e5 60%, #d9d9d9 100%);
	background-image: linear-gradient(top, #eaeaea 0%, #e5e5e5 60%, #d9d9d9 100%);
	-webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
	}

.cal td a:hover, .cal td.off a
	{
	background: #f3f3f3;
	}

.cal td.off a
	{
	color: #b3b3b3;
	}

.cal td.active a,
.cal td a:active
	{
	margin: -1px;
	color: #f3f3f3;
	background: #bb2520; /*POINT_01 */
	border: 1px solid #bb2520; /*POINT_01 */
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
	}

.cal td.active:first-child a,
.cal td:first-child a:active
	{
	border-left: 0;
	margin-left: 0;
	}

.cal td.active:last-child a,
.cal td:last-child a:active
	{
	border-right: 0;
	margin-right: 0;
	}

.cal tr:last-child td.active a,
.cal tr:last-child td a:active
	{
	border-bottom: 0;
	margin-bottom: 0;
	}


/****** media query ******/
@media screen and (max-width: 700px)
{
	#side nav,#side aside,
	.side_box1 section,
	.side_box2 section,
	.side_box_pv,.side_box_s,
	section.calendar
		{
		background:#373737;
		padding:6px;
		}
}
@media screen and (max-width: 400px)
{
	#side nav,#side aside,
	.side_box1 section,
	.side_box2 section,
	.side_box_pv,.side_box_s,
	section.calendar
		{
		margin:10px 0;
		}
}
/*************************/

/* ==========================================================================
		Footer
============================================================================= */

footer a
	{
	color:#fff;
	}


/* ==========================================================================
		Archive
============================================================================= */

h2#archive_h2
	{
	font-size:1.8em;
	margin:10px 10px;
	}

/* ========== パンくずリスト ========== */

.breadcrumb
	{
	text-align:left;
	margin:10px 10px 0px;
	}

.breadcrumb a
	{
	text-decoration:underline;
	}

.breadcrumb div
	{
	display:inline-block;
	}


#main.archive section article h2
	{
	padding:7px 10px;
	background:#bb2520; /*POINT_03 */
	color:#ffffff;
	font-weight:bold;
	border-left:10px solid #666666; /* BASE_05 */
	border-bottom:1px solid #a5a5a5;
	font-size:1.2em;
	}

#main.archive section article
	{
	margin:5px 15px 20px 0; /* COLUMN_ARTICLE_MARGIN */
	background:#fff;
	border:1px solid #e2e2e2;
	overflow:hidden;
	}

#main.archive section article p
	{
	padding:15px 15px 5px;
	}

#main.archive section article p.more
	{
	padding:0 10px 10px;
	text-align:right;
	}

#main.archive section article p a
	{
	text-decoration:underline;
	}

/* ========== アイキャッチがある場合 ========== */

#main.archive section article p
	{
	vertical-align:top;
	overflow:hidden;
	}

#main.archive section article p.ar_image
	{
	width:30%;
	float:left;
	padding:15px 5px 15px 10px;
	margin-right:10px;
	}

#main.archive section article p.ar_image img
	{
	border:1px solid #ccc;
	padding:5px;
	}


/* ========== ページング ========== */

.paging p
	{
	text-align:center;
	margin-bottom:10px;
	}

.pagination,
.pagination li a
	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}

.pagination li { background-color: #fff; }

.pagination a
	{
	font-weight: 300;
	padding-top: 1px;
	text-decoration:none;
	border: 1px solid rgba(0,0,0,.25);
	border-left-width: 0;
	min-width:44px;
	min-height:44px;
	color: #333;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.35);
	}

.pagination li:not([class*="current"]) a:hover
	{
	background-color: #333;
	border-top-color: #333;
	border-bottom-color: #333;
	color:#fff;
	}

.pagination li:not([class*="current"]) a:focus,
.pagination li:not([class*="current"]) a:active
	{
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
	border-left-width:1px;
	}

.pagination li:first-of-type a
	{
	border-left-width: 1px;
	}

.pagination li:first-child a::before,
.pagination li:last-child a::after,
.pagination li:nth-of-type(2) a::before,
.pagination li:nth-last-of-type(2) a::after
	{
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.pagination li.current a
	{
	padding-top:.25em;
	color:#fff;
	background-color: #bb2520; /*POINT_01 */
	cursor: default;
	pointer-events: none;
	}

/****** media query ******/

@media only screen and ( max-width: 64.063em )
{
.pagination li:first-child,
.pagination li:last-child
	{
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

.pagination li:nth-of-type(2) a
	{ border-left-width: 1px; }
}

@media only screen and ( max-width: 40.063em )
{
	.pagination li {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

.pagination li.current,
.pagination li:first-of-type,
.pagination li:last-of-type,
.pagination li:nth-of-type(2),
.pagination li:nth-last-of-type(2)
	{
	position: initial;
	top: initial;
	left: initial;
	}

.pagination li:nth-of-type(2) a
	{ border-left-width: 0; }
}

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

.pagination li:first-child,
.pagination li:last-child
	{
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
	}

.pagination li:nth-of-type(2) a
	{ border-left-width: 1px; }

}

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

.pagination li { width: 50%;}

.pagination li.current
	{
	order: 2;
	width: 100%;
	border-left-width: 1px;
	}

}


/* ==========================================================================
		Entry
============================================================================= */

.next_prev
	{
	text-align:center;
	}

.next_prev p
	{
	display:inline-block;
	width:40%;
	}

.next_prev p a
	{
	display:block;
	vertical-align:middle;
	background:#ebebeb; /* BASE_04 */
	border-radius:5px;
	text-align:center;
	padding:5px 10px;
	}

.next_prev p a:hover
	{
	background:#bb2520; /*POINT_01 */
	color:#fff;
	text-decoration:none;
	}

.next_prev p.prev
	{
	margin-right:2em;
	}

.next_prev p.next
	{
	margin-left:2em;
	}

.next_prev p.prev a:before
	{
	font-family: FontAwesome;
	color: #333;
	content: "\f053";
	margin-right:8px;
	}

.next_prev p.next a:after
	{
	font-family: FontAwesome;
	color: #333;
	content: "\f054";
	margin-left:8px;
	}

/****** media query ******/
@media screen and (max-width: 460px)
{
.next_prev p
	{
	display:block;
	width:90%;
	margin:10px auto
	}

.next_prev p.prev,
.next_prev p.next
	{
	margin: 10px auto;
	}

}
/*************************/

/* ========== アイキャッチ画像 ========== */

.w_eyecatch
	{
	text-align:center;
	border:1px solid #ccc;
	width:100%;
	}

.e_eyecatch
	{
	overflow:hidden;
	margin:1%;
	border:1px solid #ccc;
	position: relative;
	}

.e_eyecatch img
	{
	width: 100%;
	height: auto;
	}

.e_eyecatch_textbox
	{
	position: absolute;
	left: 0;
	bottom: 0;
	height:25%;
	background: rgba(96, 96, 96, 0.8);
	width: 100%;
	}

.e_eyecatch_textbox p
	{
	padding: 2%;
	color:#fff;
	font-size:160%;
	}

/****** media query ******/
@media screen and (max-width: 760px)
{
.e_eyecatch_textbox
	{
	height:25%;
	}

.e_eyecatch_textbox p
	{
	font-size:160%;
	}
}

@media screen and (max-width: 480px)
{
.e_eyecatch_textbox
	{
	height:35%;
	}

.e_eyecatch_textbox p
	{
	font-size:140%;
	}

}
/*************************/


/* ========== コメント ========== */

#comment
	{
	margin:25px 15px 20px 0;
	}

#comment aside h2
	{
	padding:10px 10px;
	background:#bb2520; /*POINT_03 */
	color:#fff;
	font-weight:bold;
	border-left:20px solid #bb2520; /*POINT_01 */
	font-size:1.2em;
	}

#comment article
	{
	border:1px solid #e2e2e2;
	margin:20px 10px;
	background:#fff;
	padding:10px;
	}

#comment article header
	{
	color:#333;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	border-bottom:1px solid #e2e2e2;
	}

#comment article header p,
#comment article time
	{
	display:inline-block;
	margin:0 20px 0 0;
	}

#comment article p
	{
	margin:0 20px;
	}


#comment aside h3
	{
	padding:5px 10px;
	background:#d7d7d7;
	font-weight:bold;
	border-left:10px solid #bb2520; /*POINT_01 */
	font-size:1.2em;
	margin:25px 0 10px;
	}

#comment aside .comment_form
	{
	margin:20px 10px;
	}

.comment_form div
	{
	margin-bottom:10px;
	}

.comment_form input[type="text"]
	{
	width:40%;
	border:1px solid #999;
	background:#fff;
	padding:3px 5px;
	}

.comment_form input[type="text"]:active,
.comment_form input[type="text"]:focus,
.comment_form textarea:active,
.comment_form textarea:focus
	{
	border:1px solid #bb2520; /*POINT_01 */
	}

.comment_form textarea
	{
	width:90%;
	height:100px;
	border:1px solid #999;
	}

.comment_form input[type="submit"]
	{
	background:#bb2520; /*POINT_01 */
	color:#fff;
	padding:5px 10px;
	}

/****** media query ******/
@media screen and (max-width: 480px)
{
#comment article header
	{
	color:#333;
	background:#fff;
	min-height: 50px;
	overflow:hidden;
	margin-bottom:10px;
	border-bottom:1px solid #e2e2e2;
	}
}
/*************************/

/* ==========================================================================
		Search
============================================================================= */

h2#search_h2
	{
	font-size:1.8em;
	margin:10px 0;
	}

h2#search_h2:before
	{
	font-family: FontAwesome;
	color: #bb2520; /*POINT_01 */
	content: "\f002";
	font-size:1.2em;
	}


/* ==========================================================================
		Font
============================================================================= */

.font_s
	{ font-size:1.0em; }

.font_m
	{ font-size:1.4em; }

.font_l
	{ font-size:1.8em; }


/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
	width: 100% ;
	min-height: 190px ;
	background: #F5F1E9 ;	/* 背景色 */
	padding: 1.5em 0 ;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 119px ;
	}
}


/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	width: 238px ;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
		width: 500px ;
	}
}


/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	display: inline-block;
	text-align: center ;
	height: 71px ;
	margin: 0 1px ;
	padding:0 ;
}


/******************************

 各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
	width: 71px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
	.sc-li {
		display: none ;
	}
}