@charset "UTF-8";

/* common
----------------------------------- */
article#main p {
	line-height: 250%;
}


/* intro
----------------------------------- */
.intro {
	text-align: center;
	padding-top: 375px;
	background: url(../img/company/img_intro.png) no-repeat center top;
	padding-bottom: 80px;
}

.intro h3 {
	padding-top: 40px;
	line-height: 100%;
}

.intro p {
	padding: 30px 165px 0;
}


/* container
----------------------------------- */
.container {
	padding: 80px 0;	
	border-top: 1px dashed #494949;
}

.container h3 {
	border-left: 4px solid #009fe8;
	line-height: 27px;
	padding-left: 12px;
}

.container h3 img {
	vertical-align: sub;
}


/* logo
----------------------------------- */
.logo p {
	margin-top: 75px;
	padding-left: 330px;
	background: url(../img/company/img_logo.png) no-repeat left center;
}

/* profile
----------------------------------- */
.profile table {
	border-collapse: collapse;
	width:100%;
	margin-top: 85px;
	color: #646464;
	font-size: 0.88rem;
}

.profile th.t_top {
    border-top: #009fe8 4px solid;
}

.profile th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px 20px;
	font-weight: normal;
	background-color: #efefef
}

.profile td.t_top {
	border-top: #b3b3b3 4px solid;
}

.profile td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 15px 20px;
	line-height: 160%;
}

