@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 100%;
}s
a {
}
a:hover, a:active {
}
a:visited {
}
dl {
}
dt {
}
dd {
}
table {
	border-collapse:collapse;
}
th, td {
	border: none;
	padding:0;
	color:#000;
	vertical-align:top;
}
th {
}
td {
}
p {
	line-height: 180%;
	margin-bottom: 20px;
}
dt img, dd img, li img {
	vertical-align: bottom;
}
ol {
	list-style-type: decimal;
	margin-bottom: 20px;
}
ol li {
	background: none;
	line-height: 1.5em;
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1.3em;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 140%;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: #FFF;
}
body {
	color: #333;
	text-align: center;
	min-width: 950px;
	background: #FFF;
}
#main {
	width: 1000px;
	margin:0 auto;
	margin-top:356px;
	text-align: left;
}
#body_bg_other #main {
	margin-top:260px;
}
#main h2 {
}
#main img {
	vertical-align:top;
}
#content {
	width: 716px;
	text-align: left;
	float: right;
}
.access {
	background: #dfdfdf;
	overflow: hidden;
	height: 1px;
	font-size:1px;
	line-height:1px;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#header {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}
#header .logo,
#header h1 {
	float: left;
}
#header ul {
	float: right;
	margin-top: 40px;
}
#header ul li {
	margin-left: 26px;
	float: left;
	font-size: 13px;
	/* font-weight: bold; */
}
#header ul li a{
    text-decoration: none;
}

/*==========================================================================*/
/*                               Navi                                     */
/*==========================================================================*/
#navi {
	width: 950px;
	margin: 0 auto;
}
#navi ul li {
	float: left;
}

/* サイド
----------------------------------------------------------------------------*/
.side dl {
	background: url(../images/side_bg2.gif) center bottom no-repeat;
	padding: 0 0 7px 0;
	margin-bottom: 20px;
}
.side dl dd {
	background: url(../images/side_bg1.gif) top left repeat-y;
	padding: 5px 0 5px 0;
}
.side dl dd ul li {
	background: url(../images/icon_2.gif) left center no-repeat;
	font-size: 13px;
	padding: 3px 0 3px 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	text-align: left;
}
.side ul li {
	margin-bottom: 10px;
}

.side .leftn{
    display: inline-block;
}

.side .leftn li{
	float: left;
	/* margin-left: 20px; */
	margin-bottom: 8px;
	width: 210px;
	border: 1px solid #ddd;
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.side .leftn li a{display: block;text-align: left;font-weight: 700;font-size: 14px;text-decoration: none;letter-spacing: 2px;position: relative;overflow: hidden;}
.side .leftn li i{background:#cc0000;width: 30px;height: 30px;position: absolute;bottom: -22px;right: -22px;transform: rotate(45deg);}
.side .leftn li a:hover{color:#cc0000}
.side .leftn li a img{float:left;display: inline-block;margin: 5px 7px 0 10px;}



.content-page{text-align: center;overflow: hidden;width: 100%;margin: 20px 0 10px 0;}
.content-page a{padding: 5px 12px;text-decoration: none;color: #272727;display: inline-block;line-height: 24px;border: 1px solid #ddd;}
.content-page a:hover{color: #fff;background: #1b5fad;}
.content-page a:hover em{color:#fff}
.content-page a.on{color: #fff;background: #1b5fad;}
.content-page a.up em{font-family:"simsun";font-style:normal;font-size:14px;margin: 0 8px 0 0;color: #272727;font-weight: 700;}
.content-page a.down em{font-family:"simsun";font-style:normal;font-size:14px;margin: 0 0 0 8px;color: #272727;font-weight: 700;}
.content-page .up:hover em{color:#fff}
.content-page .down:hover em{color:#fff}

/*==========================================================================*/
/*                            index 　　                                    */
/*==========================================================================*/

/* メインビジュアル
----------------------------------------------------------------------------*/
.slides .main1 {
	background: url(../images/main_1_bg.jpg) center top repeat-x;
}

/* 各コンテンツ説明
----------------------------------------------------------------------------*/
.indexContents {
	background: #DFE9F3;
}
.indexContents .box {
	width: 954px;
	margin: 0 auto;
	padding: 50px 0;
}
.indexContents .item {
	width: 284px;
	min-height: 420px;
	float: left;
	margin-right: 51px;
	background: url(../images/contents_bg_.png) left bottom no-repeat;
}
.indexContents .end {
	margin-right: 0;
}
.indexContents .item p {
	font-size: 13px;
	padding: 0 18px 0 18px;
	text-align: left;
}
.indexContents .item h3 {
	padding: 18px 0;
}
.indexContents .item a {
	text-decoration: none;
}
.indexContents .item a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* キャッチコピー
----------------------------------------------------------------------------*/
.indexCatch {
	width: 954px;
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: left;
}
.indexCatch p {
	font-size: 14px;
	margin: 0 0 0 0;
}
.indexCatch h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
	font-weight: bold;
}




/* 食品機械一覧
----------------------------------------------------------------------------*/
.indexList {
	width: 954px;
	margin: 0 auto;
	text-align: left;
}
.indexList h3 {
	margin: 38px 0 33px;
}
.indexList ul{
    display: inline-block;
    width: 102%;
}
.indexList ul li {
	display: box;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.indexList ul li.end {
	margin-right: 0px;
}
.indexList ul li .image {
	margin-bottom: 6px;
}
.indexList ul li .image img{border: 1px solid #dcdcdc;width: 100%;border-radius: 9px;}
.indexList ul li .name {
	margin-left: 4px;
	float: left;
	font-weight: bold;
}
.indexList ul li .btn {
	margin-left: 4px;
	float: right;
	color: #3f668c;
}
.indexList a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* 新着情報
----------------------------------------------------------------------------*/
.indexNews {
	background: #F0F0F0;
}
.indexNews .box {
	margin: 0 auto;
	width: 950px;
	padding: 50px 0 45px 0;
}
.indexNews .leftSide {
	width: 445px;
	float: left;
	text-align: left;
}
.indexNews .leftSide h3 {
	border-bottom: #D8D8D8 1px solid;
	padding-bottom: 15px;
}
.indexNews .rightSide {
	width: 466px;
	float: right;
	text-align: left;
	padding-top: 37px;
}
.indexNews .rightSide ul li {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 210px;
	border: 1px solid #ddd;
	background: #fff;
	height: 63px;
	line-height: 63px;
}
.indexNews .rightSide ul li a{display: block;text-align: left;font-weight: 700;font-size: 14px;text-decoration: none;letter-spacing: 2px;position: relative;overflow: hidden;}
.indexNews .rightSide ul li i{background:#cc0000;width: 30px;height: 30px;position: absolute;bottom: -20px;right: -20px;transform: rotate(45deg);}
.indexNews .rightSide ul li a:hover{color:#cc0000}
.indexNews .rightSide ul li a img{float:left;display: inline-block;margin: 12px 7px 0 10px;}
/*==========================================================================*/
/*                            footer　　                                    */
/*==========================================================================*/

#footer {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 30px 0;
}
#footer .leftSide {
	float: left;
	width: 265px;
	margin-right: 45px;
	font-size: 13px;
	line-height: 180%;
}
#footer .logo {
	margin-bottom: 10px;
}
#footer .btn {
	margin-top: 10px;
}
#footer .list1 {
	float: left;
	margin-right: 10px;
	width: 320px;
	height: 210px;
}
#footer dl{
    /* height: 210px; */
}
#footer .list1 UL{margin: 0;}
#footer .list2 {
	float: left;
	margin-left: 30px;
	width: 140px;
	height: 210px;
}
#footer .list2 ul{margin:0}
#footer .list3{float: left;/* margin-right: 30px; */width: 140px;}
#footer ul {
	float: left;
	margin-right: 30px;
}
#footer ul li {
	background: url(../images/icon_1.gif) left center no-repeat;
	font-size: 13px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}
#footer dl dt {
	background: url(../images/icon_1.gif) left center no-repeat;
	font-size: 13px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}
#footer dl dd {
	float: left;
	margin-right: 0px;
	width: 100%;
	float: left;
}
#footer dl dd ul li {
	background: url(../images/icon_2.gif) left center no-repeat;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 43%;
	float: left;
}
.copy {
	background: #003466;
	color: #FFF;
	font-size: 11px;
	padding: 10px;
}



/*==========================================================================*/
/*                            content Page 　　                             */
/*==========================================================================*/

/* common
----------------------------------------------------------------------------*/
.container {
	border-top: #F0F0F0 1px solid;
	border-bottom: #F0F0F0 1px solid;
	padding: 30px 0;
}
.contents {
	width: 950px;
	margin: 0 auto;
}
.contents .side {
	width: 220px;
	float: left;
}
.contents .main {
	width: 690px;
	float: right;
	text-align: left;
}
.contents .main p{font-size:14px}
.mainconty{
	font-size: 14px;
	line-height: 180%;
	color:#333;
	margin-bottom: 20px;
	}
.mainconty img{max-width:100%;}
a {
	color:#1F1F1F;
	text-decoration: underline;
}
a:hover {
	color:#1F1F1F;
	text-decoration:none;
}
.floatL {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.floatR {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* 見出し
----------------------------------------------------------------------------*/
.pagetitle {
	background: url(../images/pagetitle.jpg) top center no-repeat #F6F6F6;
	height: 160px;
}
.pagetitle h1 {
	width: 950px;
	margin: 0 auto;
	padding-top: 63px;
	text-align: left;
	font-size: 22px;
	text-shadow: 0px 1px 4px #000;
	color: #fff;
}
.contents h2 {
	border-bottom: #1E4A77 1px solid;
	border-top: #1E4A77 3px solid;
	font-size: 22px;
	font-weight: bold;
	padding: 25px 0;
	margin-bottom: 25px;
}
.contents h3 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #121212;
	font-size: 16px;
	padding: 12px 0 12px 15px;
	margin-bottom: 20px;
	background: url(../images/h3_bg.gif) left center no-repeat #E6E6E6;
}


/* テーブル
----------------------------------------------------------------------------*/

.table {
	margin-bottom: 30px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
.table td,
.table th {
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	text-align: center;
	font-size: 12px;
	color:#333;
	padding: 13px 0;
	line-height: 180%;
}
.table th {
	padding-left: 10px;
}

.tableLine {
	margin: 0 auto;
	background: url(../images/line_3.gif) top left repeat-x;
	margin: 0 auto 30px;
}
.tableLine th {
	line-height: 180%;
	font-size: 12px;
	text-align: left;
	color: #222;
	padding: 10px;
	background: url(../images/line_3.gif) bottom left repeat-x;
}
.tableLine td {
	padding: 10px;
	line-height: 180%;
	font-size: 12px;
	background: url(../images/line_3.gif) bottom left repeat-x;
}
.tableLineB {
	font-size: 14px;
}
.tableLineB th {
	font-size: 14px;
}
.tableLineB td {
	font-size: 14px;
}




/* .table {
	margin-bottom: 30px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
.table td,
.table th {
	border-bottom: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	text-align: center;
	font-size: 12px;
	color:#333;
	padding: 13px 0;
	line-height: 180%;
}
.table th {
	padding-left: 10px;
}

.tableLine {
	margin: 0 auto;
	background: url(../images/line_3.gif) top left repeat-x;
	margin: 0 auto 30px;
}
.tableLine em.asa{color:#f00d}
.tableLine th {
	line-height: 180%;
	font-size: 12px;
	text-align: left;
	color: #222;
	padding: 10px;
	background: url(../images/line_3.gif) bottom left repeat-x;
}
.tableLine td {
	padding: 10px;
	line-height: 180%;
	font-size: 12px;
	background: url(../images/line_3.gif) bottom left repeat-x;
}
.tableLineB {
	font-size: 14px;
}
.tableLineB th {
	font-size: 14px;
}
.tableLineB td {
	font-size: 14px;
} */


/* リスト
----------------------------------------------------------------------------*/
.listPdf {
	margin-bottom: 20px;
}
.listPdf li {
	background: url(../images/icon_pdf.gif) left center no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
.list li {
	background: url(../images/icon_3.gif) left 0.4em no-repeat;
	font-size: 14px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}



/* 2カラム
----------------------------------------------------------------------------*/
.columnR {
	float: right;
	width: 330px;
}
.columnL {
	float: left;
	width: 330px;
}


/* 製品一覧
----------------------------------------------------------------------------*/
.product h4 {
	background: url(../images/line_2.gif) bottom left repeat-x;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}


/* アンカーリンク */
.product .anchor {
	background: #F2F2F2;
	padding: 10px;
	color: #C7C7C7;
	font-size: 13px;
	line-height: 180%;
	margin-bottom: 40px;
}
.product .anchor a {
	color: #333;
}

/* TOPの製品リスト */
.product .topItem {
	background: bottom left url(../images/line_1.png) repeat-x;
	margin-bottom: 20px;
}
.product .topItem .photo {
	float: left;
	width: 223px;
	padding-bottom: 0;
}
.product .topItem .photo img{
    border: 1px solid #dcdcdc;
    border-radius: 9px;
}
.product .topItem .text {
	width: 467px;
	float: right;
}
.product .topItem .text dt {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product .topItem .text dd {
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.product .topItem .text dd.btn{
    height: auto;
}
.product .topItem .text dd.btn a {
	text-align: right;
	padding: 7px 0 23px 0;
	display: block;
	color: #cc0000;
	font-weight: bold;
}
.product .topItem .text dd.btn a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* 詳細のモデル一覧 */
.product .model {
	margin-bottom: 20px;
	width: 104%;
}
.product .model li {
	width: 46%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}
.product .model li.end {
	margin-right: 0;
}
.product .model li a {
	display: block;
	border: #CCC 1px solid;
	padding: 6px;
	text-decoration: none;
	color: #1E4A77;
	background: url(../images/model_bg.png) right bottom no-repeat;
} 
.product .model li .nolink {
	display: block;
	border: #CCC 1px solid;
	padding: 6px;
	text-decoration: none;
	color: #1E4A77;
} 
.product .model li a:hover {
	background: url(../images/model_bg.png) right bottom no-repeat #F2F6FA;
} 
.product .model li a .photo,
.product .model li .nolink .photo {
	float: left;
	margin-right: 10px;
}
.product .model li a .name,
.product .model li .nolink .name {
	font-size: 19px;
	padding: 12px;
}
.product .model li a .nameSmall,
.product .model li .nolink .nameSmall {
	font-size: 18px;
	padding: 2px;
}




/* 詳細の画像部分 */
.product .detailPhoto {
	width: 300px;
	float: left;
}
.product .detailPhoto .big {
	width: 300px;
	height: 250px;
	position: relative;
	margin: 0 auto;
	background: #F6F6F6;
	margin-bottom: 5px;
	overflow: hidden;
}
.product .detailPhoto ul li {
	background: #F6F6F6;
	margin: 0 0 0 0;
	float: left;
	width: 98px;
	height: 70px;
	position: relative;
	margin-bottom: 10px;
}
.product .detailPhoto ul li.gray {
	margin: 0 3px;
}
.product .detailPhoto .big img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 300px;
	max-height: 548px;
}
.product .detailPhoto ul li img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 96px;
	max-height: 68px;
}
.product .detailText {
	width: 365px;
	float: right;
}

.product .pdfAtt {
	padding: 10px;
	border: 1px solid #E6E6E6;
	font-size: 12px;
	margin-bottom: 40px;
	line-height: 180%;
}


/* 引合・設計・生産 / 開発
----------------------------------------------------------------------------*/
.flow {
	background: url(../images/bg.gif) left top repeat-y;
	margin-bottom: 40px;
}
.flow .step img {
	float: left;
	margin: 0 15px 30px 0;
}
.flow .end img {
	margin: 0 15px 0 0;
}
.flow .step p {
	margin-left: 105px;
}
.flow .end p {
	margin: 0 0 0 0;
}
.flow .step h3 {
	padding: 10px 0 0 0;
	background: none;
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

/* アフターサービス
----------------------------------------------------------------------------*/
.after {
	margin-bottom: 40px;
}
.after li {
	float: left;
}
.after li.margin {
	margin: 0 20px;
}
.after li.marginL {
	margin: 0 0 0 120px;
}


/* レンタル
----------------------------------------------------------------------------*/
.rental {
	width: 154px;
	float: left;
	margin: 0 24px 15px 0;
	text-align: center;
	font-size: 12px;
}
.rentalEnd {
	width: 154px;
	float: right;
	margin: 0 0 0 0;
}
.rental .photo {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}


/* Q&A
----------------------------------------------------------------------------*/
.faq {
}
.faq dt {
	background: url(../images/icon_q.gif) left top no-repeat;
	padding: 8px 0 13px 50px;
	font-weight: bold;
	color: #CC0000;
	font-size: 16px;
	margin-bottom: 15px;
}
.faq dd {
	background: url(../images/icon_a.gif) left top no-repeat;
	margin: 0 0 30px 0;
	line-height: 185%;
	font-size: 14px;
	padding: 0 0 0 50px;
	min-height: 60px;
}




/* 会社案内
----------------------------------------------------------------------------*/
.companyLink {
	background: #F2F2F2;
	text-align: center;
	padding: 10px;
	color: #C7C7C7;
	font-size: 13px;
	line-height: 180%;
	margin-bottom: 40px;
}
.companyLink a {
	color: #333;
}



/* サイトマップ
----------------------------------------------------------------------------*/
.sitemapR {
	float: right;
	width: 330px;
}
.sitemapL {
	float: left;
	width: 330px;
}


/* お問い合わせ
----------------------------------------------------------------------------*/
.alert,
.label {
	color: #C00;
}
.type1.hover-in{
    border: 1px solid #bf4343;
}

#question.hover-in{
    border: 1px solid #bf4343;
}
.ti-s{float: left;width: 678px;height:27px !important;}
.ti-s p{float: left;width: 678px;font-size:14px;color:#C00;line-height:16px;margin-top:10px;}
.ti-s p img{float: left;margin-right:10px;margin-top: 0px;}
input[type="text"] {
	height: 22px;
	padding: 4px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	border-radius: 0;
}
button{
	margin: 20px 20px 20px 0px;
	width: 250px;
	height: 50px;
	font-size: 16px;
	background-color: #252525;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
button:hover {
	background-color: #929292;
}
input[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
}
textarea {
	width: 400px;
}
.confirm {
	margin-left: 85px;
}
.entryPage {
	margin-left: 200px;
}
.contactTel {
	text-align: center;
	background: #F6F6F6;
	padding: 20px;
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: bold;
}


.da-ceng-dibu{background-image: url('../images/tanchu.png');float: left;width: 100%;height: 100%;z-index:1000000;position: fixed;top: 0;}
.delete-pisdibu{float: right;margin: -10px -36px 0px 0px;}
.dthesdibu{float: left;width: 690px;background: #fff;border-top: 8px solid #1b5fad;position: absolute;left: 54%;margin-left: -390px;top: 60px;padding-bottom: 40px;}
.mark-podibu{float: left;width: 620px;margin-left: 50px;font-size: 27px;color: #333333;line-height: 32px;margin-top: 28px;padding-bottom: 10px;font-family: xi !important;font-weight: lighter;text-align: left;}
.mark-podibu img{margin-right: 25px;display: inline-block;margin-top: 7px;float: left;}
.mark-po-tetxdibu{float: left;width: 682px;margin-top: 2px;margin-left:60px;}
.mark-po-tetxdibu p{width: 585px;float: left;font-size: 20px;line-height: 32px;color: #666666;text-align: left;}
.mark-po-tetxdibu strong{font-weight: bold;color: #1b5fad;font-style: normal;line-height:32px;font-size: 20px;margin-right: 60px;float:left;}
.mark-po-tetxdibu button{width: 200px;float: left;line-height: 40px;font-size: 20px;color: #ffffff;height: 40px;background: #1b5fad;outline:none;margin-top:13px;}
.mark-po-tetxdibu button:hover{background: #1b5fad;cursor: pointer;}





#newsWrap #newsList {
	list-style: none;
	margin: 0;
	padding: 0;
}
#newsWrap #newsList li{
	border-bottom: #D8D8D8 1px solid;
	font-size: 14px;
	padding: 18px 0;
}
#newsWrap #newsList li .up_ymd  {
	margin-right: 15px;
	font-weight: bold;
}
#newsWrap #newsList a {
  color: #1F1F1F;
  text-decoration: underline;
}
#newsWrap #newsList a:hover {
  color: #1F1F1F;
  text-decoration: none;
}