@charset "Shift_JIS";

@import "lightbox.css";

/*-----------------------------------------------
	■page.css

　各ページごとの設定。
　気を抜くと他でも使われる。そんな存在

　 ∧＿∧　　　　　page？フルボッコにしてやんよ
　(　･ω･)＝つ≡つ 
　(っ　≡つ＝つ 
　/　　　) ﾊﾞﾊﾞﾊﾞﾊﾞ 
　( /￣∪
-----------------------------------------------*/

/*----------------------------------------------
　セカンダリ全般
-----------------------------------------------*/
input,textarea{
	padding								: 2px;
}

table.listTbl{
	margin							:10px 0px 10px 0px;
	width										: 100%;
	border-collapse					: collapse;

}

.listTbl caption{
	text-align:left;
	line-height:1.5;
}

.listTbl td,.listTbl th{
	padding:8px 8px;
	line-height:1.3;
}


.listTbl th{
	background:#f1f1f1;
	border:1px solid #e1e1e1;
}

.listTbl td{
	border:1px solid #e1e1e1;
}


/*----------------------------------------------
　グループ沿革
-----------------------------------------------*/
#history .listTbl th{
	text-align:left;
}



/*----------------------------------------------
　企業一覧
-----------------------------------------------*/
#group .listTbl img{
	margin:4px 2px 4px 0px;
}

#grup .listTbl caption{
	margin:10px 0px 5px 0px;
	
}

#group .listTbl{
	margin-top:5px;
}


/*----------------------------------------------
　お問い合わせ
-----------------------------------------------*/
table.contactTbl{
	margin									: 5px 0px;
	width										: 100%;
	border-collapse					: collapse;
	border									: 1px solid #e1e1e1;
}

.contactTbl th,.contactTbl td{
	padding									: 5px;
	border									: 1px solid #e1e1e1;
}

.contactTbl th{
	width										: 130px;
	font-weight							: normal;
	border-right							: none;
	background							: #f1f1f1;
	text-align								: center;
}

.contactTbl td{
	border-left							: none;
}

#contact input.text{
	width									: 250px;
}
#contact textarea.text{
	width									: 300px;
	height									: 95px;
}

#contact input.button{
	padding								: 8px;
}

/*----------------------------------------------
　サイトマップ
-----------------------------------------------*/

#policy .list02{
	padding								: 0 0 0 20px;
}

/*----------------------------------------------
　新着情報
-----------------------------------------------*/
#information h3.txtTitle{
	padding-top						: 0.3em;
	padding-left						: 20px;
	padding-bottom				: 0.3em;
	border-bottom					: 1px dashed #e1e1e1;
	background						: url(../img/arrow/sq_box.gif) no-repeat 0.4em 0.7em;
}

#information .display .entry{
	margin-bottom					: 2em;
}
