@import url(sanitize.css);

.top h1 {
    font-size: 32px;
    color: white;
    margin-top: 1em;
    margin-bottom: 2.5em;
    text-align: center;
}
.top p {
    display: inline;
    font-size:20px;
    /* margin-top: .5em; */
}
/* "現在地"の項目に、桃色(#ff00ff)・幅5pxの二重線(double)をかける */
.shikokuforest{
    border: double 5px #ff00ff;
}
/*
.tokyoforest{

}
*/

/*
.tigersforest{

}
*/

.top h2 {
    display: inline;
    font-size: 20px;
    color: black;
    /* margin-top: .5em; */
    margin-left: 1em;
    margin-right: 1em;
}
.top h3{
    display: inline;
    font-size: 18px;
    margin-left: 1em;
}
.top {
    background-color: #007766;
    width: 760px;
    padding: 10px;
}
.upcomings{
    width: 600px;
    margin-left: 20px;
    padding: .5em;
    background-color: rgb(76, 214, 214);
}
.uc_main{
    margin-left: 1em;
    clear: both;
}
.upcomingtitle{
    text-align: center
}
.upcomings h1{
    margin-left: .5em;
    margin-top: .1em;
    font-size: 20px;
    float: left;
}
.publishdate{
    background-color: #dd00dd;
    text-decoration-line: underline;
}
.price{
    float: left;
    margin-top: .3em;
}
