@charset "utf-8";
/* CSS Document */

@media print, screen and (min-width:768px) {
	.gnavi li:nth-of-type(2) a:after {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 3px;
		background: #77b5cd;
	}
}
.area_message {
	background: #e3ecf0;
}
@media print, screen and (min-width:768px) {
	.area_message {
		line-height: 2;
	}
}