@charset "utf-8";
/*============================================================
	私たちについて
	about
============================================================*/


/*----------------------------------------------
	グローバルナビ
---------------------------------------------*/

#gNav li:nth-of-type(5) a {
	border-bottom: solid 3px #2656a7;
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -moz-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -o-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -ms-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: linear-gradient(to top, #ddd, #f9f9f9);
}


/*----------------------------------------------
	コンテンツ
---------------------------------------------*/



/* タイトル
-----------------------------------*/

#ttl h3 img {
	position: absolute;
	right: 0;
	bottom: 20px;
}


/*=============================================
■TEAM FUDAI
=============================================*/

#staff {
	margin-bottom: 40px;
	padding-bottom: 30px;
}

#staff .copy {
	margin-bottom: 30px;
}

#staff .col {
	float: left;
	width: 314px;
	margin-right: 29px;
	text-align: center;
}
#staff .col:nth-of-type(3) {
	margin-right: 0;
}

#staff .col dl {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 25px;
	background: url(../img/about/border-xs.png) no-repeat bottom;
}

#staff .col dd {
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", Meiryo, serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
}
#staff .col dd em {
	color: #00a0e9;
	font-family: "MS Serif", "New York", serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
}

#staff .col p {
	margin: 0 30px;
}


/*=============================================
■会社について
=============================================*/

.profile h4 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: url(../img/common/border.png) no-repeat bottom;
	font-size: 20px;
	color: #d71518;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}

/* 社屋写真 */

.profile figure {
	float: right;
	text-align: center;
}

.profile figure figcaption {
	margin-top: 5px;
}

/* 基本情報 */

.profile dl {
	width: 580px;
	margin-bottom: 25px;
}

.profile dt {
	clear: left;
	float: left;
	padding-top: 9px;
	color: #014099;
	font-weight: bold;
}

.profile dd {
	padding: 7px 0 4px 130px;
	border-bottom: dashed 1px #014099;
	color: #014099;
	font-size: 16px;
	font-weight: bold;
}

.profile dd a {
	color: #014099;
	text-decoration: none;
}
.profile dd a:hover {
	text-decoration: underline;
}


/* 詳細情報 */

.profile table {
	width: 580px;
	margin-bottom: 25px;
}

.profile th {
	width: 7em;
}
