@charset "UTF-8";

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

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

/************************************
** ヘッダー(header)
************************************/
*:first-child+html #header > div{ /* IE7 */
  clear: both;
  zoom:1;
}

#h-top{
  min-height:100px;
  overflow:hidden;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

#site-title{
  margin-top:16px;
/* margin-top:30px; */
  margin-bottom:10px;
  font-size: 30px;
  line-height: 100%;
}


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

#site-description{
  color: #222;
  margin:0;
  line-height:140%;
  font-size:15px;
  margin-right:20px;
  margin-bottom:10px;
  font-weight:normal;
}



/* 記事部分の背景色 */
#main {
    background-color: #fff;
}


/* サイドバーの背景色 */
#sidebar {
    background-color: #fff;
} 

/* Simplicity子テーマ用のスタイルを書く */
#header-in, #navi-in, #body-in, #footer-in{
 width: 1170px;
}
#main {
 width: 840px;
}

.marker-yellow{
 background: linear-gradient(transparent 50%, #FFFF00 50%);
 font-weight: bold; 
border-radius:6px;
}


.pastel_line {
 background:linear-gradient(transparent 70%, #ccffff 0%);
}

.blue_yellow_line {
 background:linear-gradient(transparent 70%, #0bb327 0%);
}

.yellow_line {
 background:linear-gradient(transparent 60%, #ffff00 0%);
}