@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */
/* 投稿記事と記事の間に線 */
#main .entry {
    border-bottom: 3px dotted #58D3F7;
    padding-bottom: 15px;
}
/* 関連記事の記事間に線 */
#main .related-entry {
    border-bottom: 3px dotted #58D3F7;
    padding-bottom: 15px;
}
/* 記事日付部分の背景色 */
.post-meta{
  background-color:#EFF8FB
}
/* 記事を読むの編集　*/
.entry-read a{
  color:#fff;
  font-size:12px;
  background-color:#3498db;
  border:1px solid #3498db;
  border-radius:2px;
  padding:3px 10px 3px 5px;
  text-decoration:none;
  float: right;
}
 
.entry-read a:hover{
  color:#fff;
  background-color:#386183;
  border:1px solid #386183;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}
 
.entry-read a::before{
 margin-right:5px;
 font-family:"FontAwesome";
 content:"\f058";
}
/* タグクラウドのカスタマイズ */

.tagcloud a {
font-size: 14px !important;
display: inline-block;
margin-bottom: 5px;
padding: 1px 10px;
text-decoration: none;
color: #339999;
border-radius: 5px;
border: 1px solid #339999;
background-color: #fff;
}

.tagcloud a:hover {
transition: 0.3s;
color: #000000;
background: #99cccc;
}
