@charset "utf-8";
#title{
	background: url(../img/bg.jpg) center top no-repeat;
}

#contents .category{
	padding: 0 50px;
	margin: 0 auto 60px;
}
#contents .category>h3{
	margin: 0 auto 30px;
	border-bottom: 1px solid #ccc;
	font-size: 2.5rem;
	font-weight: normal;
	padding: 0 0 8px;
	text-align: left;
	line-height: 120%;
}
#contents .category>p.text{
	font-size: 1.4rem;
	line-height: 160%;
	text-align: left;
	margin: 0 auto 60px;
}
#contents .category>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	padding: 0;
	margin: 0 auto;
}
#contents .category>ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 25px 70px 0;
	width: 350px;
}
#contents .category>ul>li:nth-child(3n){
	margin-right: 0;
}
#contents .category>ul>li>a{
	color: #333;
}
#contents .category>ul>li>a:hover{
	text-decoration: none;
}
#contents .category>ul>li p.img{
	line-height: 0;
	margin: 0 auto 18px;
	overflow: hidden;
}
#contents .category>ul>li p.img img{
	width: 100%;
	height: auto;
	transition-duration: .5s;
}
#contents .category>ul>li>a:hover p.img img{
	transform: scale(1.1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
#contents .category>ul>li p.tx{
	padding: 0 70px 0 0;
	text-align: left;
	font-size: 1.8rem;
	line-height: 120%;
	position: relative;
	font-weight: bold;
}
#contents .category>ul>li p.tx>span{
	display: block;
	font-size: 1.2rem;
	padding: 0 25px 0 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#contents .category>ul>li p.tx>span:before{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	z-index: 1;
}
#contents .category>ul>li p.tx>span:after{
	position: absolute;
	top: 50%;
	right: 7px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

#contents ul.images{
	display: none !important;
}


@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	#contents .category{
		padding: 0 10px;
	}
	#contents .category>h3{
		font-size: 1.8rem;
	}
	#contents .category>ul>li{
		width: 100%;
		margin: 0 auto 60px;
	}
	#contents .category>p.text{
		margin: 0 auto 40px;
	}
}