@charset "utf-8";

/* ========================================================
 *
 *		ROVAL Global News Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/06/16
 *
 ========================================================*/
 


/* =====================================
	見出し
===================================== */
.cont_news h3 {
	margin: 15px 0;
	padding: 5px 0 5px 15px;
	font-size: 140%;
	font-weight: bold;
	background: url(../images/ttl_level3.gif) no-repeat left top;

}

/* =====================================
	記事一覧
===================================== */
.newslist {/* 765px */
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}

.newslist .photo {
	float: right;
	width: 180px;
	margin: 0 0 0 15px;
}

.newslist .photo img {
	border: solid 1px #c8c8c8;
}

.newslist .data {
	margin: 0 0 0 5px;
}

.newslist .title {
	margin: 0 0 5px;
	font-size: 140%;
	font-weight: bold;
}

.newslist .text {
	font-size: 120%;
}


/* =====================================
	記事詳細
===================================== */
.newsdetail h4 {
	margin: 10px 0 18px 0;
	padding: 10px 0;
	font-size: 160%;
	line-height: 1.3;
	border: solid #eee;
	border-width: 1px 0;
}


.newsdetail .date {
	color: #828282;
}

.newsdetail .text {
	margin: 0;
}

.newsdetail .text p {
	margin-bottom: 20px;
	font-size: 120%;
}

.newsdetail .text .photo {
	float: left;
}

.newsdetail .text .photo img {
	border: solid 1px #c8c8c8;
}

.newsdetail .text .photo .ph_caption {
	display: block;
	padding: 5px 0 0;
	font-size: 91%;
}

.newsdetail .text div {
	padding-left: 20px;
}



/* =====================================
	記事共通
===================================== */
.date {
	padding: 0 0 0 10px;
	font-size: 120%;
	/*font-weight: bold;*/
	background: url(../images/arrow_01.gif) no-repeat left center;
}




/* =====================================
	クラス指定しないボックス用フロート対策
===================================== */
.newslist:after,
.newsdetail .text:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.newslist,
.newsdetail .text {
	display: inline-block;
}
/* Hide for MacIE \*/
* html .newslist,
* html .newsdetail .text {
	height: 1%;
}
.newslist,
.newsdetail .text {
	display: block;
}
/**/







