@charset "utf-8";


#contents_outer {
	background: #fff!important;
}


#article h1 {
    padding: 6px 14px;
    background: #FA7D7B;
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1.3px;
    border-radius: 5px;
}

#article .kodawariBox {
    margin-bottom: 8px;
}
#article .kodawariBox dl {
    width: 342px;
    margin: 0 0 0 16px;
    float: left;
}
#article .kodawariBox dl:first-child {
    margin: 0;
}
.top_kodawari_ttl{
    margin: 0 0 10px 0;
}
.top_kodawari_ttl:hover{
    opacity: 0.8;
}