﻿@charset "utf-8";

/*----------------------------------------------------
　page共通
----------------------------------------------------*/
.top_img {
	width: 1000px;
	margin: 0 auto;
}

#cont_right {
	width: 730px;
	float: right;
}


#cont_right table {
	width: 100%;
}

#cont_right .left {float: left;}
#cont_right .right {float: right;}
#cont_right .clear {clear: both;}
#cont_right .over {overflow: hidden;}

#cont_right .auto {margin-right: auto; margin-left: auto;}
#cont_right .center {text-align: center;}

#cont_right .mr20 {margin-right: 20px;}
#cont_right .mb20 {margin-bottom: 20px;}
#cont_right .ml65 {margin-left: 65px;}
#cont_right .pl5 {padding-left: 5px;}


/*----------------------------------------------------
　会社案内
----------------------------------------------------*/
#cont_right.company table tr {
	border-bottom: 2px solid #D7D7D7;
}

#cont_right.company table th {
	width: 20%;
	text-align: left;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: middle;
}

#cont_right.company table td {
	width: 80%;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#cont_right.company iframe {
	display: block;
}

/*----------------------------------------------------
　採用情報
----------------------------------------------------*/
#cont_right.recruit p {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#cont_right.recruit table tr {
	border-bottom: 1px solid #fff;
}

#cont_right.recruit table th {
	width: 15%;
	background-color: #eee;
	border-left: 5px solid #74A92D;
	text-align: left;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	vertical-align: middle;
}

#cont_right.recruit table td {
	width: 80%;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#cont_right.recruit table,
#cont_right.recruit td,
#cont_right.recruit th {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

/*----------------------------------------------------
　特殊工法
----------------------------------------------------*/
#cont_right.special .left {width: 325px;}
#cont_right.special .right {width: 400px;}

#cont_right.special .houchi {
	line-height: 20px;
	display: inline-block;
	background-color: #ccc;
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 5px;
}

#cont_right.special .houchi , #cont_right.special ul {
	margin-left: 5px;
}

/*----------------------------------------------------
　業務紹介
----------------------------------------------------*/
#cont_right.product .over .left {width: 290px;}
#cont_right.product .over h4 {line-height: 25px; margin-bottom: 0;}

/*----------------------------------------------------
　D型工法
----------------------------------------------------*/
#cont_right.dtype .left {width: 410px;}
#cont_right.dtype .right {width: 300px;}

#cont_right.dtype table,
#cont_right.dtype td,
#cont_right.dtype th {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 410px;
}

#cont_right.dtype td,
#cont_right.dtype th {
	padding: 10px;
}

#cont_right.dtype th {
	background: #F9F9F9;
	width: 170px;
	vertical-align: middle;
}

#cont_right.dtype td.dtable_td {
	width: 170px;
	text-align: center;
	vertical-align: middle;
}