@charset "utf-8";

/* 施工事例（/case 共通）
---------------------------------------------*/
#mainCont #case {
	clear: left;
	background-color: #efefef;
	border: 1px solid #e6e5e5;
	padding: 11px 14px 14px 14px;
}

#case .tabArea {
	height:42px;
	background-image: url(../../images/area_common/report/tab_bg.gif);
	background-repeat: repeat-x;
	width: 930px;
}

#case .tabArea li {
	float:left;
	display: inline;
}

#case .tabArea li a {
	display:block;
}

#case #listArea {
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #828282;
	background-color: #FFFFFF;
	padding: 15px 24px 20px 24px;
	width: 880px;
}

#case #list_head {
	width: auto;
	background-image: url(../../images/case/hbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 16px 0;
	margin: 0 0 22px 0;
}

#case #list_head li {
	float:left;
	display: inline;
	margin: 5px 6px 0 0;
}

#case #list_head li a {
	display:block;
}

#case #list_head li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* 施工事例　一覧ページ
（/case/index.html、index2.html）
---------------------------------------------*/
#case #itemArea {
	clear: left;
}

#case #listArea .item {
	width: 860px;
	margin: 0 auto 34px auto;
	clear: left;
	padding-bottom:0px;
}

#itemArea .caseItem {
	background-image: url(../../images/case/frame_bg.gif);
	width: 211px;
	padding: 13px 0 0 0;
	margin: 0 12px 23px 0;
	float: left;
}

#itemArea .ci_end {
	margin: 0 0 20px 0;
}

#itemArea .casePhoto {
	width: 183px;
	margin: 0 0 0 13px;
}

#itemArea .caseLink {
	width: 185px;
	margin: 8px 0 4px 13px;
	font-size: 12px;
}

#itemArea .icons {
	margin: 0 0 0 13px;
	width: 186px;
	height: 57px;
}

#itemArea .icons img {
	margin: 5px 4px 0 0;
}


/*---- #re_footer ----*/

#listArea #re_footer {
	clear: left;
	text-align: right;
	width: 880px;
	margin: 20px 0 0 0;
}

/*IE7*/
*:first-child+html #listArea #re_footer {
	clear: left;
	text-align: right;
	width: 880px;
	margin: 43px 0 0 0;
}

#re_footer .pagetop {
	text-align: right;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dadada;
	margin: 0 0 5px 0;
}

/* フッダーページ送り */

#re_footer .pagination {
	padding: 15px 0 6px 0;
	margin: 3px;
	text-align:center;
	font-family:Tahoma,Helvetica,sans-serif;
}
	
#re_footer .pagination a {
	border: 1px solid #cccccc;
	margin-right:8px;
	padding:2px 8px;
	background-position:bottom;
	text-decoration: none;
}
#re_footer .pagination a:hover {
	border: 1px solid #CCCCCC;
	background-image:none;
	background-color: #EFEFEF;
}

#re_footer .pagination span.next{
	border-left:1px solid #000000;
	border-top:none;
	border-right:none;
	border-bottom:none;
	margin:0 10px 0 0px;
	padding:0 0 0 10px;
}

#re_footer .pagination span.back{
	border-right:1px solid #000000;
	border-top:none;
	border-left:none;
	border-bottom:none;
	margin:0 0 0 10px;
	padding:0 4px 0 0;
}

#re_footer .pagination span.current {
	margin-right:3px;
	padding:2px 6px;	
	font-weight: bold;
	color: #000;
}

#re_footer .pagination span.disabled {
	margin-right:8px;
	padding:2px 8px;
	border: 1px solid #EEE;
	color: #cccccc;
}


/* 施工事例　詳細ページ
（/case/detail_k.html、detail_m.html）

■ヘッダー　タイトル部分のみ
（コンテンツのCSSは、rc_detail.css）
---------------------------------------------*/

#case #detailArea {
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #828282;
	background-color: #FFFFFF;
	padding: 7px 34px 20px 34px;
	width: 860px;
}
#detailArea .dtilBack_top {
	margin: 0 0 12px 0;
}
#case #detailArea .iconArea img {
	margin:0 5px 0 0;
}

#detailArea .dtilTitle_ko {
	background-image: url(../../images/case/dtil_titlebg_ko.gif);
	padding: 0;
	width: auto;
	margin: 7px 0 0 0;
}

#detailArea .dtilTitle_ma {
	background-image: url(../../images/case/dtil_titlebg_ma.gif);
	padding: 0;
	width: auto;
	margin: 7px 0 0 0;
}

#detailArea .dtilTitle_ko h2,
#detailArea .dtilTitle_ma h2 {
	font-size: 120%;
	padding: 11px 0 0 0;
	margin: 0 5px 0 16px;
	height: 24px;
}

#detailArea .dtilTitle_ko h3,
#detailArea .dtilTitle_ma h3 {
	margin:0;
	background-image: url(../../images/case/dtil_titleun.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 9px 0 20px 17px;
	font-size: 130%;
	font-weight:bold;
}

#detailArea .h03_ko {
	color: #004ba8;
}

#detailArea .h03_ma {
	color: #018c12;
}
