/*--▼［共通］contents--*/
#company_a .cContents, #company_b .cContents, #company_c .cContents, #company_d .cContents, #company_e .cContents {
	display: block;
	padding: 0px;
	height: auto;
}
.cContents .cHonbun h4 {
	line-height: 32px;
	color: #FFF;
	background-color: #000;
	height: 32px;
	display: block;
	width: 200px;
	margin-bottom: 10px;
	padding-left: 16px;
	border-radius: 16px;        /* CSS3草案 */
	-webkit-border-radius: 16px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 16px;   /* Firefox用 */
}

/*--↓ページトップ背景【施工実績のみ】--*/
#iWrapper #iPage_head{
	background-image: url(../img/company/img_pageImg_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#company_b .cContents .cHonbun img {
	display: block;
	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*--▼［共通］会社概要--*/
#company_c .cContents table   { width: 100%; }
#company_c .cContents th,
#company_c .cContents td  {
	text-align: left;
}
#company_c .cContents th  {
	width: 20%;
	font-weight: bold;
	color: #1c292e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1c292e;
}
#company_c .cContents td  {
}
#company_c .cContents td img {
	display: block;
	margin: 0px;
	padding: 0px;
}

/*--▼［共通］沿革--*/
#company_d .cContents table   { width: 100%; }
#company_d .cContents th, #company_c .cContents td  {
	text-align: left;
}
#company_d .cContents th  {
	width: 20%;
	font-weight: bold;
	color: #1c292e;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}
#company_d .cContents td  {
}

/*--▼［共通］技術職員--*/
#company_e .cContents table   {
	width: 100%;
	margin-bottom: 20px;
}
#company_e .cContents th, #company_c .cContents td  {
	text-align: left;
}
#company_e .cContents th  {
}
#company_e .cContents td  {
}


/*- PC用  --------------------------------------------------------------------------------------*/
@media screen and (min-width: 720px){

	
/*--▼［PC］contents--*/
#company_a .cContents, #company_b .cContents, #company_c .cContents, #company_d .cContents, #company_e .cContents {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
}

/*--▼［PC］会社概要--*/
#company_c .cContents table   { 
}
#company_c .cContents th, #company_c .cContents td  {
	padding-top: 20px;
	vertical-align: top;
	padding-bottom: 20px;
}
#company_c .cContents th  {
	vertical-align: baseline;
}
#company_c .cContents td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-left: 20px;
}
#company_c .cContents td .cR  {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#company_c .cContents td .cL  {
	display: block;
	margin: 0px;
	float: left;
}
#company_c .cContents td img {
	
}
/*--▼［共通］沿革--*/
#company_d .cContents table   { 
}
#company_d .cContents th, #company_d .cContents td  {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#company_d .cContents th  {
	
}
#company_d .cContents td  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	padding-left: 20px;
}

/*--▼［共通］技術職員--*/
#company_e .cContents .cHonbun .cL{
	width: 50%;
	float: left;
}
#company_e .cContents .cHonbun .cR{
	float: right;
	width: 50%;
}

#company_e .cContents table { 
}
#company_e .cContents th, #company_c .cContents td  {
}
#company_e .cContents th  {
	width: 40%;
}
#company_e .cContents td  {
}
#company_e .cContents td img {
	display: block;
}
#company_e .cContents .cHonbun .cL{
	
}
#company_e .cContents .cHonbun .cR{
	
}


}


/*- スマートフォン用  --------------------------------------------------------------------------------------*/
@media screen and (max-width:720px){

/*--▼［SP］contents--*/
#company_a .cContents, #company_b .cContents, #company_c .cContents, #company_d .cContents, #company_e .cContents {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}

/*--▼［SP］会社概要--*/
#company_c .cContents  th,
#company_c .cContents  td{
        width: 100%;
        display: block;
        border-top: none;
    }
#company_c .cContents  th{
	padding-top: 10px;
	padding-bottom: 6px;
}
#company_c .cContents  td{
	padding-top: 6px;
	padding-bottom: 40px;
}
#company_c .cContents  tr:first-child th   {
}
#company_c .cContents  tr:first-child td   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*--▼［SP］沿革--*/
#company_d .cContents  th,
#company_d .cContents  td{
        width: 100%;
        display: block;
        border-top: none;
    }
#company_d .cContents  th{
	padding-top: 10px;
	padding-bottom: 6px;
}
#company_d .cContents  td{
	padding-top: 6px;
	padding-bottom: 40px;
}
#company_d .cContents  tr:first-child th   {
}
#company_d .cContents  tr:first-child td   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*--▼［共通］技術職員--*/
#company_e .cContents .cHonbun .cL{
}
#company_e .cContents .cHonbun .cR{
}
#company_e .cContents .cHonbun .cL{
}
#company_e .cContents .cHonbun .cR{
}
#company_c .cContents td img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
}
