﻿.notice {
    width:50vw;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing:border-box;
}

.date {
    color: #0078D4;
    font-weight: bold;
}

.title {
    font-size:1.3em;
    font-weight:bold;
    margin: 10px 0;
}

.title a {
    color: #00608d;
    text-decoration: none;
    font-size: 1.2em;
}

.title a:hover {
    text-decoration: underline;
    color: #68a9cf;
}

.content {
    text-align:left;
    font-size:1em;
}

.content p {
    margin: 10px 0;
}

.content strong {
    margin: 10px 0;
    font-size: 10.1em;
    color: #333;
}

.footer {
    font-size: 0.9em;
    color: #666;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;
    text-align:right;
}

.footer a {
    color: #0078D4;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

hr {
    width:50vw;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 40px 0;
}

.white{
    color:transparent;
    display:inline;
}

.line{
    display:inline;
}

.tit{
    font-weight:bold;
    color:#6b8e23;
    border-bottom:0.1em solid #6b8e23;
}

.smap{
   display:none !important;
}

.pc{
   display:block !important;
}

.content img{
    width:90%;
}

.m-pic{
    text-align:center;
}

.setumei{
    font-size:0.9em;
}


/*-----------------------------------------------------------------------------------------*/


/*スマホ対応CSS*/

@media only screen and (max-width: 800px) {

.notice {
    width:100%;
    padding: 20px;
    margin-bottom: 20px;
}

hr {
    width:100%;
}

.content {
    text-align:left;
    font-size:0.9em;
}

.pc{
   display:none !important;
}

.smap{
   display:block !important;
}

}




