/* For modern browsers */
#slid-wrap {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}

#banner-area ul {
    padding: 10px 10px 0;
    border-bottom: solid 1px #e7e7e7;
}

#banner-area ul li {
    margin-bottom: 10px;
}

#banner-area ul li a {
    display: block;
}

#banner-area ul li a img {
    border: solid 1px #e7e7e7;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#banner-area ul li a:hover img {
    opacity: 0.7;
}

.line01 {
    padding: 10px 10px 10px ;
    border-bottom: solid 1px #e7e7e7;
}

.line01 h2 {
    color: #0541a2;
    letter-spacing: -0.05em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.line01 h2 span {
    margin-left: 10px;
    color: #585858;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 0;
    font-weight: bold;
    display: none;
}

#pick-wrap ul {
	margin-bottom: -10px;
    padding-right: 10px;
}

#pick-wrap ul li {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

#pick-wrap ul li:nth-child(even) {
    margin-right: -10px;
}

#pick-wrap ul li {
    background-color: #eff5f7;
    box-shadow: 0px 0px 3px 0px #adadad;
    -moz-box-shadow: 0px 0px 3px 0px #adadad;
    -webkit-box-shadow: 0px 0px 3px 0px #adadad;
}

#pick-wrap ul li a {
    display: block;
}

.pick-img {
    overflow: hidden;
    background-color: #fff;
}

.pick-img img {
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a:hover .pick-img img {
    opacity: 0.7;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.pick-text {
    padding: 10px;
    text-align: center;
    display: block;
}

.pick-text h3 {
    color: #585858;
    font-size: 15px;
    font-weight: bolder;
    line-height: 1.4em;
}
/*.pick-text pの装飾*/
.pick-text p {
    text-align: left;
    font-size: 12px;
    line-height: 1.6em;
}

#news>.line01 {
    border-bottom: 0px;
}

#news-box {
    width: 100%;
    border-top: solid 2px #585858;
    border-bottom: solid 2px #585858;
}

#news-box tbody tr {
    border-bottom: solid 1px #585858;
}

#news-box tbody tr th {
    width: 90px;
    padding: 5px 5px 5px 15px;
}

#news-box tbody tr th span {
    color: #0541a2;
    font-size: 11px;
    font-weight: bolder;
    position: relative;
}

#news-box tbody tr th .new-news:before {
    display: block;
    content: '';
    position: absolute;
    top: .25em;
    left: -1.5em;
    width: 4px;
    height: 4px;
    border-right: 2px solid #ffc81f;
    border-bottom: 2px solid #ffc81f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#news-box tbody tr th .new-news:after {
    display: block;
    content: '';
    position: absolute;
    top: .25em;
    left: -1em;
    width: 4px;
    height: 4px;
    border-right: 2px solid #ffc81f;
    border-bottom: 2px solid #ffc81f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#news-box tbody tr td {
    padding: 5px 0 5px 5px;
    font-size: 13px;
    line-height: 1.4em;
}
/*追加分*/
#news-box tbody tr td a {
	display: block;
}

#news-box tbody tr td:hover a {
    text-decoration: underline;
}
/*追加分ここまで*/
#btnLine {
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
    float: right;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    background-color: #e7e7e7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#btnLine:hover {
    background-color: #d7d7d7;
}

@media screen and (min-width: 768px) {
    .line01 {
        margin: 0 20px 0;
        padding: 20px 0 20px;
        border-bottom: solid 5px #e7e7e7;
    }

    #banner-area ul {
        margin: 0 20px 0;
        padding: 20px 0 10px;
        border-bottom: solid 5px #e7e7e7;
    }

    #banner-area ul li: last-child {
        margin-bottom: 20px;
    }

    .line01 h2 {
        text-align: left;
    }

    .line01 h2 span {
        display: inline;
    }

    #pick-wrap ul {
        margin-bottom: -10px;
        padding-right: 30px;
    }

    #pick-wrap ul li {
        width: 25%;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #pick-wrap ul li:nth-child(even) {
        margin-right: 10px;
    }

    #pick-wrap ul li:nth-child(4n) {
        margin-right: -30px;
    }
}

@media screen and (min-width: 1024px) {
    #pick-wrap {
        margin-bottom: -20px;
    }

    #pick-wrap ul {
        padding-right: 60px;
        margin-bottom: 0;
    }

    #pick-wrap ul li {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #pick-wrap ul li:nth-child(even) {
        margin-right: 20px;
    }

    #pick-wrap ul li:nth-child(4n) {
        margin-right: -60px;
    }
}