@charset "UTF-8";

/*--------------------------------------------------------------------
works.html
works.css
--------------------------------------------------------------------*/
div#HeaderLogo div#Title h2 { background-image: url(../../img/works/title.png); }


/*------------Worksのスタイル---------------------------------------------------------------*/
div#Works p { margin-bottom: 1em; }
div#Works p.MineralPho { text-align: center; }
div#Works .Tab {
	width: 798px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Works .Tab li {
	width: 240px;
	margin: 0 1px 1px 0;
	padding: 5px 5px 5px 20px;
	background: #fff url(../../img/works/arrow.png) no-repeat 10px center;
	float: left;
	font-size: 85%;
	cursor: pointer;
}
div#Works .Tab li:hover { background: #eee url(../../img/works/arrow.png) no-repeat 10px center; }
div#Works .Tab li.select { background: #eee url(../../img/works/arrow.png) no-repeat 10px center; }
.hide { display:none; }

div#Product {
	width: 100%;
	margin-top: 30px;
}
div#Product h4 {
	padding: 8px 10px;
	border-bottom: 4px solid #ff5e00;
	line-height: 1.2;
	font-size: 171%;
}
div#Product h5 {
	margin-bottom: 20px;
	padding: 8px 10px;
	background: url(../../img/sub_line.gif) no-repeat left bottom;
	line-height: 1.2;
	font-size: 157%;
}
div#Product div.ProdBox {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}
div#Product dl dt { margin: 1em 0 10px; }
div#Product dl dt span {
	padding: 0.1em 0.5em 0;
	background: #ff5e00;
	line-height: 1.4;
	font-size: 114%;
	color: #fff;
}
div#Product div.ProdBox table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
div#Product dl dd ol { padding-left: 2em; }
div#Product div.ProdBox table tr th {
	width: auto;
	padding: 0.8em 1em;
	background: #eaeaea;
	border: 1px solid #bfbfbf;
	text-align: center;
	vertical-align: middle;
}
div#Product div.ProdBox table tr th table { width: auto; }
div#Product div.ProdBox table tr th table tr th { text-align: left; }
div#Product div.ProdBox table tr th table tr td { text-align: right; }
div#Product div.ProdBox table tr th table tr th,
div#Product div.ProdBox table tr th table tr td {
	padding: 0 1em;
	border: 0 none;
}
div#Product div.ProdBox table tr td {
	width: auto;
	padding: 0.8em 1em;
	border: 1px solid #bfbfbf;
	text-align: center;
	vertical-align: middle;
}
div#Product div.ProdBox table tr td sub { font-size: 85%; }
div#Product div.ProdBox table tr td sup { font-size: 85%; }
div#Product div.ProdBox table tr td table { width: 80%; }
div#Product div.ProdBox table tr td table tr th { text-align: left; }
div#Product div.ProdBox table tr td table tr td { text-align: center; }
div#Product div.ProdBox table tr td table tr th,
div#Product div.ProdBox table tr td table tr td {
	width: 50%;
	background: #fff;
	padding: 0 1em;
	border: 0 none;
}
div#Product div.ProdBox div.TxtPho {
	width: 100%;
	overflow: hidden;
}
div#Product div.ProdBox div.TxtPho div.Txt {
	width: 450px;
	float: left;
}
div#Product div.ProdBox div.TxtPho div.Txt p {
	padding-left: 1em;
	text-indent: -1em;
}
div#Product div.ProdBox div.TxtPho div.Txt p:before { content: "※"; }
div#Product div.ProdBox div.TxtPho p.Note {
	width: 330px;
	float: right;
}
div#Product div.ProdBox div.ListL { width: 390px; float: left; }
div#Product div.ProdBox div.ListR { width: 390px; float: right; }