/*
Theme Name: Koreblog
Description:ブログ用テーマ
Theme URI: https://twitter.com/koresuke1010
Author: koresuke
Author URI: https://twitter.com/koresuke1010
Version: 1.0
*/

@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }
}

/* スマホ以下 */
@media screen and (max-width: 768px) {
  #popularity img{
    height: 200px !important;
  }
  #profile img{
    width: 120px !important;
    height: 120px !important;
  }
  .article-title h1{
    color: #696969;
    font-size: 20px !important;
    line-height: 1.5em;
    font-weight: 600;
    color: #7B7B7B;
    line-height: 30px;
  }
  .relation-child{
    box-sizing: border-box;
    width: 100%;
  }
}

*{
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  /* color: #525252; */
  color: #337ab7;
}
a:hover {
  text-decoration: underline;
  color: #525252;
}

body{
  color: #3e3e3e;
  /* font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuProN-W3,"Hiragino Kaku Gothic Pro",NanumGothic,"Malgun Gothic",sans-serif; */
  line-height: 1.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  text-decoration: none;
}

p{
  padding: 0;
  margin: 0;
}

img {
  pointer-events: none;
  padding: 0;
  margin: 0;
}

/* 共有 */
.nav-link{
  color: white !important;
}
.text-link{
  color: #337ab7;
}
.text-space{
  letter-spacing: 2px;
}
.text-mini{
  font-size:14px;
}
.btn-more{
  background-color: #94836a;
  color: white;
  padding: 10px 70px;
}
/* header */
header{
  background-color: #94836a;
  color: white;
}
#menu-globalnavi{
  margin: 0 auto;
  display: flex;
}
.menu-item a{
  font-size: 14px;
  color: #e7e7e7 !important;
  padding: 0 12px;
}

/* article */
.article-title h1{
  color: #696969;
  font-size: 25px;
  font-weight: 600;
  color: #7B7B7B;
  line-height: 38px;
}
.article-list .description{
  color: #7B7B7B;
}
.article-list img{
  width: 100%;
  /* height: 360px; */
  /* height: auto; */
  max-height: 280px;
  object-fit: cover;
  /* background-size: cover; */
}
.next-artichle{
	background: orange;
	padding: 6px 12px;
	font-size: 0.9rem;
	color: white;
	border-radius: 5px;
	margin-right: 10px;
	font-weight: bold;
}

/* ページ送り */
.pagination {
  margin: 40px 0 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pagination li > span {
  color: #fff;
  background-color: #94836a;
}

.pagination li a:hover {
  color: #fff;
  background-color: #94836a;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}


/* sidebar */
.widget-container{
  padding:0;
  margin: 0;
  height: 40px;
  background-color: #94836a;
}
.side-top{
  padding:0;
  margin: 0;
  height: 40px;
  background-color: #94836a;
}
.side-top p{
  line-height: 40px;
  letter-spacing: 2px;
  font-size: 15px;
}

/* profile */
#profile img{
  width: 136px;
  height: 136px;
  object-fit: cover;
}
#profile p{
  line-height: 1.8em;
}
#profile span{
  color: #525252;
}
#profile .side-top{
  padding:0;
  margin: 0;
  height: 15px;
  background-color: #94836a;
}

/* 検索 */
.form-group input {
  height: 40px;
  background: #F5F5F5;
  border: 2px solid #EBEBEB;
}
.form-group{
  position: relative;
}

.form-group span {
  position: absolute;
  top: 29px;
  right: 30px;
  color: #696969;
}

/* popularity 人気記事 */
#popularity img{
  height: 150px;
  width: 100%;
  object-fit: cover;
  pointer-events: all;
  margin-bottom: 8px;
}
#popularity h5{
  color: #525252;
  font-size: 14px;
  line-height: 1.5em;
}

/* archive */
#archive ul li{
  border-top: dotted 1px #686868;
  padding: 10px;
  color: #525252;
}


/* footer */
footer h4{
  padding: 0.25em 1em;
  border-left: solid 5px #94836a;/*左線*/
}
footer ul li{
  border-top: dotted 1px #686868;
  padding: 10px;
  color: #525252;
}
.about-me img{
  width: 136px;
  height: 136px;
  object-fit: cover;
}
.about-me p{
  line-height: 1.8em;
}
.footer-bg{
  background-color: #94836a;
  height: 60px;
}
.footer-bg p{
  font-size:14px;
  line-height: 60px;
}
.footer-bg a{
  color: white;
}


/* single */
.single{
  line-height: 2.2em;
  text-align: justify;
}
.single img{
  width: 100%;
  /* height: 360px; */
  /* height: auto; */
  /*max-height: 360px;*/
  object-fit: cover;
  /* background-size: cover; */
}
.single p{
  margin-bottom: 40px;
}

.single p a, .single a a {
    text-decoration: none;
    font-weight: 600;
}

.single h2{
  line-height: 1.6em;
  font-size:22px;
  padding: 0.65em 0.75em;
  border-left: solid 8px #94836a;
  margin-top: 90px;
  margin-bottom: 28px;
  font-weight: 600;
  background-color: #f7f7f7;
}

.single h3{
  font-size:22px;
  line-height: 1.6em;
  padding: 0.25em 0.75em;
  border-left: solid 8px #94836a;
  margin-top: 90px;
  margin-bottom: 28px;
  font-weight: 600;
}

.single h4{
  font-size:20px;
  line-height: 1.6em;
  padding: 0.25em 0.75em;
  border-left: solid 8px #94836a;
  margin-top: 90px;
  margin-bottom: 28px;
  font-weight: 600;
}

.single ul, .single ol {
  margin-bottom: 20px;
  background-color: #faf7f3;
  border: dashed 1px #94836a;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 10px;
}

.single ul li, .single ol li {
  margin-bottom: 10px;
  margin-left: 46px;
  text-align: left;
  list-style-type: square;
}
.point i {
  color: #b48d40;
}
.single .check {
  margin-bottom: 20px;
  background-color: #faf7f3;
  border: dashed 1px #94836a;
  padding: 30px 28px 30px 28px;
	font-size: .95rem;
}

div.point{
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}

.tag a{
  text-decoration: none;
  font-weight: 600;
}

.single-share a{
  color: white;
  text-decoration: none;

}
.single-twitter{
  box-sizing: border-box;
  background-color: #3D97F1;
  color: white;
  padding: 0.5em 1.75em;
}
.single-facebook{
  background-color: #2B418B;
  color: white;
  padding: 0.5em 1.75em;
}
.icon-hatebu:before {
  content: "\e900";
}
.single-hatebu{
  background-color: #0075DD;
  color: white;
  padding: 0.5em 1.75em;
}
.fa-hatena:before {
    font-family: Verdana;
    font-weight: bold;
    content: 'B!';
}

/* 関連する記事 */
.relation{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.relation-child{
  box-sizing: border-box;
  width: 50%;
}
.relation-child-title{
  color: #337ab7;
  font-size: 14px;
  line-height: 1.5em;
}
.relation-child img{
  height: 140px;
  object-fit: cover;
  pointer-events: all;
}

