@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */

body {
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

  font-size:12px;
  -webkit-text-size-adjust: 100%;
    background-color: #f9f9f9;
}

/************************************
** SNSアイコン
************************************/

ul.snsp li a span {
    background-color: #fff;
    background-position: 3px 5px;
    background-repeat: no-repeat;
    border-radius: 6px;
    display: inline-block;
    height: 26px;
    line-height: 25.5px;
    padding: 0;
    width: 20px;
    z-index: 1;
}


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


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




/************************************
** アンカー
************************************/
a {
  color: #2098A8;
  word-wrap: break-word;
}

a:hover {
  color: #C03;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#505050
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.entry .post-meta a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
#footer-widget a:hover,
.article-list .entry-title a:hover{
  color:#c03;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}


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

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


#main {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
    padding: 20px 29px;
}

#sidebar {
  float: right;
  width: 250px;
  margin-bottom: 30px;
}


#breadcrumb {
    color: #777;
    font-size: 12px;
    margin-bottom: 20px;
}
.article {
    font-size: 12px;
    line-height: 300%;
}

.entry-title {
    font-size: 18px;
   letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.entry-title a {
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 117%;
    margin-bottom: 20px;
    margin-top: 30px;
}


.entry h2 a {
    color: #333;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
    text-decoration: none;
}

.entry-content {
    font-size: 16px;
    letter-spacing: 2px;
}


.entry-read{
    margin-bottom: 20px;
    margin-top: 30px;
}

.entry .post-meta{
  text-align:right;
  margin: 7px auto;
}

.entry .post-meta a{
  color:#000;
}

.post-date{
    background-color: #eeeef3;
}

.category{
    background-color: #eeeef3;
}

.article h1 {
    font-size: 22px;
    color: #505050;
    border-left: 5px solid #1a1a1a;
    padding: 15px 25px 15px 30px;
    letter-spacing: 5px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 30px;
}

.widget_new_entries a, .widget_new_popular a, .widget_popular_ranking a, .wpp-list a, .entry-read a, .related-entry-read a, .article-list  {
    font-size: 12px;
    color: #333333;
}

.article h2 {
	border-left: 0 solid #000;
	font-size: 20px;
	line-height: 30px;
	margin: 40px -29px 20px;
	padding: 25px 30px;
	background-color: #eeeeee;
	border-radius: 0;
	padding: 0.8em 1.5em;
	position: relative;
}
.article h2::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eeeeee transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 15px 10px 10px;
	content: "";
	height: 0;
	left: 30px;
	position: absolute;
	top: 100%;
	width: 0;
}

h2.simple{
	font-size: 16px;
	background-color: #d3d3d3;
}
.article h2.simple {
	border-left: 0 solid #000;
	font-size: 16px;
	line-height: 30px;
	margin: 40px -29px 20px;
	padding: 25px 30px;
	background-color: #d3d3d3;
	border-radius: 0;
	padding: 0.8em 1.5em;
	position: relative;
}
.article h2.simple::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #d3d3d3 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 15px 10px 10px;
	content: "";
	height: 0;
	left: 30px;
	position: absolute;
	top: 100%;
	width: 0;
}

h3.simple{
	font-size: 18px;
	line-height: 30px;

}

.post-meta {
    background-color: #ffffff;
    color: #555;
    font-size: 10px;
    margin-bottom: 0.5em;
    text-align: left;
}


.entry-content{
    font-size: 16px;
    letter-spacing: 3px;

}

#header .alignleft{
  margin-top:80px;
  margin-left:30px;
  margin-right: 30px;
  /*max-width:700px;*/
}

#header {
  border: 20px;
  border-top-style: solid;
  border-color: #69ABDB;
  margin-bottom: 0px;
}

#sidebar h3 {
    font-size: 12px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 100%;
}

#navi, #navi ul, #navi ul.sub-menu, #navi ul.children {
    background-color: #69ABDB;
    border-color: #fff;
}


#navi .menu > li > a{
  font-size:12px;
  display: block;
  padding: 1.0em 2.7em;
  color:#ffffff;
  text-decoration:none;
  z-index:99;
}

#navi ul li a:hover{
  background-color:#ffcf00;
}


#comments, #reply-title {
  font-size: initial;
}

#comments {
  font-size: 12px;
  color: #0000FF;
}
#reply-title {
  font-size: 12px;
  color: #555;
  color: #ff0000;

}


#footer {
    background-color: #69ABDB;
    height: 200px;
    vertical-align: middle;
}

#copyright {
    font-size: 80%;
    padding: 80px 0;
    text-align: center;

}

/************************************
** ヘッダー(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;
  position: relative;
}

#site-title{
  margin-top:-40px;
  margin-bottom:10px;
  font-size: 30px;
  line-height: 100%;
  text-align: center;

}

#site-title a{
  text-decoration:none;
  color:#222;
  font-size:30px;
  font-weight:normal;
}

#site-title a img{
  max-width: 100%;
  height: auto;
}

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

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

#h-top{
  height: 220px;/*画像の高さによって調整する*/
}
/************************************
** サイドバー（Sidebar）・ウィジェットなど
************************************/
#sidebar{
  background-color: #ffffff;
    padding: 20px;

}

#sidebar h3{
  margin-bottom: 10px;
  font-size:10px;
}
#sidebar .widget{
    background-color: #ffffff;

}

.widget_search{
  margin-bottom: 0;
}

#sidebar ul,
#sidebar ol,
.widget-over-article ul,
.widget-over-article ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-over-sns-buttons ul,
.widget-over-sns-buttons ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  padding-left: 1em;
  list-style:none;
}

#sidebar ul.snsp,
#main ul.snsp,
#footer ul.snsp{
  padding-left: 0;
}

.widget-over-article{
  margin-top: 10px;
  margin-bottom: 10px;
}

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

#sidebar li{
    font-size: 12px;
  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;
  }

#main .widgets{
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget_category_sns_follow_buttons ul,
.widget_category_sns_follow_buttons ul{
  padding-left: 0;
}

#sidebar .article-like-body{
  font-size: 0.9em;
  padding: 10px;
  line-height: 1.5em;
  margin-right: 0;
  height: 60px;
}
#sidebar .article-like-arrow-box{
  height: 100px;
}


/************************************
** 関連記事（Relation）
************************************/
#related-entries h2{
    font-size: 12px;
}
.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
/*  overflow: auto;
  zoom: 1;*/
}

.related-entry h2{
    font-size: 10px;
}
.related-entry h4{
  margin-top: 0;
}

.related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;}

.related-entry-thumb a{
  display: block;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
  /*margin-bottom: 20px;*/
  display: block;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:150px;
  height:200px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-right:20px;
  margin-bottom:15px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -20px 6px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 150px;
  height: 150px;
  margin-top: 20;
  margin-righ: 20;
  margin-bottom: 50;
}

.entry-thumb img, .related-entry-thumb img, .widget_new_entries ul li img, .widget_new_popular ul li img, .widget_popular_ranking ul li img, #prev-next img, .widget_new_entries .new-entrys-large .new-entry img {
    border-radius: 80px;
}

.related-entry-content {
  font-size:12px;
  margin-left: 110px;
}

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

.related-entry-title a{
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}


/************************************
** 前の記事へ、次の記事へ
************************************/
.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{
  font-size:12px;
  display: block;
  padding: 1em;
  border: none;
}

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

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

/************************************
** SNSページフォロー
************************************/
.sns-follow-msg{
  margin: 8px 0 0 0;
  font-size:12px;
}

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


/************************************
** コメントエリア（Comments Area）
************************************/
.comment-body p{
  font-size:18px;
  letter-spacing: 3px;
  line-height: 150%;
  clear: both;
}
/************************************
** フォローボタン
************************************/
ul.snsp li a span {
    background-color: #fff;
    background-position: 3px 5px;
    background-repeat: no-repeat;
    border-radius: 8px;
    display: inline-block;
    height: 33px;
    line-height: 33.5px;
    padding: 0;
    width: 20px;
    z-index: 1;
}

ul.snsp li a span {
    font-size: 20px;
}

/************************************
** 右サイドイメージ
************************************/
.wpp-thumbnail {
    border: medium none;
    display: inline;
    float: left;
    margin: 0 5px 0 0;
    border-radius: 80px;
}

/************************************
/* 幅修正 20160121 */
************************************/

*, *::before, *::after {
  box-sizing: border-box;
}

#header #header-in {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  #header #header-in {
    width: 100%;
  }
}
#header #header-in .alignright {
  display: block;
}
@media screen and (max-width: 750px) {
  #header #header-in .alignright {
    display: none;
  }
}
#header #header-in #mobile-menu {
  display: none;
}
@media screen and (max-width: 750px) {
  #header #header-in #mobile-menu {
    display: block;
  }
}

#navi #navi-in {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  #navi #navi-in {
    width: 100%;
  }
}
#navi #navi-in ul {
  display: block;
  border: 0px solid #DDD;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #navi #navi-in ul {
    display: none;
  }
}
#navi #navi-in ul li {
  float: none;
  font-size: 12px;
}
#navi #navi-in ul li a {
  font-size: inherit;
}
#navi #navi-in ul li a:hover {
  background-color: #5990b9;
}
#navi #navi-in ul li:hover > ul {
  display: block;
}
#navi #navi-in ul > li {
  float: left;
}
@media screen and (max-width: 750px) {
  #navi #navi-in ul > li {
    float: none;
  }
}
#navi #navi-in ul .sub-menu {
  display: none;
  position: absolute;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  #navi #navi-in ul .sub-menu {
    position: relative;
    border: none;
  }
}
#navi #navi-in ul .sub-menu li {
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  #navi #navi-in ul .sub-menu li {
    padding-left: 30px;
  }
}

#body #body-in {
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 751px) and (max-width: 1110px) {
  #body #body-in {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #body #body-in {
    width: 100%;
  }
}
#body #body-in #main {
  width: calc(100% - 244px - 20px);
}
@media screen and (max-width: 750px) {
  #body #body-in #main {
    width: 100%;
  }
}
#body #body-in #sidebar {
  float: right;
  width: 220px;
  clear: initial;
}
@media screen and (max-width: 750px) {
  #body #body-in #sidebar {
    width: 100%;
    float: none;
    clear: both;
  }
}

#footer #footer-in {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  #footer #footer-in {
    width: 100%;
  }
}



/************************************
/* ブログカード */
************************************/
.blog-card-title {
    font-size: 12px;
    margin-bottom: 5px;
}
.blog-card-title a {
    color: #111;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
}
.blog-card-excerpt {
    color: #333;
    font-size: 12px;
    max-height: 80px;
    overflow: hidden;
}

.blog-card-site a {
    color: #777;
    font-size: 8px;
    text-decoration: none;
}
.blog-card img.blog-card-thumb-image {
    border: 0 none;
    display: block;
    height: 80px;
    margin-bottom: 10px;
    object-fit: cover;
    width: 80px;
}
.internal-blog-card, .external-blog-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-wrap: break-word;
    padding: 12px 12px 6px;
}

/************************************
/* 出典 */
************************************/


.cf::after {
    content: "";
    display: block;
    clear: both;
}

li.cf {
    float: left;
    list-style-type: none;
}

li.cf:nth-child(n+2) {
    padding-left: 5px;
}

li.cf a {
    background: #ffffff;
}
li.cf a:hover {
    background: #ffffff;
}


.Report {
    color: #333;
}
.Report:hover {
    color: #c0c0c0;
}

.Report {
    color: #c0c0c0;
    font-size: 10px;
    letter-spacing: normal;
    display: block;
    text-decoration: none;
    margin:-10px 0;
}

