/*
Theme Name: child
Template: spacious
*/

/*元style.cssの読み込み*/
@import url('../spacious/style.css');

.tagcloud a{
position: relative;
display: inline-block;
padding: 1px 6px 1px 6px;
margin: 4px;
background: #0FBE7c;
border-radius:4px;
box-shadow:0 1px 1px rgba(0, 0, 0, .2);
font-size: 15px !important;
color:#ffffff !important;
}



ol#fixedpage li{
padding:5px;
}



/*MarsEdit用縦長画像のスタイル（リサイズされないため）*/
img.mars_tate {
    width: auto;
    height: 500px;
}

/*上書き*/
#colophon .footer-widgets-area a { 
color: #0FBE7c !important;
}










#page.hfeed.site * {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
}


/* 新見出しStart From:http://delaymania.com */
h2::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0693cd;
    bottom: -10px;
    content: "";
    left: 30px;
    position: absolute;
}
h2::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #98FB98;
    bottom: -10px;
    content: "";
    left: 30px;
    position: absolute;
}
h2 {
    margin: 60px 10px 30px;
    padding: 10px 20px;
}
h2 {
    background: #228B22 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 60px -30px 30px -25px;
    padding: 10px 15px;
    position: relative;
}


#primary h3{
    position: relative;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    margin: 40px -10px 20px;
    padding: 15px 15px 0px 25px;
    border-bottom: 3px solid #519872;
}
 
h3:before{
    content: "";
    position: absolute;
    background: #98CFAF;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
h3:after{
    content: "";
    position: absolute;
    background:#519872;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

h4.quote {
    border-bottom: 2px solid #519872;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px -10px 20px;
    padding: 15px 15px 0;
}

/* 新見出し End */


/*related post title（h3タグ適応用）*/
h3.related_post_title span {
	padding : 30px;
}



/* h1ホームの見出し Start */
.entry-header h1::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5DAA5D;
    bottom: -10px;
    content: "";
    left: 30px;
    position: absolute;
}
.entry-header h1 {
    margin: 60px 10px 30px;
    padding: 10px 20px;
}
.entry-header h1 {
    background: #228B22 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 60px 0px 30px -10px;
    padding: 10px 15px;
    position: relative;
}
/* End */

/* 記事タイトルの文字サイズ */
h1.header-post-title-class {
    font-size: 30px;
    color: #000;
}

/* 文字色BLACK,行間up */
.entry-content p {
    line-height: 30px;
}
/* pの文字色をBLACKに */
p {
    color: #222;
    font-size : 18px;
}
/* ホームのh1の文字色をホワイト */
header.entry-header h2.entry-title a {
  color: #fff;
}

/* 文字色をBLACKに */
.entry-content th, .entry-content td {
   color: #000;
}

/* 文字色をBLACKに */
#site-navigation li a {
   color: #000;
}

/* S縦長画像用 */
div.tate img.alignnone.size-full {
    width: auto;
    height: 500px;
}
div.tate p {
   text-align: center;
}
/* E縦長画像用 */

/* tableタグの行間設定 */
th, td {
    padding:10px;
}

/* 記事のリスト要素の調整 */
div.entry-content li {
    color: black;
    padding: 5px;
}

/* Pupular Posts */
span.post-stats {
    font-size: 13px;
    font-weight : normal;
}
ul.wpp-list a {
  font-size : 97%;
}

/* div decoration */
div.block {
    padding: 10px 20px;
    margin: 10px;
    background: #ffe4e1;
    box-shadow: #ffe4e1 0 0 10px 10px;
    -webkit-box-shadow: #ffe4e1 0 0 10px 10px;
    -moz-box-shadow: #ffe4e1 0 0 10px 10px;
}