@charset "utf-8";
/* ****************************************************

news.css

1: common setting
2: common parts
99: extra

***************************************************** */

/*1: common setting
=========================================*/



/*2: common parts
=========================================*/

/* ==================================
heading
================================== */
/* h1 design */
div#contents .heading01 {
	margin: 20px 0 0 0;
}
body.release div#contents .heading01 {
	margin: 30px 0 0 0;
}


/* ==================================
newsDetail
================================== */
div#contents div.newsDetail {
	clear: both;
	margin-top: 20px;
}

/* releaseDate */
div#contents div.newsDetail .releaseDate {
	position: absolute;
	top: -15px;
	right: 0;
}


/* ==================================
newsLink
================================== */
div#contents div.newsLink {
	clear: both;
	margin-top: 20px;
	padding-top: 15px;
	background: url(/common/images/com_hr001.gif) repeat-x 0 0;
}



/*99: extra
=========================================*/

/* ==================================
clear fix
================================== */
div#contents div.relatedProducts ul:after,
div#contents div.productInfo .detailInfo dl:after,
div#contents div.productInfo:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

div#contents div.relatedProducts ul,
div#contents div.productInfo .detailInfo dl,
div#contents div.productInfo {
	zoom: 1;
}
