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

html,body{
	padding-left: 0;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	color: #253b65;
}
ul{
	list-style-type: none;
    margin: 0;
    margin-left: -8px;
	padding: 0;
	padding-bottom: 10px;
}
ul li{
	line-height: 1.2;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 14px;
}
ul li:last-child{
	margin-bottom: 0;
}
ul li a{
	color: #253b65;
	text-decoration: none;
}
ul li a:hover{
	text-decoration: underline;
}