/* For modern browsers */
#news-box {
    padding: 20px 10px 0;
/*ページ先頭のコンテンツマージン20px*/
}

.upper-box {
    margin-bottom: 20px;
/*コンテンツ間のマージン*/
}

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

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

.upper-box h3 {
	margin-top: 20px;
    margin-bottom: 10px;
    color: #585858;
	text-align: center;
    font-size: 16px;
    vertical-align: bottom;
    letter-spacing: 0;
    font-weight: bold;
    position: relative;	
}

.upper-box h3:before {
	margin-right: 2px;
    content: " ";
    width: 4px;
	height: 4px;
    top: 0px;
    border-radius: 8px;
    border: solid 4px #0541a2;
	display:inline-block;
    position: relative;
}

.lower-box h3 {
    margin-top: 20px;
    color: #585858;
	text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    vertical-align: bottom;
    letter-spacing: 0;
    font-weight: bold;
    position: relative;
}

.lower-box h3:before {
	margin-right: 2px;
    content: " ";
    width: 4px;
	height: 4px;
    top: 0px;
    border-radius: 8px;
    border: solid 4px #0541a2;
	display:inline-block;
    position: relative;
}

#news01 ul {
    padding-right: 10px;
}

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

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

#news01 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;
}

#news01 ul li a {
    display: block;
}

.news01-img {
    overflow: hidden;
    background-color: #fff;
}
/*ロールオーバー時の挙動修正*/
.news01-img img {
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a:hover .news01-img img {
    opacity: 0.7;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}
/*ロールオーバー時の挙動修正ここまで*/
.news01-text {
    padding: 10px;
    text-align: center;
    display: block;
}

.news01-text h4 {
    color: #585858;
    font-size: 15px;
    font-weight: bolder;
    line-height: 1.4em;
}

.news01-text p {
    text-align: left;
    font-size: 12px;
    line-height: 1.6em;
}

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

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

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

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

#news-tb-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-tb-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-tb-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) {
    #news-box {
        padding: 20px 20px 0;
    }

    #news-box  h2 {
        text-align: left;
    }

    #news-box  h2 span {
        display: inline;
    }
	
	.upper-box h3 {
        text-align: left;
		margin-bottom: 10px;
	}
	
    .lower-box  h3 {
        text-align: left;
    }

	.lower-box h3:before {
		left: 0px;
	}

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

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

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

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

@media screen and (min-width: 1024px) {
    #news01 ul {
        padding-right: 60px;
        margin-bottom: 0;
    }

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

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

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