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

@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/contents.css");




/*-------------------------------------
 Production
---------------------------------------*/

.equipment-list {
 margin-bottom: 30px;
}
.equipment-list th {
	text-align: left;
	width: 280px;
	background-image: url(../../common_img/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
	vertical-align: top;
}
.equipment-list th a {
	text-decoration: underline;
}
.equipment-list td {
}
.equipment-list td .right {
 padding-left: 20px;
}
.equipment-list th,
.equipment-list td {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #8E9093;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}



/*stitch-----------------------------*/

.pattern-list {
 margin-top: 15px;
}
.pattern-list li img {
	border: 1px solid #999999;
}
.list-space {
 margin-left: 10px;
 margin-right: 9px;
}
.pattern-list li {
 list-style: none;
	width: 170px;
	margin-bottom: 20px;
	float: left;
}
