@charset "utf-8";
/* CSS Document */

/*----------------------------------
=01 temp
----------------------------------*/
#juki_temp {
	float: right;
	width: 725px;
}
#juki_temp .column3 {
	float: left;
	width: 240px;
}

#juki_temp .box1 {
	width: 322px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-right: 25px;
	padding-left: 15px;
}
#juki_temp .box2 {
	width: 322px;
	float: left;
	padding-right: 15px;
	padding-left: 25px;
}
#juki_temp .box3 {
	width: 230px;
	float: left;
	margin-right: 15px;
}
#juki_temp .box4 {
	width: 440px;
	float: left;
	margin-left: 15px;
}
#juki_temp .box5 {
	background-image: url(../../common/img/icon_bg.png);
	background-repeat: repeat;
	width: 705px;
	padding: 10px;
	margin-bottom: 30px;
}
#juki_temp .box5_in {
	background-color: #FFF;
	width: 675px;
	padding: 15px;
}
#juki_temp .box6 {
	background-color: #FFF;
	float: left;
	width: 450px;
}
#juki_temp .box7 {
	width: 221px;
	background-color: #FFF;
	float: right;
}
#juki_temp .box8 {
	width: 684px;
	padding-right: 25px;
	padding-left: 15px;
}
#juki_temp .box9 {
	width: 684px;
	padding-right: 25px;
	padding-left: 15px;
}
#juki_temp .box9txt p {
	width: 435px;
}
#juki_temp .box9txt {
	padding-left: 20px;
}
#juki_temp .box10 {
	width: 322px;
	float: left;
	padding-right: 25px;
	padding-left: 15px;
}
#juki_temp .box11 {
	width: 322px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	padding-right: 15px;
	padding-left: 25px;
}

#juki_temp .box12_wrap {}
#juki_temp .box12 {
    background-image: url(../../common/img/icon_bg.png);
    background-repeat: repeat;
    width: 341px;
    float: left;
    padding: 7px;
    margin-right: 15px;
    margin-bottom: 30px;
}
#juki_temp .box12.rightCol{
    margin-right: 0;
}
#juki_temp .box12 p.text{
    margin:0;
}

#juki_temp .box12_in {
    background-color: #FFF;
    padding:11px 15px;
    height: 97px;
    /*width: 322px;*/
    /*float: left;*/
    /*border-left-width: 1px;*/
    /*border-left-style: solid;*/
    /*border-left-color: #cccccc;*/
    /*padding-right: 15px;*/
    /*padding-left: 25px;*/
}
#juki_temp .box12 ul.linkList{
    margin-bottom: 5px;
}

#juki_temp .box12 ul.linkList li{
    list-style-type:none;
    list-style-position: outside;
    float: left;
    padding:0;
    margin:0;
    font-size:0;
}

#juki_temp .box13 {
    background-image: url(../../common/img/icon_bg.png);
    background-repeat: repeat;
    width: 705px;
    padding: 10px;
    margin-bottom: 30px;
}
#juki_temp .box13_in {
    background-color: #FFF;
    width: 675px;
    /*padding: 11px;*/
    padding:11px 15px;
}
#juki_temp .box14 {
    background-color: #FFF;
    float: left;
    width: 309px;
}
#juki_temp .box15 {
    width: 350px;
    background-color: #FFF;
    float: right;
}
#juki_temp .box15 p.text{
    margin:0;
    font-size:13px;
}

#juki_temp .last-child {
	border:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#juki_temp .separate {
	padding-top: 15px;
	border-top: 1px dotted #c9c9c9;
}
#juki_temp .hanging1 {
	text-indent: -1em;
	padding-left: 1em;
}
#juki_temp .hanging2 {
	text-indent: -3em;
	padding-left: 3em;
}
#juki_temp .hanging3 {
	text-indent: -2.7em;
	padding-left: 2.7em;
}
#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;
}



/*----------------------------------
= Clearfix
----------------------------------*/
#juki_temp .box12_wrap,
#juki_temp .box12 ul.linkList{
    overflow: hidden;
}
#juki_temp .box12_wrap:after,
#juki_temp .box12 ul.linkList:after{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
* html #juki_temp .box12_wrap,
* html #juki_temp .box12 ul.linkList{
    zoom: 1;
}
*:first-child+html #juki_temp .box12_wrap,
*:first-child+html #juki_temp .box12 ul.linkList{
    zoom: 1;
}