@charset "EUC-JP";

/*
HTML5 CSS Reset
Based on Eric Meyer's CSS Reset and html5doctor.com HTML5 Reset
Copyright (c) 2011 736 Computing Services Limited
Released under the MIT license. http://opensource.736cs.com/licenses/mit
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0;}
body{line-height:1;}
article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block;}
nav ul{list-style:none;}
ol{list-style:decimal;}
ul{list-style:disc;}
ul ul{list-style:circle;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
ins{text-decoration:underline;}
del{text-decoration:line-through;}
mark{background:none;}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input[type=submit],input[type=button],button{margin:0;padding:0;}
input,select,a img{vertical-align:middle;}

/* ------------------------------------------
  **  omega-box.com css template
  **  version 1.1 / 2013.10.23
------------------------------------------ */

/* =========== Global Settings =========== */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family:
		'メイリオ',
		Meiryo,
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		Osaka,
		'ＭＳ Ｐゴシック',
		Arial,
		Helvetica,
		sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background: #fff;
}

a {
	color: #333333;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:link, a:visited  { color: #333333; text-decoration: underline; }
a:hover, a:active  { color: #666666; text-decoration: none; }
img {
	max-width: 97%;
	height: auto;
	border: 5px solid rgba(0,0,0,0.1);
	border: 5px solid #ddd\9;
}
ul,li  { margin: 0; padding: 0; list-style: none; }
input,textarea { font-size: 100% !important; font-family:inherit; }

.txt10 { font-size: 77%;    }
.txt11 { font-size: 85%;    }
.txt12 { font-size: 93%;    }
.txt13 { font-size: 100%;   }
.txt14 { font-size: 108%;   }
.txt15 { font-size: 116%;   }
.txt16 { font-size: 123.1%; }
.txt17 { font-size: 131%;   }
.txt18 { font-size: 138.5%; }
.txt19 { font-size: 146.5%; }
.txt20 { font-size: 153.9%; }
.txt21 { font-size: 161.6%; }
.txt22 { font-size: 167%;   }
.txt23 { font-size: 174%;   }
.txt24 { font-size: 182%;   }
.txt25 { font-size: 189%;   }
.txt26 { font-size: 197%;   }
.txtX2 { font-size: 240%;   }
.txtX3 { font-size: 300%;   }
.txtX4 { font-size: 360%;   }
.txtX5 { font-size: 400%;   }

.red { color: #c33; }
.blue { color: #36c; }
.gray { color: #aaa; }
.green { color: #6c0; }
.orange { color: #f90; }

/* clear/etc */
.hide { display: none; }
.brblock { display: block; font-size: 1px; line-height: 1px; }
.clear { font-size: 1px; line-height: 1px; clear: both; }
.ads_box { padding: 15px 0;clear: both; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }



/* ----------------------------------------
 layout
---------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 93%;
	text-align: center;
}

header{
	width: 100%;
	margin: 0;
	padding: 20px 0 0;
	text-align: left;
	line-height: 1.5;
}

nav {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5;
}

#contents {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: left;
	line-height: 1.5;
}

#main {
	width: 64%;
	margin: 0;
	padding: 20px 3% 20px 1.5%;
	float: left;
}

#pagenavi,
#underpagenavi {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#underpagenavi { clear: both; }

#sidenavi {
	width: 30%;
	margin: 0;
	padding: 20px 1.5% 20px 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	line-height: 1.5;
	float: right;
}

@media screen and (max-width:640px){
	#main {
		width: 97%;
		padding: 0px 1.5% 20px;
		float: none;
	}
	#sidenavi {
		width: 97%;
		padding: 20px 1.5%;
		float: none;
	}
}




/* =========== Header =========== */
header h1 {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	outline: 1px solid #ccc;
	background: url(https://www.rinyushoku.net/blog/template/header.jpg)no-repeat #fff;



}
@-moz-keyframes hcolor    { 0%{ background-position: 0px top; } 100%{ background-position: 1600px top; } }
@-webkit-keyframes hcolor { 0%{ background-position: 0px top; } 100%{ background-position: 1600px top; } }
@-o-keyframes hcolor      { 0%{ background-position: 0px top; } 100%{ background-position: 1600px top; } }
@-ms-keyframes hcolor     { 0%{ background-position: 0px top; } 100%{ background-position: 1600px top; } }
@keyframes hcolor         { 0%{ background-position: 0px top; } 100%{ background-position: 1600px top; } }

header h1 a {
	display: block;
	margin: 0;
	padding: 20px 1.5625%;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	text-decoration: none !important;
}

header h1 a:hover {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

header p {
	margin: 0;
	padding: 20px 1.5625%;
	color: #999;
	font-size: 94%;
	border-bottom: 1px solid #ccc;
}



/* =========== Navigation =========== */
nav p {
	display: none;
}

nav ul {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

nav ul li {
	width: 10%;
	min-width: 100px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
	float: left;
}

nav ul li a {
	display: block;
	margin: 0;
	padding: 10px 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e5e5e5;
}
nav ul li a:hover,
nav ul li a:active {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

@media screen and (max-width:640px){
	nav p {
		display: inline-block;
		margin: -20px 3% 5px;
		padding: 10px 15px;
		line-height: 1;
		border: 1px solid #ccc;
		border-radius: 6px;
		background: #fff;
	}
	nav p:before {
		content: attr(data-content);
	}
	nav p:hover {
		cursor: pointer;
	}
	nav ul {
		display: none;
		border-top: 1px solid #ccc;
		border-bottom: none;
	}
	nav ul li {
		width: 100%;
		min-width: none;
		border-right: none;
		float: none;
	}
	nav ul li a {
		padding: 3%;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ccc;
	}
}

@media screen and (min-width:641px){
	nav ul {
		display: block !important;
	}
}


/* =========== Entry & Profile =========== */
#main article {
	margin: 0 0 50px;
	padding: 0;
}

#main article header {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
}

#main article header h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 108%;
	line-height: 1;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	outline: 1px solid #ccc;
	background: #e5e5e5;
}

#main article header h2 a {
	display: block;
	margin: 0;
	padding: 10px 10px 10px 3.3em;
	text-decoration: none;
}
#main article header h2 a:hover,
#main article header h2 a:active {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

#main article header h2 a i {
	display: inline-block;
	margin: 0 0.5em 0 -2.5em;
	padding: 5px 0.5em 4px;
	font-weight: bold;
	font-style: normal;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #e5e5e5;
}

#main article header p {
	margin: 0 0 10px;
	padding: 0;
	color: #999;
	text-align: right;
	border: none;
}

#main article .entry_body,
#main article .entry_more,
#main article .profile_body {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: none;
}
#main article .entry_more a[href$="#sequel"] {
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none !important;
	background: #e5e5e5;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#main article .entry_more a[href$="#sequel"]:after {
	margin-left: 5px;
	content: "\00226b";
}
#main article .entry_more a[href$="#sequel"]:hover,
#main article .entry_more a[href$="#sequel"]:active {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

#main article footer {
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
	border-top: 1px dotted #ccc;
	background: none;
}

#main article footer p {
	padding: 0 0 10px;
	color: #aaa;
	font-size: 94%;
}



/* =========== Comment =========== */

#comments {
	margin: 0 0 30px;
	position: relative;
}

#comments h3 {
	margin: 0 0 10px;
	font-size: 123.1%;
	border-bottom: 2px solid #ccc;
}

#comments h3:first-letter {
	font-size: 153.9%;
}

#comments .comment_body {
	margin: 0 0 15px;
	padding: 0;
}

#comments .comment_body h4 {
	margin: 0 0 5px;
	padding: 5px 10px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
	border-radius: 4px;
	background: #e5e5e5;
}

#comments .comment_body h4 span {
	padding: 0 0 0 1em;
	color: #666;
	font-size: 85%;
	font-weight: normal;
}

#comments .comment_body h4 span:before {
	content: "--　";
}

#comments form {
	margin: 0;
	padding: 20px;
	border-radius: 4px;
	background: #e5e5e5;
}

#comments form p {
	margin: 0;
}

#comments form .submitbtn {
	text-align: center;
}

#comments form p label {
}

#comments form p input {
	width: 97%;
	max-width: 400px;
	padding: 2px 1%;
	background: #fff;
	border: 1px solid #ddd;
}

#comments form p textarea {
	width: 97%;
	height: 80px;
	padding: 2px 1%;
	background: #fff;
	border: 1px solid #ddd;
}

#comments form p .button {
	width: 40%;
	margin: 10px auto;
	padding: 5px;
	color: #eee;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	border: solid 1px #aaa;
	border-radius: 6px;
	background: #333;
	cursor: pointer;
}

@media screen and (max-width:640px){
	#comments form p input,
	#comments form p textarea {
		padding: 5px 1%;
		font-size: 123.1% !important;
	}
	#comments form p .button {
		width: 60%;
	}
}



/* =========== Trackback =========== */

#trackback {
	margin: 0 0 30px;
}

#trackback h3 {
	margin: 0 0 10px;
	font-size: 123.1%;
	border-bottom: 2px solid #ccc;
}

#trackback h3:first-letter {
	font-size: 153.9%;
}

#trackback p {
	padding: 10px;
	margin: 0 0 10px;
	border-radius: 4px;
	background: rgba(0,0,0,0.1);
}

#trackback .tb_body {
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 4px;
	background: #e5e5e5;
}

#trackback .tb_body h4 {
	margin: 0 0 5px;
	padding: 0;
}

#trackback .tb_body h4 span {
	padding: 0 0 0 1em;
	color: #666;
	font-size: 85%;
	font-style: italic;
	font-weight: normal;
}

#trackback .tb_body h4 span:before {
	content: "--　";
}

#trackback .tb_body p {
	margin: 0;
	padding: 5px;
	background: #f2f2f2;
}




/* =========== Page Navigation =========== */
#pagenavi ul,
#underpagenavi ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#pagenavi ul li,
#underpagenavi ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-right: 1px solid #ccc;
}
#pagenavi ul li:first-child,
#underpagenavi ul li:first-child {
	border-left: 1px solid #ccc;
}
#pagenavi a,
#underpagenavi a,
#pagenavi .page_now,
#underpagenavi .page_now {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e5e5e5;
}
#pagenavi a[class=pnav_left]:before {
	content: "\00226a";
	margin-right: 5px;
}
#pagenavi a[class=pnav_right]:after {
	content: "\00226b";
	margin-left: 5px;
}

@media screen and (max-width : 480px){
	#pagenavi a,
	#pagenavi .pnav_left,
	#pagenavi .pnav_right,
	#underpagenavi a,
	#underpagenavi .page_now { width: auto; padding: 10px; }
}
#underpagenavi ul li:nth-of-type(2) {
	padding: 10px 20px;
	border-left: none;
	border-right: none;
}



/* =========== Side Navigation =========== */
#sidenavi a {
	text-decoration: none !important;
}
#sidenavi a:hover {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

#sidenavi aside {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #e5e5e5;
}

#sidenavi aside h2{
	margin: 0;
	padding:  10px;
	font-size: 108%;
	border-top: 1px solid #fff;
	border-radius: 6px 6px 0 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

#sidenavi aside h2:hover{
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,       rgba(0,0,0,0.1), rgba(0,0,0,0));
	background:    -moz-linear-gradient(top,       rgba(0,0,0,0.1), rgba(0,0,0,0));
	background:      -o-linear-gradient(top,       rgba(0,0,0,0.1), rgba(0,0,0,0));
	background:     -ms-linear-gradient(top,       rgba(0,0,0,0.1), rgba(0,0,0,0));
	background:         linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000',GradientType=0)\9;
}

#sidenavi aside div {
	margin: 0;
	padding: 10px 0 20px;
	border-top: 1px solid #ccc;
}

#searchbox {
	border-top: 1px solid #fff !important;
	border-radius: 6px 6px 0 0;
}

#sidenavi aside div ul {
	padding: 0;
	margin: 0;
}

#sidenavi aside div ul li {
	margin: 0;
	padding: 5px 0 5px 10px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

#sidenavi aside div ul li a {
	padding: 0;
	font-size: 94%;
}

#sidenavi aside div ul li a:before {
	margin-right: 5px;
	color: #999;
	content: "\0025B6";
}

#sidenavi aside div ul li:hover a {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

#sidenavi aside div ul li ul li:hover {
	background: rgba(0,0,0,0.2) !important;
	background: none\9 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000',GradientType=0) !important;
}

#sidenavi aside p {
	margin: 0;
	padding: 0;
}

#sidenavi aside form {
	margin: 0;
	padding: 0 10px;
}

#sidenavi aside form p {
	margin: 0;
	padding: 0;
}

#sidenavi aside form p input {
	width: 65%;
	margin: 0;
	padding: 3px 0;
	background: #fff;
	outline: 1px solid #999;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	border: none;
}

#sidenavi aside form p .button {
	width: 35%;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
	box-shadow: none;
	background: #666;
	cursor: pointer;
}

#sidenavi aside .amazon {
	margin: 0;
	padding: 10px;
	text-align: left;
	border: none;
}

#sidenavi aside .amazon p {
	margin: 0;
	padding: 0;
}

#sidenavi aside .amazon p a img {
	max-width: 90px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	border: 5px solid rgba(0,0,0,0.1);
	border: 5px solid #ddd\9;
	float: left;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

#sidenavi aside .amazon p a:hover img {
	border: 5px solid rgba(0,0,0,0.1) !important;
	-moz-transform:    scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform:      scale(1.05,1.05);
	-ms-transform:     scale(1.05,1.05);
	transform:         scale(1.05,1.05);
}

@media screen and (max-width:640px){
	#sidenavi .hideblock1 { display: none; }
	#sidenavi aside .amazon {
		display: inline-block;
		margin: 0 0 1% 0 !important;
		padding: 1.5%;
		float: left;
	}
	#sidenavi aside .amazon p {
		margin: 0;
		padding: 0;
	}
	#sidenavi aside .amazon p a img {
		max-width: 100%;
		width: auto !important;
		height: 120px !important;
		margin: 0;
		padding: 0;
		border: none !important;
	}
	#sidenavi aside .amazon p a:hover img {
		-moz-transform:    none;
		-webkit-transform: none;
		-o-transform:      none;
		-ms-transform:     none;
		transform:         none;
		border: none !important;
	}
	#sidenavi aside .amazon p span {
		display: none;
	}
}

@media screen and (max-width:320px){
	#sidenavi .hideblock2 { display: none; }
}



/* =========== Calendar =========== */

#calendarlist {
	text-align: center;
	padding: 10px 10px 20px !important;
}

#calendarlist table {
	width: 100%;
	margin: 0;
	border: 0;
}


#calendarlist table th,
#calendarlist table td {
	margin: 0;
	padding: 3px 0.14%;
	color: #333;
	font-size: 85%;
	text-align: center;
}

#calendarlist table .calendar_month {
	text-align: center;
}

#calendarlist table .weekday {
	padding: 3px 0.14%;
}

#calendarlist table .cell {
	width: 14%;
	padding: 3px 0.14%;
	font-size: 77%;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	outline: 1px solid #e5e5e5;
	background: rgba(0,0,0,0.1);
	background: #ccc\9;
}

#calendarlist table .cell .today {
	font-weight: bold;
}

#calendarlist table .cell a {
	padding: 0;
	color: #333;
	font-weight: bold;
	background: none;
}


/* =========== Extra =========== */
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}
#pagetop a {
	display: block;
	width: 120px;
	height: 30px;
	margin: 0 0 10px;
	padding: 85px 0 5px;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(17,17,17,0.7);
	border-radius: 100px;
	background-color: rgba(17,17,17,0.6);
	background-color: #888\9;
	background-image: url(https://www.rinyushoku.net/blog/template/ob_tmpl_022_pagetop.png);
	background-position: center 15px;
	background-repeat: no-repeat;
}
#pagetop a:hover {
	background-color: rgba(17,17,17,0.8);
	background-color: #999\9;
	background-position: center 10px;
}

@media screen and (max-width:640px){
	#pagetop {
		position: fixed;
		width: 100%;
		right: 0;
		bottom: 0;
		z-index: 9999;
	}
	#pagetop a {
		display: block;
		width: 80%;
		height: auto;
		margin: 0;
		padding: 20px 10%;
		color: #fff;
		font-size: 85%;
		font-weight: bold;
		text-align: right;
		text-decoration: none;
		text-shadow: 1px 1px 0px rgba(17,17,17,0.7);
		border-radius: 0;
		background: rgba(17,17,17,0.6) url(https://www.rinyushoku.net/blog/template/ob_tmpl_022_pagetop.png) no-repeat 96% 50%;
		background-size: 5% auto;
	}
	#pagetop a:after {
		margin-right: 20px;
	}
	#pagetop a:hover {
		background: rgba(17,17,17,0.8) url(https://www.rinyushoku.net/blog/template/ob_tmpl_022_pagetop.png) no-repeat 96% 30%;
		background-size: 5% auto;
	}
}



/* =========== Footer =========== */
footer div {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	text-align: center;
}

footer p {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 93%;
	font-weight: normal;
	font-style: normal;
}

footer p span:after { content: " | "; }
footer p span:last-child:after { content: ""; }

footer p small {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}
footer .accesslog,
footer .accesslog img {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

@media screen and (max-width:640px){
	footer div { padding: 30px 0 80px; }
	footer p span { display: block; }
}



/* =================================
    Entry & Profile TAGs
================================= */

/* --------------------
 エントリ内 見出しタグ
-------------------- */
.entry_body h3,
.entry_more h3,
.profile_body h3 {
	margin: 5px 0 10px;
	padding: 10px;
	font-size: 108%;
	font-weight: bold;
	border-radius: 6px;
	background: #ccc;
}
.entry_body h3:before,
.entry_more h3:before,
.profile_body h3:before {
	margin-right: 5px;
	font-weight: normal;
	content: "\025b6";
}

.entry_body h4,
.entry_more h4,
.profile_body h4 {
	display: table;
	margin: 5px auto 10px 0;
	padding: 3px 20px 3px 10px;
	font-size: 108%;
	font-weight: bold;
	border: solid 1px #ccc;
	border-radius: 6px;
	background: #fff;
}
.entry_body h4:before,
.entry_more h4:before,
.profile_body h4:before {
	margin-right: 5px;
	color: #999;
	font-weight: normal;
	content: "\00A66";
}

.entry_body h5,
.entry_more h5,
.profile_body h5 {
	display: table;
	margin: 5px auto 10px 0;
	padding: 3px 20px 3px 10px;
	font-size: 108%;
	font-weight: bold;
	border-left: solid 5px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 7px 0 0 7px;
}



/* --------------------
 引用タグ
-------------------- */
.entry_body blockquote,
.entry_more blockquote,
.profile_body blockquote {
	margin: 0;
	padding: 15px;
	color: #666;
	font-style: oblique;
	border-radius: 5px;
	background: #fff;
	position: relative;
	z-index: 779;
}
.entry_body blockquote:before,
.entry_more blockquote:before,
.profile_body blockquote:before,
.entry_body blockquote:after,
.entry_more blockquote:after,
.profile_body blockquote:after {
	height: 0.5em;
	margin: 0;
	padding: 0;
	font-size: 1000%;
	font-style: normal;
	font-family: serif;
	line-height: 1em;
	position:absolute;
	z-index: 799;
	opacity: 0.2;
	-ms-filter: "alpha(opacity=20)";
	overflow: hidden;
}
.entry_body blockquote:before,
.entry_more blockquote:before,
.profile_body blockquote:before {
	content: "“";
	top: 0;
	left: 0;
}
.entry_body blockquote:after,
.entry_more blockquote:after,
.profile_body blockquote:after {
	content: "”";
	bottom: 0;
	right: 0;
}



/* --------------------
 順序無しのリストタグ
-------------------- */
.entry_body ul li,
.entry_more ul li,
.profile_body ul li {
	padding-left: 1em;
}
.entry_body ul li:before,
.entry_more ul li:before,
.profile_body ul li:before {
	margin: 0 0 0 -1em;
	color: #e55;
	content: "\025e6";
}


/* --------------------
 順序有りののリストタグ
-------------------- */
.entry_body ol,
.entry_more ol,
.profile_body ol {
	list-style:decimal;
	padding-left: 2em;
}
.entry_body ol li,
.entry_more ol li,
.profile_body ol li {
	list-style-type: decimal;
}


/* --------------------
 テーブル
-------------------- */
.entry_body table,
.entry_more table,
.profile_body table {
	margin: 0 0 5px;
	padding: 0;
	border: 0;
}
.entry_body table tr,
.entry_more table tr,
.profile_body table tr {
	vertical-align: top;
}

.entry_body table th,
.entry_more table th,
.profile_body table th,
.entry_body table td,
.entry_more table td,
.profile_body table td {
	padding: 5px;
	font-size: inherit;
	font-weight: bold;
	text-align: left;
	border: 1px solid #ccc;
}

.entry_body table th,
.entry_more table th,
.profile_body table th {
	background: #ddd;
}

.entry_body table td,
.entry_more table td,
.profile_body table td {
	font-weight: normal;
}

/* --------------------
 定義型リストタグ
-------------------- */
.entry_body dl,
.entry_more dl,
.profile_body dl {
	margin: 0;
	padding: 0;
}

.entry_body dl dt,
.entry_more dl dt,
.profile_body dl dt {
	padding: 3px 0;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

.entry_body dl dd,
.entry_more dl dd,
.profile_body dl dd {
	padding: 3px 0 3px 2em;
}

.entry_body dl dd:before,
.entry_more dl dd:before,
.profile_body dl dd:before {
	margin-left: -1em;
	color: #999;
	content: "\025e6";
}



/* --------------------
 アマゾン記事引用
-------------------- */
.entry_body .amazon,
.entry_more .amazon,
.profile_body .amazon {
	margin: 0 0 5px;
	padding: 0;
}
.entry_body .amazon:after,
.entry_more .amazon:after,
.profile_body .amazon:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.entry_body .amazon a img,
.entry_more .amazon a img,
.profile_body .amazon a img {
	width: 30%;
	margin: 0;
	padding: 0;
float: left;
}

.entry_body .amazon .amazon_text,
.entry_more .amazon .amazon_text,
.profile_body .amazon .amazon_text {
	margin-left: 35%;
	padding: 0;
}
