﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.s_block
{
    font-size: medium;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.s_block a
{
    background: url(/secure/1349563/banner02.jpg) no-repeat center center;
    background-size: 100%;
    width: 80%;
    min-height: 100px;
    display: block;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #bebebe;
    border-radius: 10px 10px;
    overflow: hidden;
    text-decoration: none;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
    box-shadow: 3px 3px 3px #000000;
}

.s_block a .line1
{
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    margin: 0 0 10px;
}

.s_block a .line2
{
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    font-size: xx-large;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ffffff;
}

.s_block a .line3
{
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    margin: 0 auto 30px;
    font-size: 400%;
    width: 70%;
    text-align: justify;
    text-align-last: justify;
}

.s_block a:hover
{
    box-shadow: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.s_block
{
    font-size: medium;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.s_block a
{
    background: url(/secure/1349563/banner02.jpg) no-repeat center center;
    background-size: 100%;
    width: 80%;
    min-height: 100px;
    display: block;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #bebebe;
    border-radius: 10px 10px;
    overflow: hidden;
    text-decoration: none;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}

.s_block a .line1
{
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    margin: 0 0 10px;
}

.s_block a .line2
{
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    font-size: xx-large;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ffffff;
}

.s_block a .line3
{
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    margin: 0 auto 30px;
    font-size: 400%;
    width: 70%;
    text-align: justify;
    text-align-last: justify;
}
}
