/* l-mv
---------------------------------------------------------------------------- */
.l-mv{
	background-image:url("/images/column/single/bg_mv.jpg");
}


/* l-content
---------------------------------------------------------------------------- */
.l-content{
	margin-top:10px;
	padding:0 0 50px;
}

@media screen and (max-width:768px){
	.l-content{
		margin-top:0;
		padding:0 0 50px;
	}
}


/* p-content
---------------------------------------------------------------------------- */
.p-column{
	padding:50px 0 0;
	margin:0 0 140px;
}

.p-column-total{
	font-size:15px;
	text-align:right;
}

.p-tab{
	padding:60px 0 0;
}

.p-tab ul{
	
}

.p-tab ul li{
	float:left;
	width:180px;
	background-color:#f3f0e8;
	text-align:center;
	margin-right:12px;
}

.p-tab ul li:hover{
	background-color:#f5ed80 !important;
}

.p-tab ul li:last-child{
	margin-right:0;
}

.p-tab ul li a{
	font-size:15px;
	text-decoration: none;
	display:block;
	padding:9px 10px;
}

.p-tab-active{
	background-color:#f5ed80 !important;
	background-repeat: no-repeat;
	background-position: 150px center;
	background-image: url("/images/column/bg_tab_arrow.png");
}

.p-column ul{
	padding:22px 0 24px;
}

.p-column ul li{
	float:left;
	margin-right: 40px;
	margin-bottom:40px;
}

.p-column ul li:nth-child(3n){
	margin-right:0;
}
.p-column ul li:nth-child(3n+1){
	clear:left;
}


.p-column ul li a{
	text-decoration: none;
}

.m-description{
	margin: -70px 0 0 20px;
	position: relative;
	width:270px;
}

.m-description-category{
	text-align: left;
	padding-left: 30px;
}

.m-description-text{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:16px;
	min-height:120px;
	width:270px;
	background-repeat: no-repeat;
	background-position: 230px center;
	background-image: url("/images/common/ico_link_arrow.png");
	padding: 32px 45px 14px 20px;
	transition: all 300ms 0s ease;
}

.p-column ul li a:hover .m-description-text{
	background-position: 235px center;
}

.m-description-text span{
	color:#edc469;
	font-size:16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin:0 0 5px;
}

.p-column-img{
	width:280px;
	height:200px;
	text-align:center;
}

.p-column-img img{
	width:auto;
	height:190px;
	max-width:100%;
	max-height:100%;
}

.m-selling{
	margin-top:140px;
}

@media screen and (max-width:768px){
	.p-column{
		width:auto;
		margin:0 10px 70px;
		padding:10px 0 0;
	}
	
	.p-tab{
		padding:10px 0 0;
	}
	
	.p-tab ul{
		width:auto;
		margin:0 10px;
	}

	.p-tab ul li{
		float:none;
		width:100%;
		text-align:center;
		margin-right:0;
		margin-bottom: 10px;
	}

	.p-tab ul li:last-child{
		margin-right:0;
	}

	.p-tab ul li a{
		font-size:13px;
		text-decoration: none;
		display:block;
		padding:9px 10px;
	}
	
	.p-tab-active{
		background-position: right 20px center !important;
		background-size:8px auto !important;
	}

	.p-column ul{
		padding:10px 0 0;
	}

	.p-column ul li{
		float:none;
		margin-right: 0;
		margin:0 0 30px;
	}
	.p-column ul li:last-child{
		margin-right: 0;
	}


	.p-column ul li a{
		text-decoration: none;
	}

	.m-description{
		margin: -70px 0 0 0;
		position: relative;
		width: 100% !important;
		padding: 0;
	}

	.m-description-category{
		text-align: left;
		padding-left: 10px;
		width:100%;
	}
	
	.p-column-img{
		width:100%;
		height:auto;
	}
	
	.p-column-img img{
		width:auto;
		height:auto;
		max-width:100%;
		max-height:300px;
	}

	.m-description-text{
		font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		font-size:16px;
		min-height:80px;
		width:100%;
		background-repeat: no-repeat;
		background-position: 95% center;
		background-image: url("/images/common/ico_link_arrow.png");
		padding:14px 45px 14px 20px;
		background-size: 15px auto;
	}
	
	.p-column ul li a:hover .m-description-text{
		background-position: 95% center;
	}

	.m-description-text span{
		color:#edc469;
		font-size:16px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		font-weight:bold;
		margin:0 0 5px;
	}
	
	.m-selling{
		margin-top:0;
	}
}