@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
#companyimg{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#company h3{
	background-color: #FFF;
	color: #003300;
	background: none;	/*グラデーション*/
	background: none;			/*同上*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 3px;
	border-bottom-color: #599c2d;
	font-size: 16px;
	margin-top: 50px;
}
/*テーブル１
---------------------------------------------------------------------------*/
#company .ta1 {
	width: 100%;
	margin-bottom: 80px;
	background: #fff;	/*背景色*/
}

#company .ta1, #company .ta1 td, #company .ta1 th{
	line-height: 2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/*テーブル１行目に入った見出し部分*/
#company .ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	/*background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	/*background: -webkit-linear-gradient(#4b4b4b, #333);	/*グラデーション*/
	/*background: linear-gradient(#4b4b4b, #333);			/*同上*/
}

/*テーブル内の左側*/
#company .ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;	/*背景色*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #599c2d;
	background-color: #FFF;
}

/*テーブル内の右側*/
#company .ta1 td{
	padding: 10px;
}


/*運搬車両の合計*/
#company td#sum{
	text-align: right;
	padding-right: 30px;
}



/*リスト部分*/
#companyli {
	float: left;
	width: 40%;
	padding-left: 1%;
	margin-right: 9%;
}

#companyli ul li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 5%;
}


#companyli h2{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #599c2d;
	padding-left: 3%;
	color: #003300;
}
