@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px	308%
*/

/* ====== top ====== */

.greeting_list {
	font-weight: bold;
}

.greeting_list > li {
	list-style: disc outside;
	margin-left: 1rem;
}

.information_list {
	max-height: 400px;
	border: 1px solid #ccc;
	padding: 20px;
}

.information_list li {
	border-bottom: 1px dashed #ccc;
	padding: 2rem 0;

}


.information_list li:last-child {
	border-bottom: none;
}

.information_date {
	font-weight: bold;
	float: left;
	margin-right: 1rem;
}

.information_title {
	color: #19448e;
	font-size: 1.16rem;
}

.information_text {
	clear: both;
}