@charset "utf-8";

/* ========================================================
 *
 *		ROVAL News Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/05/26
 *
 ========================================================*/
 


/* =====================================
	見出し
===================================== */
.cont_news h3 {
	margin: 0 0 15px;
	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;
	word-break: break-all;
}


.newsdetail .date {
	color: #828282;
}

.newsdetail .text {
	margin: 0 0 0 0;
}

.newsdetail .text p {
	margin: 0 0 0;
	font-size: 120%;
	/*word-break: break-all;*/
	margin-bottom: 20px;
}

.newsdetail .text .photo {
	float: left;
	/*width: 375px;*/
	/*margin: 0 20px 0 0;*/
}

.newsdetail .text .photo img {
	border: solid 1px #c8c8c8;
}

.newsdetail .text .photo .ph_caption {
	display: block;
	padding: 5px 0 0;
	font-size: 91%;
	/*word-break: break-all;*/
}

.newsdetail .text div {
	padding-left: 20px;
}

/* =====================================
	記事詳細 6/12 w追加
===================================== */

/*
table.detail-table {
	border-collapse: collapse;
	margin-bottom: 40px;
}
table.detail-table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}
table.detail-table th img {
	border: solid 1px #c8c8c8;
	display: block;
}
table.detail-table th .ph_caption {
	display: block;
	padding: 5px 0 0;
}

table.detail-table td {
	text-align: left;
	vertical-align: top;
	font-size: 120%;
}
*/

/* =====================================
	記事共通
===================================== */
.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;
}
/**/


