@charset "utf-8";

/* =================================================
	Reset
================================================= */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p{
	margin:0;
	padding:0;
}

/* =================================================
	Element
================================================= */
body{
	width:100%;
	text-align:center;
	font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-size: 90%;
	word-break:break-all;
}



/* Modern browser */
html>/**/body {font-size:13px;}
a{
	text-decoration:none;
	/*\*/
	overflow:hidden;	/* for Fx */
	/**/
}

img,a img{
			border:none;
			box-sizing:border-box;

		 }
ul, ol, li, dl, dt, dd{list-style:none;}
table{
	border:0;
	font-size: small　!important;	/* for Modern browser */
	font-size: 82%;	/* for IE6 */
}
th,td{padding:0;}
th{font-weight:normal;}
input,select,textarea{padding:2px;}
textarea { font-size:100%; }
html>/**/textarea {font-size:13px;}
fieldset{border:none;}
pre{font-family:monospace;}
.emoji {vertical-align:middle; }
.entry_body img {
max-width: 100%;
height: auto;
}

/* =================================================
	Hyper text
================================================= */
a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;	/* for Fx */
	/**/
}

a:link,
a:visited {
	color: dodgerblue; /* リンク、訪問済みリンクの文字色 */
}

a:focus,
a:hover,
a:active {
	color: mediumblue;
	text-decoration: underline;
}

/* =================================================
	Headline
================================================= */
h1{font-size:276%; font-weight: normal;}		/* 36px */
h2,h3{font-size:124%; font-weight: normal;}		/* 16px */
h4{font-size:108%; font-weight: normal;}		/* 14px */
h5,h6{font-size:100%; font-weight: normal;}		/* 13px */

/* =================================================
	Font Color
================================================= */
body { color: #444444; }

#header h1 a /* ブログタイトル */ { color: #333333; }

#headermenu .archives a /* 「記事一覧」のリンク */ ,
#main_contents h2 a /* 記事タイトル */ ,
#main_contents .entry_body .entry_more a /* 「続きを読む」のリンク */
{ color: #333333; }

#main_contents blockquote /* 引用部分 */ ,
#main_contents .entry_date /* 記事の日付 */ ,
#main_contents .content .entry_state li /* カテゴリ等 */ ,
#main_contents .content .entry_state li a /* CM数,TB数等 */ ,
#main_contents .sub_content .sub_footer /* CM,TBのフッタ */ ,
#main_contents .page_navi a /* ページナビ */
{ color: #999999; }

#main_contents .list_body li /* 記事一覧ページ */ ,
{ color: #666666; }

/* =================================================
	Font Size
================================================= */
#header p /* ブログ紹介文 */ { font-size: 158%; /* 21px */ }
#headermenu /* 「記事一覧」の文字 */ { font-size: 139%; /* 18px */ }
#main_contents /* 記事本文等 */ { font-size:18px; }
#main_contents .entry_date /* 記事日付 */ ,
#main_contents .entry_state /* CM数,TB数,カテゴリ等 */ { font-size: 85%; /* 14px */ }
#main_contents .entry_body .entry_more /* 「続きを読む」の文字 */ { font-size: 108%; /* 17px */ }
#main_contents .sub_content .sub_footer /* CM,TBのフッタ */ { font-size: 85%; /* 14px */ }
#sidemenu /* サイドメニュー(プラグイン) */ { font-size:116%; /* 15px */ }
#sidemenu h3 /* サイドメニュー(プラグイン)タイトル */ { font-size: 131%; /* 20px */ }
#footer /* フッター */ { font-size:124%; /* 16px */ }


/* =================================================
	Content Width
	※ 幅を固定にする場合は、それぞれのmin-width、
	max-widthを削除し、widthで好きな幅を指定して下さい
================================================= */
#container { min-width: 800px; }
#headermenu , #wrap ,
#footer_plg , #footer_inner {
	 width: 1220px;
	 _width: 860px;
}

/* =================================================
	Layout
================================================= */
#container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	overflow: hidden;
	margin-bottom: -40px;
	padding: 20px 0 80px 0;
	text-align: left;
}

#headermenu {
	height: 39px;
	margin: 0 auto;
}

#wrap {
	position:relative;
	overflow:hidden;
	margin: 0 auto 20px;
	text-align: right;
}

#main {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: -370px;
	text-align: left;
}

#main_contents {
	margin: -36px 370px 0 0; /* 2番目の数字(右側)はsidemenuのwidthの変更に合わせて調整して下さい */
	padding-top: 35px;
}

#sidemenu {
	float: right;
	position:relative;
	overflow: hidden;
	width: 356px; /* サイドメニューの幅 */
	padding-top: 5px;
}

#footer {
	clear: both;
	padding: 20px 0;
}

#footer_plg {
	clear:both;
	margin: 0 auto;
}

#footer_inner {
	clear:both;
	margin: 0 auto;
}

/* =================================================
	Container
================================================= */
#container {
	background-color: #FFFFFF; /* 全体の背景色 */
}

/* =================================================
	Header
================================================= */
#header {
	background: #FFFFFF url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/header_background.png) repeat-x bottom left;	/* ヘッダー背景 */
	border-bottom: 1px solid #cfcfcf;
	-webkit-box-shadow: 0px 1px 1px 0px #CCC;
	-moz-box-shadow: 0px 1px 1px 0px #CCC;
	box-shadow: 0px 1px 1px 0px #CCC;
}

#header h1,
#header p {
	 width: 1220px;
	 _width: 860px;
	margin: 0 auto;
}

#header h1 {
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/blog_name.png) no-repeat left center; /* ブログタイトル前のアイコン */
}

/* =================================================
	Headermenu
================================================= */
#headermenu {
	height: 39px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/headermenu.png) no-repeat -1px 0;
}

#headermenu .archives {
	float: left;
	width: 105px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/headermenu.png) no-repeat 103px 0;
}

#headermenu .archives a {
	display: block;
	width: 105px;
	height: 39px;
	line-height: 39px;
}

#headermenu .archives a:hover {
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/headermenu_hover.png) no-repeat bottom left;
	background-size: 100% 100%;
}

#headermenu .switch {
	float: right;
	width: 100px;
}

#headermenu .switch li {
	float: right;
	width: 49px;
}



#headermenu .switch li a {
	display: block;
	width: 49px;
	height: 39px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/switch_btn.png) no-repeat -1px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#headermenu .switch li.list a {background-position: -1px 0; }

#headermenu .switch li.list a:hover {background-position: -1px -39px; }

#headermenu .switch li.list a.selected {background-position: -1px -39px; }


/* =================================================
	Main
================================================= */
#main {
	border-top: 1px dotted #B5B5B6;
	border-bottom: 1px dotted #B5B5B6;
}

#main_contents {
	border-left: 1px dotted #B5B5B6;
	border-right: 1px dotted #B5B5B6;
}

/*	content
-------------------------------------------------- */
#main_contents .content {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 0 20px;
	background-color: #FFFFFF; /* メインカラムのコンテンツ背景色 */
	border-bottom: 1px dotted #B5B5B6; /* メインカラムのコンテンツ下のライン */
}

#main_contents h2.entry_header,
#main_contents h2.sub_header {
	margin:0 0 10px 0;
	padding:10px 8px;
	border-width:0 0 0 10px;
	border-color: crimson;
	border-style:solid;
	background:dimgray;
	color:white;
	line-height:150%;
	font-weight:bold;
	font-size:20px;
}


#main_contents h2.category_title {
	margin:0 0 10px 0;
	padding:10px 8px;
	border-width:0 10px;
	border-color: deepskyblue;
	border-style:solid;
	background:dimgray;
	color:white;
	line-height:150%;
	font-weight:bold;
	font-size:20px;
}



#main_contents h2.entry_header a,
#main_contents h2.sub_header a {
	color:white;
    display:block;
    width:100%;
    height:100%;
}

#main_contents h2.entry_header a:hover,
#main_contents h2.sub_header a:hover {
	color:darkturquoise;
}

#main_contents h3.sub_header {
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#029EBC;
	color:white;
	line-height:140%;
	font-weight:bold;
}

#main_contents h4.sub_title {
	padding: 3px 0 3px 15px;
	margin-bottom: 20px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/content_title.png) no-repeat left 2px; /* コメント・TB見出し前のアイコン */
}

/* content style */
#main_contents blockquote {
color:black;
background-color:#ddd;
padding:3em 1em;
position:relative;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:0;
bottom:0;
}


#main_contents input {
	padding: 2px;
}

/* entry_date  */
#main_contents .entry_date {

	padding:2px 20px;
	margin: 0 0 20px 0px;
	text-align: left;
	font-size:100%;
	color:black;
	background-color:lightgrey;
}

#main_contents .entry_date li {
	display: inline;
	margin-right: 1em;

}

/* entry_state */
#main_contents .entry_state {
	float: right;
	overflow: hidden;
	width: 140px;
	margin: 0 20px 10px 0;
	text-align: right;
}

#main_contents .content .entry_state li {
	display: inline;
	margin-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #999999;
}

#main_contents .content .entry_state li:last-child {
	padding-right: 0;
	border-right: none;
}

/* entry_body  */
#main_contents .entry_body {
	clear: both;
	overflow: hidden;
	margin: 0 20px;
	padding-bottom: 40px;
	zoom: 100%;
}

#main_contents .entry_body:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main_contents .entry_body .entry_image {
	position: absolute;
	left: 20px;
}

#main_contents .entry_body .entry_image img {
	max-width: 210px; /* リスト表示の時のサムネイルの幅の上限 */
	max-height: 210px;
	border: 5px solid darkturquoise;


}

#main_contents .entry_body .entry_discription,
#main_contents .entry_body .entry_description {
	margin-left: 225px; /* サムネイル幅を変更した場合はこちらも調整して下さい */
	min-height: 175px;
}

#main_contents .entry_body .entry_more {
	position: absolute;
	right: 20px;
	bottom: 10px;
	padding: 15px 0;
	text-align: right;
}

#main_contents #e .entry_body .entry_more { display:none; }

#main_contents .entry_body .entry_more a { /* 「続きを読む」リンク */
	display: inline-brock;
	margin-top: 10px;
	padding: 5px 10px;
	background: #EAEAEA;
	border-top: 1px solid #DCDDDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
	font-weight:bold;
	font-size: 110%;
}

#main_contents .entry_body .entry_more a:hover { /* 「続きを読む」リンクにポインタをのせた時の設定 */
	background: darkturquoise;
	text-decoration: underline;
}

#main_contents .entry_body .more {
	margin-top: 10px;
}

#main_contents .entry_body .fc2_footer {
	margin-top: 10px;
}






/* Baton */
dl.blog_baton {
	border: 1px solid #EFEFEF;
	padding: 20px 20px 10px;
}

dt.baton_q {
	padding-bottom: 5px;
}

dd.baton_a {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}

/* relate 関連記事リンク */
.relate_dl {margin-top:25px;}
.relate_dl dt {
	font-size:124%;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 5px solid #CCC;
}

/* fc2twtr */
.fc2twtr {
	zoom:100%;
}

.fc2twtr:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.fc2twtr dt {
	margin-bottom: 20px;
}

.fc2twtr dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	color: #666666;
}

/* entry_footer */
#main_contents .entry_footer {
	margin-bottom: -20px;
	width: 100%;
	padding: 15px 0;
	background: #F4F4F4; /* 個別ページ 記事フッタの背景色 */
	zoom: 100%;
}

#main_contents .entry_footer:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main_contents .entry_footer .entry_state {
	margin-bottom: 0;
	width: auto;
}

/* titlelist search */
#main_contents .list_body {
	padding: 0 20px;
}

#main_contents .list_body li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}

/* sub content */
#main_contents .sub_content {
	margin-bottom: 20px;
	padding: 20px;
	border-bottom: 1px dotted #B5B5B6;
}

#main_contents .sub_content .sub_footer {
	margin-top: 20px;
	text-align: right;
}

#main_contents .sub_content .sub_footer li {
	display: inline;
	margin-left: 1em;
}

#main_contents .sub_content .sub_footer li a { color: #999999; }

#main_contents .sub_content .sub_footer li a:hover { color: #8ADAE6; }

/* form */
#main_contents .form {
	margin: 0 20px;
}

/* trackback */
#main_contents .trackback {
	margin: 0 20px;
}
#main_contents .trackback input {
	width: 396px;
}

/* list_content 
-------------------------------------------------- */
#main_contents .list_content {
	float: none;
}


/* page_navi
-------------------------------------------------- */
#main_contents .page_navi {
	position:relative;
	clear: both;
	height: 123px;
	margin-top: -20px;
	text-align: center;
	zoom:100%;
}

#main_contents .page_navi:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#main_contents .page_navi a {
	display: block;
	overflow: hidden;
	height: 18px;
	width: 123px;
	padding-top: 45px;
	padding-bottom: 60px;
	background: url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/page_navi.png) no-repeat 0 0;
}

#main_contents .page_navi a:hover { color: #8ADAE6; }

#main_contents .page_navi .prev {
	float: left;
	width: 30%;
	background-position: left -145px;
    text-align: left;

}

#main_contents .page_navi .next {
	float: right;
	width: 30%;
	background-position: right -145px;
	text-align: right;
}

#main_contents .page_navi .home {
	position: absolute;
	left:50%;
	margin-left: -61px;
	background-position: -375px -145px;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
}

#main_contents .page_navi a.prev:hover { background-position: left 15px; }
#main_contents .page_navi a.next:hover { background-position: right 15px; }
#main_contents .page_navi a.home:hover { background-position: -375px 15px; }

#main_contents .page_navi .prevpage,
#main_contents .page_navi .nextpage {
	text-align: left;
	text-indent: -100%; 
	white-space: nowrap; 
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

#main_contents .page_navi .preventry {
	padding-left:80px;
}
#main_contents .page_navi .nextentry {
	padding-right: 80px;
}




/* =================================================
	Entry (html tag)
================================================= */
.p_area .entry_body h2{
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#029EBC;
	color:#EBF7FA;
	line-height:140%;
	font-weight:bold;
}

.p_area .entry_body h3{
	margin: 0 0 20px 0px;
	padding:10px 12px;
	background:#029EBC;
	color:white;
	line-height:140%;
	font-weight:bold;
}

.p_area .entry_body h4{
	margin: 0 0 20px 0px;
	 padding:10px 8px;
	 border-width:0 0 0 10px;
	 border-color:teal;
	 border-style:solid;
	 background:lightgrey;
	 color:black;
	 line-height:120%;
	 font-weight:bold;
}

.p_area .entry_body h5{
	 margin: 0 0 20px 0px;
	 padding:10px 8px;
	 border-width:0 0 2px 10px;
	 border-color:indigo;
	 border-style:solid;
	 color:black;
	 line-height:110%;
	 font-weight:bold;
}

.p_area .entry_body ul,
.p_area .entry_body ol { margin: 1em 0em 1em; }
.p_area .entry_body ul li {
	list-style: disc outside;
	margin-left: 2em;
}
.p_area .entry_body ol li {
	list-style: decimal outside;
	margin-left: 2em;
}
.p_area .entry_body table {
	border-collapse: collapse;
}
.p_area .entry_body table th,
.p_area .entry_body table td {
	padding: 5px;
}
.p_area .entry_body table th { background-color: #EFEFEF; }

/* =================================================
	Sidemenu
================================================= */
#sidemenu {
	border-left: 1px dotted #B5B5B6;
	border-right: 1px dotted #B5B5B6;
}

#sidemenu .sidemenu_content {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFFF; /* サイドメニュー(プラグイン)の背景色、アイコン */
	border-bottom: 1px dotted #B5B5B6;
}

#sidemenu .sidemenu_content a:hover{
	color: mediumblue;
	text-decoration: underline;
}

#sidemenu .sidemenu_content a:hover img{
	opacity: 0.6;
}


#sidemenu h3 {
	margin:0 0 10px 0;
	padding:2px 8px;
	background:#029EBC;
	color:white;
	line-height:140%;
	font-weight:bold;
}

/* =================================================
	pagetop
================================================= */
#pagetop {
	position: fixed;
	right:200px;
	bottom:50px;
	z-index: 100;
}

#pagetop a {
	display: block;
	width: 58px;
	height: 58px;
	background: #EEEEEE url(https://blog-imgs-43-origin.fc2.com/t/e/m/templates/page_top.png) no-repeat 13px 13px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden; 
}

#pagetop a:hover {
	opacity: 1;
	background-position:13px -48px;
}

/* =================================================
	plgin
================================================= */
.plg .plg_description,
.plg .plg_body,
.plg .plg_footer {
	margin-top: 10px;
}

#main_contents .plg .plg_description,
#main_contents .plg .plg_body,
#main_contents .plg .plg_footer {
	margin-left: 20px;
	margin-right: 20px;
}

.plg li {
	margin-bottom: 5px;
}

.plg input {
	margin: 2px;
}

/* plugin-search
------------------------------------------------- */
.plg .plugin-search input[type="text"] {
	width: 90%;
}

/* Calendar(Plugin)
------------------------------------------------- */
.plg table.calender {
	width: 100%;
	margin: 0px auto;
	font-size: 100%;
}

.plg table.calender caption {
	margin-bottom: 10px;
	margin: 0px auto;
}

.plg table.calender th,
.plg table.calender td {
	padding: 0.1em;
	border-bottom: 1px solid #EFEFEF;
	text-align: center;
}

.plg table.calender td a {
	display: block;
	background-color: #EFEFEF;
}

.plg table.calender td a:hover {
	background-color: #8ADAE6;
	color: #ffffff;
}

.plg table.calender th#sun {
	color: #FF0000;
}

.plg table.calender th#sat {
	color: #0000FF;
}

/* Piyo(Plugin)
------------------------------------------------- */
.plg .mylog {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #EFEFEF;
}

.plg .mylog .title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	font-weight: bold;
}

.plg .mylog dl {
	margin: 0px;
	padding: 0px;
}

.plg .mylog dt.day {
	margin: 0px;
	padding: 0px 0px 5px;
	background-image: none;
	text-align: left;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}

.plg .mylog dt.day img {
	vertical-align: middle;
}

.plg .mylog dd.piyolog {
	margin: 0px 0px 5px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #EFEFEF;
}

.plg .tab {
	text-align: right;
	margin-bottom: 10px;
}

.plg .tab input{
	padding: 2px 5px;
}

.plg .tab input.b1{
	margin-right: 5px;
}

.plg .license {
	text-align: right;
	font-size: 85% !important;	/* for Modern browser */
	font-size: 93%;	 /* for IE6 */
}




/* =================================================
	Footer
================================================= */
#footer {
	background: #EFEFEF; /* フッターの背景色 */
	-webkit-box-shadow: 0px 1px 3px 0px #CCC inset;
	-moz-box-shadow: 0px 1px 3px 0px #CCC inset;
	box-shadow: 0px 1px 3px 0px #CCC inset;
	text-shadow: 0px 1px 2px #FFFFFF;
}




/* footer_plg
------------------------------------------------- */
#footer_plg {
	padding-bottom: 40px;
	border-left: 1px dotted #9FA0A0;
	zoom:100%;
}

#footer_plg:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#footer_plg .footer_content {
	float: left;
	width: 1220px;
	padding: 0 5px;
	border-right: 1px dotted #9FA0A0;
}

#footer_plg h3 {
	margin-bottom: 0px;
	font-size:50%;
}

/* footer_inner
------------------------------------------------- */
#footer_inner /* フッター(コピーライト等) */ { color: #B5B5B6; }

/* =================================================
	for MacIE
================================================= */
/*\*//*/
textarea, select, input {
	font-family:Osaka;
}
/**/

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}

.switch {display: none;}



.booklink-box, .kaerebalink-box {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    padding: 22px 25px 22px 25px;
    width: 100%;
    margin: 0 auto 0px;
    border: 3px solid dimgray;
    box-sizing: border-box;
    display: table;
	background-color: khaki;
}
.booklink-image, .kaerebalink-image {
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    width: 160px;
    text-align: center;
}


.booklink-image img, .kaerebalink-image img {
    max-width: 100%
}

.booklink-image a:hover, .kaerebalink-image a:hover {

}

.booklink-info, .kaerebalink-info {
    line-height: 125%;
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    padding-left: 25px;
}
.booklink-name, .kaerebalink-name {
    margin: 0 0 24px 0;
}
.booklink-name a, .kaerebalink-name a {
    color: dodgerblue;
    text-decoration: underline;
}
.booklink-name > a, .kaerebalink-name > a {
    font-size: 16px;
}
.booklink-name a:hover, .kaerebalink-name a:hover {
    color: mediumblue;
}
.booklink-powered-date, .kaerebalink-powered-date {
    font-size: 8px;
    margin: 6px 0 0 0;
}
.booklink-detail, .kaerebalink-detail {
    color: #333333;
    font-size: 12px;
    margin: 0 0 14px 0;
}
.booklink-link2 a, .kaerebalink-link1 a {
    display: block;
    padding: 10px 1px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
    opacity: 0.6;
}
.booklink-link2 > div, .kaerebalink-link1 > div {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
.shoplinkamazon a {
    color: #ffffff;
    background: #ff9901;
    border: 2px solid #ff9901;
}
.shoplinkrakuten a {
    color: #ffffff;
    background: #bf0000;
    border: 2px solid #bf0000;
}
.shoplinkkindle a {
    color: #ffffff;
    background: #0074c1;
    border: 2px solid #0074c1;
}


.yes_border {
    border:1px solid black;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* サムネイルにカーソルをあわせたときの画像アクション */
.entry_image a:hover img {
    opacity: 0.6;

}

/*============================================================
	蛍光ペンマーカー(細)
============================================================*/
/* 黄緑色の蛍光ペン(細) */
.marker_lime_hoso {
background: linear-gradient(transparent 60%, #66FFCC 60%);
}

/* 水色の蛍光ペン(細) */
.marker_water_hoso {
background: linear-gradient(transparent 60%, #66ccff 60%);
}

/* 桃色の蛍光ペン(細) */
.marker_pink_hoso {
background: linear-gradient(transparent 60%, #ff66ff 60%);
}

/* 黄色の蛍光ペン(細) */
.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*============================================================
	蛍光ペンマーカー(細)
============================================================*/
/* 黄緑色の蛍光ペン(細) */
.marker_lime_futo {
background: linear-gradient(transparent 0%, #66FFCC 0%);
}

/* 水色の蛍光ペン(細) */
.marker_water_futo {
background: linear-gradient(transparent 0%, #66ccff 0%);
}

/* 桃色の蛍光ペン(細) */
.marker_pink_futo {
background: linear-gradient(transparent 0%, #ff66ff 0%);
}

/* 黄色の蛍光ペン(細) */
.marker_yellow_futo {
background: linear-gradient(transparent 0%, #ffff66 0%);
}



/* toc */
#main_contents ol.chapter {
  margin: 0px auto;
  padding-left: 20px;
  list-style-type: decimal;
}

#toc {
  margin: 0px auto;
 
  background-color: rgb(249,255,255);
  border: 1px solid rgb(209,215,215);
  line-height: 1.5;
  padding: 3em 40px 20px 0;
  position: relative;
}

.no-toc {
  display: none;
}

#toc:before {
  content: "\f0ca";
  display: block;
  width: 100%;
  height: 2em;
  color: rgb(51,51,51);
  position: absolute;
  top: 0;
  left: 0;
  font: 1em/3em 'FontAwesome';
  text-align: center;
}

.chapter li a {
  display: inline;
  width: 100%;

  text-decoration: underline;
  color: rgb(51,51,51);
  padding: 0px 0;

  word-break: break-all;
}

.chapter li a:hover{
	background: orange;
}

.back-toc {
  margin: 1em 0;
}



/* カード全体像 */
.blogcard {
  margin-bottom: 30px;
  max-width: 100%;
  background-color: white;
  border: 1px solid rgb(211,211,211);
  border-radius: 2px;
  box-shadow: 0 10px 6px -6px rgba(0,0,0,.1);
  color: rgb(51,51,51);
  padding: 10px;
}

/* float親要素 */
.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 */
.blogcard-image {
  display: inline-block;
  float: right; /* 画像を左に配置したい場合は left に変更 1/2 */
  margin: 0 0 5px 5px; /* 画像を左に配置したい場合は 0 10px 5px 0 に変更 2/2 */
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 1/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 2/6 */
  border: 5px solid darkturquoise;
}

/* サムネイルにカーソルをあわせたときの画像アクション */
.blogcard-image a:hover img {
    opacity: 0.6;
}

.blogcard-image-wrapper {
  display: inline-block;
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 3/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 4/6 */
}

.blogcard-image-wrapper img {
  width: 100px; /* 画像の表示サイズ変更は数値をpxで変更 5/6 */
  height: 100px; /* 画像の表示サイズ変更は数値をpxで変更 6/6 */
  object-fit: cover;
  object-position: center center;
}

/* タイトル */
.blogcard-title {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  position: static;
}

.blogcard blockquote:before,
.blogcard blockquote:after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  line-height: 1.5;
  font-size: 13px;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  font-size: 12px;
}

.blogcard-footer a {
  color: rgb(154,165,171);
  text-decoration: underline;
}

.blogcard-footer a img {
  margin-right: 5px;
}