@charset "UTF-8";

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

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

#site-title{
  margin-top:16px;
  margin-bottom:10px;
  font-size: 0px;
  line-height: 100%;
text-shadow: 2px 2px 2px #000;
}

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

#site-description{
  width: 338px;
  font-family: meiryo;
  float: left;
  text-align:left;
  color: #fff;
  margin-top:10px;
  margin-left:0px;
  padding:10 0;
  line-height:150%;
  font-size:15px;
  font-weight:normal;
text-shadow: 2px 2px 2px #000;
}

/* タグクラウドに枠線を付ける（＋フォントサイズ統一） */
.tagcloud a {
    font-size: 14px !important;
    text-decoration:none;
    border:solid 1px #c0c0c0;
    border-radius:3px;
    display:inline-block;
    padding:2px;
    margin-bottom:5px;
}

/* タグクラウドのマウスオーバー時の背景色 */
.tagcloud a:hover {
    background-color:#f2f2f2;
    text-decoration:none;
    color:#ff0000;
}
