/*---------------------------------------------------------
Theme Name: PIYOTASO_ver20160430
Theme URI: http://stinger3.com
Description: ぴよたそ - 20160430ver
Author: Qtaro （stinger3 by ENJI）
Author URI: http://room9.jp
License:
License URI:
Version: 20160430
---------------------------------------------------------*/
@charset "UTF-8";
/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
img {
	border: none;
	vertical-align: bottom;
}
/*-----------------------------
BASE
------------------------------*/

* {
	font-family: KTEGAKI,Hannotate TC,osaka,"MS PGothic",arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}
@font-face {
  font-family: 'KTEGAKI';
  src: url('./font/KTEGAKI.eot'); /* IE9 Compat Modes */
  src: url('./font/KTEGAKI.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/KTEGAKI.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body {
	background-color: #f3f3f3;
}
#container {
	word-wrap: break-word;
}
p {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 22px;
}
.pcnone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #5484C8;
	text-decoration: underline;
}
a:hover {
	color: #C03;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ol li {
	list-style-type: decimal;
	line-height: 28px;
}
.post ol {
	padding-left: 40px;
}
.hottai a {
	color: #333;
	text-decoration: none;
}
.sidead {
	text-align: center;
	background: none repeat scroll 0 0 #eeeeee;
}
.sidead a {

}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 500px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.kizi img, .kizi .wp-caption, textarea {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%!important;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/

#container #header #header-in #h-l .sitename {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: -1px;
    margin-left: -10px;
    margin-top: 8px;
}
#container #header #header-in #h-l .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#container #header #header-in #h-l .sitename img {
  width: 290px;
}
#container #header #header-in #h-l .sitename a:hover img {
   opacity: 1;
}
/*ブログタイトル下の文*/

#container #header #header-in #h-l h1 {
	font-size: 15px;
	color: #444;
	font-weight: normal;
}
#header #header-in #h-l h1 a {
	color: #FFF;
	text-decoration: none;
}
#h-l .descr {
	font-size: 15px;
	color: #444;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}
/*記事タイトル*/

.entry-title {
    background: url("images/tentyo_90.png") no-repeat scroll 0 -9px #fff;
    border-bottom: 6px solid #87ceeb;
    box-shadow: 0 4px 0 #65acc9;
    color: #333333;
    font-size: 39px;
    line-height: 41px;
    margin-bottom: 20px;
    padding: 20px 0 0 89px;
    text-shadow: 2px 2px 0 #b0b0b0;
}
.entry .entry-content .entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
/*アーカイブタイトル*/

.entry-title-ac {
	font-size: 24px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
}
.entry-title-ac a {
	color: #333;
	text-decoration: none;
}
.kizi .entry .entry-content .entry-title-ac, .post.search .entry .entry-title-ac {
    background-image: none;
    border-style: none;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/*中見出し*/

.demo h2 {
	font-size: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	color: #000;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -65px;
	background-image: url(images/cah2-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main h2 {
    background: url("images/cat2_90.png") no-repeat scroll 0 center #EFECDA;
    border-left: 0 solid #1A1A1A;
    border-radius: 8px;
    color: #333333;
    font-size: 34px;
    line-height: 38px;
    margin: 35px 0 20px;
    padding: 18px 10px 18px 100px;
    text-shadow: 0 -2px 0 #FFFFFF, 0 2px 0 #FFFFFF, -2px 0 0 #FFFFFF, 2px 0 0 #FFFFFF, 2px 2px 0 #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF;
}
/*小見出し*/

.moto .post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.kizi h3 {
    background-image: url("images/め_60.png");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 3px dotted #CCCCCC;
    color: #000000;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 10px 15px 60px;
}
h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #C03;
}
.post h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	line-height: 28px;
}
.side h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
#footer #footer-in h4 a {
	color: #666;
	text-decoration: none;
}
/*-----------------------------
タイトル下
------------------------------*/

.kizi .blogbox p {
	font-size: 12px;
}
.kizi02 .blogbox {
  background-color: #fafafa;
  border-radius: 8px;
  margin-bottom: 60px;
  margin-top: 10px;
  padding: 5px 12px;
  border: 1px solid #e1e1e1;
}
.kizi02 .blogbox p .kdate {
	background-color: #595959;
	margin-right: 10px;
	padding: 5px;
	color: #FFF;
}
.blogbox a {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 3px solid #DADADA;
    border-radius: 5px;
    color: #777777;
    font-size: 18px;
    margin-right: 10px;
    padding: 9px 10px;
    text-decoration: none;
    line-height: 3;
}
.blogbox a:hover {
    opacity: 0.5;
}
.blogbox > p {
    margin-bottom: 0;
}
/*-----------------------------
ページナビ
------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
  background: none repeat scroll 0 0 #fbd90d;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  margin: 2px 2px 2px 0;
  padding: 13px 16px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #232323, 0 1px 0 #232323, -1px 0 0 #232323, 1px 0 0 #232323, 1px 1px 0 #232323, 1px -1px 0 #232323, -1px 1px 0 #232323, -1px -1px 0 #232323;
  width: auto;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
    background-color: #aaa;
    color: #fff;
    padding: 13px 16px;
    text-shadow: none;
}
/*-----------------------------
基本構造
------------------------------*/

#header-in, #wrap-in, #navi-in, #footer-in, #gazou-in {
	width: 1046px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #wrap-in #side {
	float: right;
	width: 336px;
}
#wrap #wrap-in #main {
	float: left;
	width: 680px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	border: 0px solid #ccc;
	background-color: #FFF;
	border-radius: 4px 4px 4px 4px;
	padding-bottom: 10px;
}
#footer {
    background: none repeat scroll 0 0 #efecda;
    border-top: 2px dashed #d3d0be;
    box-shadow: 0 0 0 4px #efecda;
}
#footer-in {
	text-align: center;
	color: #CCC;
	padding: 2px;
}
#respond h3 {
	font-size: 16px;
}
.sumbox {
    border: 3px dashed #D5D5D5;
    border-radius: 5px;
    box-shadow: 7px 7px 0 #EFEFEF;
    margin: 7px 0;
    padding: 0px;
}
.post .entry .entry-content {
}
.entry {
  float: left;
  margin-bottom: 8px;
  margin-right: 32px;
  text-align: center;
  width: 200px;
}
.entry .sumbox {
}
.kizi .sumbox img {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 28px;
}
.entry-content .blog_info.contentsbox ul {
	margin-bottom: 20px;
}
.blog_info.contentsbox ul li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.more-link {
	font-size: 14px;
	color: #5484C8;
	text-decoration: underline;
}
.blog_info.contentsbox ul a {
	color: #666;
}
#gazou-in {
	padding-top: 0px;
}
#footer #footer-in .stinger {
    margin: 0;
    padding: 6px 0 0;
}
#footer #footer-in #gadf {
	padding: 10px;
}
#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}
/*-----------------------------
サイド
------------------------------*/

#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side-in ul li a:hover {
	color: #3279BB;
}
#side ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#side #ad1 div ul li .textwidget {
	width: 100%;
}
#side #ad1 div ul li {
	padding: 0px;
}
#footer #footer-in .stinger a {
    color: #7FC26A;
    font-size: 16px;
    margin: 0;
    padding: 8px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}
#side #snsbox02 {
	padding-top: 20px;
}
#side #topnews .motto {
	clear: both;
}
#side ul li ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}
/*サイドの各タイトル見出し*/

.menu_underh2 {
  background: url("images/tentyo_90.png") no-repeat scroll 0 center #fbd90d;
  border: 0 dotted #d6d3c1;
  border-radius: 5px;
  color: #333333;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px 10px 10px 98px;
  text-shadow: 0 -2px 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff;
}
.menu_underh2.seach {
  background: url("images/seach.png") no-repeat scroll 0 center #fbd90d;
}
#container #header #header-in #h-l {
    float: left;
    padding: 2px 0 0px;
    width: 285px;
    margin: 0 0 -1px;
}
#container #wrap {
	padding-top: 25px;
	padding-bottom: 15px;
}
#container #wrap #wrap-in #side #ad1 div ul li h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#container #wrap #wrap-in #side #ad1 div ul li .textwidget a img {
	padding: 5px;
}
#container #wrap #wrap-in #side h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
}
#container #wrap #wrap-in #side ul li h2 {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #wrap #wrap-in #side #twibox ul li {
	padding: 0px;
}
#container #wrap #wrap-in #side #twibox ul li li {
	padding-left: 20px;
}
#container #wrap #wrap-in #side #twibox ul li h2 {
	font-size: 16px;
}
#container #wrap #wrap-in #side #tagbox {
	padding: 10px;
}
#container #wrap #wrap-in #side #acbox {
	padding-left: 20px;
}
/*-----------------------------
SNS
------------------------------*/
.sns {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
}
.sns li {
	margin: 5px 0;
}
.sns h3 {
	margin-left: 7px;
	padding: 0;
	color: #dddddd;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.snsb li {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    margin-bottom: 0px;
    padding: 0 10px;
    width: 20%;
    box-sizing: border-box;
}
.snsb li a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #eee;
    display: block;
    margin: -5px 0 4px;
    padding: 5px 10px;
    text-decoration: none;
}
.snsb li.twitter a {
    background: #109dc7 none repeat scroll 0 0;
    box-shadow: 0 4px 0 #007da7;
    text-shadow: -2px -1px 0 #007da7;
}
.snsb li.facebook a {
    background: #4e70a9 none repeat scroll 0 0;
    box-shadow: 0 4px 0 #2e5089;
    text-shadow: -2px -1px 0 #2e5089;
}
.snsb li.googleplus a {
    background: #e46900 none repeat scroll 0 0;
    box-shadow: 0 4px 0 #c44900;
    text-shadow: -2px -1px 0 #c44900;
}
.snsb li.hatebu a {
    background: #30a6c1 none repeat scroll 0 0;
    box-shadow: 0 4px 0 #1086a1;
    text-shadow: -2px -1px 0 #1086a1;
}
.snsb li.pocket a {
    background: #ec6137 none repeat scroll 0 0;
    box-shadow: 0 4px 0 #cc4117;
    text-shadow: -2px -1px 0 #cc4117;
}
.snsb .line a {
    background: #40c850 none repeat scroll 0 0;
    box-shadow: 0 4px 0 0 #20a830;
    text-shadow: -2px -1px 0 #20a830;
}
.snsb li a:hover {
    box-shadow: none;
    margin: -1px 0 0;
}
.post #snsbox03 .sns03 .snsb.clearfix {
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 30px;
    text-align: center;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.snsb.sp li {
    margin-bottom: 15px;
    width: 50%;
}
/*-----------------------------
ページTOP
------------------------------*/

#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 10px;
}
#page-top a {
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    display: block;
    padding: 17px 1px;
    text-align: center;
    text-decoration: none;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out, margin-bottom 0.3s ease-out;
}
#page-top a:hover {
	text-decoration: none;
	color: #665e53;
	opacity: 1;
	margin-bottom: -10px;
    transform: rotate(720deg);
    -o-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
}
/*-----------------------------
コンテンツ
------------------------------*/

.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
.post .kanren {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 4px dotted #fe5733;
    border-top: 0 dotted #666666;
    font-size: 39px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 0;
    text-shadow: 2px 2px 0 #b0b0b0;
}
.sumbun .entry-title {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.sumbun p {
	font-size: 13px;
	line-height: 24px;
}
/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}
#side #side-in ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	color: #333;
	line-height: 30px;
}
.post ul li {
	font-size: 18px;
	line-height: 28px;
}
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.post .blog_info.contentsbox .clearfix {
	list-style-type: none;
}
.sumbun .entry-title a:hover {
	color: #C00;
}
#footer #footer-in h4 {
    border-bottom: 1.5px solid #cfccba;
    box-shadow: 0 1.5px 0 #fffdeb;
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}
.postdatemo {
	margin: 0px;
	padding: 0px;
}
.blog_info.contentsbox .clearfix {
	margin: 0px;
	padding: 0px;
}
#container #header #header-in #h-r {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
/*記事を読む*/

.motto a {
	color: #FFF;
	text-decoration: none;
	background-color: #f3f3f3;
	width: 90px;
	color: #666666;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FFAAAA;
	color: #FFF;
	text-align: center;
	display: block;
}
/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}
#h-r #search {
	padding-left: 30px;
}
/*----------------------------
コメント
------------------------------*/

#comments p a {
	color: #999;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #EDF2FA;
	margin-left: -40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5484D2;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments {
	padding-top: 20px;
}
#comments #commentlist img {
	padding: 10px;
}
/*---------------------
ナビゲーション
-----------------------*/
.navi.smanone {
    background: none repeat scroll 0 0 #efecda;
    border-bottom: 2px dashed #d3d0be;
    border-top: 2px dashed #d3d0be;
    margin-top: 15px;
    box-shadow: 0 0 0 4px #efecda;
}
.smanone #navi-in {
    margin-bottom: -25px;
}
#navi-in li {
    border-left: 0 dotted #cccccc;
    box-shadow: 5px 5px 0 #e3c100;
    display: inline;
    float: left;
    font-size: 22px;
    margin: -10px 34px 25px 0;
    transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    
}
#navi-in li:nth-child(2n) {
    transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
#navi-in li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
#navi-in li a {
    background: none repeat scroll 0 0 #fbd90d;
    color: #fff;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    text-shadow: 0 -2px 0 #232323, 0 2px 0 #232323, -2px 0 0 #232323, 2px 0 0 #232323, 2px 2px 0 #232323, 2px -2px 0 #232323, -2px 2px 0 #232323, -2px -2px 0 #232323;
}
.menu-navigation-container {
	overflow: hidden;
}
#navi-in li a:hover {
	text-decoration: underline;
}
/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
    padding-bottom: 20px;
    padding-top: 0;
}
#s {
    background-color: #eee;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    height: 34px;
    padding: 4px 10px;
    width: 100%;
}
.result #s {
    width: 95%;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 286px;
	border-radius: 0;
	display: none;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
#container #wrap #wrap-in #side #search #searchform {
	position: relative;
}
/*---------------------------------
関連記事とか
--------------------------------*/

#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
	font-size: 12px;
}
#container #wrap #wrap-in #side #topnews .motto a {
	font-size: 12px;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
	color: #FFF;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
	margin-top: -10px;
}
#main .post .sumbox02 #topnews div dl dd {

}
.post .sumbox02 #topnews div dl dd .motto {
	font-size: 12px;
	color: #666;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
	color: #666;
}
#wrap #wrap-in #side #topnews div dl {
	padding-bottom: 0px;
}
#topnews dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	clear: both;
}
#topnews dt {
	color: #66A512;
}
#side #topnews dd {
    color: #666666;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 5px;
    padding-left: 125px;
    padding-top: 10px;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl dd a {
	color: #1a1a1a;
	text-decoration: none;
}
#topnews div {
	padding: 10px 0;
	margin-bottom: 10px;
}
#topnews div dl {
	clear: both;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
	color: #900;
	text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
	color: #06C;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
	color: #900;
}
/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 13px;
	padding-bottom: 10px;
}
.kuzu a {
	color: #666;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 0;
	margin: 0px;
	clear: both;
}
div#breadcrumb a {
	font-color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
/*-----------------------------------
カレンダー
------------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 250px;
	margin-left: 35px;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #CCC;
}
/*---------------------------------
コンテンツ
--------------------------------*/

table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	line-height: 25px;
}
#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}
.blog_info.contentsbox p {
	font-size: 12px;
	color: #666;
}
.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}
#container #wrap #wrap-in #main .post .nob tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#container #wrap #wrap-in #main .post .nob {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	float: left;
	width: 50px;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/*---------------------------------
page itiran
--------------------------------*/
.datebox {
	font-size: 12px;
	margin: 0px;
	color: #999;
}
#topnews div dl dd .datebox a {
	color: #999;
}

/*---------------------------------
ぴよぴよカスタム
--------------------------------*/
.dl {
    background: none repeat scroll 0 0 #efecda;
    border: 2px dashed #d3d0be;
    border-radius: 10px;
    margin: 30px 0 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 0 4px #efecda;
}
.dl p {
    background: none repeat scroll 0 0 #eeeeee;
    border-bottom: 4px solid #dddddd;
    border-radius: 8px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 10px 20px 0;
    width: 30%;
    white-space: nowrap;
}
.dl p:hover {
    margin-top: 4px;
    border-bottom: 0px solid #DDDDDD;
    opacity: 0.75;
}
.dl p a {
    color: #444444;
    display: block;
    font-size: 22px;
    padding: 12px 0;
    text-decoration: none;
    text-shadow: 0px -2px 0 #FFFFFF,0px 2px 0 #FFFFFF,-2px 0px 0 #FFFFFF,2px 0px 0 #FFFFFF,2px 2px 0px #FFFFFF, 2px -2px 0 #FFFFFF, -2px 2px 0 #FFFFFF, -2px -2px 0 #FFFFFF;
}
p.shiro {
    background: url("images/kurage_s90.png") no-repeat scroll -13px 11px #ABD497;
    border-color: #8FB87B;
}
p.iro {
    background: url("images/kurage90.png") no-repeat scroll -13px 11px #899FD1;
    border-color: #6B81B3;
}
p.smart {
    background: url("images/tentyo_90.png") no-repeat scroll 0 16px #4BCB00;
    border-color: #2DAD00;
}
.eye img {
    display: block;
    margin: 0px auto;
    width: 280px;
}
.snsb.clearfix {
    background: none repeat scroll 0 0 #FBD90D;
}
.hitokoto {
    background: url("images/tentyo_160.png") no-repeat scroll 0 center #FFFFFF;
    margin-bottom: 30px;
}
.hitokoto .arrow_box {
    border-radius: 20px;
    margin-left: 183px;
    margin-right: 0px;
    min-height: 100px;
    padding: 25px;
}
.hitokoto .arrow_box p {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}
.date {
    margin-top: -15px;
    text-align: right;
}
.date > p {
    margin-bottom: 0 !important;
}
.ad.linkunit {
    margin-bottom: 10px;
    max-height: 105px;
    overflow: hidden;
}
.eye {
    background: url("images/cat2_ura.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 5px solid #EEEEEE;
    border-radius: 10px;
    margin: 5px 0 10px;
    padding: 20px;
}
.hitokoto > span {
    display: block;
    float: left;
    font-size: 22px;
    margin-left: -10px;
    margin-top: -42px;
    text-align: center;
    transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -webkit-transform: rotate(-11deg);
    width: 160px;
}
.sumbox02 #topnews div dl {
    clear: none;
    display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 10px;
}
.sumbox02 #topnews dt, .sumbox02 #topnews dd {
    padding: 5px;
    text-align: center;
}
.sumbox02 #topnews dl dt img {
    height: auto;
}
#side #topnews dt {
    float: left;
}
#side #topnews img {
    border: 4px solid #DBDBDB;
    border-radius: 5px;
    box-shadow: 6px 6px 0 -1px #A1A1A1;
}
.post.kizi.home, .kizi.archive , .result {
    margin-right: -25px;
}
#header .ad {
    border: 1px dashed #ccc;
    border-radius: 4px;
    float: right;
    margin-top: 21px;
    padding: 7px;
}
#header .ad.sp {
    background: none repeat scroll 0 0 #eee;
    border-radius: 0;
    float: none;
    margin: 2px -8px 10px;
    padding: 4px 0;
    text-align: center;
    border: none;
}
.dl > span {
    display: block;
    font-size: 20px;
    margin: 0px 0 10px;
    line-height: 1.4;
}
.dl > span b {
    background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffff00 65%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 120%;
    margin: 0 5px;
    padding: 0 5px;
}
.ad.left {
    float: left;
    margin-left: 0px;
    border: 1px solid #eeeeee;
}
.ad.right {
    float: right;
    margin-right: 0px;
    border: 1px solid #eeeeee;
}
.p-navi div a {
    background: none repeat scroll 0 0 #efecda;
    border: 20px solid #ffffff;
    box-sizing: border-box;
    color: #232323;
    display: block;
    font-size: 22px;
    margin: 0;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
.p-navi div a span, .p-navi div a img {
    display: block;
    margin: auto;
}
.p-navi div.prev a {
    float: left;
}
.p-navi div.next a {
    float: right;
}
.p-navi div a img {
    height: auto;
    padding: 20px;
    width: 80px;
}
#breadcrumb span {
    color: #666666;
}
#footer #footer-in p {
    color: #232323;
    font-size: 14px;
    margin-bottom: 1px;
}
#footer #footer-in p.copy {
    color: #232323;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0;
    text-shadow: 0 -2px 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff;
}
#footer-in .sitename img {
    margin-bottom: -2px;
    margin-left: -10px;
    margin-top: 5px;
}
.p-navi.clearfix {
    border: 2px dashed #d3d0be;
}
.ad.center {
    background: none repeat scroll 0 0 #eeeeee;
    margin: 0px 0px 30px;
    padding: 20px 0;
}
#twibox li .textwidget {
    margin: auto;
    text-align: center;
}
#main h2.archive {
    margin-top: 0;
}
.kizi.page p {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,osaka,"MS PGothic";
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.kizi.page dt, .kizi.page dd {
    font-size: 22px;
    margin: 0 0 5px;
}
.kizi.page dd {
    margin-bottom: 30px;
    margin-left: 20px;
}
.dl small {
    border: 2px solid #f4f1df;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.3;
    margin: 10px;
    padding: 10px;
}
.search .sumbox img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    padding: 28px;
}
#navi-in li.menu-item-77 a {
    text-shadow: 0 -2px 0 #35B509, 0 2px 0 #35B509, -2px 0 0 #35B509, 2px 0 0 #35B509, 2px 2px 0 #35B509, 2px -2px 0 #35B509, -2px 2px 0 #35B509, -2px -2px 0 #35B509;
}
.entry .blog_info.contentsbox p {
    display: inline-block;
    min-height: 38px;
    margin-bottom: 10px;
}
.sumbox .new {
    background: none repeat scroll 0 0 #ef4f30;
    border-radius: 2px;
    box-shadow: 0 3px 10px -3px #c9290a;
    color: #ffffff;
    font-size: 85%;
    display: block;
    margin-left: -6px;
    overflow: hidden;
    padding: 4px 20px;
    position: absolute;
    z-index: 1;
    text-shadow: -0.6px -0.4px 0 #333333;
    transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -mstransform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}
.ad.s468 {
    background: url("images/lans.png") no-repeat scroll 3px center / 95px auto #f3f3f3;
    border: 3px dashed #e3e3e3;
    border-radius: 5px;
    box-shadow: 7px 7px 0 #efefef;
    margin: 10px 0 35px;
    padding: 20px;
    text-align: center;
}
.ad.s468:before {
    color: #aaa;
    content: "スポンサーリンク";
    display: block;
    font-size: 85%;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px;
    text-shadow: 0 -2px 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff;
}
.post.kizi.home .ad.s468 {
    margin: 10px 42px 35px 0;
}
#side #topnews p.clear {
    border-bottom: 2px dashed #ccc;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.wpp-list > li:before {
  background: none repeat scroll 0 0 #555;
  color: #fff;
  content: counter(wpp, decimal);
  counter-increment: wpp;
  display: block;
  float: left;
  font-size: 120%;
  padding: 2px 10px;
}
.wpp-list > li:nth-child(1):before {
  background: none repeat scroll 0 0 rgba(255, 215, 0, 1);
}
.wpp-list > li:nth-child(2):before {
  background: none repeat scroll 0 0 rgba(192, 192, 192, 1);
}
.wpp-list > li:nth-child(3):before {
  background: none repeat scroll 0 0 rgba(184, 115, 51, 1);
}
.wpp-list > li {
    list-style: none outside none;
}
.wpp-list > li a {
  font-size: 130%;
}
.wpp-list img.wpp-thumbnail {
    border: 3px dashed #d5d5d5;
    border-radius: 5px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.25);
    margin-left: 15px;
    margin-right: 20px;
    padding: 22px;
    width: 75px;
    background: none repeat scroll 0 0 #fff;
    transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transition: transform 0.9s ease-out;
    -o-transition: transform 0.9s ease-out;
    -ms-transition: transform 0.9s ease-out;
    -moz-transition: transform 0.9s ease-out;
    -webkit-transition: transform 0.9s ease-out;
}
.wpp-list span a {
    color: #232323;
    font-size: 39px;
    line-height: 46px;
    text-decoration: none;
    text-shadow: 2px 2px 0 #b0b0b0;
}
.wpp-list span {
  display: block;
  margin: 10px 0 0 10px;
  padding: 0 20px 0 160px;
}
.wpp-list li > div {
    border-bottom: 2px dashed #ccc;
    clear: both;
}
.post ul.wpp-list {
  background: url("images/cat2_ura.jpg") repeat scroll -10px -3px rgba(0, 0, 0, 0);
  border-bottom: 2px dashed #ccc;
  border-top: 2px dashed #ccc;
  counter-reset: wpp;
  margin-bottom: 35px;
  padding: 0;
}
.wpp-list > li:nth-child(2n-1) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}
.kizi.page .wpp-list > p {
    height: 0;
    margin: 0;
}
.wpp-list > li:after {
  clear: both;
  content: "";
  display: block;
}
.wpp-list > li {
    list-style: none outside none;
    padding-left: 0px;
    padding-top: 15px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.03);
    transition: background-color 1.7s ease-out;
    -o-transition: background-color 1.7s ease-out;
    -ms-transition: background-color 1.7s ease-out;
    -moz-transition: background-color 1.7s ease-out;
    -webkit-transition: background-color 1.7s ease-out;
}
.wpp-list > li:nth-child(1) {
    background: none repeat scroll 0 0 rgba(255, 215, 0, 0.15);
}
.wpp-list > li:nth-child(2) {
    background: none repeat scroll 0 0 rgba(192, 192, 192, 0.15);
}
.wpp-list > li:nth-child(3) {
    background: none repeat scroll 0 0 rgba(184, 115, 51, 0.15);
}
.wpp-list > li:hover {
    background: none repeat scroll 0 0 rgba(251, 217, 13, 0.5) ;
}
.wpp-list > li:hover  img.wpp-thumbnail  {
    transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}
span .wpcf7-form-control {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,osaka,"MS PGothic";
    font-size: 17px;
    padding: 5px;
    max-width: 100%;
}
img.wpcf7-captchac.wpcf7-captcha-captcha-948 {
    width: 180px;
}
textarea.wpcf7-textarea {
    max-width: 100%;
    width: 600px;
}
span.wpcf7-not-valid-tip {
max-width: 100% !important;
}
.wpcf7c-conf {
    background-color: #fafafa !important;
    color: #9d9d9d !important;
}
span.wpcf7c-elm-step2 {
    background: url("images/tentyo_90.png") no-repeat scroll 0 center #fbd90d;
    display: block;
    font-size: 165%;
    padding-left: 100px;
    text-shadow: 0 -2px 0 #ffffff, 0 2px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff;
}
.wpcf7-submit.wpcf7c-elm-step2 {
    color: #0000ff !important;
    font-weight: bold !important;
    margin: 25px 0 !important;
}
img.prof {
    border: 5px solid #eee;
    border-radius: 50%;
    float: left;
    margin: 0 22px 30px 10px;
    width: 105px;
}
.tagcloud a {
  background: none repeat scroll 0 0 #fdfdfd;
  border: 3px solid #eee;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #c9c9c9;
  color: #555;
  display: inline-block;
  line-height: 1;
  margin: 3px 0;
  padding: 4px;
  text-decoration: none;
}
.tagcloud a:hover {
  opacity: 0.5;
}
/*---------------------------------
提供素材CSS
--------------------------------*/
.auther {
  background: none repeat scroll 0 0 #fbd90d;
  box-shadow: 0 1px 7px -5px #000;
  margin: -45px 6px 20px;
  opacity: 0.999;
}
.auther img {
  margin: 0;
}
.auther .avatar.avatar-80.photo {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-shadow: 1px 1px 6px -2px #555;
  float: right;
  margin-right: 8px;
  margin-top: -20px;
  padding: 3px;
  width: 52px;
  height: auto;
}
.eye .auther {
  border: 1px dashed #fff;
  border-radius: 7px 0 0 7px;
  box-shadow: 0 0 0 5px #fbd90d;
  float: right;
  margin: -35px -20px 0 0;
}
.eye .auther img {
  display: inline-block;
  margin: 0;
  padding: 2px 8px;
  width: 110px;
}
.eye .auther .avatar.avatar-80.photo {
  margin: -32px 15px -10px 0;
  width: 65px;
}
#main h2.archive.none {
  background-color: #ebe8d6;
  background-image: url("images/teikyo_s.png");
  background-position: 97% center;
  background-size: 130px auto;
  border-bottom: 1.5px solid #d5d2c0;
  border-radius: 7px;
  border-top: 1.5px solid #dbd8c6;
  box-shadow: 0 1px 1px 0 #fbfbec;
  line-height: 1.1;
  margin-bottom: 20px;
  padding-left: 18px;
  padding-right: 140px;
  text-align: left;
  border-left: 1.5px solid #dedbc9;
  border-right: 1.5px solid #dedbc9;
}
.auther_prf {
  background: none repeat scroll 0 0 #efecda;
  border: 2px dashed #d3d0be;
  border-radius: 8px;
  box-shadow: 0 0 0 5px #efecda;
  padding: 20px;
  margin-bottom: 20px;
}
.avatar.avatar-180 {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #999;
  float: left;
  height: auto;
  margin: 0 7px 10px;
  padding: 5px;
  width: 135px;
}
.avatar.avatar-180.hyoko {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  margin: 0 10px 0 0;
  padding: 0;
  width: 165px;
}
span.arrow_box {
  border-radius: 10px;
  display: block;
  margin-left: 180px;
  min-height: 75px;
  padding: 30px;
}
.auther_prf h2 b {
  color: #02a3d4;
}
.auther_prf span {
  font-size: 115%;
  line-height: 1.4;
}
.arrow_box > p {
  font-size: 98%;
  margin: 0;
}
/*---------------------------------
吹き出しCSS
--------------------------------*/
.arrow_box { position: relative; background: #fff; border: 5px solid #222222; } .arrow_box:after, .arrow_box:before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box:after { border-color: rgba(255, 255, 255, 0); border-right-color: #fff; border-width: 12px; margin-top: -12px; } .arrow_box:before { border-color: rgba(34, 34, 34, 0); border-right-color: #222222; border-width: 19px; margin-top: -19px; }
Fork me on Github

a.btn {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: #fff;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
}
a.btn:hover, a.btn:focus {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
 
a.btn:active,
a.btn-secondary:active {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
 
/**
 * $keyframes \ gelatine 
 **/
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
 
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
 
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
 
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
 
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.fbox {
    position: relative;
    display:inline-block;
    padding:20px ;
    text-align:left;
    background-color:#ffffff;
    margin: 10px 5px 5px 5px;
    border-radius: 5px ;
}
.fbox:after, .fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
.fbox:after {
    top: -20px;
    left: 40px; 
    border: 10px solid transparent;
    border-bottom: 15px solid #ffffff; /*13px*/
}
.fbox:before {
    top: -20px;
    left: 40px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff; /*10px*/
}
/*---------------------------------
マンガ用CSS
--------------------------------*/
.manga {
    background: none repeat scroll 0 0 #444;
    border: 5px solid #ccc;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}
.entry-title.m {
    background: url("images/sensei_90.png") no-repeat scroll left 7px / 80px auto #fff;
    border-bottom: 6px solid rgb(92, 166, 67);
    box-shadow: 0 4px 0 rgb(57, 131, 32);
    margin-top: -20px;
    padding: 40px 0 0 89px;
}
.m .auther_prf {
    border: medium none;
    padding: 0;
}
.m .hitokoto > span {
    margin-top: -20px;
}
.manga img {
    margin: 0;
}
.kizi02.m div:before, .m .sumbox:before {
    background: none repeat scroll 0 0 rgb(92, 166, 67);
    color: #fff;
    content: "まんが";
    font-size: 75%;
    padding: 3px 6px;
    position: absolute;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    z-index: 1;
}
.m .sumbox {
  border-color: #555;
  border-style: solid;
}
.kizi02.m div {
    float: left;
    margin-right: 2%;
    width: 23%;
    position: relative;
}
.kizi02.m div:nth-of-type(4n+1) {
    clear: left;
}
.kizi02.m img {
    border: 1px solid #ccc;
    box-shadow: 0 3px 3px -3px #ccc;
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
}
.kizi02.m div span, .kizi02.m div a {
    background-color: #fff;
    color: #333;
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post .m .kanren {
    border-color: rgb(92, 166, 67);
    margin-bottom: 20px;
}
.m .kizi .sumbox img {
  background: none repeat scroll 0 0 #555;
  border-color: #fff;
  border-style: solid;
}
#main .post.archive.m h2 {
    background: url("images/color_250.png") no-repeat scroll 0 center / 110px auto #efecda;
}
.menu_underh2.fb {
    background: #5975c4 url("images/tehe.png") no-repeat scroll right -5px / 55px auto;
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 8px 10px;
    text-align: left;
    text-shadow: none;
}
.tag-cloud-link {
    background: #fcfcfc none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 0 #d5d5d5;
    color: #666;
    display: inline-block;
    margin-bottom: 10px;
    padding: 1px 3px;
    text-decoration: none;
}