@charset "UTF-8";


/*
	Theme Name: Simplicity2 child
	Template: simplicity2
	Version: 20160831
*/

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


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


.boxer01 {
    background-color: #feede3;
    border-color: #feede3;
    padding: 15px 15px 15px 30px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size:85%;
}



.boxer02 {
    background-color: #f0f0ef;
    border-color: #f0f0ef;
    padding: 15px 15px 15px 30px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size:85%;
}



.boxer01 li,
.boxer02 li {
    margin-bottom: 15px;
}







/* サイドバーの見出し背景を修正 */
#sidebar h3{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  background: #f3f3f3;
  font-weight: bold;
  color: #4D4D4D;
}

ul.wpp-list a.wpp-post-title {
font-size: 14px;
}



/* ナビの色変更 */
#navi, #navi ul, #navi ul.sub-menu, #navi ul.children {
    background-color: #07af73;

}



/* YouTubeアップロード */

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}