@charset "UTF-8";

#header {
	height: 385px;
}

#page_padding {
	padding: 0px 10px;
}

h2,
h3 {
	padding: 0px 0px 0px 10px;
}

/* ----------------
   main
---------------- */
#main {
	width: 490px;
	float: right;
}

#navi {
	float: left;
	width: 260px;
}

/* ----------------
   main_padding
---------------- */
#main_padding {
	padding: 0px 0px 0px 10px;
}

#news {
	position: relative;
	display: block;
	width: 461px;
	height: 33px;
}

#news_text {
	width: 461px;
}

#news_text ul {
	padding-left: 16px;
}

#news_text li {
	padding-top: 12px;
	clear: both;
	float: left;
	width: 429px;
	border-bottom: 1px dashed #a4a4a4;
	list-style-type: none;
}

#news_text li a {
	color: #484848;
	text-decoration: none;
}

#news_text li a:hover {
	color: #484848;
	text-decoration: underline;
}

#news_text li .day {
	/* \*/ /*/
	width: 70px;
	/**/
	width: 95px;
	float: left;
}

#news_text li .text {
	/* \*/ /*/
	width: 358px;
	/**/
	width: 328px;
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.info-box {
	width: 446px;
	margin: 10px auto 0;
	padding: 10px;
	border: 1px solid #3333cc;
}
.info-box .title {
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #ff9900;
	border-bottom-style: solid;
	border-bottom-color: #ffcc33;
	border-bottom-width: 1px;
	margin: 0px 0px 10px;
	padding: 2px 0px 1px 6px;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}
.info-box p {
	font-size: 12px;
	line-height: 1.5;
}
.info-box .bnr {
	margin-top: 10px;
}

/* 新着ニュース内、テキストとはばたきなう等のボタンを左右に配置 */
.with_document_button_image {
	display: flex;

	& :any-link {
		display: contents;
	}
	& .caption {
		flex-grow: 1;
		flex-shrink: 1;
	}
	& :any-link:hover .caption {
		text-decoration: inherit; /* & :any-linkのdisplayをcontentsにしたため明示的に継承する */
	}
	& .document_button_image {
		display: block;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 120px;
		max-width: 120px;
		max-height: 65px;
		inline-size: 100%;
		block-size: auto;
		object-fit: contain;
	}
}
