@charset "Shift_JIS";

/************************************************************************
	01 : プライバシーポリシー
************************************************************************/
#company-box{
	width:600px;
	margin:0 0 50px 0;
	float:right;
	border:1px #999999 solid;
	padding: 0;
}

table.company{
	padding:0;
	margin:50px auto 50px auto;
	width:520px;
	height:auto;
	clear: none;
	border: 0px;
	border-collapse:collapse;
	border-spacing:0px;
}

table.company th{
	padding:0;
	margin:0;
	width:100px;
	height:auto;
}

table.company td{
	padding:0 0 0 30px;
	margin:0;
	width:350px;
	height:auto;
	border-left: 1px #999999 dotted;
}


/* メールフォーム
--------------------------------------------------- */

/************************************************************************
	02 : スクロールtop
************************************************************************/

	
	
#details-scrolltop-box{
	float:left;
	height:15px;
	width:620px;
	margin:0px 0 0 0;
}
#details-page-top{
	float:right;
	height:12px;
	background:url(../../images/arrow_pagetop.gif) no-repeat;
	position:relative;
	width: 110px;
}
div#details-page-top-text{
	position:absolute;
	left: 17px;
	top: -2px;
	font-size:10px;
}
