﻿@charset "utf-8";
/* strong.css */


/*　オーダーメイド
////////////////////////////////////////////////////*/
#order .gchild_first{
	float:left;
	margin:20px 0 0 20px;
	}

#order p{
	margin:0 0 28px;
	}

#order p.last_child{
	margin:0 0 20px;
	}

#order .gchild_second{
	float:right;
	width:595px;
	margin:20px 20px 0 0;
	line-height:1.5;
	}

/*　開発の流れ
////////////////////////////////////////////////////*/

#develop .gchild_first ol{
	margin:20px 0 0 45px;
	}

#develop .gchild_first li{
	float:left;
	margin:0 0 0 15px;
	}

#develop .gchild_second ol{
	overflow:hidden;
	}

.first_list{
	float:left;
	width:175px;
	margin:0 0 0 75px;
	}

.second_list{
	float:left;
	width:245px;
	margin:0 0 0 45px;
	}
.third_list{
	float:left;
	width:175px;
	margin:0 0 0 75px;
	}

#develop .gchild_second ol{
	margin:13px 0 20px 60px;
	line-height:1.5;
	}

#develop .gchild_second img{
	margin:20px 0 0 70px;
	}

#develop .gchild_first .even{
	float:left;
	margin:85px 0 0 15px;
	}

/*　工場紹介
////////////////////////////////////////////////////*/

#factory .gchild_first{
	width:440px;
	float:left;
	margin:20px 0 0 20px;
	}

#factory .gchild_second{
	width:440px;
	float:right;
	margin:20px 20px 0 0;
	}

#factory p{
	line-height:1.5;
	margin:0 0 20px;
	}

/*　設備紹介
////////////////////////////////////////////////////*/

#equipment .parent_box{
	overflow:hidden;
	padding:0 0 3px;
	background:url(../img/bg_underbar.jpg) center bottom no-repeat;
}

#equipment .child_box{
	overflow:hidden;
	padding:0 3px 0;
	background:url(../img/bg_box_line.jpg) center top repeat-y;
}

#equipment .gchild_first{
	float:left;
	margin:20px 0 20px 20px;
	}

#equipment .gchild_second{
	float:right;
	width:440px;
	margin:20px 20px 20px 0;
	}

#equipment .gchild_second p{
	padding:0 0 5px 22px;
	border-bottom: 1px dotted #6b6b6b;
	background:url(../img/indent_equipment_line.gif) 9px 1px no-repeat;
	line-height:1;
	}

#equipment table{
	width:400px;
	margin:5px 0 0 20px;
	border-collapse:collapse;
	line-height:1.2;
	}
#equipment table th{
	padding:10px 0 0;
}

#equipment table td{
	padding:10px 0 0 10px;
	text-align:right;
}

/*　納入例
////////////////////////////////////////////////////*/

#delivery_record .parent_box{
	padding:0 0 3px;
	background:url(../img/bg_underbar.jpg) center bottom no-repeat;
	}

#delivery_record .child_box{
	padding:0 3px 0;
	background:url(../img/bg_box_line.jpg) center top repeat-y;
	}

#delivery_record .child_box ul{
	overflow:hidden;
	margin:20px 0 10px 50px;
	line-height:1.5;
	}

#delivery_record ul.last_child{
	overflow:hidden;
	margin:20px 0 25px 50px;
	}

#delivery_record li{
	float:left;
	width:180px;
	margin:0 0 0 10px;
	}

