@charset "utf-8";
/* CSS Document */

/*----------------------------------
=01 Common Parts
----------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	background-color: #f4f4f4;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
}
h2  {
	padding-bottom: 15px;
	background-image: url(/monodzukuri/common/img/icon_bg.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-bottom: 15px;
}
h3  {
	margin-bottom: 15px;
}
h4  {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(/monodzukuri/common/img/h3_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h4 span {
	padding-left: 5px;
	font-size: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	line-height: 20px;
	font-weight: bold;
}

h5  {
	font-weight: bold;
	margin-bottom: 10px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

li  {
	list-style-type: disc;
	list-style-position: inside;
	margin-right: 15px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
p.txt {
	text-indent: 1em;
}
p.txtMin {
	font-size: 11px;
}
a.color   {
	color: #999999;
}
a:hover {
	color: #999999;
}
.left {
	float: left;
}
.right {
	float: right;
}
.line  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.line2  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.mr_5 {
margin-right: 5px;
}
.mr_10 {
margin-right: 10px;
}
.mr_15 {
	margin-right: 15px;
}
.mb_0 {
    margin-bottom: 0;
}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
	}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.imgR{
	float:right;
	margin:0 0 20px 20px;
}
.imgL{
	float:left;
	margin:0 0 20px 20px;
}

#container {
	width: 960px;
	text-align: left;
	margin:0 auto;
}

.adjacent_links{
}
.adjacent_links li.previous{
float:left;
list-style-type:none;
margin:0;
}
.adjacent_links li.next{
float:right;
list-style-type:none;
margin:0;
}


/*----------------------------------
=02 Header
----------------------------------*/
#headerWrap {
margin-bottom:20px;
padding:10px 0 10px;
background:#fff;
}
#header {
margin:0 auto 0;
width:960px;
}

#header div.headTitle {
float: left;
}
#header div.headTitle h1 span {
margin:0;
display:block;
text-align:left;
color: #007BC3;
font-size:20px;
margin-top:3px;
}
#header div.headTitle h1 img {
padding-top: 16px;
}

#header div.headMenu {
padding-top: 0px;
text-align: center;
width: 146px;
float: right;
}
#header div.headMenu img.mt {
margin-top: 5px;
}

/*----------------------------------
=03 Navigation
----------------------------------*/
#nav {
	margin-bottom: 15px;
}
#nav li {
	width: 228px;
	height: 51px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
	list-style-position: outside;
	list-style-type: none;
}
#nav li.last-child {
	margin-right: 0;
}
#nav a img#now {
	margin-top: -51px;
}
#nav a:hover img {
	margin-top: -51px;
}
#panList   {
	margin-bottom: 15px;

}
#panList ul li{
	float: left;
	background-image: url(/monodzukuri/common/img/icon_li_1.png);
	background-repeat: no-repeat;
	background-position: 100% -2px;
	margin-right: 15px;
	padding-right: 15px;
	list-style-position: outside;
	list-style-type: none;
}
#panList ul li.last-child {
	background:none;
}


/*----------------------------------
=04 Side Navigation
----------------------------------*/
#sideNav {
	background-image: url(/monodzukuri/common/img/icon_bg.png);
	background-repeat: repeat;
	width: 206px;
	padding: 7px;
	float: left;
	margin-right: 15px;
}
#sideNav h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #888888;
	padding-top: 10px;
	background-color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
}
#sideNav ul {
	background-color: #FFF;
	width: 206px;
	margin-bottom: 0px;
}
#sideNav ul.type1 li {
	line-height: 46px;
	height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-image: url(/monodzukuri/common/img/icon_li_1.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 5px 40%;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 0px;
}
#sideNav ul.type2 li {
	line-height: 46px;
	height: 46px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-image: url(/monodzukuri/common/img/icon_li_2.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 20px 45%;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 0px;
}
#sideNav ul li.last-child {
	border:none;
}
/*----------------------------------
=05 Content
----------------------------------*/
#content {
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
}
/*----------------------------------
=06 Footer
----------------------------------*/
#footer {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 15px;
	text-align:left;
}
#pageTop{
	margin:0;
	padding:15px 0;
	width:100%;
	text-align:center;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#f4f4f4 ;
}
#pageTop a{
	display:block;
	width:116px;
	margin:0 auto;
	padding-top:15px;
	background:url(/monodzukuri/common/img/icon_top.png) no-repeat center 0;
}
#footerTop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footerNav {
	width: 960px;
	margin:0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
	overflow:hidden;
}
#footerNav .inner{
	width:1100px;
}
#footerNav .inner dl{
	float: left;
	width: 170px;
	padding-right: 46px;
}
#footerNav .inner dl.flist02{
	width:310px;
}
#footerNav .inner dl.flist02 ul{
	float:left;
	width:134px;
}
#footerNav .inner dl.flist02 ul.flcol{
	padding-right:26px;
	width:150px;
}

#footerNav .inner dl.flist03{
	padding-right:50px;
}
#footerNav .inner dt{
	padding-bottom:20px;
}
#footerNav li {
	text-decoration: underline;
	padding-bottom: 5px;
	background-image: url(/monodzukuri/common/img/icon_li_1.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-left: 10px;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 0px;
}
#footerElement{
	width:980px;
	margin:0 auto;
}
#footerElement dl{
	width:770px;
	float:left;
}
#footerElement dl img{
	margin:0;
	padding:0;
}
#footerElement dt,
#footerElement dd{
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#footerElement dt{
	padding-right:20px;
}
#footerElement dd{
	padding:0 15px 0 0;
}
#copyright{
	float:right;
	width:210px;
	margin:0;
	font-size: 8px;
}


/*----------------------------------
= Clearfix
----------------------------------*/
#header,
#header #headCopy,
#nav ul,
#contentNav ul,
#panList ul,
#footerNav,
#footerNav dd,
#footerElement,
.clearfix{
	overflow: hidden;
}
#header:after,
#header #headCopy:after,
#nav ul:after,
#contentNav ul:after,
#panList ul:after,
#footerNav:after,
#footerNav dd:after,
#footerElement:after,
.clearfix:after{
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: " ";
}
* html #header,
* html #header #headCopy,
* html #nav ul,
* html #contentNav ul,
* html #panList ul,
* html #footerNav,
* html #footerNav dd,
* html #footerElement,
* html .clearfix{
	zoom: 1;
}
*:first-child+html #header,
*:first-child+html #header #headCopy,
*:first-child+html #nav ul,
*:first-child+html #contentNav ul,
*:first-child+html #panList ul,
*:first-child+html #footerNav,
*:first-child+html #footerNav dd,
*:first-child+html #footerElement,
*:first-child+html .clearfix{
	zoom: 1;
}#container #content #juki_temp .factory_home {
	margin-top: 20px;
}
#container #contentNav ul .last-child-news {
	margin-left: 10px;
	background-image: url(../img/icon_li_1.png);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 15px;
	color: #333333;
	font-size: large;
}
#container #contentNav ul .last-child2-news {
	margin-left: 10px;
	background-image: url(../img/icon_li_1.png);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 15px;
	color: #333333;
	font-size: large;
}#container #contentNav .news {
	width: 960px;
	min-height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #contentNav .news .news_photo li {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	float: left;
}
#container #contentNav .news .news_photo2 li {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	float: left;
}#container #contentNav .news .news_txt1 {
	background-color: #3BBC76;
	font-size: x-large;
	color: #FFFFFF;
	text-indent: 10px;
	line-height: 140%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}#container #contentNav .news .news_txt1a {
	background-color: #EC7845;
	font-size: x-large;
	color: #FFFFFF;
	text-indent: 10px;
	line-height: 140%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#container #contentNav .news .news_txt2 {
	text-indent: 20px;
	font-size: large;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 20px;
	color: #555555;
}
#container #contentNav .news .news_txt2a {
	text-indent: 20px;
	font-size: large;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 20px;
	color: #0639FB;
}
#container #contentNav .news .news_txt2b {
	font-size: x-large;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-top: 50px;
	color: #FB0606;
	background-repeat: no-repeat;
	background-position: 70% 0%;
}
#container #contentNav .news .news_txt2c {
	text-indent: 20px;
	font-size: x-large;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-top: 20px;
	color: #FB0606;
}#container #contentNav .news .news_txt3 {
	text-indent: 20px;
	font-size: 15px;
}
#container #contentNav .news .news_txt3a {
	font-size: large;
	text-indent: 10px;
	padding-top: 10px;
	color: #363636;
}
#container #contentNav .news .news_txt3b {
	font-size: 20px;
	color: #215FB3;
	font-weight: bold;
	border-left-style: solid;
	border-left-width: 8px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#container #contentNav .news .news_txt3c {
	font-size: 14px;
	text-indent: 10px;
	color: #434445;
	padding-top: 5px;
	padding-left: 10px;
}
#container #contentNav .news .news_txt3d {
	font-size: 16px;
	text-indent: 10px;
	color: #434445;
}
#container #contentNav .news .news_txt3e {
	font-size: 18px;
	color: #323334;
	padding-top: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ABABAB;
	padding-bottom: 3px;
}
#container #contentNav .news .news_txt4 {
	color: #F50404;
	font-size: 22px;
	text-align: center;
}
.news ul .caravan {
	list-style-type: none;
	padding-left: 30px;
}
#content #juki_temp .mim_news1 {
	color: #F40303;
	font-size: large;
	text-indent: 10px;
}
#content #juki_temp .mim_news2 {
	color: #FF28F0;
	font-size: large;
	text-indent: 25px;
	padding-top: 5px;
}
#juki_temp .mim_news2 a {
	color: #0963ED;
	font-size: 14px;
}
.news a .mim_form {
	padding-left: 20px;
}
#contentNav .news .news_txt2b {
}
