@charset "UTF-8";
/*

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

*/

/************************************
** 基本設定（General Setting）
************************************/
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-size:1em;
}

img{
  border-width:0px;
}
.article{
  font-size:16px;
  line-height:2em;
}
.article a {
	color: #5c89da;
	text-decoration: underline;
}
.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-bottom: 30px !important;
}

/************************************
** 見出し（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:35px;
  margin-bottom:20px;
}
.article h5{
  position:relative;
  margin-top:30px;
  margin-bottom:6px;
}
.article h1 {
  margin-top:30px;
  margin-bottom:20px;
  /*font-size: 2.4;*/
  line-height:1.2;
	font-family: 'Cinzel', serif;
	text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
}

h2#archive-title{
  padding-bottom:20px;
  font-size:26px;
}

.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:20px;
  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;
}

#new-entries a,
#popular-entries a,
.wpp-list a{
  text-decoration:none;
	font-family: 'Cinzel', serif;
}

#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 {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 0.8em 0;
  padding: 20px 55px;
  position: relative;
}
blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

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: 1080px;
  margin: 0 auto;
}

#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 {
  float: left;
  width: 680px;
  padding: 20px 29px;
  /*border:1px solid #ddd;*/
  background-color:#fff;
  /*border-radius: 4px;*/
}

#sidebar {
  float: right;
  width: 300px;
}

#main,
#sidebar{
  margin-bottom: 59px;
}

.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{
  clear:both;
  margin-bottom:40px;
  margin-right:10px;
	padding-bottom: 50px;
	border-bottom: solid 1px #f0f0f0;
}

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

.entry-thumb a {
	display: block;
}
.entry-thumb a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	 zoom:1;
}
.entry-thumb img{
  /*margin-bottom:30px;*/
  border:0;
	-webkit-transition:		all 0.3s;
	-moz-transition:		all 0.3s;
	-o-transition:			all 0.3s;
	transition:				all 0.3s;
}
.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{
  text-align:left;
  margin: 7px auto;
}

.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;
}

/************************************
** 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;
}

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

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

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

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}

/************************************
** 記事分割時のページナビゲーション
************************************/
.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-entry h3{
  font-size:24px;
}

.related-entry{
  line-height:140%;
  padding-bottom:40px;
  /*margin-right:10px;*/
  clear: both;
	border-bottom: 1px solid #eeeeee;
}
#main h4.related-entry-title {
	margin-bottom: 10px;
	line-height: 90%;
	border: none;
}

.related-entry-thumb {
  float: left;
  padding-bottom: 5px;
  margin-bottom:20px;
	margin-top: 5px;
}
.related-entry-thumb a {
	display: block;
}
.related-entry-thumb img{
  border:0;
}

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

.related-entry-title{
	margin-top: 20px;
  margin-bottom:5px;
	
}

.related-entry-title a{
  text-decoration:none;
  font-size:20px;
	line-height: 80%;
  /*font-weight:bold;*/
  /*color:#333;*/
}

.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-left: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: #1A0E3C;
  color: #fff;
  /*padding: 0px 5px 5px 35px;*/
}

#footer-widget {
  margin: 10px 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;
}

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

#footer h4{
  color:#fff;
    font-size: 1.4em;
}

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

#copyright a{
  text-decoration:none;
  color:#fff;
}


/************************************
** 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.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

/************************************
** 広告（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.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

/************************************
** モバイルメニュー
************************************/
#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.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

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

/*@media screen and (max-width:1150px){*/
@media screen and (max-width:1080px){
  #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:1151px){
    #navi ul{
        display:block;
    }
    .pchide{
        display: none!important;
    }
    .pc_hide{
        display: none!important;
    }
}


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

          General Setting

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

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

body {
    color: #162D58;
	font-size: 16px;
	/*font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: 'Quicksand', "游ゴシック体", 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;
}


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

          Typography

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

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

h1 {
	margin-bottom: 0px;
	font-size: 280%;
}
h2 {
	font-size: 2.4em;
	/*line-height: 1.2;*/
	margin-top: 8px;
	margin-bottom: 12px;
}

blockquote{
	margin: 30px 0;
	padding: 20px;
	padding-left: 40px;
	/*background: 4px 4px url(images/bquote.png) no-repeat #eeeeee;*/
	line-height: 1.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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

          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;
}


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

          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: 1020px;
}

#header {
	/*margin-bottom: 20px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;*/
	
	width:  100%;
	min-width: 1020px;
	height: 300px;
	
	background: url('images/main.jpg') no-repeat;
	background-position:    center 0px;
	margin: 0 auto;
	background-repeat: no-repeat;

  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
	
	overflow:   hidden;
}
.single #header {
	/*margin-bottom: 20px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;*/
	width:  100%;
	/*min-width: 1020px;*/
	height: 200px;
	
	background: url('images/main.jpg') no-repeat;
	background-position:    center 0px;
	margin: 0 auto;
	
	overflow:   hidden;
}
	#header .alignleft,
	#header .alignright{
		margin-bottom: 20px;
		width: auto;
	}
	#header .alignright{
		width: 200px;
	}

#main {
	float: left;
	width: 680px;
}

#sidebar {
	float: right;
	width: 300px;
}

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

#footer {
	clear: both;
	/*background: #E9F3FF;*/
	color: #fff;
	/*height: 200px;*/
	
	background: url('images/main.jpg') repeat;
	background-position:    center 0px;
	margin: 0 auto;
	
	background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
	
	overflow:   hidden;

}
#copyright a {
	
    font-family:'Cinzel', serif, 'Quicksand', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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

          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: 140px;
}
.single #header #logo {
	margin-top: 80px;
}
#logo a{
	border: none;
	/*font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family:'Quicksand', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    
}
#logo a span {
	color: #ffffff;
}

#description {
	margin-top: 0;
	color: #ffffff;
	font-size: 16px;
}

#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 14px 5px 14px;
			border-bottom: none;
			background: url(images/gnavi3.png) 0 17px no-repeat;
			background-size: 11px 11px;
			/*font-weight: bold;*/
			font-size: 19px;
			margin-right: 10px;
			font-family: 'Cinzel', serif;
			letter-spacing: 1px;
		}
		#header ul li.menu-item a{
			display: block;
			padding: 11px 14px 5px 15px;
			border-bottom: none;
			background: url(images/gnavi3.png) 0 17px no-repeat;
			background-size: 11px 11px;
			/*font-weight: bold;*/
			font-size: 19px;
			margin-right: 10px;
			font-family: 'Cinzel', serif;
			letter-spacing: 1px;
		}
		#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: #eee;
		}
			#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;
}
#breadcrumb li{
	float: left;
	margin-right: .5em;
}


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

          Main

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

#main .post,
#main .page{
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 80px;
	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{
	font-family: 'Cinzel', serif;
	margin-top: 40px;
	/*text-align: right;*/
}
	.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;
	}


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

          Comments Area

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

#comment-area {
margin-bottom: 40px;
}
#comment-area h3{
	font-size: 150%;
	/*font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family:'Quicksand', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.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;
	}
		.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;
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.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;
	}
#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;
	}
	
#sidebar #sidebar-scroll {
	padding-top: 25px;
	margin-top: -25px;
}
#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;
	}
#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;
	}
	
#sidebar-recent-posts li,
#sidebar-popular-posts li{
	
	margin:20px 0;
}

.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;
}


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

          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.3s;
	-moz-transition:		all 0.3s;
	-o-transition:			all 0.3s;
	transition:				all 0.3s;
}
.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* 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.2em;
}
#main h3 {
	font-size: 1.8em;
	margin-bottom: 16px;
	/*background: url(images/gnavi3.png) 0 14px no-repeat;
	background-size: 11px 11px;*/
	background-color: #f4f4f4;
	padding-left: 18px;
	padding-top: 20px;
	padding-bottom: 17px;
	line-height: 130%;
    font-weight: bold;
	/*border-bottom: solid 5px #f2f2f2;*/
}
#main h4 {
	font-size: 1.6em;
	font-family: 'Cinzel', serif;
	margin-bottom: 12px;
	line-height: 130%;
	padding-bottom: 6px;
	border-bottom: solid 4px #f2f2f2;
}


.post-meta .category {
	padding-left: 10px;
	font-family: 'Cinzel', serif;
	font-size: 14px;
}
.post-meta .post-date {
	padding-left: 10px;
	font-family: 'Cinzel', serif;
	font-size: 14px;
}
.post-meta .comment-num {
	font-family: 'Cinzel', serif;
	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: 300px;
	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.3s;
	-moz-transition:		all 0.3s;
	-o-transition:			all 0.3s;
	transition:				all 0.3s;
}
.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-family: 'Cinzel', serif;
	font-size: 0.8em;
	/*font-weight: bold;*/
	color: #162D58;
	background-color: #f4f4f4;
	padding: 1px 4px 1px 4px;
	margin-top: 2px;
}
/*******************************
* 左からの吹き出し
********************************/
.article .left_balloon,
.article .left-balloon {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    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 {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    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;
}
.article .navyRakutenLink span {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    background-color: #bc0000;
    color: #ffffff;
    padding: 8px 0px 7px;
}
.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;
}
.article .navyAmazonLink span {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #f90;
    color: #ffffff;
    padding: 8px 0px 7px;
}
/*------ /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;
   font-family:verdana;
   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 .3s; /* カーソルを合わせた時のフェード(0.3秒)★ */
  transition: all .3s; /* カーソルを合わせた時のフェード(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: 680px) {
    .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 */
.marker_pnk {background: linear-gradient(transparent 50%, #FF9BF7 50%);}
.marker_ylw {background: linear-gradient(transparent 50%, #FFECBA 50%);}
.marker_blu {background: linear-gradient(transparent 50%, #d9f1ff 50%);}
.marker_grn {background: linear-gradient(transparent 50%, #9BFFC3 50%);}
.marker_red {background: linear-gradient(transparent 50%, #ffdada 50%);}

.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 */
.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;}

/* pageTopArea */
.pageTopArea{
    width: 100%;
    /*background-color: #f8f8f8;*/
}
.pageTopArea .pageTopSentence {
    padding: 15px;
    background-color: #f4f4f4;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pageTopArea .pageTopSentence p {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.pageTopArea .pageTopSentence a {
    color: #5c89da;
    text-decoration: underline;
    text-align: center;
}

.pageTopArea .pageTopCol3 {
    padding: 10px;
    border: solid 2px #eeeeee;
    margin-bottom: 40px;
}
.pageTopArea .pageTopCol3 .mainCat{
    width: 100%;
    font-weight: bold;
    font-size: 1.6em;
    padding: 20px 0 0;
    text-align: center;
}
.pageTopArea .pageTopCol3 .col1_3{
    float: left;
    width: 33.3%;
    padding: 10px 15px 20px;
    box-sizing:border-box
}
.pageTopArea .pageTopCol3 .col1_3 .upper {
    
}
.pageTopArea .pageTopCol3 .col1_3 .upper img {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.pageTopArea .pageTopCol3 .col1_3 .upper p {
    margin: 5px auto;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 8px; 0 20px;
}

.pageTopArea .pageTopCol3 .col1_3 .lower {
    
}
.pageTopArea .pageTopCol3 .col1_3 .lower p {
    font-size: 0.9em;
}
.pageTopArea .pageTopCol3 .col1_3 .lower p a {
    color: #5c89da;
    text-decoration: underline;
}

/* sub Category */
.pageTopArea .pageTopCol3 .accshow .col1_3{
    padding: 0 15px;
}
.pageTopArea .pageTopCol3 .col1_3 .subCat {
    margin: 8px 22px;
}
.pageTopArea .pageTopCol3 .col1_3 .subCat img {
    float: left;
    width: 40px;
}
.pageTopArea .pageTopCol3 .col1_3 .subCat a {
    float: left;
    padding: 10px;
    color: #5c89da;
    text-decoration: underline;
}

/* top accordion */
.accbox {
    margin: 15px;
    padding: 0;
    /*max-width: 400px;*/
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#162D58;
    font-weight: bold;
    background :#f4f4f4;
    cursor :pointer;
    transition: all 0.5s;
    text-align: center;
}
/*ラベルホバー時*/
.accbox label:hover {
    background :#f8f8f8;
    color: #8996aa;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.accbox .accshow .col1_3 {
    font-size: 0.9em;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 20px 5px;
    background: #fff;
    opacity: 1;
    border: solid 2px #eeeeee;
}


/* wordpress blog card */
iframe {
    width: 100%;
}
.wp-embed-heading a {
    color: #162D58 !important;
    font-family: 'Cinzel', serif !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;
    text-decoration: none;
}

    
/* eof */