@charset "Shift_JIS";
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   >>fetilist Base
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
ul.fetilist {
	overflow:hidden;
	width: 94%;
	margin:0 auto;
}
.content_navi ul{
  overflow:hidden;
  margin:5px 5px 15px 5px;
}
.content_navi li{
	float:left;
	width:25%;
	height:40px;
	font-size:12px;
	line-height:28px;
}
.content_navi li a{
	display:block;
	overflow:hidden;
	margin:2px;
	padding:3px;
	height:28px;
	border:1px solid #aaaaaa;
	text-align:center;
	text-shadow:#fff 1px 1px;
	background: #f0f0f0;
}
h3 {
	background: -moz-linear-gradient(top,  #EDAD0B 0%, #F0BA32 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDAD0B), color-stop(100%,#F0BA32));
	background: -webkit-linear-gradient(top,  #EDAD0B 0%,#F0BA32 100%);
	background: linear-gradient(top,  #EDAD0B 0%,#F0BA32 100%);
  color:#fff;
  padding:10px;
  margin:30px 0 10px 0;
}
ul.fetilist li {
	float:left;
	width:30%;
	padding:5px 4% 10px 0;
	text-align:center;
}
ul.fetilist > :nth-child(3n+3) {
	padding:5px 0 10px 0;
}
ul.fetilist li img {
	width:100%;
	border:2px solid #8c10ae;
	margin: 0 0 5px 0;
}
.fetilist span.fetilistsize {
	font-size:16px;
	line-height:20px;
	color:#000;
}
.fetilist span.fetilistname {
	font-size:16px;
	line-height:20px;
}
/* -------------------- */
#fetilistbox h2.index {
	margin:0;
	padding:0;
}
#fetilistbox h2.index img {
  width: 100%;
}
/* -------------------- */
/*+++Clearfix++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	zoom:1;
}
*:first-child+html .clearfix {
	zoom:1;
}
