/********************************************************************/
/* Reset */
/********************************************************************/
* {
	margin: 0px;
	padding: 0px;
	color: #f60;
}
ul, ul li {
    list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
    font-size: 0.1em;
}
/********************************************************************/
/********************************************************************/
/* Home */
/********************************************************************/
/********************************************************************/
#Home {}
#HomeH1 {
	display: none;
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: white;
}
/*------------------------------------------------------------------*/
/* TopImg */
/*------------------------------------------------------------------*/
#Home #HomeImg_wrap {
	background-color: #333;
}
#Home #HomeImg_wrap #HomeImg {
	width: 980px;
	height: 350px;
	margin: 0px auto;
	padding: 0px;
}
#Home #HomeImg_wrap #HomeImg img {
	width: 980px;
	height: 350px;
	margin: 0px auto;
}
/*------------------------------------------------------------------*/
/* HomeMain */
/*------------------------------------------------------------------*/
#Home #HomeMemu {
	margin: 0px auto;
}
#Home #HomeMemu #HomeMemu_wrap {
	width: 980px;
	height: 88px;
	margin: 0px auto 100px auto;
}
#Home #HomeMemu #HomeMemu_wrap ul {
	/*width: 732px;*/
	width: 488px;
	height: 86px;
	margin: 0px auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#Home #HomeMemu #HomeMemu_wrap ul li {
	width: 110px;
	height: 74px;
	margin: 5px;
	border: 1px solid #CCC;
	position: static;
	float: left;
}
#Home #HomeMemu #HomeMemu_wrap ul li:hover {
	background-color: #eee;
}

/********************************************************************/
/********************************************************************/
/* Container */
/********************************************************************/
/********************************************************************/
#Header {
	height: 106px;
	margin: auto;
	display: block;
border-bottom: 3px solid #f60;
z-index: 1;
/*	background-image: url(../img/header_bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;*/
}
#TopImg {
	width: 960px;
	height: 170px;
	margin: 10px auto 10px auto;
	display: block;
	position: relative;
	overflow: hidden;
}
#Main {
	width: 960px;
	margin: 20px auto 0px auto;
	position: relative;
	text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#Footer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	/*color: #C60;*/
/*	background: url(../img/footer_bg.png) repeat-x top;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/********************************************************************/
/********************************************************************/
/* Header */
/********************************************************************/
/********************************************************************/
#Header #Head_wrap {
	height: 105px;
	width: 960px;
	margin: auto;
	padding: 0 50px;
	display: block;
	position: relative;
}
/*------------------------------------------------------------------*/
/* logoMark */
/*------------------------------------------------------------------*/
#Header #Head_wrap #Ident {
	width: 171px;
	height: 100px;
	margin: 2px 0px 4px 0px;
	padding: 0;
	text-align: left;
	display: block;
	float: left;
}
#Header #Head_wrap #Ident img#logoMark {
	width: 171px;
	height: 100px;
}
/*------------------------------------------------------------------*/
/* HeaderUpRight */
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap {
	/*width: 660px;*/
	width: 440px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	position: relative;
}
/*------------------------------------------------------------------*/
/* navi */
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap ul#navi {
	/*width: 580px;*/
	width: 320px;
	margin: 12px 0px 0px auto;
	padding: 0px 0px 0px 120px;
	display: block;
	float: left;
	position: relative;
	border-bottom: 2px dotted #7f7f7f;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li {
	height: 13px;
	margin: 0px;
	padding: 0px 12px;
	display: block;
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li:hover {
	background-color: #eee;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li.toTop {
	top: -8px;
	height: 18px;
	margin: 0px;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#navi li.toTop:hover {
	background-color: #fff;
}
/*------------------------------------------------------------------*/
/* HeaderMainMenu */
/*------------------------------------------------------------------*/
#Header #Head_wrap #HeaderUpRight_wrap #HeaderMainMenuArea {
	margin: 0;
	padding: 0;
	/*width: 660px;*/
	width: 440px;
	height: 74px;
	float: right;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu {
	width: 660px;
	height: 74px;
	margin: 0px;
	padding: 0px;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu li {
	width: 110px;
	height: 74px;
	padding-top: 20px;
	position: static;
	float: left;
	vertical-align: bottom;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu li a img {
	border-radius: 10px 10px 0px 0px;
}
#Header #Head_wrap #HeaderUpRight_wrap ul#HeaderMainMenu li a img:hover {
	background-color: #eee;
}
/********************************************************************/
/* TopImg */
/********************************************************************/
/*------------------------------------------------------------------*/
/* Img */
/*------------------------------------------------------------------*/
div#TopImg img#TopImg {
	width: 960px;
	height: 170px;
}

/********************************************************************/
/********************************************************************/
/* Main */
/********************************************************************/
/********************************************************************/
/*------------------------------------------------------------------*/
/* Breadcrumb パンくずリスト*/
/*------------------------------------------------------------------*/
#Main #Breadcrumb {
	
}
/*------------------------------------------------------------------*/
/* MainContents */
/*------------------------------------------------------------------*/
#Main #MainContents {
	/*position: relative;*/
	/*left: 280px;*/
	float: right;
}
#Main #MainContents h2{
	display: block;
	width: 640px;
	height: 90px;
	margin: 0;
	padding-left: 30px;
	line-height: 90px;
	font-size: 30px;
	font-weight: bold;
	font-family: "mplus";
	color: #f60;
	border-left: 2px solid #f60;
	overflow: hidden;
}
/*==================================================================*/
/* detail */
/* 1.HOME */
/* 2.ABOUT info, history, access */
/* 2-1.a-concept description */
/* 2-2.a-social description */
/* 3.services description, processing*/
/* 3-1.s-quality */
/* 4.equip description, machine */
/* 5.career description */
/* 6.contact info, access */
/* 7.privacy description */
/* 8.sitemap */
/*==================================================================*/
#Main #MainContents div.detail {
	width: 680px;
	border-left: 2px solid #ebebeb;
	padding: 0px 0 20px 35px;
}
#Main #MainContents div.detail h3 {
    width: 100%;
    height: auto;
    line-height: 1.5em;
    margin: 0px 0 10px 0;
    padding: 0;
    border-bottom: 2px solid #f60;
    border-left: 0;
	color: #666;
    font-size: 24px;
    background: none;
    overflow: inherit;
	clear: both;
}
#Main #MainContents div.detail h4{
	padding-top: 4px;
	padding-left: 24px;
	font-size: 18px;
	color: #666;
}
/*==================================================================*/
/* Common description p */
/* 2-1.a-concept description */
/* 2-2.a-social description */
/* 3.services description*/
/* 4.equip description */
/* 5.career description */
/* 7.privacy description */
/*==================================================================*/
#Main #MainContents div.detail div.description {
	/*width:552px;*/
	width: 620px;
	color: #666;
}
#Main #MainContents div.detail div.description p.description {
	margin-left: 48px;
	padding: 5px 0px 10px 0px ;
	color: #666;
    line-height: 1.5em;
	clear: both;
}

/*==================================================================*/
/* about: detail info, history */
/* 2.ABOUT info, history */
/*==================================================================*/
#Main #MainContents div.detail dl.info ,
#Main #MainContents div.detail dl.history {
    margin: 0px 0px 40px 0px;
    overflow: hidden;
    line-height: 2em;
    text-align: left;
	color: #666;
	font-size: 18px;
}
#Main #MainContents div.detail dt.info ,
#Main #MainContents div.detail dt.history {
	width: 200px;
	margin: 0px;
	padding-left: 24px;
	float: left;
/*	clear: left;*/
	color: #666;
}
#Main #MainContents div.detail dd.info ,
#Main #MainContents div.detail dd.history {
	margin: 0px;
	padding-left: 224px;
	color: #666;
}
#Main #MainContents div.detail dd.info img {
	margin: 0px;
	border: 0px;
	top: 3px;
	vertical-align: -4px;
}
#Main #MainContents div.detail dd.info a {
	color: #666;
}

/*==================================================================*/
/* about: access */
/* 2.ABOUT access */
/* 6.contact access */
/*==================================================================*/
#Main #MainContents div.detail h3#access {
	page-break-before: always;
}
#Main #MainContents div.detail div.access {
	margin: 0px 0px 30px 0px;
	font-size: 18px;
    line-height: 1.5em;
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.access div.photo {
	width: 200px;
	height: 135px;
	margin: 0px 0px 10px 0px;
	float: left;
}
#Main #MainContents div.detail div.access div.photo img {
	width: 180px;
	height: 100px;
	margin-top: 25px;
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.access div.descript {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 200px;
}
#Main #MainContents div.detail div.access div.descript p, 
#Main #MainContents div.detail div.access div.descript p a {
	color: #666;
}
#Main #MainContents div.detail div.access div.descript p.title {
	color: #666;
	font-weight: bold;
}
#Main #MainContents div.detail div.access div.descript p a::before {
	content: ' ';
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.access div.map {
	width: 600px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #ccc;
    clear: both;
}
/*==================================================================*/
/* 3.services processing*/
/*==================================================================*/
#Main #MainContents div.detail div.processing {
    margin: 0px 0px 40px 0px;
	padding-top: 10px;
	padding-left: 24px;
    overflow: hidden;
    line-height: 1.5em;
    text-align: left;
	color: #666;
	position: relative;
	clear: both;
}
#Main #MainContents div.detail h4.processing {
	width: 300px;
	margin: 0px 0px 5px 0px;
	color: #666;
	position: relative;
	float: left;
	font-size: 18px;
}
#Main #MainContents div.detail img.processing {
	width: 240px;
	height: 180px;
	border: 2px solid #999;
	border-radius: 10px;
}

/*------------------------------------------------------------------*/
/* 3.services product*/
/*------------------------------------------------------------------*/
#Main #MainContents div.detail div.product {
    margin: 0px 0px 40px 0px;
	padding-top: 10px;
	padding-left: 24px;
    overflow: hidden;
    line-height: 1.5em;
    text-align: left;
	color: #666;
	font-size: 18px;
	position: relative;
}
#Main #MainContents div.detail img.product {
	width: 240px;
	height: 180px;
	margin: 0px 10px 0px 0px;
	/*padding-left: 96px;*/
	position: relative;
	float: left;
	border: 2px solid #999;
	border-radius: 10px;
}
#Main #MainContents div.detail img.productV {
	width: 180px;
	height: 240px;
	margin: 0px 30px;
	/*padding-left: 96px;*/
	float: left;
	border: 2px solid #999;
	border-radius: 10px;
}
/*------------------------------------------------------------------*/
#Main #MainContents div.detail img.product2 {
}
#Main #MainContents div.detail dt.product2 {
	padding: 10px 0px 0px 0px;
	/*padding-left: 250px;*/
	color: #666;
	position: relative;
clear: both;
}
#Main #MainContents div.detail dd.product2 {
	margin: 0px;
	padding-left: 20px;
	color: #666;
	position: relative;
}

/*==================================================================*/
/* equip: machine */
/* 4.equip description, machine */
/*==================================================================*/
#Main #MainContents div.detail table#machine {
	width: 430px;
	margin: 10px auto 0px 30px;
	border-collapse: collapse;
}
#Main #MainContents div.detail table#machine th, tr, td {
	padding: 3px 3px 3px 1em;
	border: 1px solid #999;
	color: #999;
}
#Main #MainContents div.detail table#machine th.left, td.left {
	text-align: left;
	color: #666;
}
#Main #MainContents div.detail table#machine th.right, td.right {
	text-align: center;
	color: #666;
}
#Main #MainContents div.detail img.imgL {
	margin: 10px;
	/*float: left;*/
	border: 2px solid #999;
	border-radius: 10px;
}
#Main #MainContents div.detail img.imgR {
	margin: 10px;
	float: right;
	border: 2px solid #999;
	border-radius: 10px;
}
/*==================================================================*/
/* description p, ul */
/* 7.privacy description */
/*==================================================================*/
#Main #MainContents div.detail div.description p.privacy {
	margin-left: 24px;
	color: #666;
}
#Main #MainContents div.detail div.description ul {
	margin-left: 48px;
}
#Main #MainContents div.detail div.description ul li {
	margin-left: 48px;
	color: #666;
	list-style: disc;
}
#Main #MainContents div.detail div.description p.description img {
	margin: 0px;
	border: 0px;
	top: 3px;
	vertical-align: -3px;
}

/*==================================================================*/
/* 8.sitemap */
/*==================================================================*/
#Main #MainContents div.detail div.sitemap_wrap {
	/*width: 600px;*/
	margin: 0px;
	padding: 0px;
	clear: both;
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap {
	margin: 0px 10px 40px 10px;
	padding: 0px;
	float: left;
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dt {
	margin: 0px 0px 3px 0px;
	padding: 0px 10px 0px 10px;
    font-size: 14pt;
	font-weight: bold;
/*	border-top: 1px solid #aaa;*/
	border-left: 1px solid #aaa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background-color: #eee;
	border-radius: 10px 0px;
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dd {
    margin: 0px 0px 0px 3px;
    padding: 3px 20px 6px 20px;
    font-size: 11pt;
	display: block;
	border-left: 1px solid #aaa;
/*	background-color: #fb7;*/
}
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dt a,
#Main #MainContents div.detail div.sitemap_wrap dl.sitemap dd a {
    color: #666;
}

/********************************************************************/
/********************************************************************/
/* SubMenu */
/********************************************************************/
/********************************************************************/
#Main #SubMenu {
	position: relative;
	width: 220px;
	float: left;
}
#Main #SubMenu h3.SubMenuTitle {
	padding: 5px 0px 5px 15px;
	background-color: #fff;
	border-bottom: 2px solid #999;
	color: #f60;
	font-size: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#Main #SubMenu ul {
	width: 180px;
	background: #f4f4f4;
	margin-left: 8px;
	padding: 5px 0px;
}
#Main #SubMenu ul li {
	border-bottom: 1px solid #fff;	/* frame highlight */
}
#Main #SubMenu ul li a {
	font-weight: bold;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #dadada;	/* frame shadow */
	padding-left: 23px;
}

/********************************************************************/
/********************************************************************/
/* Footer */
/********************************************************************/
/********************************************************************/
/*------------------------------------------------------------------*/
/* Foot_navi */
/*------------------------------------------------------------------*/
#Footer #Foot_navi {
	border-bottom: 3px solid #f60;
}
#Footer #Foot_navi ul#navi {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#Footer #Foot_navi ul#navi li {
    display: inline;
    padding: 3px 5px 3px 2px;
    background: #fff;
    border-right: 1px solid #f60;
	font-size: 12px;
}
#Footer #Foot_navi ul#navi li:hover {
	background-color: #eee;
}
#Footer #Foot_navi ul#navi li:first-child {
    padding: 3px 5px 3px 5px;
    border-left: 1px solid #f60;
}
#Footer #Foot_navi ul#navi li.toTop a {
	padding-left: 12px;
	background: url(../img/ico_allow_left.png) no-repeat 0% 50%;
	font-size: 12px;
	/*font-weight: bold;*/
}
#Footer #Foot_navi #Foot_navi_wrap {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#Footer #Foot_navi #Foot_navi_wrap a#toPageTop {
	width: 80px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: -28px;
}
#Footer #Foot_navi #Foot_navi_wrap a#toPageTop:hover {
	background-color: #eee;
}
#Footer #Foot_navi #Foot_navi_wrap a#toPageTop img {
	border-top: 2px solid #f60;
	border-right: 3px solid #f60;
	border-bottom: 0px;
	border-left: 3px solid #f60;
	border-radius: 10px 10px 0px 0px;
}

/*------------------------------------------------------------------*/
/* Foot_Logo */
/*------------------------------------------------------------------*/
#Footer #Foot_wrap {
	width: 960px;
	margin: 0px auto;
/*	position: relative;*/
	padding-bottom: 10px;
}
#Footer #Foot_wrap #Foot_Logo {
	margin: 15px auto;
	text-align: center;
}
/*------------------------------------------------------------------*/
/* Foot_Copy */
/*------------------------------------------------------------------*/
#Footer #Foot_wrap #Foot_Copy {
	text-align: center;
	/*font-weight: bolder;*/
}

