@charset "UTF-8";
/*

	Theme Name: Navy 2.0
	Description: Navy 2.0
	Theme URI: http://kusumin.com
	Author: Kusumi
	Author URI: http://kusumin.com
	Version: 2.0.0
	License: 
	Tags: Navy, Right-Sidebar, Two-Columns

*/


/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
    color: #162D58;
	font-size: 17px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 160%;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02em;
    width: 100%;
    overflow-x: hidden;
}

img{
  border-width:0px;
}
.article{
  /*font-size:16px;*/
  line-height:2em;
}
.article a {
	color: #5c89da;
	text-decoration: underline;
    word-break: break-all;
}
.article .post-meta a {
	color: #162D58;
	text-decoration: none;
}
.article .post-author a,
.article .author a {
	color: #162D58;
	text-decoration: none;
}
.article p {
	margin: 0;
}
/*記事中の画像を要素内に収める*/
.article img{
  max-width:100%;
  height:auto !important;
}
.article .post-meta {
	margin-top: 30px;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h3, h4, h5, h6{
  /*font-weight: normal;*/
  line-height:130%;
  /*color:#333;*/
}

.article h1, 
/*.article h2, */
.article h3, 
.article h4, 
.article h6{
  position:relative;
  margin-top: 20px;
  margin-bottom:20px;
}
.article h5{
  position:relative;
  margin-top:30px;
  margin-bottom:6px;
}
.article h1 {
    margin-top: 10px;
    margin-bottom:20px;
    line-height:1.2;
    font-size: 2.4em;
    
}

h2#archive-title{
    padding-bottom:20px;
    font-size:26px;
    display: block;
    width: 100%;
    margin-top: 40px;
}

.article h2 {
  /*border-left:1px solid #000;*/
  /*margin: 40px -29px 20px;*/
  /*padding:25px 30px;*/
    margin-bottom: 15px;
  font-size:26px;
}

.article h3,
#comment-area h3,
#related-entries h3{
  /*font-size:23px;
  border-bottom:5px solid #e7e7e7;
  padding:10px 0;*/
}

.article h4, .article h6{
  font-size:20px;
  padding:8px 0;
}
.article h5 {
  font-size:18px;
  padding:0 0 0 10px;
  font-weight: bold;
  border-left: solid 6px #eeeeee;
  margin-bottom: 10px;
}

.article  h4{
  /*border-bottom:5px dashed #eee;*/
}

/************************************
** アンカー
************************************/
a {
  /*color: #2098A8;*/
}

.entry .entry-read a {
	float: right;
	margin-top: 5px;
	padding: 6px 13px 6px 16px;
	color: #fff;
	background: #162d58;
	font-size: 0.9em;
	font-weight: bold; 
}
#new-entries a,
#popular-entries a,
.wpp-list a,
.entry-read a,
.related-entry-read a{
    display: block;
    word-break : break-all;
    overflow-wrap : break-word;
}

#new-entries a,
#popular-entries a,
.wpp-list a{
  text-decoration:none;
	word-break : break-all;
    overflow-wrap : break-word;
}

#new-entries a:hover,
#popular-entries a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
#footer-widget a:hover{

}

#new-entries a:hover,
#popular-entries a:hover,
.wpp-list a:hover:hover{
  /*text-decoration:underline;*/
}


/************************************
** 引用（blockquote）
************************************/
blockquote {
    position: relative;
	margin: 50px 8%;
    line-height: 1.8em;
    font-size: 0.9em;
    color: #666666;
    border-top: solid 1px #d4d4d4;
    padding-top: 20px;
}

blockquote:before {
  color: #C8C8C8;
content: "“";
font-family: serif;
font-size: 400%;
left: -36px;
line-height: 1em;
position: absolute;
top: -14px;
text-align: center;
/*background-color: #ffffff;*/
padding: 0 6px;
}

blockquote:after {
  /*bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;*/
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



/************************************
** リスト（List）
************************************/
ul,ol {
}

ul ul{
  margin-left: 1em;
}
dl{
  margin: 30px 0;
}

dt{
  font-weight: bold;
}
dd{
  margin-bottom: 5px;
}

/************************************
** テーブル（Table）
************************************/
.article table{
    border-collapse: collapse;
}
.article th{
    border: solid 1px #ccc;
    background-color: #eee;
}
.article td{
    border: solid 1px #ccc;
    background-color: #fff;
}
.article th, .article td{
    padding: 5px 8px;
}

.article ol,
.article ul,
.article dl{
  line-height:150%;
}

.article > ol,
.article > ul,
.article > dl{
  margin:30px 0;
}

.article > ol ol,
.article > ul ul,
.article > dl dl{
  margin:0;
}


/************************************
** その他（Other）
************************************/
pre {
  background-color:#eee;
  border:1px solid #ccc;
  padding:7px;
}

hr{
  color: #ddd;
  margin:30px 0;
  width:98%;
  border:1px solid #ddd;
}

.sankou{

}

.bold{
  font-weight:bold;
}

/************************************
** レイアウト（Layout）
************************************/
#container {
  margin:0;
  padding:0;
  margin: 0 auto;
}

#header-in, #navi-in, #body-in, #footer-in{
  /*width: 1200px;*/
  margin: 0 auto;
}
#footer-in{
  width: 1200px;
}

#header {
  margin-bottom: 0px;
}
#header .alignleft,
#header .alignright{
  margin-bottom: 0px;
  width: auto;
}
#header .alignleft{
  margin-left:30px;
  max-width:790px;
}
#header .alignright{
  width: 210px;
  text-align:right;
  margin-right:30px;
}

#body{
  margin-top:15px;
}

#main {
    width: 100%;
    background-color:#fff;
    /*display: flex;*/
    flex-flow: row wrap;
    justify-content: space-around;
}
.home #main {
    display: flex;
}
.archive #main {
    display: flex;
}
.single #main {
    display: block;
}
.search #main {
    display: flex;
}

#sidebar {
  float: right;
  width: 350px;
    margin-top: 38px;
}

#main,
#sidebar{
  margin-bottom: 59px;
}
.noTop {
    float: left;
}
.noTop #main {
    width: 780px;
    /*display: block;*/
}
.noTop #main .entry {
    width: 45%;
}
.noTop #main .entry::after{
  content:"";
  display: block;
  width:45%;
}

.clear{
  clear:both;
}

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
}

#site-title{
  margin-top:16px;
  margin-bottom:10px;
}

#site-title a{
  display:block;
  text-decoration:none;
  color:#222;
  font-size:30px;
  line-height:100%;
}

#site-description{
  margin-top: 0;
  color: #777;
  margin:0;
  padding:10 0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  font-weight:normal;
}

#header-image{
  margin-bottom: 40px;
}

/************************************
** メニュー（menu）
************************************/
#navi ul{
  position: relative;
  clear: both;
  margin-bottom: 0;
  border: 1px solid #ddd;
  background-color:#F7F7F7;
  border-radius:3px;
  margin:0;
  padding:0;
  width:100%;
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  font-size:14px;
  display: block;
  padding: .3em .7em;
  color:#111;
  text-decoration:none;
}
#navi ul li a:hover{
  background-color:#ddd;
}

#navi ul.sub-menu,
#navi ul.children{
  position: absolute;
  left:-1px;
  display: none;
  margin-left: 0;
  width: auto;
  width: 150px;
  border: 1px solid #ddd;
  background: #F7F7F7;
  list-style:none;
  padding-left:0;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-1px;
  left:150px;
}
#navi ul li:hover > ul{
  display: block;
}

/* Clearfix) */
#container:after,
#navi ul:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#navi ul,
.clearfix {
  /*display: inline-block;*/
}

#container,
#navi ul,
.clearfix {
  display: block;
}

/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 25px;
}

#s{
  padding: 6px 20% 6px 5%;
  width: 75%;
  border-radius: 25px; 
}
#searchsubmit{
  position: absolute;
  top: 0;
  right: 0px;
  width: 30px;
  height: 26px;
  border: none;
  background: url(images/search.png) no-repeat 50% 50%;
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/
#main .post,
#main .page{
  margin-bottom: 59px;
}

.sticky{
  /* 先頭固定ポストのスタイル */
}

.post-meta{
  /*text-align:right;*/
  /*background-color:#F4F4F4;*/
  /*color:#555;
  font-size:16px;*/
}
.post-meta .edit {
	text-align: right;
}
.post-meta .post-date,
.post-meta .post-update,
.post-meta .category,
.post-meta .edit,
.footer-post-meta .post-tag,
.footer-post-meta .post-author,
.footer-post-meta .edit{
  padding-right: 0.7em;
}
.comment-num{ white-space: nowrap; }

.footer-post-meta{
  /*text-align: right;*/
  /*color:#555;*/
  font-size:14px;
}
.post-edit-link {
	font-size: 14px;
}

.more-link{
  float: right;
}

/************************************
** index.phpのリスト
************************************/
.entry{
    /*display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;*/
    width: 30%;
    margin-bottom:70px;
}
.entry::after{
  content:"";
  display: block;
  width: 30%;
}
.entry img{
    object-fit: cover;
    overflow: hidden;
    width: 360px !important;
    height: 240px !important;
    position: relative;
}
@media screen and (max-width: 767px) {
    .entry img{
        width: 350px !important;
        height: 200px !important;
        margin: 0 auto !important;
    }
}

.entry-thumb{
  /*margin-right:10px;*/
	display: block;
	/*width: 150px;
	height: 150px;*/
	overflow: hidden;
}

.entry-thumb a {
	display: block;
}
.entry-thumb a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	 zoom:1;
}
.entry-thumb img{
  /*margin-bottom:30px;*/
  border:0;
	-webkit-transition:		all 0.5s;
	-moz-transition:		all 0.5s;
	-o-transition:			all 0.5s;
	transition:				all 0.5s;
}
.entry-thumb img:hover {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
		opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	 zoom:1;
}
.entry-content{
/*	float: left;*/
  margin-left:170px;
}
.entry-content .post-meta {
	
}
.entry .post-meta{
    color: #aaaaaa;
  text-align:left;
  margin: 9px auto 0;
}
.entry .post-meta a{
  /*color:#000;*/
}
.entry h2{
  /*margin-bottom:5px;*/
}

/*.entry h2 a{
  color:#333;
  font-size:24px;
  text-decoration:none;
  font-weight:bold;
}*/

.entry-title{
	/*font-family: 'Cinzel', serif;*/
}

.entry-snippet{
  margin:0 0 5px 0;
  line-height:150%;
  /*color:#555;*/
}
.entry-read{
  margin:0;
}

/************************************
** 関連記事のopacity
************************************/
.related-entry a {
	-webkit-transition:		all 0.5s;
	-moz-transition:		all 0.5s;
	-o-transition:			all 0.5s;
	transition:				all 0.5s;
}
.wpp-list li a {
	-webkit-transition:		all 0.5s;
	-moz-transition:		all 0.5s;
	-o-transition:			all 0.5s;
	transition:				all 0.5s;
}


/************************************
** 記事内のエントリー挿入
************************************/
.article .entry-thumb {
    float: left;
    width: 150px;
    height: 150px;
}
.article .entry-thumb img {
    width: 150px !important;
    height: 150px !important;
}
.article .entry {
    width: 94% !important;
}
.article .entry h5 {
    padding: 0;
    border: none;
}

/************************************
** WordPress Misc
************************************/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 80%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

/************************************
** index.php Main
************************************/
.content-box{
  float: right;
  margin-top: -0.25em;
  width: 420px;
}
.content-box .more-link{
  margin: 0;
}

.thumbnail-box{
  float: left;
  width: 160px;
}
.thumbnail-box img{
  width: 160px;
  height: 160px;
}

/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#777;
  font-size:13px;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:#777;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}

/************************************
** SNSシェアボタン
************************************/
/*
#sns-group {
	padding: 12px 0 10px;
	background-color: #f2f2f2;
}
#sns-buttons {
	padding: 12px 0 10px;
}
ul.snsb{
  padding:10px 0;
	width: 390px;
	margin: 0 auto;
}

.snsb li {
  float: left;
  list-style-type: none;
  margin-right: 5px;
  padding-right:5px;
}
ul.snsbs {
	width: 98%;
	margin: 0 auto;
}
ul.snsbs li{
  margin-right:4px;
}

.snsbs li a:hover{
  opacity: 0.7;
}

.snsbs li img {
  border-radius:2px;
}

#feedly-followers {
    display: block;
}

#feedly-followers a{
  display: block;
}

#feedly-followers img{
    width:72px;
    height:22px !important;
    border:none;
}

#feedly-count {
    margin:0 auto 6px auto;
    width: 62px;
    height: 31px;
    background-color: #FFF;
    position: relative;
    border: 1px solid #669966;
    border-radius: 4px;
    padding: 0 4px;
    font-family: Arial;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    display: block;
    background: white;
}

.fdly-count:after,
.fdly-count:before {
    border: solid transparent;
    content: ' ';
    right: 43%;
    position: absolute;
}

.fdly-count:before {
    border-width: 5px;
    border-top-color: #B0C1D8;
    top: 32px;
}

.fdly-count:after {
    border-width: 5px;
    border-top-color: #FFF;
    top: 30px;
}

#header-in #h-l{
  -webkit-box-shadow: none;
          box-shadow: none;
}
*/
/************************************
** SNSページフォロー
************************************/
sns-follow-msg{
  margin: 8px 0 0 0;
  font-size:medium;
}

.sns-share-msg{
  margin-bottom:-20px;
  font-size:medium;
}

#header .sns-follow-msg{
  display:none;
}

ul.snsp{
  list-style:none;
  padding-left:0;
  margin:10px 0 15px;
}

ul.snsp li{
  display:inline;
}

ul.snsp li a{
  color:#666;
  font-size:19px;
  line-height:170%;
}

/*アイコフォントの大きさ*/
ul.snsp li a i{
  font-size:40px;
}
/*feedlyアイコンは自作なので少し大きかったので調整*/
ul.snsp li a i.icon-feedly-square{
  font-size:34px;
}

ul.snsp li.twitter-page a:hover{
  color:#55ACEE;
}

ul.snsp li.facebook-page a:hover{
  color:#3C5A99;
}

ul.snsp li.google-plus-page a:hover{
  color:#DD4B39;
}

ul.snsp li.feedly-page a:hover{
  color:#87BD33;
}

ul.snsp li.rss-page a:hover{
  color:#FE9900;
}


ul.snsp li.feedly-page a img{
  margin-bottom:-3px;
  width:32.5px;
  height:32.5px;
  border-radius:7px;
  border-width:0px;
}

ul.snsp li a i{
  background-image:url("images/white.png");
  background-repeat: no-repeat;
  background-position:3px 5px;
  padding:0;
}
*/


/****
新規
****/

/*--------------------------------
SNS
---------------------------------*/
.share{
width:100%;
}
.share h4{
font-size:120%; 
text-align:center;
}
.sns{
margin:0 auto;
text-align:center;
}
.sns ul {
list-style:none;
}
.sns li {
float:left;
width:48%;
margin:0 2% 3% 0;
}
.sns li a {
font-size:80%;
font-weight: bold;
position:relative;
display:block;
padding:10px;
color:#fff;
border-radius:6px;
text-align:center;
text-decoration: none;
text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
-webkit-transform: translate3d(0px, 5px, 1px);
-moz-transform: translate3d(0px, 5px, 1px);
transform: translate3d(0px, 5px, 1px);
box-shadow:none;
}
/* ツイッター */
.sns .twitter a {
background:#00acee;
box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
background:#0092ca;
}
/* Facebook */
.sns  .facebook a {
background:#3b5998;
box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
background:#2c4373;
}
/* グーグル */
.sns .googleplus a {
background:#db4a39;
box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
background:#ad3a2d;
}
/* はてぶ */
.sns  .hatebu a {
background:#5d8ac1;
box-shadow:0 5px 0 #43638b;
}
.sns .hatebu a:hover {
background:#43638b;
}
/* LINE */
.sns  .line a {
background:#25af00;
box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
background:#219900;
}
/* Pocket */
.sns  .pocket a {
background:#f03e51;
box-shadow:0 5px 0 #c0392b;
}
.sns  .pocket a:hover {
background:#c0392b;
}
/* RSS */
.sns  .rss a {
background:#ffb53c;
box-shadow:0 5px 0 #e09900;
}
.sns  .rss a:hover {
background:#e09900;
}
/* Feedly */
.sns  .feedly a {
background:#87c040;
box-shadow:0 5px 0 #74a436;
}
.sns  .feedly a:hover {
background:#74a436;
}

/*--------------------------------------
780px SNS
--------------------------------------*/
.share{
padding-bottom:10px;
}
.sns ul {
margin:0 auto;
list-style:none;
}
.sns li {
width:23%;
margin:0 2% 3% 0;
}
.sns li a {
font-size:75%;
padding:10px 2px;
}
.sns li:nth-child(4n) {
margin-right:0;
}

/************************************
** 前の記事へ、次の記事へ
************************************/
.navigation{
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  margin: 20px -30px 40px;
}
.navigation > div{
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
}
.navigation > div + div{
  border-top: 0;
  /*border-bottom: 1px solid #ddd;*/
}


.navigation .alignright{
  text-align: right;
}

.navigation a{
  display: block;
  padding: 1em;
  border: none;
}

.navigation a i{
  color:#ddd;
  padding-right:10px;
  margin-top:-4px;
  clear:left;
}
.navigation a:hover{
  background: #eee;
}

.navigation .alignright a:hover{
  border-left: 1px solid #ddd;
}

/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
    font-size: 1.6em;
    font-family: 'Source Sans Pro', sans-serif;
}

a.page-numbers,
.pager .current{
  background-color: #eeeeee;
  border: solid 2px #eeeeee;
  /*border-radius:5px;*/
  padding: 14px 24px;
  margin:0 2px;
}

.pager .current{
  background-color: #eeeeee;
  border: solid 2px #eeeeeee;
  color: #000;
}

.pager a{
  background: #fff;
  /*color: #000;*/
  text-decoration:none;
}

.pager a:hover{
  border: solid 2px #eeeeee;
  background-color: #eeeeee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius:5px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 関連記事（Relation）
************************************/
#related-entries {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.related-entry h3{
  font-size:24px;
}
#main .related-entry h4.related-entry-title {
    font-weight: normal;
}
.related-entry{
    line-height: 140%;
    float: left;
    display: block;
    width: 30%;
    margin-right: 20px;
}
.related-entry a {
    display: block;
}

@media screen and (max-width: 767px) {
    .related-entry{
        width: 100%;
        margin-right: 0px;
    }   
}


.related-entry-thumb {
  /*float: left;*/
  padding-bottom: 5px;
  margin-bottom: 0px;
	margin-top: 5px;
}
.related-entry-thumb a {
	display: block;
}
.related-entry-thumb img{
    border:0;
    object-fit: cover;
    overflow: hidden;
    width: 234px !important;
    height: 175px !important;
    position: relative;
}

.related-entry-content {
  /*margin-left: 120px;*/
}

#main h4.related-entry-title {
	border: none;
	margin-top: 5px;
    margin-bottom: 20px;
    text-decoration:none;
    font-size: 16px;
    line-height: 1.4;
  /*font-weight:bold;*/
  /*color:#333;*/
    word-break : break-all;
    overflow-wrap : break-word;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#606280;
	font-size: 0.9em;
}

.related-entry-read a{
	width: 100px;
	margin-top: -10px;
	float: right;
	padding: 2px 8px 2px 11px;
	color: #fff;
	background: #162d58;
	font-size: 14px;
	text-align: center;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding: 0;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.comment-body p a {
    text-decoration: underline;
    color: 5c89da !important;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  /*margin-bottom: 40px;*/
}

/************************************
** 入力フォーム（Form）
************************************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  margin: 0;
  margin-bottom: 20px;
  padding: 6px 4px;
  max-width: 100%;
  width: 290px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #eee;
  color: #555;
  vertical-align: bottom;
  font-size: 14px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:80%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #162d58;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(22,45,88,1);
   -moz-box-shadow: 0 0 3px rgba(22,45,88,1);
  box-shadow:  0 0 3px rgba(22,45,88,1);
  /*color: #444;*/
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {

}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}

/************************************
** サイドバー（Sidebar）
************************************/
#sidebar h4{
  margin-bottom: 10px;
  font-size:24px;
	color: #162D58;
	/*font-family: 'Cinzel', serif;*/
}
.widget{
  margin-bottom: 45px;
}

#sidebar ul,
#sidebar ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  /*margin-bottom:10px;*/
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }

.tagcloud a{
  white-space: nowrap;
}

/************************************
** 新着記事・人気記事（new, pupular）
************************************/
#new-entries,
#popular-entries{
  line-height:120%;
  margin-bottom:20px;
}

#new-entries h4,
#popular-entries h4{
  margin-bottom:15px;
}

#new-entries ul,
#popular-entries ul {
  padding-left:0;
}

#new-entries ul li,
#popular-entries ul li {
  clear: left;
  float: none;
  /*margin-bottom:14px;*/
}

#new-entries ul li img,
#popular-entries ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin: 0 5px 14px 0;
}


/************************************
** フッター(footer)
************************************/
#footer {
  clear: both;
  background-color: #eeeeee;
  /*color: #fff;*/
  /*padding: 0px 5px 5px 35px;*/
}

#footer-widget {
  margin: 0px auto;
  text-align: left;
  padding:0 5%;
}
 
.footer-left {
  float: left;
  width: 34%;
  padding: 0;
}
 
.footer-center {
  float: left;
  width: 33%;
  padding: 0;
}
 
.footer-right {
  float: left;
  width: 33%;
  padding: 0;
}
 
#footer-widget {
  /*color: #fcfcfc;*/
    padding-top: 30px;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}
 
#footer-widget li {
  font-size: 15px;
}
 
#footer a {
  color: #5c89da;
}

#footer h4{
    text-align: center;
    font-size: 1.4em;
}

#copyright{
  padding: 20px 0;
  font-size: 120%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  right:16px;
  bottom:16px;
  display:none;
}

#page-top a{
  color:#fff;
  /*padding:10px;*/
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  /*background:#aaa;*/
  line-height:100%;
  /*border-radius: 5px;*/
}

#page-top a:hover{
  /*background:#8b8b8b;*/
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
}

/************************************
** 広告（ads）
************************************/
.ad-space{
  margin: 30px 0;
}

.ad-article-bottom{
  
}

.ad-left{
  float:left;
  margin-right:4px;
  width:336px;
}


.ad-right{
  float:right;
  margin-left:4px;
  width:336px;
}

#sidebar .ad-space{
  margin-top:0;
}

#sidebar .ad-space .ad-label{
 display:none;
}

/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  right:16px;
  bottom:16px;
  display:none;
}

#page-top a{
  color:#fff;
  /*padding:10px;*/
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  /*background:#aaa;*/
  line-height:100%;
  /*border-radius: 5px;*/
}

#page-top a:hover{
  /*background:#8b8b8b;*/
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
}

/************************************
** モバイルメニュー
************************************/
#mobile-menu{
  display:none;
}

#mobile-menu a{
  color:#fff;
  padding:8px;
  width:100px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  background:#aaa;
  line-height:100%;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position:absolute;
  right:30px;
}

#mobile-menu a:hover{
  background:#8b8b8b;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  transition:all 0.2s;
}

/************************************
** レスポンシブデザインスタイル読込
************************************/

/*@media screen and (max-width:1150px){*/
@media screen and (max-width:1200px){
  #header-in, #navi-in, #body-in, #footer-in{
    width:680px;
  }
  #main h2 a {
    /*line-height: 1.6em !important;*/
  }
  #site-title a{
    margin-right:170px;
  }

  #sidebar{
    clear:both;
    float:none;
    padding:15px;
    width:auto;
    position:static !important;
  }
  
  #footer-widget{
    /*display:none;*/
  }
  
  #footer-widget .footer-left, 
  #footer-widget .footer-center, 
  #footer-widget .footer-right{
    clear:both;
    width:100%;
  }
  
  /*#sidebar-scroll{
    display:none;
  }*/
  /************************************
  ** モバイルメニュー
  ************************************/
  /*#mobile-menu{
    display:block;
    position:relative;
  }*/
  
  /************************************
  ** ヘッダー関係
  ************************************/
  #header {
		min-width: 680px !important;
	}
	.container {
		width: 680px !important;
	}
	#gnavi {
		/*width: 680px !important;*/
	}
	/*#header .menu{
    display:none;
  }*/
  
  /*#header .alignright{
    display:none;
  }*/
  
  /************************************
  ** メインメニュー
  ************************************/
  /*#navi ul{
    display:none;
  }*/

  #navi ul li{
    float:none;
    border-left:0;
    border-top:0px;
    border:solid 1px #ccc
    display:block;
  }

  #navi ul li a:hover{
    text-decoration:none;
    background-color:#ddd;
  }

  #navi ul li a {
    font-size: medium;
    padding: 10px;
    color: #111;
    background:#f3f3f3;
  }

  #navi ul.sub-menu,
  #navi ul.children{
    display:none !important;
  }

    .sphide, .sp_hide {
        display: none!important;
    }

}

/* 画面幅が1151px以上の時 */
@media screen and (min-width:767px){
    #navi ul{
        display:block;
    }
    .pchide{
        display: none!important;
    }
    .pc_hide{
        display: none!important;
    }
}


/*******************************************************************************************************/



/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 0px;
	font-size: 280%;
    /*text-align: center;*/
}
h2 {
	font-size: 22px;
	/*line-height: 1.2;*/
	margin-top: 4px;
	margin-bottom: 12px;
}


/****************************************

          reset

*****************************************/
		.cfix:after {
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
}

.cfix {
		display: inline-table;
	 min-height: 1%;
}

* html .cfix {
	 height: 1%;
}
.cfix {
	 display: block;
}

.clear {
	 display: block;
	 clear: both;
	 visibility: hidden;
	 height: 0;
	 margin: 0;
	 border: none;
}
.floatl {
		float: left;
}
.floatr {
		float: right;
}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.mb50 {margin-bottom: 50px;}

.mt-50 {margin-top: -50px;}

.pt50 {padding-top: 50px;}

.textwidget a {
	display: block;
}
.banner {
	display: block;
}
.h50 {
	display: block;
	height: 50px;
}
/****************************************

          List

*****************************************/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin: 0;
	padding: 2.5em;
	list-style-type: decimal;
}
ol li {
    padding: 5px 0;
}
ul ul{
	margin-left: 1em;
}
.article ul {
    list-style: disc;
    
}
.article #sns-group ul,
.article #sns-group ul li {
    list-style: none !important;
}


/****************************************

          Link

*****************************************/

a {
	/*border-bottom: 1px solid #162D58;*/
	/*display: block;*/
	color: #162D58;
	text-decoration: none;
	
	-webkit-transition:		all 0.2s;
	-moz-transition:		all 0.2s;
	-o-transition:			all 0.2s;
	transition:				all 0.2s;
}

a:hover {
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
	 zoom:1;
}


/****************************************

          Layout

*****************************************/

.container,
.wrapper {
	margin: 0 auto;
	width: 1200px;
}

#header {
	width:  100%;
	min-width: 1200px;
	height: 545px;
	
	background: url('images/header1800x500.jpg') no-repeat;
	background-position:    center 45px;
	margin: 0 auto;
	background-repeat: no-repeat;
	overflow:   hidden;
}
.single #header,
.page #header,
.archive #header {
	width:  100%;
	height: 200px;
	background: url('images/header1800x500.jpg') no-repeat;
	background-position: center center;
	margin: 0 auto;
	overflow:   hidden;
}

#header .alignleft,
#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

#footer {
	clear: both;
	background: #e8e88e8;
	margin: 0 auto;

}
#copyright a {

}


/****************************************

          header

*****************************************/

*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}

#gnavi {
	width: 100%;
	height: 45px;
	background: rgba(255,255,255,0.9);
	border-bottom:  1px solid #F7F6FF;
	position: fixed;
	z-index: 9999;
}

#logo{
	/*border-bottom: 1px dashed #fe56aa;*/
	color: #fff;
	margin-top: 270px;
    text-align: center;
}
.single #header #logo,
.page #header #logo,
.archive #header #logo{
	margin-top: 80px;
}
#logo a{
	border: none;
    
}
#logo a span {
	color: #ffffff;
}

#description {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
    /*font-weight: bold;*/
}

#searchform{
	position: relative;
	margin-top: 45px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 14px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(images/search.png) no-repeat 50% 50%;
	}


/****************************************

          Navigation

*****************************************/

#header .menu{
	position: relative;
	/*bottom: -1px;*/
	clear: both;
	margin-bottom: 0;
	/*border-top: 1px solid #ddd;*/
}
	#header div.menu > ul,
	#header ul.menu{
		/*border-left: 1px solid #ddd;*/
	}
	
	#header div.menu > ul > li,
	#header ul.menu > li{
		float: left;
	}

	#header .menu li{
		position: relative;
		/*border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;*/
		/*border-bottom: 1px solid #ddd;*/
	}
		#header .menu ul li a{
			display: block;
			padding: 11px 4px 5px 4px;
			border-bottom: none;
			/*background: url(images/gnavi3.png) 0 17px no-repeat;*/
			background-size: 11px 11px;
			/*font-weight: bold;*/
			font-size: 16px;
			margin-right: 10px;
			/*font-family: 'Cinzel', serif;*/
			/*letter-spacing: 1px;*/
		}
		#header ul li.menu-item a{
			display: block;
			padding: 11px 4px 5px 4px;
			border-bottom: none;
			/*background: url(images/gnavi3.png) 0 17px no-repeat;*/
			background-size: 11px 11px;
			/*font-weight: bold;*/
			font-size: 15px;
			margin-right: 8px;
			/*font-family: 'Cinzel', serif;*/
			/*letter-spacing: 1px;*/
		}
        #header ul.sub-menu li.menu-item a{
			padding: 6px 4px 5px 4px;
            padding: 4px;
            font-size: 14px;
		}
		#header div.menu > ul > li.current_page_item,
		#header ul.menu > li.current_page_item{
			/*border-bottom: 1px solid #fff;*/
		}

		#header ul.sub-menu,
		#header ul.children{
			    position: absolute;
                /* left: -1px; */
                display: none;
                margin-left: 0;
                width: auto;
                width: 150px;
                /* border: 1px solid #ddd; */
                background: rgba(255,255,255,0.8);
                padding: 20px;

		}
			#header .sub-menu li,
			#header .children li{
				position: relative;
				border: none;
			}

			#header ul.sub-menu ul,
			#header ul.children ul {
				top:-1px;
				left:150px;
			}
				#header .menu li:hover > ul{
					display: block;
				}




/****************************************

          header image

*****************************************/

#header-image{
	margin-bottom: 40px;
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
	margin-bottom: 20px;
    display: block;
    width: 100%;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid transparent;
	padding-bottom: 100px;
	border-bottom: solid 1px #cccccc;
}
.single #main .post,
.single #main .page {
	padding-bottom: 0px;
	border-bottom: none;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	/*font-family: 'Cinzel', serif;*/
}
	.post-meta .post-date,
	.post-meta .category{
		/*padding-right: 1em;*/
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
	width: 90px;
	padding: 5px 10px 5px 15px;
	background: #162D58;
	color: #fff;
	border-radius: 4px;
	margin-top: 20px;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	
	.navigation .prev {
		float: left;
	}
	.navigation .next {
		float: right;
	}
	
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #ffeff7;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	/*text-align: right;*/
    font-size: 0.8em;
    color: #999999;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;
	}
h3#reply-title {
    display: none;
}


/****************************************

          Comments Area

*****************************************/

#comment-area {
margin-bottom: 40px;
}
#comment-area h3{
	font-size: 150%;

}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
        font-size: 0.9em;
        line-height: 1.4em;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	/*margin-bottom: 40px;*/
}

/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar h2{
	margin-bottom: 10px;

}
.widget{
	margin-bottom: 30px;
}

#sidebar .widget ul{
	padding-left: 3px;
	list-style-position: outside;
	/*list-style-type: disc;*/
}
#sidebar .widget ul li a {
	/*display: block;*/
	padding: 0 0 0 16px;
	background: url(images/gnavi3.png) 0 3px no-repeat;
	background-size: 11px 11px;
    word-break : break-all;
    overflow-wrap : break-word;
	}
#sidebar .widget ul.children li a {
	/*display: block;*/
	padding: 0 0 0 12px;
	background: url(images/gnavi3.png) 0 7px no-repeat;
	background-size: 7px 7px;
    word-break : break-all;
    overflow-wrap : break-word;
	}
	
#sidebar #sidebar-scroll {
	padding-top: 45px;
	margin-top: -35px;
}
#sidebar #sidebar-scroll ul{
	padding-left: 3px;
	list-style-position: outside;
	/*list-style-type: disc;*/
}
#sidebar #sidebar-scroll ul li a {
	/* display: block; */
    /* padding: 0 0 0 16px; */
    /* background: url(images/gnavi3.png) 0 3px no-repeat; */
    background-size: 11px 11px;
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 0.9em;
    line-height: 1.4;
    
	}
#sidebar #sidebar-scroll ul.children li a {
	/*display: block;*/
	padding: 0 0 0 12px;
	background: url(images/gnavi3.png) 0 7px no-repeat;
	background-size: 7px 7px;
    word-break : break-all;
    overflow-wrap : break-word;
	}
	
#sidebar-recent-posts li,
#sidebar-popular-posts li{
	
	margin:20px 0;
}

.sidebar-thumbnail-box{
	float: left;
	width: 75px;
}

#sidebar .wpp-list li {
    margin-bottom: 20px;
}
#sidebar .wpp-list img {
    margin-top: 4px;
    width: 100px;
    height: 100px;
}

.sidebar-recent-posts-title{
	float: right;
	width: 165px;
}
	#sidebar-recent-posts h3,
	#sidebar-recent-posts p,
	#sidebar-popular-posts h3,
	#sidebar-popular-posts p{
		margin: 0;
	}

.tagcloud a{
	white-space: nowrap;
}


/****************************************

          Footer

*****************************************/

#copyright{
	padding: 20px 0;
    font-size: 0.7em;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px 8px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: middle;
	font-size: 15px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	/*border: 1px solid #ff69b4;*/
	background: #fff;
	/*-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);*/
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	/*padding: 4px 12px;*/
	padding: 12px 40px;
	/*border: 1px solid #fe56aa;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #162D58;
	color: #FFF;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
	border: none;
	-webkit-transition:		all 0.2s;
	-moz-transition:		all 0.2s;
	-o-transition:			all 0.2s;
	transition:				all 0.2s;
}
.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	 zoom:1;
	}
	
	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/*** contact form 7 ***/

.wpcf7-response-output {
	margin: 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="search"],
.wpcf7-form textarea {
	width: 500px;
}
.required {
	color: #E24949;
	font-size: 0.9em;
	font-weight:bold;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0;
}


/****************************************

          Clearfix

*****************************************/

.container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
.container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

.container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}



/****************************************

          Tumblr

*****************************************/
.starfish0925 {
　padding: 10px;
}
.starfish0925 ul li a img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.profile p {
	margin-bottom: 8px;
}
.profile span.back {
	width: 200px;
	background-color: #162D58;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 3px;
	margin-bottom: 5px;
	line-height: 20px;
}

/*profile*/

.profile table{
  border-collapse: collapse;

}
.profile table tbody tr{
    border-bottom: solid 5px #ffffff;
		margin-bottom: 5px !important;
		padding-bottom: 5px;
}
.profile th{
    border: none;
		margin-bottom: 5px;
}
.profile td{
    border: none;
}
.profile td.back {
	background-color: #162D58;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 5px 2px;
	margin-bottom: 5px;
	line-height: 20px;
	text-align: center;
}

.target {
	background: url(images/target.png) 1px 4px no-repeat;
	padding-left: 20px;
	padding-right: 5px;
}
.targetYellow {
	background: url(images/target.png) 4px 3px no-repeat;
	/*background-color: #FFCA40;*/
	padding: 3px 5px 4px 23px;
	margin: 0 3px;
}

/*.backYellow {
	background-color: #FFCA40;
	color: #162D58;
	padding: 2px 10px 3px;
}*/

#main h2 a {
	/*font-family: 'Cinzel', serif;*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    line-height: 1.4em;
    word-break : break-all;
    overflow-wrap : break-word;
}
#main h3 {
    /*width: 100%;*/
	font-size: 1.6em;
	margin-bottom: 16px;
	/*background: url(images/gnavi3.png) 0 14px no-repeat;
	background-size: 11px 11px;*/
	background-color: #f4f4f4;
	padding: 30px 10px 28px 22px;
	line-height: 130%;
    font-weight: bold;
	/*border-bottom: solid 5px #f2f2f2;*/
}
#main h4 {
	font-size: 1.4em;
    font-weight: bold;
	/*font-family: 'Cinzel', serif;*/
	margin-bottom: 12px;
	line-height: 130%;
	padding-bottom: 6px;
	border-bottom: solid 4px #f2f2f2;
}
.post-meta .category {
	/*padding-left: 10px;*/
    color: #888888;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
    .post-meta .category {
        font-size: 12px;
    }
}
.post-meta .category a {
    color: #888888;
    /* text-decoration: underline; */
    padding: 4px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.post-meta .post-date {
	/*padding-left: 10px;*/
    color: #888888;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
    .post-meta .post-date {
        font-size: 12px;
    }
}
.post-meta .comment-num {
	font-size: 14px;
}
.widgettitle {
	font-size: 1.8em;
}

/* ---------- custome style ---------- */
.uline {
	text-decoration: underline !important;
}
.bgGray {background-color: #eeeeee !important;}

.bgee {background-color: #eeeeee !important;}
.bgf4 {background-color: #f4f4f4 !important;}
.bgf8 {background-color: #f8f8f8 !important;}


.p05 {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.p20 {padding: 20px;}
.p25 {padding: 25px;}
.p30 {padding: 30px;}

/* ---------- custome style ---------- */

#main img {
    display: block;
}

::selection {background: #FFCA40; color: #fff;}
::-moz-selection {background: #FFCA40; color: #fff;}

.article .btn {
	background: -moz-linear-gradient(top,#3e547d 0%,#162D58);
	background: -webkit-gradient(linear, left top, left bottom, from(#3e547d), to(#162D58));
	border: 1px solid #DDD;
	color:#FFF;
	width: 100px;
	padding: 14px 18px;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.5);
	text-decoration: none;
}

.banner{
	display: block;
	width: 100%;
	/*height: 80px;*/
	overflow: hidden;
}

.banner a {
	display: block;
}
.banner a:hover {
	opacity: 1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity: 1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	 zoom:1;
}
.banner img{
  /*margin-bottom:30px;*/
  border:0;
	-webkit-transition:		all 0.2s;
	-moz-transition:		all 0.2s;
	-o-transition:			all 0.2s;
	transition:				all 0.2s;
}
.banner img:hover {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
		opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	 zoom:1;
}

.wpp-views {
	font-size: 0.8em;
	font-weight: bold;
	color: #162D58;
	background-color: #f4f4f4;
	padding: 4px 8px;
	margin-top: 2px;
    color: #888888;
    border-radius: 4px;
}
/*******************************
* 左からの吹き出し
********************************/
.article .left_balloon,
.article .left-balloon {
    position: relative;
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20%;
    clear: both;
    max-width: 500px;
    float: left;
}
.article .left_balloon:after,
.article .left_balloon:before,
.article .left-balloon:after,
.article .left-balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.article .left_balloon:after,
.article .left-balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}
.article .left_balloon:before,
.article .left-balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
}

/*******************************
* 右からの吹き出し
********************************/
.article .right_balloon,
.article .right-balloon {
    position: relative;
    background: #85e249;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    clear: both;
    max-width: 500px;
    float: right;
}
.article .right_balloon:after,
.article .right_balloon:before,
.article .right-balloon:after,
.article .right-balloon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.article .right_balloon:after,
.article .right-balloon:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #85e249;
    border-width: 7px;
    margin-top: -7px;
}
.article .right_balloon:before,
.article .right-balloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #777;
    border-width: 8px;
    margin-top: -8px;
}

/*******************************
* 割り込みを解除
********************************/
.article .clear_balloon,
.article .clear-balloon{
  clear: both;
  margin: 20px;
}

/*------ navyCVBox -----*/
.article .navyCVbox {
    border: solid 2px #dddddd;
    padding: 15px;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.article .navyLeftImg {
    width: 128px;
    float: left;
}
.article .navyRightLink {
    margin-left: 143px;
}
.article .navyText {
    display: block;
    line-height: 1.4em;
    text-align: left;
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
}
.article .navyRakutenLink {
    width: 46%;
    float: left;
    display: block;
    text-decoration: none !important;
    margin: 10px 10px 0 0;
}
.article .navyRakutenLink a {
    text-decoration: none !important;
    display: block;
    box-shadow: 0 5px 0 #961010;
    border-radius: 4px;
}
.article .navyRakutenLink span {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    background-color: #bc0000;
    color: #ffffff;
    padding: 13px 0px;
    border-radius: 4px;
}
.article .navyAmazonLink {
    width: 46%;
    float: left;
    display: block !important;
    word-wrap: break-word;
    text-decoration: none !important;
    margin: 10px 0 0 0;
}
.article .navyAmazonLink a {
    text-decoration: none !important;
    display: block;
    box-shadow: 0 5px 0 #e48800;
    border-radius: 4px;
}
.article .navyAmazonLink span {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #f90;
    color: #ffffff;
    padding: 13px 0px;
    border-radius: 4px;
}
/*------ /navyCVBox -----*/

/*------ navyCVButton -----*/
.navyCVButton {
    margin: 0 auto;
    display: block;
    padding: 13px;
    color: #fff !important;
    background-color:#ffca40;
    width: 86%;
    text-align: center; 
    text-decoration: none !important;
    font-weight: bold; 
    border-radius: 6px; 
    font-size: 1.4em; 
    border-bottom: #e5b539 3px solid; 
    text-shadow:0px 2px 0px #e5b539;
}
.navyCVButton:hover {
    /* shake */
    /*animation: shake .1s  infinite;*/
    /*border-bottom: #e5b539 1px solid;*/ 
}
@keyframes shake {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
.shake {
    display: inline-block;
    animation: shake .1s  infinite;
}
/*------ /navyCVButton -----*/


/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box {
  padding:25px;
  margin-bottom: 10px;
  border:solid 1px #ccc;
  overflow: hidden;
  font-size:small;
}
.booklink-image, .kaerebalink-image {
  margin:0 15px 0 0;
  float:left;
  min-width: 160px;
  text-align: center;
}
.booklink-image img, .kaerebalink-image img {
  margin:0 auto;
  text-align:center;
}
.booklink-info, .kaerebalink-info {
  margin:0;
  line-height:120%;
  overflow: hidden;
}
.booklink-name, .kaerebalink-name {
  margin-bottom:24px;
  line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date {
   font-size:8px;
   margin-top:10px;
   line-height:120%;
}
.booklink-detail, .kaerebalink-detail {font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail {margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1 {margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a {
  width:30%;
  display:inline-block;
  margin:5px 2px 0 0;
  padding:10px 1px;
  text-align:center;
  /*-moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;*/
  float:left;
  text-decoration:none;
  font-weight:800;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  font-size:12px;
  color: #fff !important;
  -webkit-transition: all 0.2s; /* カーソルを合わせた時のフェード(0.3秒)★ */
  transition: all 0.2s; /* カーソルを合わせた時のフェード(0.3秒)★ */
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active {
  position:relative;
  top:1px;
}

/* ボタンの変更（開始） */
.shoplinkamazon a {
  background-color: #ff9901 !important; /* 背景色★ */
}
.shoplinkrakuten a {
  background-color: #c20004 !important; /* 背景色★ */
}
.shoplinkkindle a {
  background-color: #007dcd !important; /* 背景色★ */
}
.shoplinkkakakucom a {
  background-color: #314995 !important; /* 背景色★ */
}
.shoplinkyahoo a {
  background-color: #7b0099 !important; /* 背景色★ */
}
.shoplinkseven a {
  background-color: #1abc9c !important; /* 背景色★ */
}
.shoplinkrakukobo a {
  background-color: #039bad !important; /* 背景色★ */
}
/* ボタンの変更（終了） */

.shoplinkyahoo img {display:none;}
.shoplinkyahoo a {font-size:10px;}
.booklink-footer {display: none;}

@media screen and (max-width: 767px) {
    .booklink-box, .kaerebalink-box {padding:15px;}
    .booklink-image, .kaerebalink-image {
      width: 100px !important;
      min-width: initial;
    }
    .booklink-name > a, .kaerebalink-name > a {
      font-size: 15px;
      font-weight: bold;
    }
    .booklink-name, .kaerebalink-name {margin-bottom:12px;}
    .booklink-powered-date, .kaerebalink-powered-date {margin-top:5px;}
    .booklink-link2 a,
    .kaerebalink-link1 a {
      width:calc(100% - 4px);
      /*-moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;*/
      margin: 2px 0px;
      padding:10px 0px;
    }
}

/* kaereba */

/* marker */
.mpnk {background: linear-gradient(transparent 50%, #FF9BF7 50%);}
.mylw {background: linear-gradient(transparent 50%, #FFECBA 50%);}
.mblu {background: linear-gradient(transparent 50%, #d9f1ff 50%);}
.mgrn {background: linear-gradient(transparent 50%, #9BFFC3 50%);}
.mred {background: linear-gradient(transparent 50%, #ffdada 50%);}

/* font-size */
.fs07 {font-size: 0.7em;}
.fs08 {font-size: 0.8em;}
.fs09 {font-size: 0.9em;}
.fs12 {font-size: 1.2em;}
.fs13 {font-size: 1.3em;}
.fs14 {font-size: 1.4em;}
.fs15 {font-size: 1.5em;}
.fs16 {font-size: 1.6em;}
.fs17 {font-size: 1.7em;}
.fs18 {font-size: 1.8em;}
.fs19 {font-size: 1.9em;}
.fs20 {font-size: 2.0em;}
.fs22 {font-size: 2.2em;}
.fs24 {font-size: 2.4em;}
.fs26 {font-size: 2.6em;}
.fs28 {font-size: 2.8em;}
.fs30 {font-size: 3.0em;}

.bdrgray{
    padding: 20px;
    border: solid 2px #eeeeee;
}
.bggray {
    padding: 20px;
    background: #f4f4f4;
}
.serif {
    font-family: serif !important;
}


/* pageTopArea */
.topHeader {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 30px;
    font-size: 44px;
    /*font-weight: bold;*/
    /*font-family: 'Caveat', cursive;*/
    font-family: 'Dancing Script', cursive;
    /*color: #97b2f5;*/
}
.topHeader span {
    font-size: 16px;
    font-weight: bold;
    /* font-family: 'Caveat', cursive; */
    color: #888888;
    display: block;
    margin-top: 26px;
}


/* Featured */
#featured {
    padding: 20px 0 100px;
}
#featured a {
    display: block;
}
#featured a:hover {
    opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	 zoom:1;
    
}
#featured .featuredImg{
    float: left;
    width: 600px;
}
#featured .featuredImg img {
    width: 600px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#featured .featuredImg img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    zoom: 1;
}
#featured .featuredText{
    float: right;
    width: 48%;
    /*margin-top: 50px;*/
}
#featured .featuredText h2{
    font-size: 2em;
    line-height: 1.4;
    margin-top: 4px;
    margin-bottom: 12px; 
}
#featured .featuredText .post-meta {
    background: none;
    color: #88888;
    margin: 0 0 0 4px;
    
}
#featured .featuredText .post-meta .post-date {
    padding-left: 10px;
    font-size: 16px;
    /*font-family: 'Source Sans Pro', sans-serif;*/
}
#featured .featuredText .featuredDisc {
    line-height: 2;
    color: #aaaaaa;
    margin: 10px 0 0 6px;
}
#featured .featuredText .post-meta .category {
    padding: 4px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}


/* slider */

#slider {
    background-color: #eeeeee;
    padding: 20px 0 100px;
    width: 100%;
    overflow: hidden;
}
    

/* About */

#about {
    background-color: #f4f4f4;
    padding: 20px 0 100px;
}
#about .topHeader {
    margin-top: 50px;
    margin-bottom: 30px;
}
#about .featuredImg{
    float: left;
    width: 600px;
}
#about .featuredImg img{
    width: 600px;
}

#about .featuredText{
    float: right;
    width: 48%;
}
#about .featuredDisc a {
    color: #5c89da;
}
#about .featuredDisc {
    font-size: 0.9em;
}


#insta {
    padding: 50px 0 100px;
}
#insta .topHeader {
    margin-top: 50px;
    margin-bottom: 30px;
}

#prof {
    background-color: #f4f4f4;
    padding: 50px 0 100px;
}
#prof .topHeader {
    margin-top: 50px;
    margin-bottom: 30px;
}
#prof .featuredImg{
    float: left;
    width: 600px;
}
#prof .featuredImg img{
    width: 600px;
}
#prof .featuredText{
    float: right;
    width: 48%;
}
#prof .featuredDisc a {
    color: #5c89da;
}
#prof .featuredDisc {
    font-size: 0.9em;
    margin: 0;
}
twitter-widget {
    margin: 10px auto !important;
}



/* ---   ---*/
.footerLinks {
    text-align: center;
    margin: 80px 0 40px;
    font-size: 0.9em;
}
.footerLinks a {
    padding: 2px 4px;
}



/* wordpress blog card */
iframe {
    width: calc(100% - 4px);
    margin: 0 auto;
    /*border: solid 2px #eeeeee;*/
}
.wp-embed-heading a {
    color: #162D58 !important;
}

/************************************
** ブログカードのスタイル
************************************/
.blog-card{
  margin: 20px 0;
  max-width:100%;
  /*width: 500px;*/
  width: 100%;
  position: relative;
  clear:both;
  min-height:145px;
  min-width: 300px;
  box-sizing: border-box;
}

#sidebar .blog-card{
  margin-left: 0;
  margin-right: 0;
}

#sidebar .blog-card-title{
  font-size: 14px;
  line-height: 120%;
}

#sidebar .blog-card-excerpt,
#sidebar .blog-card-footer{
  font-size: 11px;
  line-height: 120%;
}


#sidebar img.blog-card-thumb-image{
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

#sidebar .blog-card-thumbnail-left .blog-card-content {
  margin-left: 90px;
}

.internal-blog-card,
.external-blog-card{
  padding:12px;
  padding-bottom: 6px;
  border:1px solid #ddd;
  word-wrap: break-word;
  border-radius: 5px;
}

.external-blog-card-hatena{
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.blog-card-thumbnail{
  float:left;
}

.blog-card img.blog-card-thumb-image{
  border:0;
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.blog-card-content{
  margin-left:110px;
  line-height:120%;
  margin-bottom: 0.5em;
}
.blog-card-title{
  margin-bottom:5px;
}

.blog-card-title a{
  font-weight: bold;
  text-decoration: underline;
}

.blog-card-excerpt{
  color: #333;
  font-size: 0.9em;
  max-height: 80px;
  overflow: hidden;
}

.blog-card-footer{
  font-size: 0.7em;
  width: 100%;
  color:#777;
  clear:both;
  vertical-align: bottom;
  margin-left: -4px;
  /*position: absolute;
  bottom: 12px;*/
  /*position: relative;
  left: -3px;*/
}

.blog-card-site{
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}

.blog-card-hatebu{
  float: left;
  margin-right: 7px;
  position: relative;
  bottom: -5px;
}

.blog-card-date{
  float: right;
  margin-bottom: -5px;
}

.blog-card-site{
  position:relative;
}

.blog-card-site a{
  color:#777;
  text-decoration:none;
}

.blog-card-favicon{
  margin-right:3px;
  position: relative;
  bottom: -4px;
}

.blog-card-favicon-img{
  width:16px;
  height:16px;
}
   
.article .post-tag a {
    /*color: #162D58;*/
    color: #999999;
    text-decoration: none;
}

/* instagram */
iframe.instagram-media {
    margin: 0 auto 12px !important;
}

.article .instagram-media,
.article .instagram-media-rendered {
    width: 560px !important;
    min-width: 560px !important;
}
@media screen and (max-width: 767px) {
    .article .instagram-media,
    .article .instagram-media-rendered {
        width: 326px !important;
        min-width: 326px !important;
    }
}



p.wp-embed-heading {
    font-family: serif !important;
    color: #162D58 !important;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 240px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100% !important;
    height: 240px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 240px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 360px;
    height: 240px;
    float: left;
    display: inline;
    overflow: hidden !important;
    /*margin-right: 40px;*/
}
.loopSlider ul li a {
    position: relative;
    display: block;
}
.loopSlider ul li a  {
    background-color: #000000; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
    -webkit-transition:		all 0.5s;
	-moz-transition:		all 0.5s;
	-o-transition:			all 0.5s;
	transition:				all 0.5s;
}
.loopSlider ul li a:hover  {
    opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}
.loopSlider ul li a img {
    width: 360px;
    height: 240px;
    opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
    display: block;
    -webkit-transition:		all 0.5s;
	-moz-transition:		all 0.5s;
	-o-transition:			all 0.5s;
	transition:				all 0.5s;
}
.loopSlider ul li a:hover img {
    opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}
.loopSlider ul li a span {
    position: absolute;
    bottom: 0px;
    padding: 30px;
    color: #ffffff;
    font-size: 1.2em;
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/********************************************************************************************
** TABLETs css
*********************************************************************************************/

@media screen and (min-width: 768px) and (max-width: 1200px) {
        #featured .featuredText,
        #about .featuredText,
        #prof .featuredText{
            float: none;
            width: 98%;
            margin: 0 auto;
        }
        #featured .featuredImg,
        #about .featuredImg,
        #prof .featuredImg{
            float: none;
            width: 98%;
            margin: 0 auto;
        }
        #featured .featuredImg img,
        #about .featuredImg img,
        #prof .featuredImg img{
            float: none;
            width: 100%;
        }
        .noTop #main {
            width: 100%;

        }
        #header h1 {
            font-size: 2em;
        }
        .entry img {
            width: 200px !important;
            height: 140px !important;
        }
        .entry h2 {
            font-size: 18px;
        }
    
}


/********************************************************************************************
** SP css
*********************************************************************************************/
@media screen and (max-width: 767px) {
        #body {
            font-size: 15px !important; 
            }

        #header-in, #navi-in, #body-in, #footer-in {
          width: 100%;
        }
        #header {
            min-width: 300px !important;
            height: 300px !important;
            background-position: center 0px !important;
            margin: 0 auto !important;
            overflow: hidden;
            /*height: 140px !important;*/
            object-fit: cover;
        }
        .single #header,
        .archive #header,
        .page #header {
            height: 220px !important;
            background-position: center 0px !important;

        }
        
        #main{
            /*display: block;*/
            width: 94% !important;
            min-width:300px;
            margin: 0 auto;
            float:none;
            width:auto;
            /*margin: 7px;*/
            padding: 0;
            border:none;
        }
        a {
            -webkit-transition:		all 0.5s;
            -moz-transition:		all 0.5s;
            -o-transition:			all 0.5s;
            transition:				all 0.5s;
        }
        .article {
            line-height: 1.8 !important;
            /*font-size: 15px !important;*/
        }

        .single {
            width: 100% !important;
        }
        .container,
        .wrapper {
            width: 100% !important;
        }
        .hentry img {
            max-width: 100%;
        }
        .error404 .post img {
            width: 100%;
        }   

        #sidebar{
            width: 94% !important;
            clear:both;
            float:none;
            margin:10px auto !important;
            padding:0;
            width:auto;
            /*display:none;*/
        }
        #sidebar #sidebar-scroll li {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        #sidebar .widget li {
            margin-top: 5px;
            margin-bottom: 5px;
        }

        #h-top{
          height:auto;
          min-height:100px;
        }

        #site-title a{
          font-size:18px;
          font-weight:bold;
          margin-right:170px;
        }

        #site-description{
          font-size:14px;
          line-height:140%;
          margin-bottom:10px;
          margin-left:10px;
        }
        #footer {
            width: 100% !important;
            /*background: url('images/main.jpg') no-repeat !important;*/
            background-position: center 0px !important;
            margin: 0 auto !important;
            overflow:   hidden;
        }
        /************************************
        ** #header内
        ************************************/
        #h-top{
          background-image:none !important;
        }

        #header .alignright{
          display:none;
        }
        #header .alignleft {
            margin-left: 15px !important;
        }
        #header #logo {
            font-size: 110% !important;
            margin-top: 150px !important;
            letter-spacing: -0.04em;
        }
        .single #header #logo,
        .archive #header #logo,
        .page #header #logo {
            font-size: 120% !important;
            margin-top: 110px !important;

        }

        /************************************
        ** メインメニュー
        ************************************/
        #gnavi ul {
            width: 94%;
            margin: 0 auto;
        }
        #navi ul{
          display:none;
        }

        #navi ul > li {
            float:none;
            border-top:0px;
            border:solid 1px #444
        }

        #navi ul li a:hover {
          text-decoration:none;
          background-color:#666;
        }

        #navi ul li a {
          font-size: medium;
          padding: 10px;
          color: #fff;
          background:#777;

        }

        #navi ul.sub-menu,
        #navi ul.children{
          display:none !important;
        }

        #header .menu ul li a {
            margin-right: 0px !important;
            padding-left: 12px !important;
            padding-right: 10px !important;
            font-size: 15px !important;
        }
        #header ul li a {
            margin-right: 10px !important;
            padding-left: 0px !important;
            padding-right: 5px !important;
            font-size: 14px !important;
        }


        /************************************
        ** #main内
        ************************************/
        #body {
            margin-top: 0px !important;
            width: 100% !important;

        }
        .entry {
            margin-right: 0 !important;
        }
        .entry {
            width: 100%;
        }
        
        /************************************
        ** カテゴリ、タグとサーチ 一覧の並び
        ************************************/
        .search .noTop #main .entry, 
        .archive .noTop #main .entry {
            width: 100%;
        }
        
        
        .entry h2 {
            margin-left: 0px !important;
            margin-bottom: 30px !important;
            font-size: 1.2em !important;
            line-height: 1.4 !important;
        }
        .entry h2 a {
            line-height: 1.2 !important;
        }
        .entry .entry-read a, 
        .entry .related-entry-read a{
          display:block !important;
          width:100px;
          float: right;
          text-align:center;
          padding:7px 0px;
          text-decoration:none;
          font-size: 0.8em !important;
        }

        .entry-read a:hover, 
        .related-entry-read a:hover{
          background-color:#ddd;
        }


        .entry h2 a {
            /*line-height: 100% !important;*/
            /*font-size: 0.9em;*/
        }

        .navigation{
          margin: 30px 0;
        }

        .article h1 {
            font-size: 1.6em;
            margin-top: 10px;
        }
        .article h2{
          margin:40px 0;
        }
        #main .article h3{
            font-size: 1.7em !important;
            padding: 30px 8px 28px 15px;
            /*background: url(images/gnavi3.png) 0 8px no-repeat !important;*/
            /*background-size: 11px 11px !important;*/
        }
        .article h4{
          font-size: 1.4em !important;
        }
        .article h5 a.entry-title{
          font-size: 20px;
          line-height: 1.3em;
        }
        .article ol, .article ul, .article dl{
          line-height:165%;
        }
        .article .entry {
            width: 90% !important;
            padding: 13px !important;
        }


        .snsb li{
          padding-right:0;
        }
        .related-entry-title {
            margin-top: 10px;
        }

        /* ページャー＆ページリンク */
        .pager {
            margin: 1em 0;
        }

        a.page-numbers,
        .pager .current,
        .page-link span,
        .comment-page-link span,
        .comment-page-link a{
            padding: 4px 11px;
            font-size: 20px;
            line-height: 250%;
        }
        
        /************************************************************************************************************
        ** NEW STYLE THEME
        ************************************************************************************************************/
        .topHeader {
            margin-top: 80px;    
        }
        #featured .featuredImg{
            width: 100%;
        }
        #featured .featuredImg img {
            width: 96%;
            margin: 0 auto 8px;
            display: block;
        }
        #featured .featuredText {
            float: none;
            width: 96%;
            margin-top: 50px;
            margin: 0 auto;
            display: block;
        }
        #featured .featuredText h2 {
            font-size: 1.4em;
            line-height: 1.4;
            margin-top: 4px;
            margin-bottom: 12px;
        }
        #featured .featuredText .featuredDisc {
            line-height: 1.6;
            color: #aaaaaa;
            font-size: 0.8em;
            margin: 0 auto;
        }
        
        /*** slider ***/
        #slider {
            padding: 20px 0 50px;
        }
        #featured, #about, #insta, #prof {
            padding: 20px 0 50px;
        }
        .loopSliderWrap {
            height: 186px;
        }
        .loopSlider {
            height: 186px;
        }
        .loopSlider ul {
            height: 186px;
        }

        .loopSlider ul li {
            width: 280px;
            height: 186px;
        }
        .loopSlider ul li a img {
            width: 280px;
            height: 186px;
        }
        .loopSlider ul li a span {
            padding: 15px;
            font-size: 15px;
        }

        #about .featuredImg{
            width: 100%;
            margin-bottom: 20px;
        }
        #about .featuredImg img {
            width: 96%;
            margin: 0 auto;
            display: block;
        }
        
        #about .featuredText {
            float: none;
            width: 96%;
            margin-top: 50px;
            margin: 0 auto;
            display: block;
        }
        #about .featuredText h2 {
            font-size: 1.4em;
            line-height: 1.4;
            margin-top: 4px;
            margin-bottom: 12px;
        }
        #about .featuredText .featuredDisc {
            line-height: 1.6;
            /*color: #aaaaaa;
            font-size: 0.8em;*/
            margin: 0 auto;
            font-size: 0.9em;
        }

        #prof .featuredImg{
            width: 100%;
            margin-bottom: 20px;
        }
        #prof .featuredImg img {
            width: 96%;
            margin: 0 auto;
            display: block;
        }
        #prof .featuredText {
            float: none;
            width: 96%;
            margin-top: 50px;
            margin: 0 auto;
            display: block;
        }
        #prof .featuredText h2 {
            font-size: 1.4em;
            line-height: 1.4;
            margin-top: 4px;
            margin-bottom: 12px;
        }
        #prof .featuredText .featuredDisc {
            line-height: 1.6;
            /*color: #aaaaaa;
            font-size: 0.8em;*/
            margin: 0 auto;
            font-size: 0.9em;
        }
    twitter-widget {
        width: 100% !important;
    }


        /************************************
        ** twitter-widgetフッター
        ************************************/
        #footer-widget{
          /*display:none;*/
        }

        #mobile-menu a{
          font-size:14px;
          padding:5px;
        }


        /************************************
        ** TOPへ戻るボタン（Go to top）
        ************************************/
        #page-top{
          position:fixed;
          right:0px;
          bottom:0px;
          display:none;
        }
        #page-top a{
          border-radius: 0px;
          border-top-left-radius: 10px;
          width:100px;
        }

        /************************************
        ** モバイルメニュー
        ************************************/
        #mobile-menu{
          display:block;
        }


        /************************************
        ** video
        ************************************/
        /*動画の最大幅を指定する*/
        .video-container{
          /*max-width:640px;*/
        }

        /*動画の大きさを調整*/
        .video {
          position: relative;
          padding-bottom: 10px;
          padding-top: 10px;
          height: 0;
          overflow: hidden;
          max-width: 100%;
          height: auto;
        }

        /*動画を囲んでいるdiv目一杯に広げる*/
        .video iframe,
        .video object,
        .video embed {
          /*position: absolute;*/
          top: 0;
          left: 0;
          /*width: 100%;*/
          /*height: 100%;*/
        }


        /*------ navyCVBox -----*/
        .article .navyCVbox {
            border: solid 2px #eeeeee;
            padding: 15px;
            font-size: 0.8em;
            line-height: 1.4em;
            margin-bottom: 10px;
        }
        .article .navyLeftImg {
            width: 128px;
            float: left;
        }
        .article .navyRightLink {
            margin-left: 143px;
        }
        .article .navyText {
            display: block;
            line-height: 1.4em;
            text-align: left;
            margin: 0px;
            padding: 0px;
            word-wrap: break-word;
        }
        .article .navyRakutenLink {
            width: 45%;
            float: left;
            display: block;
            text-decoration: none !important;
            margin: 10px 10px 0 0;
        }
        .article .navyRakutenLink a {
            text-decoration: none !important;
        }
        .article .navyRakutenLink span {
            width: 100%;
            display: block;
            text-align: center;
            text-decoration: none !important;
            font-weight: bold;
            background-color: #bc0000;
            color: #ffffff;
            padding: 10px 0px 9px;
        }
        .article .navyAmazonLink {
            width: 45%;
            float: left;
            display: block !important;
            word-wrap: break-word;
            text-decoration: none !important;
            margin: 10px 0 0 0;
        }
        .article .navyAmazonLink a {
            text-decoration: none !important;
        }
        .article .navyAmazonLink span {
            width: 100%;
            display: block;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            background-color: #f90;
            color: #ffffff;
            padding: 10px 0px 9px;
        }
        /*------ navyCVBox -----*/

        /* pageTopArea */
        .pageTopArea{

        }
        .pageTopArea .pageTopSentence {

        }
        .pageTopArea .pageTopSentence a {

        }

        .pageTopArea .pageTopCol3 {

        }
        .pageTopArea .pageTopCol3 .mainCat{
            padding: 20px 0 10px;
        }
        .pageTopArea .pageTopCol3 .col1_3{
            float: none;
            width: 100%;
        }
        .pageTopArea .pageTopCol3 .col1_3 .upper {

        }
        .pageTopArea .pageTopCol3 .col1_3 .upper img {
            width: 40%;
        }
        .pageTopArea .pageTopCol3 .col1_3 .lower {
            text-align: center;
        }
        .pageTopArea .pageTopCol3 .col1_3 .lower p {

        }
        .pageTopArea .pageTopCol3 .col1_3 .lower p a {

        }



        .entry .entry-thumb {
            float: left;
            text-align:center;
            margin:0 auto 6px;
            padding-bottom: 0;
            /*width: 100px !important;
            height: 100px !important;*/
        }
        .related-entry-thumb{
            float:left;
            text-align:center;
            margin:0 10px 5px 0;
            padding-bottom: 0;
        }

        .related-entry-thumb{
            /*width: 100px;*/
        }

          .entry .entry-thumb a,
          .related-entry-thumb a{
            margin:0;
            padding:0; 
          }
            .entry .post-meta span.category {
                /*display: none;*/
            }

          .entry .entry-thumb a img,
          #related-entries .related-entry-thumb a img{
            margin:0;
          }
        .related-entry-thumb img {
            border: 0;
            object-fit: cover;
            overflow: hidden;
            width: 150px !important;
            height: 100px !important;
            position: relative;
        }

          .entry .entry-content,
          .related-entry-content{
                /*float: left;*/
            margin:0;
          }
          .entry .entry-content {
            margin-left:160px;
        }

        /*.entry .entry-read a {
            background-color: #fff;
            color: #162b58;
            border: solid 1px #162d58;
            font-weight: normal;
        }*/

          .entry, 
          .related-entry{
                display:block;
                clear: both;
            margin-bottom: 15px;
                /*width: 96% !important;*/
          }
            p.related-entry-read {
                margin-bottom: 30px !important;
                display: block !important;
                /*clear: both;*/
            }
            .related-entry-read a {
                display: block !important;
            }
          .post-meta, 
          .footer-post-meta{
            text-align:left;
              margin-top: 10px !important;
          }

          .post-meta span,
          .footer-post-meta span{

          }
        .entry .entry-content .entry-snippet{
            font-size: 0.85em !important;
          }
          #mobile-menu a{
            width: 60px;
            opacity: 0.8;
            right:5px;
          }  
          #site-title a{
            margin-right:110px;
          }
        /* 目次 */
        #toc_container a {
        font-size: 0.9em;
        }
        
        /* .wp-embed */
        .article .video .wp-embed {
            padding: 15px !important;
        }

}




/* eof */