@charset "utf-8";

/* CSS Document */
/* for Latest Page. */

/* -------------------------------------------------------
				Latest
------------------------------------------------------- */
div.box-latest {
	margin: 0 20px 40px;
	padding-bottom: 1px;
}

div.box-latest img.img-latest {
	float: right;
	margin: 0 0 10px 5px;
}

div.box-latest p {
	margin-bottom: 0.6em;
}

div.box-latest p.txt-latest-01 {
	text-align: justify;
	text-justify: distribute-all-lines;
	margin-bottom: 0;
}

div.box-latest p.txt-latest-02 {
	width: 415px;
	text-align: right;
	color: #666666;
}


div.box-latest ul {
	padding-top: 16px;
	margin-left: 30px;
}

div.box-latest ul li {
	margin-bottom: 16px;
	font-weight: bold;
	list-style: circle outside;
	color: #666600;
}

div.box-latest ul li img {
	display: block;
	/*margin-left: 5px;*/
}

/*
div.box-latest ul li a {
	display: block;
	background-image: url(../images/common/icon_circletri.gif);
	background-position: 0em 0.4em;
	background-repeat: no-repeat;
	padding-left: 16px;
	color: #336699;
	text-decoration: none;
}
div.box-latest ul li a:hover {
	background-image: url(../images/common/icon_circletri_pink.gif);
	color: #FF8ECF;
}
*/