@charset "UTF-8";

/* CSS Document */

/*********************************************************
目次
１．サービス　/service/
２．企業情報　/about/
３．スタッフ紹介　/staff/
４．お問い合わせ　/contact/
５．コンテンツページ共通設定
**********************************************************/


/*********************************************************
１．サービス　/service/
**********************************************************/

.service_photo {
	width: 160px;
	float: left;
	margin-right: 10px;
}

.service_txt {
	width: 380px;
	float: left;
}

.service_detail {
	background: #f0f0f0 url("/service/img/service_btm.gif") left bottom no-repeat;
	margin-top: 10px;
	padding-bottom: 10px;
}

.service_detail ul li {
	color: #6e1f00;
	list-style: disc;
	padding-top: 6px;
	margin-left: 30px;
}

.casestudy {
	background: #f0f0f0 url("/service/img/service_btm.gif") left bottom no-repeat;
	margin: 10px 0 25px;
	padding-bottom: 10px;
}

.casestudy h5 {
	background: url("/service/img/casestudy.gif") 10px top no-repeat;
	padding-left: 120px;
}

.casestudy_photo {
	width: 300px;
	float: left;
	margin: 0 10px;
}

.casestudy_txt {
	width: 220px;
	float: left;
}

table.tb_cs {
	width: 530px;
	margin-left: 10px;
	text-align: center;
}

table.tb_cs td.txt {
	text-align: left;
	vertical-align: top;
	padding: 0 5px 10px;
}

.awards {
	background: #f0f0f0 url("/service/img/service_btm.gif") left bottom no-repeat;
	margin: 10px 0;
	padding-bottom: 10px;
}

.awards_txt {
	width: 530px;
	margin-left: 10px;
}

/*********************************************************
２．企業情報	　/about/
**********************************************************/

.message_photo {
	width: 140px;
	float: left;
	margin-right: 10px;
}

.message_txt {
	width: 400px;
	float: left;
}

table.profile {
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
}

table.profile th {
 text-align: left;
	background: #f8e8e2;
	padding: 10px;
	width: 88px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}

table.profile td {
	padding: 10px;
	width: 418px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}

table.profile td table.normal td {
	vertical-align: top;
	background: none;
	width: auto;
	padding: 0;
	margin: 0;
}

ul.clients {
	background: url("/img/dotline.gif") left top repeat-x;
}

ul.clients li {
	background: url("/img/dotline.gif") left bottom repeat-x;
	padding: 10px;
}


/*********************************************************
３．スタッフ紹介		　/staff/
**********************************************************/

.staff_photo {
	width: 130px;
	float: left;
	margin-right: 10px;
}

.staff_txt {
	width: 410px;
	float: left;
}

.staff_ttl {
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.staff_name {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 15px;
}

.staff_speciality {
	color: #6e1f00;
	margin-bottom: 15px;
}


/*********************************************************
４．お問い合わせ　/contact/
**********************************************************/

table.contact {
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
	width: 100%;
}

table.contact th {
 text-align: left;
	background: #f8e8e2;
	padding: 10px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}

table.contact td {
	padding: 10px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
}

table.contact td table.normal td {
	vertical-align: top;
	background: none;
	width: auto;
	padding: 0;
	margin: 0;
}


/*********************************************************
５．サイトマップ　/sitemap/
**********************************************************/

h4.sitemap_ttl {
	background: #f8e8e2;
	padding: 5px 10px;
	border: #999 solid 1px;
	font-size: 14px;
}

h4.sitemap_ttl a {
	background: url(/img/arrow.gif) left center no-repeat;
	padding-left: 13px;
}

ul.sitemap {
 margin-bottom: 20px;
	padding-left: 20px;
}

ul.sitemap li {
	list-style: disc;
 margin-bottom: 10px;
}
#recruit {
	clear: both;
}



/*********************************************************
６．コンテンツページ共通設定
**********************************************************/

#title h2 {
	margin-bottom: 0;
}

