@charset "utf-8";
/****************************************************************************************************



****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************


****************************************************************************************************/
.externalNotice{
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border: 2px dotted #333;
}
@media print, screen and (min-width:737px){
.externalNotice{
    margin-bottom: 20px;
}
}

.externalNotice__item{
}
