@charset "utf-8";
/* -----------------------------------------------------------
	プライマリーワークスとは setting
----------------------------------------------------------- */

.About_us{
	width:1050px;
	margin: 0 auto;
}


/* ３つの理念 */

#About_oath{
	margin-bottom : 30px;
	height:450px;
	margin-right : -45px;
	border-bottom : 1px dotted #333;
}

#About_oath .About_box{
	width : 320px;
	height : 380px;
	margin-right : 45px;
	float:left;
	position:relative;
}

.oath_title{
	position : absolute;
	left : 0px;
	top : 0px;
	padding-bottom : 10px;
	border-bottom : 1px solid #a79684;
}

.oath_txt{
	position : absolute;
	left : 0px;
	top : 60px;
}

.oath_img{
	position : absolute;
	left : 0px;
	top : 280px;
}

/* プロジェクト情報 */

.about_data{
	text-align : center;
	margin : 0 auto;
	width : 320px;
	height : 320px;

	margin-bottom : 100px;
	margin-right : 30px;
	float : left;
}

h3{
	text-decoration : none;
	text-align : center;
	line-height : 30px;
	font-size : 13px;
	height : 30px;
	background :#000;
	color : #fff;
	margin-bottom : 20px;
}

table {
	width : 320px;
}

table tr{
	height : 30px;
	border-bottom : 1px solid #222;
}

table td{
	text-align : left;
}

.about_data li{
	border-bottom : 1px solid #222;
	line-height : 50px;
}