@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;
}
.main{
    width: 760px;
}
.intro{
    float: left;
    width: 540px;
}
.main_tw{
    float: right;
    width: 220px;
}
.test{
    clear: both;
    margin-top: 1em;
}