/*====== 今日生協のあゆみ =====*/

#small_box{overflow: hidden; padding: 0 0 20px !important;}

.left_content, .right_content{
	font-size: 8px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .12em;
}
.right_content span{font-size: 8px !important;}

.left_content{
	float: left;
    position: relative;
    clear: both;
    width: 31%;
    padding-right: 2%;
    text-align: right;
    overflow: visible;
}
.right_content{
	float: right;
    position: relative;
    width: 69%;
    padding-left: 2%;
    text-align: left;
}

.right_content:before{
	position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px #0a0077 solid;
    top: 13px;
    left: -1%;
}

.left_content:after{
	position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0a0077;
    top: 8px;
    right: -.8%;
}

.right_content:last-child:before {display: none;}

.left_content, .right_content{padding-bottom: 20px;}

/*====== TRUCKER =====*/
.trucker_msg{
	width: 100%; text-align: center; font-size: 12px !important; line-height: 18px; font-weight: 700 !important; margin: 0 auto;
}

.trucker{
	width: 100% !important; height: fit-content;
    margin: 20px auto; overflow: hidden;
}

.newsletter_box{
	float: left;
	margin: 10px 0;
    width: 100% !important;
    height: fit-content;
    overflow: hidden;
	clear: both;
}

.newsletter_title{float: left; width: 100%; font-size: 18px !important; color: #0071b8; margin-bottom: 10px;}

.thumb_box_left, .thumb_box_right{width: 100%; height: fit-content; overflow: hidden;}

.trucker_thumb{float: left; width: 49%; height: fit-content; border: 1px #eeeeee solid;}
.thumb_box_right .fl_right,.thumb_box_left .fl_right{float: right !important;}
.trucker_thumb img{width:100%;}
