@charset "UTF-8";
@import url("./common/common.css");
@import url("./common/base.css");


/*----- 重量物はお任せください！ページ 設定 ----------------------------------------------------*/

section.service {  }

article.business_wrap { width:92%; padding:20px 4%; float:left; }

article.business_wrap h4{ width:71%; padding:0 2%; font-size:1.5em; font-weight:normal; border-bottom:solid 1px #0b3073; float:right; }

div.business_img { width:21%; margin:0 2%; float:left; }
div.business_img img{ padding:3px; border:solid 1px #0b3073; }

article.business_wrap p{ width:71%; padding:20px 2%; line-height:1.9em; float:left; }


/*----- 保有機材 設定 ----------------------------------------------------*/

section.fleet p{ width:92%; padding:20px 4%; line-height:1.9em; float:left; }

ul.fleet_list { width:100%; padding:10px 0; background-color:#000; box-shadow:0 5px 5px rgba(0,0,0,0.5) inset; overflow:hidden; }
ul.fleet_list li{ width:25%; padding:10px 0; margin:10px 0; font-weight:bold; color:#fff; text-align:center; border-right:solid 1px #aaa; box-sizing:border-box; float:left; }
ul.fleet_list li:nth-child(4) { border:none; }

ul.fleet_img_b { width:100%; padding:0; overflow:hidden; }
ul.fleet_img_b li { width:33.33%; float:left; }
ul.fleet_img_b li img{ box-shadow:0 5px 5px rgba(0,0,0,0.5) inset; }


/*----- 1100px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:1100px) {

	article.business_wrap h4{ width:51%; }
	div.business_img { width:41%; }
	article.business_wrap p{ width:51%; }

	ul.fleet_list li{ width:50%; }
	ul.fleet_list li:nth-child(2n) { border:none; }

	ul.fleet_img_b li { width:100%; margin:5px 0 0 0; }
	ul.fleet_img_b li img{ margin:0; padding:0; vertical-align:bottom; display:block; }


}
/*----- 650px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:650px) {

	article.business_wrap h4{ width:96%; margin-bottom:10px; float:left; }
	div.business_img { width:80%; margin:0 10%; }
	article.business_wrap p{ width:96%; }

}

/*----- 480px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:480px) {



}
