@charset "utf-8";
/* CSS Document */

/*----------------------------------
=01 temp
----------------------------------*/
#juki_temp {
	float: right;
	width: 725px;
}
#juki_temp .column3 {
	float: left;
	width: 230px;
	margin-right: 15px;
}

#juki_temp .box1 {
	width: 540px;
	float: left;
}

#juki_temp .box2 {
	width: 230px;
	float: left;
	margin-right: 15px;
}
#juki_temp .last-child {
	border:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#juki_temp .linkInner {
	padding: 0 0 15px;
	overflow: hidden;
}
#juki_temp .linkInner li {
	float: left;
	margin: 0 15px 10px 0;
	padding: 3px 0 0 12px;
	list-style-type: none;
	background: url(../../common/img/icon_li_2.png) 0 50% no-repeat;
	white-space: nowrap;
}
#juki_temp .imageUnit {margin:0 0 15px;}
#juki_temp .imageUnit,
#juki_temp .imageUnit .text {
	overflow: hidden;
	zoom: 1;
}
#juki_temp .imageUnit.imageL .image {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}
#juki_temp .imageUnit.imageR .image {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}
#juki_temp .list1 {padding: 0 0 0 8px;}
#juki_temp .list1 li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#juki_temp .tableBg {
	background-image: url(../../common/img/icon_bg.png);
	background-repeat: repeat;
	padding: 5px;
}
#juki_temp table {
	width: 100%;
	table-layout: fixed;
	background-color: #FFF;
}
#juki_temp th {
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#juki_temp thead th {
	text-align: center;
}
#juki_temp td {
	border: 1px solid #cccccc;
	padding-right: 10px;
	padding-left: 10px;
}
