/* 

リフォーム関西

パートナー会社様 詳細表示用css

Last Updated: 2013-03-25


*/
body{
	background-color:#fff;
}

h1.title{
	margin:12px 0 12px 0;
}

h2#company-name{
	color:#971F25;
	font-size:18px;
}

/*
 * コンテンツ部分
 */
div#outer-warp{
	width:100%;	
	background:#fff;
}

section#section-warp{
	width:970px;
	background:#fff;
}

section#contents{
	float:left;
	width:695px;
}

/* プロフィール表示部分*/
article#profile{
	width:680px;
	padding:5px;
	background:url("../../images/background/gray-bk.png");
	margin-bottom:12px;	
}
article#profile div.block{
	background:#F9F9F4;	
	padding:10px;
}
article#profile  div.block div.image{
	float:left;
	width:275px;
}
article#profile  div.block div.info{
	float:left;
	width:370px;
	line-height:24px;

}


/*  施工事例表示部分 */
article.reform{
	width:210px;
	padding:5px;
	background:url("../../images/background/gray-bk.png");
	margin:0 5px 16px 0;	
	float:left;
}
article.reform div.block{
	background:#F9F9F4;	
	padding:10px 15px;
}

article.reform div.block div.reform-img{
	margin:10px auto;
	height:130px;
}
article.reform div.block div.reform-info{
	margin:10px auto;
	height:160px;
}
article.reform div.block div.reform-info h2{
	font-weight:bold;
	color:#971F25;
}



/* アドレス表示部分 */
address{
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-top:1px dotted #666;	
	border-bottom:1px dotted #666;
}
span#access{
	font-weight:bold;
	color:#971F25;	
}


/*
 * サイドバナー
 */

aside{
	float:right;
	width:250px;
}


/* 只今の掲載事例数 */
article#nownum{
	position:relative;
	background:url("../../images/background/partner-detail-nownum.png") no-repeat;
	width:250px;
	height:90px;
}
/* 只今の掲載事例数（数値表示） */
article#nownum div#num{
	position:absolute;
	color:#fff;
	top:45px;
	width:250px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
}


/*
 * 会社概要テーブル
 */

table.profile{
	width:690px;	
	margin-bottom:12px;
}

table.profile th{
	width:140px;	
	background-color:#D394A3;
	color:#fff;
	font-weight:bold;
	padding:10px;
	border:1px #ccc solid;
	text-align:left;
}

table.profile td{
	padding:10px;
	border:1px #ccc solid;
}

/*
 * フッター 
 */

footer#partner-detail{
	clear:both;
	width:970px;
	margin:20px auto;	
	border-top:1px #ccc solid;
}

footer#partner-detail div#partner-detail-left{
	float:left;
	width:290px;
	text-align:left;	
	margin-top:12px;
	margin-bottom:32px;
}
footer#partner-detail div#partner-detail-right{
	float:left;
	margin-top:12px;
	margin-bottom:32px;
	line-height:1.6em;
}
