@charset "shift_jis";

body #main_itempage_area_inner { font-family: Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; }

body #main_itempage_area_inner {
	max-width:1045px;
	min-width:740px;
}

span#img_muryou1_TS32GJDG500S img,
span#img_muryou1_TS32GJDG500G img,
span#img_muryou1_TS64GJDG500S img,
span#img_muryou1_TS64GJDG500G img {
	width:100%;
}

.video-container {
  position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.video-container iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shadow {
	text-shadow:
		-1px -1px 2px #555555,
		1px -1px 2px #555555,
		-1px 1px 2px #555555,
		1px 1px 2px #555555;
}

/* フロート解除処理
-------------------------------------*/
/* for modern browser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* IE7 */
*+html .clfx {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/