@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 7px 0px 0px;
	text-align: center;
}
.icon {
	display:block;
	margin: 0 auto 10px;
}
#press {
	width: 550px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
	}
#press img { border: none;}
#press .items {
	width: 150px;
	height: 260px;
	padding: 5px 16px;
	overflow: hidden;
	float: left;
	}
#press .items p {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 1.32;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#press .items p a {
	color: #777;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
	}
#press div.items p.press-txt a:hover { color: #333; text-decoration: underline;}
#press div.items:hover p.press-txt a { color: #333; text-decoration: underline;}
