/* ||||||||||||||||||||||||||||||||||||||||

	リオーレ
	
	・会社概要
	・特定商取引に基づく表示
	  
	
||||||||||||||||||||||||||||||||||||||||||| */

/* company.html 会社概要 
   law.html 特定商取引について */
#about {
	width:90%;
	margin:40px auto;
	}
.tableBox {
	width:100%;
	}
.tableBox th {
	width:30%;
	padding:10px;
	border-bottom:1px solid #ccc;
	text-align:left;
	}
.tableBox td {
	width:70%;
	padding:10px;
	border-bottom:1px solid #ccc;
	}

/* サイトポリシー */
.policyTitle01 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	}
.siteBox {
	margin-bottom:20px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
	}
.siteBox02 {
	margin-bottom:20px;
	padding-bottom:30px;
	border-bottom:3px double #ccc;
	}