/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

.hover-card .related-entry-thumbnail h3 {

    text-align: left;
    font-size: 14px;
}
body{
color:#535353;	
}

#main .entry{
padding: 5px 0 25px 0;
border-bottom: 1px solid #dadada;
}

#navi ul li a {
    font-weight: inherit;
	  font-size:17px;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, Helvetica, Arial, sans-serif;
}



.entry h2 {
    margin-bottom: 15px;
}

.entry h2 a {
   font-weight: 100;
}

.entry-read {
    margin: 10px 0 0 0;
}

#sidebar h3 {
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #ddf4ff;
    padding: 15px 10px;
    font-weight: inherit;
}

/* メタ情報の大きさを変更し、右側へ*/

.entry .post-meta {
    text-align: right !important;
}
	
/* mainとsidebarの枠線を消す */
#main,#sidebar{
 border:none !important;
	border-radius: 0;

}

/*グローバルナビの修飾 */
#navi {
 border-top:1px solid #9ddeff;
 border-bottom:1px solid #9ddeff;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
    color: #0066ff !important;
　　　　　　　　background-color:white;
}
#navi ul li a:before{
   background:#9ddeff !important;
}
#navi ul,#navi{
 background-color: #fff;
}

@media screen and (max-width: 768px) {
  #navi ul li {
    float: none;
    display: block;
  }
  #navi ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #9ddeff;
  }
}

/* 見出しを変更 */

.article h1 {
 font-weight: 800;
 font-size: 1.8rem;
 line-height: 1.3;
}

.article h2 {
 font-size: 22px;
 line-height: 28px;
 padding: 15px 10px 12px 20px;
 background: #b0e4ff;
 color: #000000;
 margin: 25px 0;
 font-weight: 550;
 position: relative;
 border:none;

}
.article h2:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-width: 0px 0px 16px 16px;
 border-style: solid;
 border-color: #FFF #ffc088 #00a8ff #FFF;
 background: #7BC8BC;
 display: block;
 width: 0;
}

.entry h2 a{
 font-weight: 700;
 font-size: 24px;
 line-height: 1.4;
}

.article h3{
 font-size: 1.3rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 5px 15px;
 border-left: 6px solid #b0e4ff;
 border-bottom: none !important;
 color: #000;
 margin:35px 0px 30px;
}

.article h4{
 font-size: 1.1rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 5px 15px;
 border-bottom: none !important;
 border-left: 2px solid #9ddeff;
 color: #000;
 margin:35px 5px 20px;
}

#sharebar {
  margin-left: -150px  !important;
}

/*関連記事の高さを高く・左寄せに*/
.related-entry-thumbnail {
    height: 250px;
    text-align: left;
}

/*テーブルヘッダー*/
.tablepress tfoot th, .tablepress thead th {
    background-color: #e4e4e4;
}

/*フッター*/
#footer {
    color: #383838;
}
#copyright a {
    text-decoration: none;
    color: #004bff;
}

/* ReadMoreの装飾　*/

.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#0093de;
 border:1px solid #0093de;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }

.entry-read a:hover{
 color:#fff;
 background-color:#5ec9ff;
 border:1px solid #5ec9ff;
}

.entry-read {
  text-align: right;
  margin-right: 10px; 
}

/* サムネイル画像にエフェクト */
.entry-thumb,.wpp-thumbnail{
  overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
  transition: 0.6s ;
}
 
.entry-thumb img:hover,.wpp-thumbnail:hover {
   opacity: 0.6;
   -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

/*タググラウンドデザイン変更*/
.tagcloud {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin:0px;
  text-align: left;
}

.tagcloud a {
  display: inline-block;
  background: #fff;
  white-space: nowrap;
  font-size: 98%;
  color: #7b7b7b;
  line-height: 1.3;
  padding: 3px 8px;
  margin-bottom: 4px;
  text-decoration: none;
  border: 1px solid #cfcfcf;
}
.tagcloud a:hover{
color: #00699e;
	  border: 1px solid #00699e;
}

.article h2{
margin:65px 0 25px 0;	
}
