@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------------------------------------
** fortune css style
----------------------------------------------------------------------------- */

.forus_news_detail {
	padding:0 10px 10px;
	}

.forus_news_detail .list_title {
	margin-top: 20px;
	background: url(../../image/detail_bg_02.gif) left bottom repeat-x;
	padding-bottom: 13px;
	margin-bottom: 15px;
	}
	
.forus_news_detail .list_title h2 {
	color: #78A4CF;
	font-weight: bold;
	font-size: 140%;
	}

.forus_news_detail .list_detail .main_box .text span {
	color: #FF66CC;
	}

.forus_news_detail .list_extra {
	margin-top: -1px;
	padding-top: 16px;
	background: url(../../../common/image/line_h.gif) left top repeat-x;
	padding-bottom: 20px;
	}

.forus_news_detail .list_extra h3 {
	color: #78A4CF;
	font-weight: bold;
	font-size: 140%;
	}
	
.forus_news_detail .list_extra span {
	display: block;
	color: #78A4CF;
	font-weight: normal;
	font-size: 86%;/* = 12px */
	}
	
.forus_news_detail .list_extra .image {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	}

.forus_news_detail .list_extra .text {
	clear: both;
	padding-top: 15px;
	font-size: 120%;
	}
	
.forus_news_detail .btn_back {
	padding-top: 15px;
	background: url(../../image/detail_bg_02.gif) left top repeat-x;
	}

/* list_detail overwrite */
html .forus_news_detail .list_detail {
	margin-top: 20px;
	padding-bottom: 21px;
	background: url(../../../common/image/line_h.gif) left bottom repeat-x;
	}
	
html .forus_news_detail .list_detail .main_box {
	width: 500px;
	}
		
html .forus_news_detail .list_detail .image_box {
	width: 180px;
	}

/* caution */
html .forus_news_detail .caution{
	margin: 0 auto;
	background: url(../image/bg_red.gif);
	padding:1px;
	font-size: 120%;
	}
	
html .forus_news_detail .caution ul{
	background: url(../image/bg_caution.gif);
	padding:15px;
	color:#FF3535;
	}
	
html .forus_news_detail .caution h3{
	background: url(../image/icon_caution.gif) 0 0 no-repeat;
	padding:0 0 0 26px;
	margin:0 0 8px 0;
	color:#FF3535;
	font-weight:bold;
	}

