@charset "utf-8";
/*qanda*/

#qandaContents {
	width: 100%;
	max-width: 1000px;
	margin: 25px auto 0;
	text-align: left;
}
#qandaContents .shopTitle {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: 900;
}
#qandaContents > h3 {
	clear: both;
	margin: 7rem 0 3.5rem;
	padding-top: 3.5rem;
	font-weight: 900;
	border-top: 1px solid #ccc;
	line-height: 1.5;
}
#qandaContents > h3:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#qandaContents p {
	margin: 1em 0 1em 0;
	line-height: 2.0;
}
#qandaContents .photo {
	position: relative;
	float: right;
	width: 50%;
	height: 0;
	padding-bottom: 28.125%;
	margin: 0 0 2.5% 5%;
	overflow: hidden;
	background-color: #000;
}
#qandaContents .photo img {
	position: absolute;
	display: block;
	width: 100%;
	height:100%;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	opacity: 1;
}
#qandaContents .photo img:hover {
	transform: scale(1.1);
	opacity: 0.3;
}
#qandaContents .morePlay {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	white-space: nowrap;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	cursor: pointer;
	opacity: 1;
}
#qandaContents .photo:hover .morePlay {
	opacity: 1
}

@media only screen and (max-width:1280px) {
	#qandaContents {
		width: 97.5%;
		margin-top: 20px;
	}
	#qandaContents > h3 {
		margin: 5rem 0 2.5rem;
		padding-top: 2.5rem;
	}
}
@media only screen and (max-width:768px) {
	#qandaContents {
		width: 95%;
	}
	#qandaContents > h3 {
		margin: 2.5rem 0 2.5rem;
		padding-top: 2.5rem;
	}
}
@media only screen and (max-width:480px) {
	#qandaContents {
		width: 92.5%;
		margin-top: 15px;
	}
	#qandaContents .photo {
		float: none;
		width: 100%;
		height : 0;
		padding-bottom: 56.25%;
		margin: 0 0 5% 0;
	}
}
