﻿*{
    box-sizing:border-box;
}
body {
    background: #ffe6d4;
}

#content {
    background: #FFF;
    padding: 20px;
    border: 2px solid #ff6a00;
    box-shadow: 8px 8px 0 #ff6a00;
}
.boxinfo {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px;
    color: #000000;
    border-radius: 10px;
}
    .boxinfo a {
        display: inline-block;
    }
    .boxinfo img {
        margin-bottom: 0;
    }
.boxinfo h2{
    font-size:2em;
    margin:20px 0 0;
}

    .boxinfo h3 {
        margin-bottom: 30px;
    }
    .boxinfo a {
        color: #e8383d;
        text-decoration:none;
        font-weight:bold;
    }


.RWD_IMG{
    max-width:100%;
    height:auto;
}
