/*---------テーブルに関するcss---------*/

table{
	width:530px;
	margin:24px 12px;
}

th{
	width:112px;
	background-color:#cbcfe9;
	padding:8px 0 8px 12px;
	border-bottom:1px solid #919ad0;
}

td{
	width:380px;
	padding:8px;
	border-top:1px solid #919ad0;
	border-bottom:1px solid #919ad0;
	border-right:1px solid #919ad0;
}

tabletop{
	border-top:1px solid #919ad0;
}

/*----------特定商取引に関するCSS----------------*/

.zenbun{
	width:570px;
}

/*----------会社概要に関するCSS---------------*/

.partimg{
	float:right;
	width:250px;
}

.partname img{
	vertical-align:middle;
}

.partname{
	clear:both;
	border-bottom:1px solid #919ad0;
	margin-bottom:12px;
}

.part{
	width:508px;
	margin-left:12px;
}

.partsentence{
	width:250px;
	float:left;
}

.em{
	font-size:14px;
	border:1px solid #919ad0;
	padding:4px;
	width:212px;
	text-align:center;
	margin-right:12px;
}

.group01{
	float:left;
	width:200px;
	margin-right:12px;
}
		

.group02{
	float:right;
	widgh:212px;
}


