/* アバウトサイト */

section.site-description {
    text-align: left;
    background-color: #FFF;
    border-radius: 5px;
    border: 5px solid #FF8FAF;
    padding: 0.6rem;
    margin: 10px 0px 0.8rem;
    width: 80%;  
    max-width: 500px;
    color: #000;
}

.site-description {
    text-align: center;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    text-shadow: 3px 3px 1px #999999;
    border-image: none;
    border-width: 0px 0px 3px;
    margin: 2px;
    border-color: #FFD0DD;
    font-size: 1.5rem;
    font-weight:bold;
    color: #FF1493;
}


.inside {
    text-align: center;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    text-shadow: initial;
    border-image: none;
    border-style: dotted;
    border-width: 0px 0px 2px;
    margin: 2px;
    border-color: #FFD0DD;
    font-size: 1.0rem;
    color: #000;
}

.pink{
text-align: left;
font-size: 0.9rem;
text-shadow: initial;
color:#FF1493;
font-weight:normal;
}


/* アバウトサイト内　広告についての説明 */

.aff{
text-align: left;
font-size: 0.7rem;
text-shadow: initial;
color:#000;
font-weight:normal;
}

.aff2{
text-align: center;
font-size: 0.7rem;
text-shadow: initial;
color:#462fe8;
font-weight:normal;
}







