@charset "utf-8";
/* CSS Document */

/* 私達について
=================================================================== */
#about table{
	width:650px;
	line-height:1.6;
}
#about table th{
	font-weight:normal;
	width:120px;
	border-bottom:1px dotted #b0aaa5;
	padding:10px;
	color:#8F765A;
	vertical-align:middle;
}
#about table th.last,
#about table td.last{
	padding:10px 10px 0;
	border-bottom:none;	
}

#about table td{
	border-bottom:1px dotted #b0aaa5;
	padding:10px;
}
#about dt{
	/*color:#8F765A;*/
	/*font-weight:bold;*/
}
#about dd{
	padding:0 0 30px 15px;
}
#footer_contact_box dd{
	padding:0;
}

#about .rinenUl span{
	margin-left: 15px;
	display: inline-block;
}
#about .rinenUl{
	width: 330px;
}
#about .rinenUl li{
	line-height: 1.6;
	margin-bottom: 10px;
}
.sp_only{
	display: none!important;
}
.pc_only{
	display: block!important;
}