?/*
	Theme Name: onokennew2
*/
* {
	margin:0;
	padding:0;
}

body {
	background-color:#666;
	color:#333;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin:0px;
	padding:5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#main {
	margin:0px;
	padding:10px;
	width:95%;
    margin:0px auto;
    position:relative;
	font-size:12px;
}
#main_a {
	margin:0px;
	padding:10px;
	width:90%;
    margin:0px auto;
    position:relative;
	font-size:18px;
}
#content {
	background: rgba(255,255,255,1);
	float:right;
	text-align:left;
	width:70%;
	padding:30px 30px;
	//margin:0px 0 10px 270px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius        : 18px;
	-moz-box-shadow   : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	box-shadow        : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
}
#content_a {
	background: #fff;
	float:left;
	text-align:left;
	width:90%;
	padding:20px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius        : 18px;
	-moz-box-shadow   : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	box-shadow        : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
}
#content .entry-title {
	font-size:16px ;
}
#content .rt-detail {
	font-size:12px ;
}
#content_a .entry-title {
	font-size:18px ;
}
#content_a .rt-detail {
	font-size:12px ;
}
#content2 {
	background: rgba(255,255,255,0);
	float:right;
	text-align:left;
	width:65%;
	height:0px;
	padding:30px 30px;
	margin:0px 0 10px 0px;
	color:#fff;
	min-height: 80vh;
}
#content2 a{	background: rgba(0,0,0,0.9);
	line-height: 200%;
	padding:5px;
	color:#fff;}

#content2_a {
	background: rgba(255,255,255,0);
	float:left;
	text-align:left;
	padding:20px;
	color:#fff;
}
#content2_a a{	
	background: rgba(0,0,0,0.5);
	line-height: 200%;
	color:#fff;
}
#sidebar {
	float:left;
	//margin:0 0 0 -990px;
	font-size:90%;
	width:23%;
}
#sb {
		//width:250px;
	background: rgba(255,255,255,1);
		-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius        : 18px;
	-moz-box-shadow   : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	box-shadow        : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	padding:10px;
}
#sb h1 a {
	color: #333;
}
#sb h1 a:visited {
	color: #333;
}
#sb h1 a:hover {
	color: #999;
}
#sb h1 a:active {
	color: #333;
}
.main h2 a:visited {
	color: #333;
}
.main h2 a {
	color: #333;
}
.main h2 a:hover {
	color: #999;
}
.main h2 a:active {
	color: #333;
}
#sb2 {
	background: rgba(255,255,255,0.85);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius        : 18px;
	-moz-box-shadow   : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	box-shadow        : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	padding:10px;
}
#sb2 p {

	font-size:14px;
}
.post-content {
	font-size:10px;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
#footer {
	color:#fff;
	clear:both;
	height:30px;
	margin-top:30px;
	margin-bottom:50px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:14px;
	line-height: 24px;
}

#content .entry {
	margin:50px 0px 50px 0px;
	padding:0px 0px 4px 0px;
	font-size:18px;
	line-height: 200%;
}
#content_a .entry {
	margin:50px 0 50px 0;
	padding:0px 0px 4px 0px;
	font-size:20px;
	line-height: 200%;
}
.tpg-excerpt {
	line-height: 150% !important;
}
.entry p {
	margin:15px 0px 15px 0px;
}
.noindent p {
	text-indent: 0em !important;
}
.entry img {
	display:block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius        : 8px;
	max-width:100%;
}
#content .right  {
	margin:10px;
}
	
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0.05; -webkit-transform: translateY(10px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.entry_works img {
	margin:0px 0px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius        : 8px;
}
.entry_works div {
	margin:20px 0px 0px 0px;
}

b,strong {
	background:linear-gradient(transparent 0% 45%,#ccc 65% 100%);
	font-weight: bold;
}

li b,strong {
font-weight: bold;
	background:linear-gradient(transparent 0% 65%,#bbb 95% 100%);//#fff39e
}

a {
	color:#2872CC;
	margin-top:10px;
	padding:4px;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-weight:600;
}
a img {
	border:none;
}

a:hover {
	color: #999;
	text-decoration: none;
}
a img {
	border: none;
}
.middle {
	vertical-align:middle;
}
.menuall {
	width:230px;
	height:40px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.menuall2 {
	margin-left:15px;
	width:200px;
	height:46px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

/*    --------------------------- ---------------------------  */
/*    --------------------------- content ---------------------------  */
/*    --------------------------- ---------------------------  */

#content img {
	margin:0px;
}
#content .sum {
	max-height:200px;
	max-width:200px;
	margin-left:10px !important;
}
#content_a .sum {
	max-height:150px;
	max-width:150px;
	margin-left:6px !important;
}
.nomar {
	margin:0px !important;
}
h4 {
	font-size:21px;
	color:#000;
	font-weight: bold;
	padding:0px 15px;
	margin:110px 15px 40px 15px;
	border-bottom: 1px dotted #999;
	border-radius:8px;
	background-color:#eee;
}
h5 {
	font-size:20px;
	color:#000;
	font-weight: bold;
	margin:60px 30px 10px 30px;
	border-bottom: 1px dotted #999;
	//background-color:#eee;
}

/*    --------------------------- ---------------------------  */
/*    --------------------------- sidebar ---------------------------  */
/*    --------------------------- ---------------------------  */

#title {
       margin-top:18px;
}
#link2 {
	background-color:#F9E93C;
	color:#333;
	font-size:10px;
	width:210px;
	height:12px;
	margin:10px 0px 10px 0px;
    padding:10px 10px 12px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius        : 4px;
}
#link2 a {
	color:#333;
}
a:hover #link2 {
	background-color:#999;
	color:#000;
	-webkit-transition: 0.2s linear;
}
#link3 {
	background-color:#F9E93C;
	color:#333;
	font-size:10px;
	width:210px;
	height:12px;
	margin:0px 0px 10px 0px;
    padding:10px 10px 12px 10px;
    font-weight: bold;
	-webkit-transition: 0.2s linear;
}
#link3 a {
	color:#333;
}
a:hover #link3 {
	background-color:#999;
	color:#000;
}
#link4 {
	background-color:#F9E93C;
	color:#333;
	font-size:11px;
	width:100%;
	height:13px;
    padding:1px 5px 1px 5px;
}
#link4 a {
	color:#333;
}
a:hover #link4 {
	background-color:#999;
	color:#fff;
}
#newlist {
	height:80px;
	font-size:10px;
	line-height:15px;
}
#mida2 {
	margin		: 5px 0px;
	background-color: #F9E93C;
    padding:0 2em;
	font-size	: 15px;
	padding:3px 10px;
	color: #333;
    font-weight: bold;
}
#mida2 a {
	color:#333;
}
a:hover #mida2 {
	background-color:#999;
	color:#fff;
}
#sidebar h3 {
	margin:25px 0px 20px 0px;
	color:#000;
	text-decoration:none;
	/*text-shadow: 2px 2px 3px rgba(0,0,0,0.15)*/
}
#sidebar h3 a:visited {
	color: #666666;
}
#sidebar h3 a:hover {
	color: #A7D4E4;
}
#sidebar h3 a:active {
	color: #666666;
}
ul {
	margin:0 0 20px 0;
}
menu {
	margin:0 0 20px 0;
}
li {
	margin:0px 0 6px 1px;
	line-height:180%;
	list-style:square;
}
li a:hover {
	background-color:#eee;
	color:#000;
}
.mytaglist_ul li {
	line-height: 140%;
	list-style:none;
	font-size:13px;
	font-weight:600;
}
.mytaglist_li {
	list-style:none;
	font-size:13px;
	font-weight:600;
	padding-left :10px;
}
#content_a .mytaglist_ul li {
	font-size:18px;
}
#content_a .mytaglist_li {
	font-size:18px;
}
#content_a .mytaglist_ul a {
	border-bottom: 1px dashed #ccc;
}
#content_a .toc_container {
	font-size:25px;
}

/* ?  --------------------------- ---------------------------  */
/*    ---------------------------  comment ---------------------------  */
/*    --------------------------- ---------------------------  */

legend{
    font-weight: bold;
}
#comtext {
	margin:15px;
}
ol#commentlist {
	list-style:none;
	margin:5px 0;
	padding:0;
}
#main fieldset {
	margin:10px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius        : 10px;
	font-size:12px;
}
#main_a fieldset {
	margin:10px;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius        : 10px;
	font-size:30px;
}
#main input[type=text] {
	line-height: 150%; 
	margin: 0 2px 0 0; 
	background-color: #fff; 
	border: 1px solid #ccc;
	padding-top: 0px; 
	padding-right: 5px;
	padding-bottom: 0px; 
	padding-left: 5px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius        : 6px;
}
#main_a input[type=text] {
	line-height: 150%; 
	margin: 10px 2px 0 0; 
	background-color: #fff; 
	border: 1px solid #ccc;
	padding-top: 0px; 
	padding-right: 5px;
	padding-bottom: 0px; 
	padding-left: 5px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius        : 6px;
	width:220px;
	font-size:20px;
}
#main input[type=email] {
	line-height: 150%; 
	margin: 0 2px 0 0; 
	background-color: #fff; 
	border: 1px solid #ccc;
	padding-top: 0px; 
	padding-right: 5px;
	padding-bottom: 0px; 
	padding-left: 5px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius        : 6px;
}
#main_a input[type=email] {
	line-height: 150%; 
	margin: 0 2px 0 0; 
	background-color: #fff; 
	border: 1px solid #ccc;
	padding-top: 0px; 
	padding-right: 5px;
	padding-bottom: 0px; 
	padding-left: 5px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius        : 6px;
	width:300px;
	font-size:20px;
}
#main input[type=submit] {
	line-height: 150%;
	padding: 3px 25px;
	margin:6px;
	background-color: #333; 
	color: #FFFFFF;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius        : 6px;
	font-size:14px;
}
#main_a input[type=submit] {
	line-height: 120%;
	padding: 9px 15px;
	margin:6px;
	background-color: #333; 
	color: #FFFFFF;
	border:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius        : 6px;
	font-size:16px;
}
#main .hover:hover {
	background-color: #666; 
	color: #333;
}
#main .wpcf7-submit:hover {
	background-color: #666; 
	color: #333;
}
textarea {
	width:97%;
	padding:5px;
	height: 12em;
	border: 1px solid #ccc;	
	background:#fff url(images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius        : 6px;
}
input.textbox:focus, textarea:focus {
	border:#999 1px solid;
}
#content_a .wpcf7-form-control {
	font-size:30px;
}
#s {
	width:130px;
	margin-left:20px;
}
.gravatar {
	background:url(images/grav.png) no-repeat;
	display:inline;
	float:left;
	height:32px;
	width:32px;
	margin:20px 0 0 10px;
	padding:8px;
}
#commentsform p {
	margin-bottom:5px;
	margin-top:5px;
}
.post {
	font-size:12px;
}

/*    --------------------------- ---------------------------  */
/*    ---------------------------  etc ---------------------------  */
/*    --------------------------- ---------------------------  */

#content .navigation {
	font-size:14px;
}
#content_a .navigation {
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}
.lefta {
	float:left; width:270px;
}
.left {
	float:left;
	margin-bottom:20px;
}
.center {
	text-align : center ;
}
.right {
	float:right;
	margin-bottom:20px;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
#content p.line {
	border-bottom: 1px dotted #999;
	height:1px;
	margin:0px;
	padding:0px;
}
#content_a p.line {
	border-bottom: 2px solid #666;
	height:1px;
	margin:0px;
	padding:0px;
}
p.line2 {
	border-bottom: 1px solid #fff;
	height:1px;
	margin:8px 0 -11px 0;
	padding:0px;
}
#content #mida { 
	border-radius: 15px;
	margin:80px 0px 30px 0px;
    padding:6px 0px 6px 15px;
	font-weight: bold;
	font-size	: 26px;
	color: #333;
	border-right-style: none;
	 border-bottom: 1px dotted #999;
	border-left-style: none;
	text-indent: 0em !important;
}
#content_a #mida { 
	border-radius: 15px;
	margin:80px 0px 30px 0px;
    padding:6px 0px 6px 15px;
	font-weight: bold;
	font-size	: 22px;
	color: #333;
	border-right-style: none;
	 border-bottom: 2px solid #666;
	border-left-style: none;
	text-indent: 0em !important;
}
#content .mida { 
	border-radius: 15px;
	margin:80px 0px 30px 0px;
    padding:6px 0px 6px 15px;
	font-weight: bold;
	font-size	: 26px;
	color: #333;
	border-right-style: none;
	 border-bottom: 1px dotted #999;
	border-left-style: none;
	text-indent: 0em !important;
}
#content_a .mida { 
	border-radius: 15px;
	margin:80px 0px 30px 0px;
    padding:6px 0px 6px 15px;
	font-weight: bold;
	font-size	: 22px;
	color: #333;
	border-right-style: none;
	 border-bottom: 2px solid #666;
	border-left-style: none;
	text-indent: 0em !important;
}
#midaw { 
	border-radius: 5px;
	background-color:#ccc;
	margin:30px 0px 10px 0px;
    padding:6px 0px 6px 15px;
	font-size	: 18px;
	color: #333;
	border-right-style: none;
	border-left-style: none;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.20);
}
.current_page_item {
	background-color: #ddd;
}

#nobo {
	border:0px;
	padding: 0px;
	margin		: 0px;
	vertical-align: middle; 
}
#random{
	padding:15px;
	margin-bottom:100px;
	background: rgba(0,0,0,0.88);
	border-radius        : 12px;
}
#random a {
	color: #F9E93C;
	font-weight:400;
}
#entrytitle {
	font-size:20px;
}
input[type=submit]:hover {
	background-color: #ccc; 
	color: #FFFFFF;
}

/*    ------------------------  -------------------------  */
/*    ------------------------ ota 追加分 -------------------------  */
/*    ------------------------  -------------------------  */
#content #spec {
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	margin-bottom:20px;
	padding: 5px;
	width:400px;
	font-size:12px;
}
#content_a #spec {
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	padding: 5px;
	font-size:14px;
	line-height:22px;
}
#content blockquote {
	color:#333;
	margin: 5px;
	padding: 25px 35px 20px 35px;
	background: #f0f0f0 no-repeat left top ;
	border-radius: 15px;
	line-height: 180%;
	font-size:16px;
}
#content_a blockquote {
	color:#333;
	margin: 5px;
	padding: 25px 35px 25px 35px;
	background: #f0f0f0 no-repeat left top ;
	border-radius: 30px;
	line-height: 200%;
	font-size:15px;
}

/*    タイムライン  */

div.tl p {
	margin:2px;
	padding:2px;
}
div.tl p.tl-left {
	margin-left:60px;
	border:solid 1px #333;
}
div.tl p.tl-right {
	margin-right:60px;
	border:dotted 1px #ccc;
}
div.tl img {
	border:none;
}
div.tl img.tl-left {
	float:left;
}
div.tl img.tl-right {
	float:right;
}

/*    テーブル  */

table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    padding: 5px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    background: #FFF;
}
/*    --------------------------- ---------------------------  */

/*  新規style指定  */
hr {
	border:  1px dotted #ccc;
}
hr.contents_line {
	border:  1px dotted #ccc;
}
div.honbun01 {
	line-height:250%;
	margin:20px 0px 20px 0px;
}
#content h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2)
}
#content_a h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2)
}
#content .blog_title {
	font-size:22px;
	margin:0px 0px 20px 0px;
	color:#333;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2)
}
#content_a .blog_title {
	font-size:24px;
	margin:0px 0px 20px 0px;
	color:#333;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2)
}
.blog_title a {
	color:#333;
}
.blog_title:link {
	color: #333;
}
.blog_title:visited {
	color: #333;
}
.blog_title:hover {
	color: #999;
}
.blog_title:active {
	color: #333;
}
.side_categories li {
	padding:5px 0px 0px 0px;
}
.side_cate_title{
	padding:5px 0px 0px 0px;
}

#side_midashi {
	margin : 10px;
	padding : 5px 10px;
	font-size : 12px;
	color: #666666;     
	border-top: 1px dotted #333333;
	border-right-style: none;
	border-bottom: 1px dotted #333333;
	border-left-style: none;
}
#side_midashi02 {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 5px 0px;
	font-size : 12px;
	color: #666666;     
	border-top: 1px dotted #333333;
	border-right-style: none;
	border-bottom: none;
	border-left-style: none;
}
.searchform {
	margin-top:20px;
}
#main span.size_l {
	font-size:18px;
}
#main_a span.size_l {
	font-size:24px;
}
h1.tag {
	margin : 0px 0px 20px 0px;
}
.post h2 {
	font-size:18px;
	margin : 80px 0px 0px 0px;
	padding : 0px 0px 5px 0px;
	border-bottom: 1px dotted #333333;
	color: #666666;     
}
#content .post_tilte_p {
	font-size:12px;
	line-height:150%;
	margin : 10px 0px 20px 0px;
	padding : 0px 0px 5px 0px;
	border-bottom: 1px dotted #333333;
	color: #333333;     
}
#content_a .post_tilte_p {
	font-size:16px;
	line-height:150%;
	margin : 10px 0px 20px 0px;
	padding : 0px 0px 5px 0px;
	border-bottom: 1px dotted #333333;
	color: #333333;     
}

/*  新規style指定（ここまで）  */

#content .related-post {
     height:100%;
     width:580px;
     overflow:hidden;
     margin-top:5px;
}
#content .related-entry {
    vertical-align: top;
    float: left;
    width:90px;
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0 6px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
  
#content .related-entry img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius        : 8px;
      width:92px;
   max-height: 130px;
}
#content_a .related-entry {
    vertical-align: top;
    float: left;
    width:68px;
    font-size: 11px;
    margin: 5px 0 0 0;
    padding: 0 5px;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
  
#content_a .related-entry img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius        : 8px;
	width:70px;
	max-height: 90px;
}
 .related-entry:hover {
	-moz-transform:translate(0,-3px);
	-webkit-transform:translate(0,-3px);
	-o-transform:translate(0,-3px);
	transform:translate(0,-3px);
}
.related-post2 {
	height:100%;
	width:70px;
    float:right; 
    padding: 10px;
    margin:0px 0 0 0;
    color:#000;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius        : 18px;
	-moz-box-shadow   : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
	box-shadow        : 0 1px 0 rgba(0,0,0,0.3), 0 -1px 0 rgba(255,255,255,0.8), 0 4px 10px rgba(0,0,0,0.6);
}
.related-entry2 {
    vertical-align: top;
    float: left;
    width:70px;
    font-size: 11px;
    margin: 0;
    padding: 10px 0px;
}

.related-entry2 a {
	color:#000;
}
  
 .related-entry2 img {
	 -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius        : 8px;
	 width:70px;
	 max-height: 50px;
}
.sp_logo {
	margin:10px 10px 50px 0;
	border:none;
}
.sp_list {
	font-size: 16px;
	line-height:400%;
}

/*    ------------------footer navi --------------  */
#pagetop a {
	display: block;
	height: 80px;

	width: 85px;
	background: rgba(0,0,0,0.6) url(https://onokennote.undo.jp/wp-content/image/button_pagetop.png) no-repeat;
	background-position: center 10px;
}
#pagetop a:hover {
	background: rgba(0,0,0,0.3) url(https://onokennote.undo.jp/wp-content/image/button_pagetop.png) no-repeat;
	background-position: center 3px;
}
#pagenext a {
	display: block;
	height: 80px;
	color:#aaa;
	width: 85px;
	background: rgba(0,0,0,0.6) url(https://onokennote.undo.jp/wp-content/image/button_pagenext.png) no-repeat;
	background-position: center 10px;
	font-size:11px;
}
#pagenext a:hover {
	background: rgba(0,0,0,0.3) url(https://onokennote.undo.jp/wp-content/image/button_pagenext.png) no-repeat;
	background-position: center 3px;
}
#pageprevious a {
	display: block;
	height: 80px;
	color:#aaa;
	width: 85px;
	background: rgba(0,0,0,0.6) url(https://onokennote.undo.jp/wp-content/image/button_pageprevious.png) no-repeat;
	background-position: center 10px;
	font-size:11px;
}
#pageprevious a:hover {
	background: rgba(0,0,0,0.3) url(https://onokennote.undo.jp/wp-content/image/button_pageprevious.png) no-repeat;
	background-position: center 3px;
}
#pcontact a {
	display: block;
	height: 80px;

	width: 85px;
	background: rgba(0,0,0,0.6) url(https://onokennote.undo.jp/wp-content/image/button_contact.png) no-repeat;
	background-position: center 10px;
}
#pcontact a:hover {
	background: rgba(0,0,0,0.3) url(https://onokennote.undo.jp/wp-content/image/button_contact.png) no-repeat;
	background-position: center 3px;
}
.mh-menu li span {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover span {
	left: 300px; 
	opacity: 1;background: rgba(0,0,0,0.1);
}
#content_a .pcmenu {
	font-size: 16px;
	margin:20px 0px 10px 0px;
	color:#333;
	font-weight: 600;
	line-height:150%;
}
#content_a .pcmenu a{
	color:#333;
	border-bottom: 1px dashed #ccc;
}
#sidebar .pcmenu {
	font-size: 14px;
	margin:20px 0px 10px 20px;
	color:#333;
	font-weight: 600;
	line-height:180%;
}
#sidebar .pcmenu  a{
	color:#333;
	border-bottom: 1px dashed #ccc;
}
#sidebar .pcmenu a:hover {
	background-color:#eee;
	color:#333;
}

.guide {
	font-size: 18px;
	margin:40px 10px 20px 10px;
	padding:3px 0px 15px 0px;
	color:#333;
	font-weight: 600;
	line-height:180%;
	border: 1px solid #ccc;
	border-radius        : 10px;
	text-align:center;
	background-color:#eee;
}
.guide  a{
	color:#333;
}
.guide a:hover {
	background-color:#eee;
	color:#333;
}
.guide  small{
	font-size: 9px;
}
