@charset "shift_jis";
/* ----------------------------------------------------------
	saxa
	define layout css
	margine is united up. 
---------------------------------------------------------- */
/* 段落 */
body#about #contents p.paragraph {
	margin-bottom: 1em;
}
/* 画像ポジション */
body#about #contents .ph-center {
	text-align: center;
}
/* テキストポジション */
body#about #contents .tx-center {
	text-align: center;
}
body#about #contents .tx-right {
	text-align: right;
}
/* 表組み　縦位置 */
body#about #contents .vt {
	vertical-align: top;
}
/* マージン */
body#about #contents .mb30{
	margin-bottom: 30px;
}
body#about #contents .mb25{
	margin-bottom: 25px;
}
body#about #contents .mb20{
	margin-bottom: 20px;
}
body#about #contents .mb15{
	margin-bottom: 15px;
}
body#about #contents .mb10{
	margin-bottom: 10px;
}
body#about #contents .mb5{
	margin-bottom: 5px;
}
/* group/office */
#contents #main .col2-txt-l03 .col1 {
	float: left;
	width: 500px;
	margin: 0 30px 0 0;
}
#contents #main .col2-txt-l03 .col2 {
	float: right;
	width: 70px;
}
body#about #contents h2.mb15{
	margin-bottom: 15px;
}
