﻿@charset "utf-8";
#main{
	margin-top:60px;
	margin-bottom:60px;
}
#qd_name{
	font-size:1.4rem;
	font-weight:bold;
	line-height:28px;
	display: block;
	width: auto;
	height:auto;
	margin-top: 40px;
}
#qd_param{
	display: grid;
	grid-template-columns: calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5) calc(20% - 80px/5);
	row-gap:20px;
	column-gap:20px;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width:767px){
	#qd_param{
		grid-template-columns:calc(33.3% - 10px/3) calc(33.3% - 10px/3) calc(33.3% - 10px/3);
		row-gap:5px;
		column-gap:5px;
	}
}
.tb_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
a.tb_pic{
	overflow: hidden;
	padding-bottom: 100%;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-color: #f5f5f5;
}