@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/
	
#contents h3 {
	margin-bottom: 20px;
}
#contents p {
	margin-bottom: 20px;
}
	#contents .wrap {
	}
		#contents .wrap h4 {
			width: 109px;
			float: left;
			display: inline;
		}
		#contents .wrap .inner {
			width: 472px;
			height: 94px;
			padding: 15px;
			float: left;
			display: inline;
			background-color: #efefef;
			border-bottom: 1px solid #FFF;
		}
			#contents .wrap .inner .txt {
				position:relative;
				width: 345px;
				float: right;
				display: inline;
			}
			
				#contents .wrap .inner .txt p.btns {
					position:absolute;
					top:0;
					right:0;
				}
				
				#contents #step04 .inner {
					position:relative;
				}
				
				#contents #step04 .inner  p.btns {
					position:absolute;
					top:15px;
					right:15px;
				}
				
				#contents .wrap .inner .txt h5 {
					font-size: 18px;
					font-weight: bold;
					margin-bottom: 5px;
				}
				#contents .wrap .inner .txt ul {
					margin-left: -20px;
				}
					#contents .wrap .inner .txt li {
						font-size: 10px;
						float: left;
						display: inline;
						white-space: nowrap;
						background: url(../../../files/img/common/contents/icon_circle.png) left center no-repeat;
						margin-left: 20px;
						padding-left: 12px;
					}
			#contents .wrap .inner .img {
				width: 105px;
				float: left;
				display: inline;
			}
			

#step01 {
}
	#step01 li, #step02 li {
		height: 95px;
		line-height: 95px;
	}
#step03 {
	margin-bottom: 20px;
}
	#contents .wrap .inner.none {
		height: 95px;
		border: none;
	}
#step04 {
	margin-bottom: 40px;
}
	#step04 .txt {
		margin-top: 30px;
	}
	
	
/*-------------------------------------------------------------------------
	下層ページ共通設定
/*-----------------------------------------------------------------------*/
#contents ul.pagejump {
	margin-top: 20px;
	margin-bottom: 50px;
}

	#contents ul.pagejump li {
		float: left;
		background: url(../../../files/img/common/contents/icon_arrow_gy.gif) left 4px no-repeat;
		margin-right: 30px;
		margin-bottom: 10px;
		padding-left: 20px;
	}
		#contents ul.pagejump li a {
			text-decoration: underline;
		}

#contents .category {
	margin-bottom: 60px;
}

	#contents .category p {
		font-size: 14px;
	}
		#contents .category .type {
			font-weight: bold;
			color: #636363;
		}
	#contents .category .photo {
		margin-top: 5px;
		margin-bottom: 15px;
		margin-left: -10px;
	} 
		#contents .category .photo li {
			float: left;
			display: inline;
			margin-left: 10px;
		}
		
	#contents .category .machine {
	}
		#contents .category .machine li {
			font-size: 14px;
			font-weight:bold;
			color: #636363;
		}
	
	
/*-------------------------------------------------------------------------
	table
/*-----------------------------------------------------------------------*/
#contents table {
	border-collapse: collapse;
	letter-spacing:0;
}

#contents table.singlephoto {
	background-color: #FFF;
	width: 50%;
	float: left;
	margin-right: 10px;
}

#contents table.doublephoto {
	background-color: #FFF;
	width: 50%;
	margin-bottom: 20px;
	margin-top: 5px;
}

	#contents th,
	#contents td {
		font-weight: normal;
		border: 1px solid #A5B0A8;
		text-align: left;
		font-size: 12px;
		letter-spacing: 0px;
		padding: 4px 8px;
	}
	#contents td,
	#contents th.count {
		text-align: center;
		width: 32px;
	}
	#contents .table03 td {
		text-align: left;
		width: auto;
	}
		#contents .table03 td.count {
			text-align: center;
		}
	#contents .color th {
		font-weight: bold;
		background-color: #d6dfdb;
		text-align: center;
	}

/*-------------------------------------------------------------------------
	設備一覧
/*-----------------------------------------------------------------------*/
	
	#contents .facilitiesttl {
		display: block;
		margin-bottom: 10px;
		font-size:  22px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #0b3c19;
	}

/*-------------------------------------------------------------------------
	試験片加工
/*-----------------------------------------------------------------------*/
#work {
	float: left;
	display: inline;
}

p.processlist {
	float: right;
	display: inline;
	padding-top: 3px;
}

/*-------------------------------------------------------------------------
	試験片加工一覧
/*-----------------------------------------------------------------------*/

#breadcrumb.processlist {
	margin-top:10px;
	height:20px;
	margin-bottom:0 !important;
}
	#container.processlist {
		padding-top: 0px !important;
	}

	#contents #processlist .wrap p a{
	color: #0b3c19;
	font-weight:bold;
	border-bottom:1px solid #0b3c19;
	}
		#contents #processlist .wrap p a:hover{
		color: #228b22;
		border-bottom:1px solid #228b22;
		}
	
		#contents #processlist table td.process {
			width: 200px;
		}
		#contents #processlist table td.photo{
			width: 188px;
		}
		#contents #processlist table td.remark {
			width: 170px;
		}