/* STARFAX活用事例に使うスタイル */
/*============目次============
　1. clear
　2. 活用事例トップ
　3. 活用事例　各ページ
　99. その他
============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.ClearFix:after,
.LineupTop:after,
.LineupBottom:after,
#relativetitle:after,
.bannerlink dd:after
.EachReport:after,
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

.ClearFix,
.LineupTop,
.LineupBottom,
#relativetitle,
.bannerlink dd
.EachReport:after,
{  
	display: inline-block;  
	zoom: 100%;  
}


/*===========================
■2. 活用事例
============================*/
/* 活用事例トップ　タイトル */
#report #top_head{
	width: 570px;
	margin: 0 0 30px 0;
	padding: 0;
	background:  url(img/top/bk_index.jpg) no-repeat left top;
}

#report #top_head H1{
	margin: 0 10px;
	padding: 10px 0;
	font-size: 120%;
}

#report #top_head P.intro{
	margin: 0 10px 5px 10px;
	padding: 0;
}

/* 写真付き事例 */

.EachReport {
	margin: 0 0 0 10px;
	padding: 10px 0;
	clear: both;
	width: 550px;
}

.EachReport h2 {
	margin: 0;
	padding: 0 0 5px 125px;
	color: #333333;
	font-size: 87.5%;
	position: relative;
}

.EachReport h2 em {
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
}

.EachReport p {
	position: relative;
	padding: 0 0 0 125px;
	margin: 0 0 0.3em 0;
}

.EachReport p.Category {
	position: relative;
	padding: 3px 5px;
	margin: 0 0 0.7em 125px;
	background-color: #333333;
	color: #FFFFFF;
}

.EachReport p.GoDetail {
	position: inherit;
}

.EachReport p.GoDetail a {
	background: transparent url(img/top/btn_go_report.gif) no-repeat scroll left top;
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
	margin: 0;
	padding: 4px 0 0 20px;
	width: 110px;
	color: #FFFFFF;
	text-decoration: none;
}

.EachReport p.GoDetail a:hover {
	text-decoration: underline;
}


.EachReport dl {
	clear: both;
	padding: 3px 0 0 0;
	margin: 0;
	display: block;
	position: relative;
}

.EachReport dt {
	font-size: 70%;
	line-height: 120%;
	width: 50px;
	float: left;
	margin: 0;
	padding: 0;
}
.EachReport dd {
	font-size: 70%;
	line-height: 120%;
	position: relative;
	margin: 0;
	padding: 0 0 0 50px;
}
.EachReport dd a,
.EachReport dd a:link,
.EachReport dd a:visited {
	color: #000000;
}
.EachReport dd a:hover,
.EachReport dd a:active {
	color: #666;
}

.EachReport p.thumb {
	width: 110px;
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.EachReport p.thumb a img {
	margin: 0;
	float: left;
	border: none;
	height: 110px;
}


/*活用事例トップ　写真なし事例 */

#report #top_etcReport{
	width: 570px;
}

#top_etcReport TABLE{
	border-collapse: collapse;
	width: 567px;
}

#top_etcReport TABLE TD{
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	vertical-align: top;
}

#top_etcReport TABLE TD h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #555555;
	font-size: 82.5%;
}


#top_etcReport TABLE TD P.category{
	color: #666666;
	border-bottom: 1px dashed #CCCCCC;
}

#top_etcReport p.GoDetail a,
#Report_detail p.GoLink a {
	background: transparent url(img/ar_main.gif) no-repeat scroll left center;
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 14px;
}

/* 活用事例　詳細ページ　ヘッダ */
#Report_detail #top_head{
	width: 570px;
	margin: 0 0 30px 0;
	padding: 0;
	background:  url(img/bk_detail.jpg) no-repeat left top;
}


#Report_detail #top_head P.intro{
	margin: 15px 10px 0;
	padding: 5px 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 5px solid #D7ECF4;
}

/* 活用事例　詳細ページ　本文 */
#Report_detail .Section.txt{
	margin-left: 10px;
	width: 550px;
}

#Report_detail .Section.txt P{
	line-height: 150%;
}

#Report_detail .Section.txt P em{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}

#Report_detail .Section.txt P.imgsample,
#Report_detail .Section.txt P.imgsample_right{
	color: #555555;
	text-align: center;
}

#Report_detail .Section.txt P.imgsample IMG,
#Report_detail .Section.txt P.imgsample_right IMG{
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 3px;
}

#Report_detail .Section.txt P.imgsample_right{
	float: right;
	display: block;
	margin-left: 10px;
}

#Report_detail h3{
	padding: 7px 0 0 5px;
	height: 30px;
	color: #FFFFFF;
	background:  url(img/bk_detail_h3.jpg) no-repeat left top;
}

/* ページ送り */
#Report_detail .Section.ProductPager {
	clear: both;
	width: 550px;
	margin: 0 auto 30px;
	padding: 0;
	display: block;
	position: relative;
	border-bottom: none;
}
#Report_detail .Section.ProductPager div {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 87.5%;
	line-height: 20px;
	vertical-align: middle;
}
.ProductPager div.NextBox a {
	display: block;
	float: right;
	background: url(../img/tool/paging_btn_right.gif) no-repeat right top;
	padding: 0 26px 0 0;
	height: 20px;
	overflow: hidden;
}
.ProductPager div.NextBox a:hover {
	background-position: right bottom;
}
.ProductPager div.PrevBox a {
	display: block;
	float: left;
	background: url(../img/tool/paging_btn_left.gif) no-repeat left top;
	padding: 0 0 0 26px;
	height: 20px;
	overflow: hidden;
}
.ProductPager div.PrevBox a:hover {
	background-position: left bottom;
}
.ProductPager div.TopBox a {
	display: block;
	background: url(../img/tool/paging_btn_top.gif) no-repeat left top;
	padding: 0 0 0 26px;
	height: 20px;
	position: relative;
	margin: 0 auto;
	width: 100px;
	white-space: nowrap;
	overflow: visible;
}
.ProductPager div.TopBox a:hover {
	background-position: left bottom;
}



/*===========================
■99. その他
============================*/
