@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: stinger5-yossiycustomize
Theme URI: http://wp-fun.com
Description: stinger5
Author: enji
Author URI: http://wp-fun.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-width, custom-header, custom-menu, editor-style,
Version: 20141227
---------------------------------------------------------*/
* {
	font-family: Helvetica,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

body {
	min-width: 320px;
	word-wrap: break-word;
	/*background-color:#f2f2f2;*/
}
body.mceContentBody {
	background-color:#fff;
}
/*VA Social Buzz　ここから*/
/*「VA Social Buzz」Twittr・Facebookシェアボタン非表示*/
.va-social-buzz .vasb_share {
  display:none;
}
/* リンクの色 */
a {
	color: #4682b4;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #b22222;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.wp-caption{
	height: auto;
	max-width: 100%;
}
/* ロゴ画像の最大サイズ */
.sitename img {
	max-width: 300px;
	margin: 0 auto;
}
/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */
p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}
/*ブログタイトル*/
header .sitename {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 10px 0px 0px;
	margin-bottom: 10px;
}
header .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*ブログ名の下のキャプション */

header h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
header a {
	color: #FFF;
	text-decoration: none;
}
header .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}
/* 記事タイトル */

.entry-title {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}
.entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
/* 中見出し */

h2 {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}
h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}
/* 新着の見出し */
h2.newentry-head {
	background: inherit;
	color: inherit;
	margin: 0;
	padding: 10px 0 20px;
	font-weight: normal;
}
h2.newentry-head:after {
	content: '';
	position: relative;
	border: none;
}
h2.newentry-head:before {
	content: '';
	position: relative;
	border: none;
}
/*小見出し*/

.post h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1a1a1a;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom: 1px #999999 dotted;
}
.post h3:before {
  color:#333;
  margin-right: 10px;
  font-family:"FontAwesome";
  content:"\f0c4";
  font-size:25px;
}
h3 a {
	color: #333;
	text-decoration: none;
}
.post h4{
padding:10px;
margin-bottom:10px;
background-color: none;
}
.post h5{
margin-bottom:10px;
font-size:16px;
}
.wp-caption-text a,.wp-caption-text{
font-size:12px;
color:#ccc;
}
/* サイドバーの見出し */
aside h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
footer h4 a {
	color: #666;
	text-decoration: none;
}
/* 関連記事の文字 */
.point {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #666;
}
/* 記事タイトル下 */
.blogbox p {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	line-height: 15px;
}
.blogbox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	padding: 5px;
}
/* 引用 */
.post blockquote {
    padding: 15px 15px;
    margin: 0 0 20px;
    border: 3px solid #eee;
    border-radius: 4px;
    position: relative;
    font-style: normal;
    font-size: 14px;
    color: #333;
    background: none;
}
.post blockquote:before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -15px;
    left: 7px;
    content: "\f10d";
    font-size: 16px;
    font-family: FontAwesome;
    background: #eae1e1;
    border-radius: 100%;
    color: #fff;
    line-height: 28px;
    padding-left: 0px;
    text-align: center;
}
.post blockquote p:last-child,
.post blockquote ul li:last-child,
.post blockquote ol li:last-child { margin-bottom: 0px !important }
/* 引用じゃないけど引用と同じデザインにしたい時 */
.inyoumodoki {
	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: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* フッター文字 */
#footer h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .copy {
	font-size: 12px;
	/*color: #999;*/
	line-height: 15px;
	/*-moz-opacity: 0.5;
	opacity: 0.5;*/
}
/* 追加フォント*/
@font-face {
	font-family: 'icomoon';
	src:url('./fonts/icomoon.eot?-3n224j');
	src:url('./fonts/icomoon.eot?#iefix-3n224j') format('embedded-opentype'),
		url('./fonts/icomoon.woff?-3n224j') format('woff'),
		url('./fonts/icomoon.ttf?-3n224j') format('truetype'),
		url('./fonts/icomoon.svg?-3n224j#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
}

.icon-office:before {
	content: "\e903";
}

.icon-pencil2:before {
	content: "\e906";
}

.icon-quill:before {
	content: "\e907";
}

.icon-coin-yen:before {
	content: "\e93e";
}

.icon-envelop:before {
	content: "\e945";
}

.icon-user-tie:before {
	content: "\e976";
}

.icon-gift:before {
	content: "\e99f";
}

.icon-leaf:before {
	content: "\e9a4";
}

.icon-truck:before {
	content: "\e9b0";
}

.icon-scissors:before {
	content: "\ea5a";
}
/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
#topnews dt {
	float: left;
	width: 100px;
}
#topnews dt img {
	width: 100%;
}
#topnews dd {
	padding-left: 110px;
}
#topnews dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#topnews dl:first-child {
	padding-top: 20px;
}
#topnews dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
#topnews .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/* 一覧タイトル下 */

.blog_info p a {
	color: #666;
	text-decoration: none;
}
#topnews .clearfix dd .blog_info p {
	font-size: 12px;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/
/* タイトル名 */
#kanren dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#kanren dt {
	float: left;
	width: 100px;
}
#kanren dt img {
	width: 100px;
}
#kanren dd {
	padding-left: 110px;
}
#kanren dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
/* 抜粋文字 */
#kanren .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 18px;
}
#kanren .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
#kanren .clearfix dd h5 a:hover {
	color: #b22222;
}
/*--------------------------------
サイドバー
---------------------------------*/
aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
aside h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 20px 0 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 27px;
    padding-left: 10px;
}
aside #mybox ul {
	margin-bottom: 10px;
}
/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}
.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
}
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;
}
.post table tr:nth-child(even) {
	background-color:#f3f3f3;
	}
#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;
}
/*画像 */
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;
}
.ie8 img {
	width: auto;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.post ul li {
	font-size: 17px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.post ol li {
	font-size: 17px;
	line-height: 27px;
}
/*--------------------------------
アコーディオン
---------------------------------*/
#s-navi dl.acordion p {
	margin: 0;
}
#s-navi dl.acordion {
	margin: 0 10px;
}
#s-navi dt.trigger {
	text-align: right;
	padding: 10px 0px;
	cursor: pointer;
}
#s-navi dt.trigger .op {
	font-size: 14px;
	color: #333;
	padding: 0px 10px;
}
#s-navi dd.acordion_tree {
	padding: 0px 10px;
        display:none;
	overflow: hidden;
}
.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 li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
/*--------------------------------
検索フォーム
---------------------------------*/
aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
#s {
	height: 33px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ccc;
	z-index: 10;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
}
#searchsubmit {
	border-radius: 0;
	background-color: #ccc;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 32px;
	z-index: 20;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
/*--------------------------------
メニュー
---------------------------------*/
nav li {
	position: relative;
	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;
}
nav li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
nav li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
nav li a:hover {
	text-decoration: underline;
}
nav li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
nav li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
nav li a:hover {
	text-decoration: underline;
}
/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #999;
}
.pagination a:hover {
	color: #fff;
	background-color: #666666;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
	font-size: 13px;
}
#breadcrumb a {
	color: #666;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 0px;
	clear: both;
}
div#breadcrumb a {
	color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
/*内部リンクショートコード*/
 
.blog-card{
  padding:15px;
  margin:2em 0;
  border:1px solid #ddd;
  word-wrap:break-word;
  max-width:100%;
  border-radius:5px;
}
 
.blog-card-thumbnail{
  float:left;
  margin-right:15px;
}
 
.blog-card-content{
   line-height:120%;
}
.blog-card-title{
  margin-bottom:10px;
}
 
.blog-card-title a{
    font-weight:bold;
    color:#4682b4;
    text-decoration: underline;  
}

.blog-card-excerpt{
  color:#333;
  font-size:80%;
}
 
.clear{
  clear:both;
}
/*合わせて読みたいリンク*/
.blog-carda{
 	padding: 30px 15px 15px;
	margin: 2.5em 0 2em;
	border: 2px solid #f9e111;　
	border-radius: 5px;
	background-color: #fff8cc;
 	position: relative;
}
.blog-carda>div:first-child{
	left : 15px;
}
 
.blog-carda-thumbnail{
  float:left;
  margin-right:10px;
}
 
.blog-carda-content{
   line-height:120%;
}
.blog-carda-title{
  margin-bottom:5px;
}
 
.blog-carda-title a{
    font-weight:bold;
    color:#4682b4;
    text-decoration: underline;  
}
 
.blog-carda-excerpt{
  color:#333;
  font-size:90%;
}

.blog-carda-Shares{
	color: #3b5998; /* 文字色 */
	padding: 0 0.3em; /* 内側余白 */
    }
 
.clear{
  clear:both;
}
/*カスタム検索*/
#cse-search-box input[type="text"]{
width: calc(100% - 70px);
background-color: #fff !important;
border: 1px solid #fdd7ff !important;
box-shadow: 3px 3px 4px -4px rgba(160, 160, 160, 0.86);
border-radius: 0;
color: #751919 !important;
margin-left: 0;
}
#cse-search-box input[type="submit"] {
box-shadow: 4px 4px 5px -4px rgba(160, 160, 160, 0.86); 
background-color: #fbc5dc !important;
border: 1px solid #ffb4d3!important;
border-radius: 0 20px 20px 0;
}

#cse-search-box input {
display: inline-block;
box-sizing: border-box;
height: 36px;
width: 70px;
color: #ffffff;
margin-left: -5px;
}
/*--------------------------------------
  TOC+
--------------------------------------*/
#toc_container {
	display: block !important;
	width: 95% !important;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 95%;
	box-sizing: border-box;
	line-height: 1.4;
	margin: 36px auto;
	padding: 1em 2em;
}
 
#toc_container .toc_title {
	text-align: center;
	background: #eee;
	border-bottom: 2px solid #ddd;
	padding: 0.4em 0;
}
 
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}
 
#toc_container ul li {
    margin: 0;
    padding-left: 0;
    text-indent: 0;
}
 
#toc_container ul a {
	display: block;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #ccc;
}
 
#toc_container .toc_list > li > a {
	border-bottom: 2px solid #ccc;
	font-size: 100%;
}
 
#toc_container ul ul {
	padding: 1em 0 1em 1em;
}
 
#toc_container li {
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
}
/*--------------------------------
SNS
---------------------------------*/
.share{
	width:100%;
}
.share h4{
	font-size:120%; 
	text-align:center;
}

/*--------------------------------
SNS
---------------------------------*/

.post .sns .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
	
.sns　ul{
	margin:20px 0;
	list-style: none;
    width:100%;
	
}

.sns li{
	text-align:center;
    float:left;
    width:47%;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	padding:5px 2px;
	margin:5px 2px 5px 0px;
	}
.sns li:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;

}.sns li a{
	font:12px;
	color:#666666;
	text-decoration:none;	
}

/* Font Awesome hatena bookmark */
.fa-hatena:before {
	content: "B!";
	font-family: Verdana;
	font-weight: bold
}
/*--------------------------------
テーブルカスタマイズ
---------------------------------*/
.post table {
	border-top: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
width: 100%;
table-layout: fixed;
margin-bottom: 5px;
}
table th {
        width: 40%;
        color: #555;
        background-color:#f1f1f1;
	padding: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	font-size: 14px;
	line-height: 25px;
        text-align: center;
}
table tr {
        background-color:#f7f7f7;
	padding: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	font-size: 14px;
	line-height: 25px;
        text-align: center;
}
table tr td {
        background-color:#fff;
	padding: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	font-size: 14px;
	line-height: 25px;
        text-align: center;
}
/*--------------------------------
カレンダー
---------------------------------*/
#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: 100%;
}
#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;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
	background-color: #fff;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}
/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	right: 20px;
	font-size: 12px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #333;
}
#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #333;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
	line-height: 18px;
}
.commentmetadata {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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 #commentlist img {
	padding: 10px;
}
#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}
ul.children {
	padding: 0px;
}
.commets-list li {
	list-style-type: none;
}
.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}
/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}
#comments textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}
#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	border: 1px #f2f2f2 solid;
}
/* コメントボタン */
#comments input[type="submit"] {
	background-color: #ccc;
	padding: 10px;
	-webkit-appearance: none;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
}
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding:30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
font-size:90%;
line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(238,238,238,0.7);
}
#prev_next #prev{
border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:90%;
top:-1em;
position:absolute; 
border: 1px #ccc solid;
background:#fff; 
text-align: center;
padding:3px;
color:#666;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:0 auto;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
height:140px;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}
#prev_next_home{
margin:0 auto;
background-color: #f48881;
border: solid 9px #fff;
width: 100px;
height:100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
box-shadow: 0 0 0 3px #f48881;
-webkit-box-shadow: 0 0 0 3px #f48881;
-moz-box-shadow: 0 0 0 3px #f48881;
text-align:center;	
}
#prev_next_home:hover{
background-color: rgba(244,136,129,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}

/*レイアウト スマートフォン
----------------------------------------------------*/
#wrapper,.hwarp {
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}

header {
	text-align: center;
}
#gazou {
	display: none;
}
#gazou p {
	margin: 0px;
}
main {
	background-color: #fff;
	padding: 20px 10px;
	margin: 0 -10px 20px;
}
section {
	margin-bottom: 3em;
}
footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}
.ad {
	padding-bottom: 10px;
}
.post{
overflow: hidden;
}
/*--------------------------------
リンクの装飾
---------------------------------*/
.sankou-badge, .link-badge {
  padding: 3px 6px;
  margin-right: 8px;
  margin-left: 1px;
  font-size: 75%;
  color: white;
  background-color: #04B404; /*緑*/
  border-radius: 6px;
  box-shadow: 0 0 3px #ddd;
  white-space: nowrap;
}
 
.link-badge {
  background-color: #58ACFA; /*青*/
}
/*-- ピンクのボックスのCSS --*/
.sample_box {
 position: relative;
 border: 3px solid #ffd1d1;　
 border-radius: 4px;
 padding: 1.2em 2em 0;
 margin: 48px auto;
}
 
.sample_ttl {
 font-weight:bold; 
 font-size: 1.2em;
 color: #303030;
 position: absolute;
 top: -0.6em;
 left: 1em;
 background: #fff;
 padding: 0 8px;
}
.sample_box ul {
 padding: 0.2em 2em 1em;
} 
/*-- 黄色いボックスのCSS --*/
.sample_box2 {
 position: relative;
 border: 2px solid #f9e111;　
 border-radius: 2px;
 background-color: #fff8cc;
 padding: 1.2em 2em 0;
 margin: 48px auto;
}
 
.link_ttl {
  font-weight:bold; 
 font-size: 1.2em;
 color: #fff;
 position: absolute;
 top: -0.6em;
 left: 1em;
 background: #FEDC00;
 padding: 0 8px;
}
.sample_box2 ul {
 padding: 0.2em 2em 1em;
}  

/*-- チェックリストのCSS --*/
.defaultlist
.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list4 li{
	position:relative;
	padding-left:20px;
}
 
.list4 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#ff3f3f; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list4 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
/*-- →のリストのCSS --*/
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.list2 li{
	position:relative;
	padding-left:20px;
}
 
.list2 li:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:5px transparent solid; 
	border-right-width:0; 
	border-left-color:#aaa; 
	position:absolute; 
	top:5px; 
	left:8px;
}
 
.list2 li:after{
	content:''; 
	height:2px; 
	width:10px; 
	display:block; 
	background:#aaa; 
	position:absolute; 
	top:9px; 
	left:0px;
}
/*--------------------------------------
  ヨメレバ・カエレバ
--------------------------------------*/
.booklink-box, .kaerebalink-box{
	width:85%;
	margin: 1em auto 1em auto;
	padding: 5%;
	border:double #CCC;
	overflow: hidden;
	font-size:small;
}
 
.booklink-image, .kaerebalink-image{
	margin:0 0 15px 0;
}
.booklink-image img, .kaerebalink-image img{
	display:block;
	margin:0 auto;
	text-align:center;
}
 
.booklink-info, .kaerebalink-info{
	text-align:center;
	line-height:120%;
	overflow: hidden;
}
 
.booklink-name, .kaerebalink-name{
	font-size:16px;
	margin-bottom:14px;
	line-height:1.2em;
}
 
.booklink-powered-date, .kaerebalink-powered-date{
	 font-size:8pt;
	 margin-top:10px;
	 font-family:verdana;
	 line-height:120%;
}
.booklink-powered-date, .kaerebalink-detail{
	margin-bottom:15px;
}
 
.booklink-link2, .kaerebalink-link1{
	margin-top:20px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom {
    width:90%;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	margin:0  auto 5px auto;
	padding:10px 2px;
	text-align:center;
	}
	
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover,  .shoplinkkakakucom:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
 
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active  .shoplinkkakakucom:active {
	position:relative;
	top:1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
	display:block;
	text-decoration:none;
	font-weight:800;
	text-shadow:1px 1px 1px #dcdcdc;
	font-size:12px;
}
	
.shoplinkamazon a{
	color:#FF9901;
}
 
 .shoplinkrakuten a{
	color:#c20004;
}
 
.shoplinkkindle a{
	color:#007dcd;	
}
 
.shoplinkkakakucom a{
	color:#314995;	
}
 
.shoplinkyahoo a{
	color:#7b0099; 
}
.shoplinkyahoo img{
	display:none;
}
	
 
.booklink-footer{
	clear:left;
}
/*
フッター
----------------------------------------------------*/
#footer {
    /*background: #252728;*/
    padding: 20px 0 0;
}

#footer h4 {
    font-size: 14px;
    margin-bottom: 10px;
    /*color: #dddddd;*/
}
#footer h3 {
    font-size: 14px;
    margin-bottom: 3px;
    /*color: #dddddd;*/
}
#footer p {
    font-size: 14px;
    margin-bottom: 10px;
    /*color: #dddddd;*/
}
#footer .copy {
    /*color: #fff;*/
    /*background-color: #111;*/
    padding: 15px 0 15px;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
#footer_w {
    width: 100%;
    margin: 10px auto;
    text-align: left;
}
 
.footer_l {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0;
}
 
.footer_c {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0;
}
 
.footer_r {
    width: 100%;
    margin: 0 auto 20px auto;
}
 
#footer_w p {
    color: #fcfcfc;
}
 
#footer_w li {
    border-bottom: 1px solid #666;
    padding: 8px 0;
    font-size: 14px;
}
 
#footer_w li a {
    color: #DCDCDC;
}
 
#footer_w li a:hover {
     color: #629FBA;
}
/*--------------------------------
キャプチャ　Browser Shots
---------------------------------*/
.share_link {
	/*width:85%;*/
	margin: 30px auto;
	padding: 20px;
	border:double #CCC;
	overflow: hidden;
}
.browser-shot{
  text-align:center;
}
.browser-shot img{
  box-shadow:0px 2px 4px #CCCCCC;
}
.link_title{
	text-align:center;
	line-height:150%;
        overflow: hidden;
	padding-top:20px;
}
/*--------------------------------------
  ナビバー
--------------------------------------*/
nav#menu {
   /*background:#B06D68;
	color:#fff;*/
	padding:5px;
  /*margin:0 -10px 20px;*/
}

.togmenu {
	display:none;
}

.menubtn {
	padding: 5px 10px;
	/*text-align: left;*/
	text-align: center;
	/*background:#B06D68;*/
	/*color:#fff;	*/
	/*margin: 0 -10px;*/
}

nav#menu ul {
	overflow: hidden;
}

nav#menu ul li {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	list-style: none;
	text-align: left;
	width: 50%;
	/*border-bottom: 1px solid #fff;*/
	}
nav#menu ul li::after {
	content: '\f054';
	font-size: 14px;
	line-height: 1;
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7px;
}
nav#menu ul li:first-child{
	/*border-top: 1px solid #fff;*/
}	
nav#menu ul li:last-child{
	/*border:none;*/
}
nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 5px 0;
}

nav#menu ul li a:hover {
	/*color: #f48881;*/
	/*background-color: #ffe7e5;*/
	text-decoration: underline;
　font-family:'Play', sans-serif;
}
/*シェアのカスタマイズ
----------------------------------------------------*/
.share-total {
	background: #ffcbcb;
    color: #ff0707;
    text-decoration: underline;
    vertical-align: 1px;
    font-size: 13px;
    font-weight: bold;

}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
aside {
	clear: both;
	float: none;
	width: auto;
	position: static !important;
	;
}
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
#wrapper {
	padding: 0 20px;
}
header {
	text-align: left;
}
.sitename img {
	max-width: 300px;
	margin: 0;
}
main {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px 40px;
}
/*--------------------------------
一覧記事表示部分
---------------------------------*/
#topnews dt {
	float: left;
	width: 150px;
}
#topnews dt img {
	width: 100%;
}
#topnews dd {
	padding-left: 170px;
}
#topnews .clearfix dd h5 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#topnews .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/*-- ここまで --*/
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
.smanone {
	display: block;
}
.pcnone {
	display: none;
}
#wrapper {
	padding: 0 40px;
}
header {
	padding-top: 10px;
}
nav {
	display: block;
	padding: 10px 0;
}
#gazou {
	display: block;
	overflow: hidden;
}

#contentInner {
	float: left;
	width: 100%;
	margin-right: -300px;
}
main {
	margin-right: 320px;
	margin-left: 0px;
	background-color: #fff;
	border-radius: 4px;
	padding: 20px 20px;
}
aside {
	float: right;
	width: 300px;
	padding: 0px;
}
/*IEで要素がズレるのを対応*/
.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
	display: list-item;
	padding: 0;
}
/*--------------------------------------
 フッター
--------------------------------------*/
 #footer h3 {
        font-size: 12px;
        margin-bottom: 3px;
        /*color: #dddddd;*/
        font-weight: normal;
        padding: 0px 10px 0;
    }
    #footer p {
        font-size: 14px;
        margin-bottom: 3px;
        /*color: #dddddd;*/
        padding: 0px 10px 20px;
    }

#footer_w {
    width: 1010px;
    margin: 10px auto;
    text-align: left;
}
 
.footer_l {
    float: left;
    width: 330px;
    margin: 0 20px 20px 0;
    padding: 0;
}
 
.footer_c {
    float: left;
    width: 330px;
    margin: 0 20px 20px 0;
    padding: 0;
}
 
.footer_r {
    float: left;
    width: 330px;
    margin: 0 0 20px 0;
    padding: 0;
}
 
#footer_w p {
    color: #fcfcfc;
}
 
#footer_w li {
    border-bottom: 1px solid #666;
    padding: 8px 0;
    font-size: 14px;
}
 
#footer_w li a {
    color: #DCDCDC;
}
 
#footer_w li a:hover {
     color: #629FBA;
}
/* フッターの背景のサイズ画面いっぱい　*/		
html {
		overflow: auto;
	}
	
	body {
		overflow: hidden;
	/*はみ出た部分をどうするか*/
	}
	
	footer {
		margin: 0 -200%;

	/* マージンを追記 */
		padding: 20px 200%;
	
	/* マージンで横にはみ出した部分を戻す */
	}
	
/*--------------------------------------
 ヨメレバ・カエレバ
--------------------------------------*/
.booklink-box, .kaerebalink-box{
	width:90%;
	margin:20px auto;
	padding:20px;
}
 
.booklink-image, .kaerebalink-image{
	margin:0 15px 0 0;
	float:left;
}
 
.booklink-info, .kaerebalink-info{
	margin:0;
    text-align:left;
}
 
.booklink-name, .kaerebalink-name{
	margin-bottom:24px;
	line-height:1.5em;
}
 
.booklink-link2, .kaerebalink-link1{
	margin-top:10px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom {
    float:left;
    width:30%;
	margin:15px 2px 0 auto;
	padding:8px 1px;
}
 
.shoplinkyahoo a{
	 font-size:10px;
 }/*--------------------------------------
  780pxナビバー
--------------------------------------*/
nav#menu {
    margin:0 0 20px;
}

nav#menu ul {
	width: 100%;
	margin: 0 auto;
}

nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	border: none;
	list-style:none;
}
nav#menu ul li:first-child{
	border: none;
}
nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 5px 1em;
}

.menubtn {
	display:none;
	padding: 10px 0;
}
.togmenu {
	display:block;
}
/*--------------------------------
780px キャプチャ　Browser Shots
---------------------------------*/
.share_link {
	margin:30px auto;
}
.browser-shot{
    margin:0 15px 0 0;
	float:left;
	text-align:left;
}
.share_link .link_title{
	margin:0;
    text-align:left;
}
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
padding:3px 10px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img{
float:left;
margin-right:10px
}
#prev_next #next img{
float:right;
margin-left: 10px;
}
/*--------------------------------------
  780px SNS
--------------------------------------*/

.sns li{
    text-align:center;
    float:left;
    width:22%;
    padding:8px 5px;
    margin:10px 2px 20px 2px;
}
/*--------------------------------
各フォント設定
---------------------------------*/
p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}
/*記事タイトル*/
.entry-title {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	margin-bottom: 5px;
}
.entry-title a:hover {
	text-decoration: underline;
}
/*中見出し*/
h2 {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
/* 新着の見出し */
h2.newentry-head {
	background: inherit;
	color: inherit;
	margin: 0;
	padding: 10px 0 20px;
	font-weight: normal;
}
h2.newentry-head:after {
	content: '';
	position: relative;
	border: none;
}
h2.newentry-head:before {
	content: '';
	position: relative;
	border: none;
}



/*小見出し*/
.post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1a1a1a;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.post h3:before {
  color:#333;
  margin-right: 10px;
  font-family:"FontAwesome";
  content:"\f0c4";
  font-size:25px;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.post ul li {
	font-size: 14px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.post ol li {
	font-size: 14px;
	line-height: 27px;
}
/*--------------------------------
ページャー
---------------------------------*/
.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 {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #999;
}
.pagination a:hover {
	color: #fff;
	background-color: #666666;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*-- ここまで --*/
}
h4{
		margin: 0 0 1.5em;
		padding: 0.8em;
		border-left: 7px solid #ff80aa;
		font-size: 1.143em;
		font-weight: bold;
}
/*-- マーカーライン --*/
strong {
  background: linear-gradient(transparent 30%, #fbd 30%);
}
/*-- 人気記事の装飾 --*/
.top_ranking ul{ padding: 0px !important; }
.top_ranking li{ border-top: 1px #ccc dashed; }
.top_ranking li:last-child { border-bottom: 1px #ccc dashed; }
.top_ranking p{ padding: 0;margin: 0; }
.top_ranking a{ /*display: block;*/ }
.top_ranking a{ text-decoration:none; }
.top_ranking a:hover{ background-color: #f5f5f5; }
.top_ranking .views {padding: 0 5px 0 0;color: #fcc800;}
.top_ranking .views::before {
	content: '\f005';
	font-family: 'FontAwesome';
	margin: 0 4px 0 0;
}
 /*-- ダブルレンタリングCSS --*/
}
div #adsense-kijishita {
     padding:5px 0px 5px 0px;
     margin-bottom: 30px;
     overflow: visible; 
     }
 
div #adsense-left {
     float:left;
     padding:0px 5px 0px 0px;
     }
 
div #adsense-right {
	padding:0px 5px 0px 0px;
     } 
.form-width { max-width: 100%;}
/*背景の変更*/
/* ******************** */
/* ここからyossiy-custom */
/* ******************** */
.hwarp {
	position: relative;
}
/* ---- 新着記事 ---- */
.newentry-list {
	font-size: 1em;
	border: 1px solid #ddd;
	padding: 10px;
}
.newentry-list h3 {
	display: inline;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
}
.newentry-list h3 a {
    text-decoration: underline;
}
.newentry-list div {
	margin: 0 0 10px;
}

.new-entry-cat {
	font-size: 0.9em;
	line-height: 1;
	width: 100px;
	margin: 0 5px 0 0;
	padding: 4px;
	text-align: right;
}
.more-newentry {
	text-align: right;
	margin: 0 0 0;
}
#more-newentry-link {
	font-size: 1em;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#more-newentry-link::before{
	content: '>';
	margin: 0 5px 0 0;
}

/* ---- 記事一覧 ---- */
.card-list>p {
	text-align: right;
	padding: 0 0 10px;
}
.yscard {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	max-width: 365px;
	min-width: 300px;
	padding: 5px;
	margin: 0 0 13px;
	vertical-align: top;
	text-align: center;
}
.yscard dl {
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #ddd;
	width: 100%;
	max-width: 336px;
	min-height: 280px;
	margin: 0;
	text-align: left;
}
.yscard p{
	margin: 0;
	font-size: 0.8em;
}
.yscard dd{
	padding: 5px; 
}
.yscardcat {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 5px;
}
.yscardcat a{
	text-decoration: none;
}
.yscard-imgwarp {
	position: relative;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.yscard-imgwarp::before {
	content:"";
  display: block;
  padding-top: 33%;
}
.yscard-imgcont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.yscardsub {
	color: #aaa;
}

/* ---- ヘッダ検索 ---- */
.header-search {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 5px;
}
@media only screen and (min-width: 780px) {
	.header-search {
		max-width: 300px;
		position: absolute;
		right: 0;
		bottom: 10px;
		padding: 0;
		margin: 0;
	}
	.header-search form{
		width: 300px;
	}
}
.header-search>* {
	position: relative;
}

#headerinput,#headersearchsubmit {
	outline: 0;
	border: none;
}
#headerinput {
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 55px 5px 5px;
}
#headersearchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
/* ---- ページャー ---- */
.pagination {
	text-align: center;
	font-size: 16px;
}
.pagination span, .pagination a {
	display: inline-block;
	float: none;
	color: #666;
	background-color: #fff;
	padding: 10px 15px;
	margin:0 5px;
}
.pagination a:hover {
	color: #666;
	background-color: #fff;
	border-bottom:1px solid #666;
}
.pagination span:first-child {
	display: block;
	float: none;
	color: #666;
	background-color: #fff;
	margin: 0 0 10px;
}
.pagination .current {
	background-color: #fff;
	border-bottom:1px solid #666;
	color: #666;
	padding: 10px 15px;
	margin:0 5px;
}
/* 広告枠 */
.ys-ad-outer {
	width: 100%;
	text-align: center;
	margin: 10px 0 20px;
	vertical-align: top;
}
.ys-ad-hl {
	font-size: 0.9em;
	color: #555;
	margin: 0 0 10px;
}
.ys-ad-box {
	display: inline-block;
	width: 100%;
        padding: 5px;
	max-width: 336px;
}
/*
 *   SNS   *
 ***********/
.sns .twitter-btn-icon {
	background: #78c5ff;
}
.sns .facebook-btn-icon {
	background:#6986c3;
}
.sns .hatena-btn-icon {
	background:#56c3ff;
}
.sns .google-btn-icon {
	background:#ff5656;
}
/* SNS-font・SNS-list */
.sns .kau, .sns .h-kau:hover {
	color: #fdfdfd;
}
/*sns-box-hover*/
.sns .twitter-btn-icon:hover {
	border: 1px solid #78c5ff;
}
.sns .facebook-btn-icon:hover {
	border: 1px solid #6986c3;
}
.sns .hatena-btn-icon:hover {
	border: 1px solid #56c3ff;
}
.sns .google-btn-icon:hover {
	border: 1px solid #ff5656;
}
/* sns-font */
.sns .kau {
	display: block;
	padding: 1em 0;
}
/* sns-hover */
.sns .icon-twitter:hover {
	color: #78c5ff;
}
.sns .icon-facebook:hover {
	color:#6986c3;
}
.sns .icon-hatebu:hover {
	color:#56c3ff;
}
.sns .icon-google:hover {
	color:#ff5656;
}
@media screen and (min-width:821px) and ( max-width:1035px) {
	.sns .h-kau {
		width: 45%;
		font-size: 1.1em;
		margin-bottom: 3px;
		margin-top: 3px;
	}
	.sns .kau {
		padding: 0.2em;
	}
}
@media screen and (min-width:780px) and ( max-width:820px) {
	.sns .h-kau {
		width: 43%;
	}
}
@media screen and ( max-width:500px) {
	.sns .h-kau {
		width: 45%;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.sns .kau {
		font-size: 0.9em;
		padding: 0.3em;
	}
}