@charset "utf-8";

/* プレスリリース・新着情報 */
div#press {
}
	div#press p {
		padding:0.5em 0;
	}
		div#press p em {
			padding:0 0.5em;
			color:#c30;
			font-weight:bold;
		}

p.press_update,
p.press_bye {
	clear:both;
	text-align:right;
}

h1.press_title {
	background:#f7fbfd;
	border-bottom:1px dotted #4bb27a;
	border-top:4px solid #4bb27a;
	margin:20px 0;
	padding:5px 20px;
	font-size:1.3em;
	font-weight:bold;
}
h2.press_subtitle {
	clear:both;
	border-bottom:2px solid #4bb27a;
	margin:20px 0 15px 0;
	padding:5px;
	color:#4bb27a;
	font-size:1.3em;
	font-weight:bold;
}
h3.press_sectiontitle {
	clear:both;
	color:#060;
	margin:1em 0;
	border-left:10px #696 solid;
	padding:0 0 0 10px;
	font-size:1.1em;
	font-weight:bold;
}


ul.press_listlink {
	clear:both;
	width:725px;	/* total: 740px */
	margin:0;
	padding:10px 0 10px 15px;
	list-style:none;
}
	li.presslink {
		margin:0;
		padding:3px 0 3px 20px;
		background:url(/images/top/top_arrow_02.gif) top left no-repeat;
	}
		li.presslink em {
			padding:0 0 0 0.5em;
			font-weight:normal;
		}
	li.new {
		background:#fed url(/images/top/top_newproduct_arrow.gif) top left no-repeat;
}

dl.press_detail {
	clear:both;
	margin:0 auto;
	padding:1em 0;
}
	dl.press_detail dt {
		font-weight:bold;
		color:#066;
	}
	dl.press_detail dd {
		text-indent:2em;
	}


ul.press_listlink:after {
	height:0;
	visibility:hidden;
	content:"";
	display:block;
	clear:both;
}
