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

/*---サブページ共有---*/
#gnav{
	border-bottom: #999  11px solid;
}
#main_bg{
	width:100%;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-color:#fafafa;
}
#main_contents_warapper{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	box-shadow:0 0 10px #999999;
}
h2{
	background-image: url(../images/subtitle01.gif);
	height: 76px;
	background-repeat:no-repeat;
	font-size: 32px;
	color: #333;
	vertical-align:middle;
	padding-left:50px;
	line-height:70px;
}
h3{
	font-size: 28px;
	color: #333;
	line-height:20px;
}
.caption{
	width:880px;
	margin:50px auto 0;
}
.caption_title{
	height: 32px;
	padding:3px 30px;
	font-size: 24px;
	line-height:24px;
	color: #009;
	font-weight: bolder;
}		
/*---/サブページ共有---*/

/*---( 当日加工 )---*/
.main_contents{
	padding:20px 20px;
}
#express_warapper{
	width:88%;
	background-color:#eae5e5;
	margin:0 auto;
	padding-bottom:50px;
}
.express_topimg{
	display:block;
	text-align:center;
	margin-bottom:40px;
}
.news-contents {
	overflow: hidden;
	margin: 0 auto;
	padding:20px 40px;
	list-style: none;
}
.news-contents li {
	width:230px;
	float: left;
	margin-right:20px;

}
.news-contents li:last-child {
	margin-right: 0;
}
.news-contents li p {
	margin: 0;
	padding: 10px;
	font-size: 0.9rem;
	background-color: #FFF;
	border: 1px solid #999;
}
.product_box{
	width: 840px;
	margin: 0 auto;
	padding:10px 0;
	border-bottom: 1px dotted #009;
}
.product_boxend{
	width: 840px;
	margin: 0 auto;
	padding:10px 0;
	border-bottom:none;
}
.contents_title01{
	display:block;
	padding-left: 60px;
	background: url(../images/subtitle03.gif) no-repeat;
	background-position: 40px 7px;
	font-size:1.2em;
}
.contents_title02{
	display:block;
	width:80%;
	padding-left: 20px;
	background: url(../images/subtitle03.gif) no-repeat;
	background-position: 1px 7px;
	font-size:1.2em;
}
.product_txt{
	display: block;
	float:left;
	padding-left:70px;
}
.product_img{
	display: block;
	float:right;
}

/*---[　加工技術　]---*/
#gijyutu{
	padding:20px;
	page-break-before: always;
}
.intro-gijyutu{
	padding:20px 30px;
}
.m-table{
	border-collapse:collapse;
	margin:20px auto 30px auto;
}
thead{
	background:#CCC;
}
.m-table td,th{
	border:0.5px solid #666;
	padding:6px 10px;
}
.m-table tbody td:last-child{
	text-align:center;
}
caption{
	caption-side:bottom;
	text-align:right;
	border-radius: 2em;
	color:#666;
	font-weight:normal;
	text-decoration: none;
	font-size: 14px;
	line-height: 3;
}
caption:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 2px;
	margin-left: 5px;
	border: transparent 5px solid;
	border-left-color: #666;
}
caption a{
	color: #000;
}
caption a:hover {
	color: #000099;
}
.material{
	list-style-type:disc;
	padding:20px 30px;
}
