/*
Theme Name: Child
Template: simplicity2
*/

@import url('../ simplicity2/style.css');


/*投稿エディタ文字装飾用CSS　追記*/
/*ピンクのマーカー*/
.marker_pink {
    background: linear-gradient(transparent 50%,pink 50%);
}
/*黄色のマーカー*/
.marker_yellow {
    background: linear-gradient(transparent 50%,yellow 50%)
}


.demo-box {
background:#f48881;
color:#fff;
border-top: 2px dashed #ffffff;
border-bottom: 2px dashed #ffffff;
padding:5px; 
box-shadow: 0 0 3px 3px #f48881;
}

.demo-boxbr {
background:#d5a87f;
color:#fff;
border-top: 2px dashed #ffffff;
border-bottom: 2px dashed #ffffff;
padding:5px; 
box-shadow: 0 0 3px 3px #f48881;
}


.sample-box-11 {
    background-color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.sample-box-11::before,
.sample-box-11::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sample-box-11::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample-box-11::after {
    background-color: #f2dae8;
    top: 5px;
    left: 5px;
    z-index: -2;
}


.sample-box-12 {
    background-color: #fff;
    margin: 2em 0;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.sample-box-12::before,
.sample-box-12::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.sample-box-12::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.sample-box-12::after {
    background-color: #9bcad0;
    top: 5px;
    left: 5px;
    z-index: -2;
}


.mybox{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 20px 5px;
    padding: 30px 20px 20px 20px;
    position: relative;
    box-shadow:1px 1px 6px 0px #505c74;
    -moz-box-shadow:1px 1px 6px 0px #505c74;
    -webkit-box-shadow:1px 1px 6px 0px #505c74;
    -o-box-shadow:1px 1px 6px 0px #505c74;
    z-index: 0;
}
.mybox:after{
    content: '☆★☆★';
    display: block;
    background-color: #A26E5A;
    background-image: linear-gradient(45deg, #B78561 25%, transparent 25%, transparent 75%, #B78561 75%, #B78561), linear-gradient(45deg, #B78561 25%, transparent 25%, transparent 75%, #B78561 75%, #B78561);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    border-left: 2px dotted rgba(255,255,255,0.9);
    border-right: 2px dotted rgba(255,255,255,0.9);
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
    padding: 5px 20px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}


/* トップ記事一覧の間に線を入れる　*/

#main .entry {
border-bottom: 1px dotted #ccc;
padding-bottom: 15px;
}

/*スライドインメニューでHome表示*/
a#footer-button-home{
  display: block !important;
}

a#footer-button-prev,
a#footer-button-next{
  display: none;
}