@charset "utf-8";

/* 「リウォッシュのこだわり」専用CSS */

/* 会社概要━━━━━━━━━━━━━━━━━━━━━━━ */
#detailAboutus2{
	width:670px;
	float:left;
	}

#detailAboutus2 .contentHeader{
	background-image:url(../img/bg_contentHeader2.png) !important;
	background-repeat:no-repeat;
	}
	
#detailAboutus2 .contentBody{
	background-image:url(../img/bg_contentBody2.png) !important;
	background-repeat:repeat-y;
	}

#detailAboutus2 .contentBody table th{
	text-align:center;
	font-weight:normal;
	background-color:#F2F3F4;
	border-bottom:1px solid #CCCCCC;
	white-space:nowrap;
	}
	
#detailAboutus2 .contentBody table td{
	font-weight:normal;
	background-color:#fff;
	border-bottom:1px solid #CCCCCC;
	}
	
#detailAboutus2 .contentFooter{
	background-image:url(../img/bg_contentFooter2.png) !important;
	background-repeat:no-repeat;
	}

/* トップメッセージ━━━━━━━━━━━━━━━━━━━━━━━ */
#detailAboutus3{
	width:280px;
	float:left;
	}

#detailAboutus3 .contentHeader{
	background-image:url(../img/bg_contentHeader3.png) !important;
	background-repeat:no-repeat;
	}
	
#detailAboutus3 .contentBody{
	padding:0px 40px;
	background-image:url(../img/bg_contentBody3.png) !important;
	background-repeat:repeat-y;
	}
	
#detailAboutus3 .contentBody p{
	margin-top:30px;
	line-height:1.8;
	}

#detailAboutus3 .contentBody div{
	text-align:center;
	}
	
#detailAboutus3 .contentFooter{
	background-image:url(../img/bg_contentFooter3.png) !important;
	background-repeat:no-repeat;
	}