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

div.fromdiary {
	margin: 25px 0 0 0;
	width: 100%;
	text-align: right;
}
div.fromdiary a{
	text-decoration: none;
}
ul#sort {
	width: 100%;
}
ul#sort li {
	float: left;
	padding-right: 14px;
	cursor: pointer;
}

ul#sort li:hover {
	color: #79A1AB;
}

.sec_type1 a {
	text-decoration: underline;
}
.sec_type1 a:hover {
	color: #79A1AB;
}