@charset "utf-8";

/* コーポレートカラー #a2c7c9
文字 #6b584b
アクセントカラー #07575b 
薄い緑 #dae9e9
ピンク　#c9a3b4
補色　#c9a5a3*/

.oshirase dl{
    width: 90%;
    margin: 0 auto 10px;
}

.oshirase div{
    border-bottom: 1px solid #6b584b;
    border-right: 1px solid #6b584b;
    border-left: 1px solid #6b584b;
    justify-content: flex-start;
    align-items: center;
}

.oshirase div:first-child{
    border-top: 1px solid #6b584b;
}

.oshirase dl dt{
    width: 30%;
    line-height: 3;
    text-align: center;
    background-color: #dae9e9;
    border-right: 1px solid #6b584b;
    position: relative;
}

.oshirase span{
    color:#c9a3b4 ;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 5px;
}

.oshirase dl dd{
    width: 70%;
    padding-left: 20px;
}

.oshirase dl dd a{
    text-decoration: underline;
    color: #6b584b;
}

.oshirase dl dd a::after{
    content: "▲";
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 10px;
}

/* ブログページ */
article{
    border-top: 1px dotted #6b584b;
    padding: 10px;
    margin-bottom: 20px;
}

article .new{
    border-bottom: 1px dotted #6b584b;
    padding-bottom: 20px;
}

.calendar{
    text-align: center;
}

.calendar img{
    width: 90%;
    height: auto;
    max-width: 500px;
}

.picture{
    text-align: center;
}

.picture img{
    width: 90%;
    height: auto;
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 20px;
}

article .date{
    margin-bottom: 10px;
}

/* -----------------------------------------
  ここから500px以下の画面に向けた記述
----------------------------------------- */
/* 最小320px幅での表示でも問題ない状態を目指す */
@media screen and (max-width:500px){

    .oshirase dl{
        width: 100%;
    }

    .oshirase dl dd{
        padding: 0;
    }


}
