@charset "UTF-8";

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

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

@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
  font-family:
      'Hiragino Kaku Gothic ProN',
      Meiryo, sans-serif;
  font-size:13px;
  -webkit-text-size-adjust: 100%;
}

.post-meta{
  margin-bottom: 0.5em;
  text-align:right;
  background-color:#F7F7F7;
  color:#555;
  font-size:12px;
}

#site-description {
	font-size:12px;
	margin-bottom:20px;
	color:#F30;
}

.article h1 {
  margin-top:30px;
  margin-bottom:20px;
  font-size: 28px;
  line-height:117%;
  border-left:10px #F30 solid;
  padding-left:20px;
}

.article h3{
  font-size:20px;
  padding:10px 20px;
  background-color:#CCC;
  border-left:10px solid #F30;
}

.entry-card-large-content h2{
  margin-top:20px;
  margin-bottom:15px;
  font-size: 26px;
  line-height:117%;
  border-left:8px #F30 solid;
  padding-left:15px;
}

.entry-card-content h2{
  margin-top:20px;
  margin-bottom:15px;
  font-size: 18px;
  line-height:150%;
  border-left:7px #F30 solid;
  padding-left:12px;
  font-weight:normal;
}

#sidebar h3{
font-family: 'Oswald', sans-serif;
  color:#FFF;
  font-size:16px;
  padding:5px 10px;
  background-color:#F30;
  font-weight:normal;
}

#lastfmrecords{
	margin-top:20px;
}	

.molastfm ul{
	font-size:13px;
	line-height:90%;
}