@charset "UTF-8";
/* body { background:#ffe; } */
	#mainImg {
		/* background		: rgba(150,150,208,.5); CHK */
		position		: relative;
		width			: 940px;
	}
		#mainV {
			height		: 660px;
			width		: 470px;
		}
		#titleJP,
		#titleEN {
			position		: absolute;
		}
		#titleJP {
			height		: 59px;
			top			: 40px;
			left		: 500px;
			width		: 231px;
		}

		#titleEN {
			height		: 513px;
			bottom		: -10px;
			right		: 0;
			width		: 448px;
		}
	#subImg {
		/* background		: rgba(150,208,150,.5); CHK */
		width			: 940px;
	}
		#subV1,
		#subV2,
		#subV3,
		#subV4 {
			display			: block;
			float			: left;
			margin			: 0;
			padding			: 0;
		}

	#infoArea {
		/* background		: rgba(100,248,200,.5); CHK */
		margin			: 20px 0;
		position		: relative;
		width			: 940px;
	}
		#spec {
			color			: #ff9f9f;
			float			: left;
			text-align		: justify;
			text-justify	: inter-ideograph;
			width			: 580px;
		}
			#spec img {
				margin			: 0 0 20px;
			}
			#spec p {
				font-size		: 1.5rem;
				width			: 580px;
			}
			#spec dl {
				clear		: both;
			}
				#spec dl dt,
				#spec dl dd {
					display			: block;
					float			: left;
					margin			: 0;
				}
				#spec dl dt {
					/* background		: #aff; CHK */
					width			: 15%;
				}
				#spec dl dd {
					/* background		: #dff; CHK */
					width			: 85%;
				}
		#coverArea {
			/* background		: #ffd; CHK */
			color			: #ff9f9f;
			float			: right;
			margin			: 0;
			width			: 320px;
		}
			#coverImg {
				display			: block;
				height			: auto;
				width			: 320px;
			}
			#buyBtn9784063650075 {
				background			: #ff5e00;
				border-radius	 	: 10px;
				color				: #fff !important;
				display				: block;
				font-size			: 2.2rem;
				height				: 50px;
				line-height			: 50px;
				margin				: 10px 0 0;
				text-align			: center;
				width				: 320px;
			}
			#buyBtn9784063650075:hover {
				background			: #fd5f0f;
				text-decoration		: none;
			}
				#buyBtn9784063650075 i {
					margin				: 0 5px 5px 0;
				}


@media screen and (max-width: 991px) {
	#mainImg {
		width			: 720px;
	}
		#mainV {
			height		: auto;
			width		: 360px;
		}
		#titleJP {
			height		: auto;
			left		: 380px;
			width		: 200px;
		}
		#titleEN {
			height		: auto;
			width		: 340px;
		}
	#subImg {
		width			: 720px;
	}
		#subV1,
		#subV2,
		#subV3,
		#subV4 {
			width		: 180px;
		}

	#infoArea {
		width			: 720px;
	}
		#spec {
			width			: 440px;
		}
			#spec p {
				width			: 440px;
			}
		#coverArea {
			width			: 260px;
		}
			#coverImg {
				width			: 260px;
			}
			#buyBtn9784063650075 {
				width				: 260px;
			}
}

@media screen and (max-width: 767px) {
	#mainImg {
		width			: 466px;
	}
		#mainV {
			height		: auto;
			width		: 100%;
		}
		#titleJP {
			left		: 10px;
			top			: 20px;
			width		: 200px;
		}
		#titleEN {
			left		: 10px;
			width		: 240px;
		}
	#subImg {
		width			: 466px;
	}
		#subV1,
		#subV2,
		#subV3,
		#subV4 {
			height		: 376px;
			width		: 233px;
		}

	#infoArea {
		min-height		: 640px;
		width			: 466px;
	}
		#spec {
			float			: none;
			width			: 100%;
		}
			#spec p {
				width			: 100%;
			}
			#spec dl {
				width			: 266px;
			}
				#spec dl dt {
					width			: 25%;
				}
				#spec dl dd {
					width			: 75%;
				}
		#coverArea {
			float			: none;
			position		: absolute;
			right			: 0;
			width			: 200px;
		}
			#coverImg {
				width			: 200px;
			}
			#buyBtn9784063650075 {
				width				: 200px;
			}
}


@media screen and (max-width: 480px)  {
	#mainImg {
		width			: 300px;
	}
		#mainV {
			height		: auto;
			width		: 100%;
		}
		#titleJP {
			width		: 160px;
		}
		#titleEN {
			width		: 180px;
		}
	#subImg {
		width			: 300px;
	}
		#subV1,
		#subV2,
		#subV3,
		#subV4 {
			height		: 242px;
			width		: 150px;
		}

	#infoArea {
		min-height		: 740px;
		width			: 300px;
	}
		#spec {
			width			: 100%;
		}
			#spec dl {
				width			: 300px;
			}
		#coverArea {
			position		: static;
			margin			: 20px auto 0;
			width			: 300px;
		}
			#coverImg {
				display			: block;
				margin			: 20px auto 0;
				padding			: 20px 0 0;
				width			: 200px;
			}
			#buyBtn9784063650075 {
				width				: 100%;
			}
}




