@charset "UTF-8";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet pressnews.css
------------------------------------------------------------------------------------------ 
*/

/* --------------------------------------------------------------------------------------- */
/* pressnews */

/* pressnews_list */
#pressnews #pressnews_list{}
#pressnews #pressnews_list ul.item_list{ margin-top: -10px; }
#pressnews #pressnews_list ul.item_list li{
	float: left;
	display: inline;
	width: 700px;
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #322E2C;
}
#pressnews #pressnews_list ul.item_list li:hover a{
	color: #D50000;
}
#pressnews #pressnews_list ul.item_list li .inner{
	position: relative;
	z-index: 1;
	padding: 0 30px 0 10px;
}
#pressnews #pressnews_list ul.item_list li .list_item_hover_bg{
	position: absolute;
	width: 700px;
	height: 80px;
	margin-top: -10px;
	background: #1E1E1E url(../image/pressnews/pressnews_list_bg_hover.gif) right center no-repeat;
	z-index: 0;
	opacity: 0;
}
/* IE6 */
* html #pressnews #pressnews_list ul.item_list li .list_item_hover_bg{
	display: none;
}
#pressnews #pressnews_list ul.item_list li img{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#pressnews #pressnews_list ul.item_list li p.date{ font-size: 91%; }
#pressnews #pressnews_list ul.item_list li p.news_title{ font-size: 91%; }

/* pressnews_detail */
#pressnews #pressnews_detail h2.title {
	font-weight: bold;
	margin-bottom: 10px;
}
/*#pressnews #pressnews_detail p{
	margin-bottom: 1em;
}*/
#pressnews #pressnews_detail p.date{
	margin-bottom: 0;
	font-size: 91%;
	color: #666666;
}
#pressnews #pressnews_detail ul li{}

#pressnews #pressnews_detail #pressnews_detail_text p {
	width: 700px;
	margin-bottom: 15px;
}

#pressnews #pressnews_detail #pressnews_detail_text a { color: #D50000; }
/* --------------------------------------------------------------------------------------- */
/*press_news20150925*/
.press_tm,
.press_tm2 {
	display: table;
}
.press_tm img,
.press_tm2 img {
	display: table-cell;
	width: 350px;	
}
.press_tm span,
.press_tm2 span {
	display: table-cell;
	width: 300px;
	vertical-align: middle;	
}
