/***********************************
 生地辞典
***********************************/

figure.effect-kiji h1{
	color: #000;
	font-size: 2.5em;
	word-spacing: -0.15em;
	font-weight: normal;
	line-height: 2.3em;
	margin: 30px 0;
}

figure.effect-kiji h1 span{
	color: #000;
	font-size: 1.5em;
	word-spacing: -0.15em;
	font-weight: normal;
}

figure.effect-kiji-text h2{
	font-size: 2em;
	color: #fff;
	background-color:navy;
	padding: 10px;
}

figure.effect-kiji-text h3{
	font-size: 1.5em;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

figure.effect-kiji-text h4{
	font-size: 1.3em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

figure.effect-kiji-text h4.fabric_name{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0 0 0;
	padding: 0;
}

figure.effect-kiji-text p{
	font-size: 1.2em;
	line-height: 2em;
}

figure.effect-kiji-text ul{
	width: 100%;
	margin: 0;
	padding: 0;
}

figure.effect-kiji-text ul li{
	width: 25%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

figure.effect-kiji-text ul li:nth-of-type(4n+1)
{
  /* [4+1個置きにclearを設定] */
  clear: both;
}

figure.effect-kiji-text ul li span{
	font-size: 1.1em;
	font-weight: bold;
}

figure.effect-kiji-text ul li img{
	width: 100%;
}

figure.effect-kiji-text a{
    background-color:#ffffff;
    display:block;
}

figure.effect-kiji-text a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#text_products li span {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 45px;
	margin: 0; 	
}

@media screen and (max-width: 750px) {
figure.effect-kiji-text ul{
	width: 100%;
	margin: 0;
	padding: 0;
}

figure.effect-kiji-text ul li{
	width: 50%;
	height: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	overflow: hidden;
}

figure.effect-kiji-text ul li:nth-of-type(2n+1)
{
  /* [2+1個置きにclearを設定] */
  clear: both;
}

figure.effect-kiji-text ul li span{
	font-size: 1em;
	font-weight: bold;
}

figure.effect-kiji-text ul li span{
	font-size: 1.1em;
	font-weight: bold;
}

figure.effect-kiji-text ul li img{
	width: 100%;
}
}

