@charset "UTF-8";

main .shadow_box_wrapper .shadow_box {
    padding-top: 30px;
}






.news.archive .main_title{
	overflow: hidden;
}

.news.archive .main_title h1,
.news.archive .main_title p.lead_msg{
	float:left;
	width:70%;
}
.news.archive .year_selector{
	float:right;
	width:25%;
}
.news.archive .year_selector{
	float:right;
}
.news.archive .year_selector select{
	width:100%;
}


.news.archive ul.news_list {
    width: 100%;
}
.news.archive ul.news_list li {
    width: 100%;
    padding: 8px 0;
    border-bottom: dotted #ccc 1px;
    font-weight: bold;
    font-size:94%;
}

.news.archive ul.news_list li a {
    display: block;
    padding-left: 7.5em;
    text-indent: -7.5em;
    color: #3d86b9;
}
.news.archive ul.news_list li .txt {
    width: auto;
}






@media screen and (max-width: 834px) {

	.news.archive .main_title h1,
	.news.archive .main_title p.lead_msg{
		float:none;
		width:auto;
	}
	.news.archive .year_selector{
		float:auto;
		width:auto;
		margin-top:24px;
	}
}

@media screen and (max-width: 520px) {
}

@media screen and (max-width: 450px) {
}