@charset "utf-8";

@media only screen and (min-width: 768px) {
	/* --------------------------------------------------------------------------------
		デバイスごとの表示・非表示
	-------------------------------------------------------------------------------- */
	.device-sp{
		display: none;
	}
	.device-sp-inline{
		display: none;
	}
	.device-pc{
		display: block;
	}
	.device-pc-inline{
		display: inline;
	}



	body {
		line-height: 1.5;
		background: #faf9f7;
	}


	.layout_table img{
		width: 100%;
		}
		.layout_content .system_content form p .FS2_ReviewStars{
		width: auto;
		}
		.layout_content .system_content p .FS2_ReviewStars{
		width: auto;
		}
		.layout_content .system_content .FS2_bottom_btn_left_2 img{
		width: auto;
		}
		.inputTableArea .userTable_01 tbody tr td:nth-child(2) img{
		width: auto;
		}
		#form .FS2_bottom_btn_center_1 img{
		width: auto;
		}
		.layout_content .system_content .FS2_bottom_btn_center_1 img{
		width: auto;
		}

		h1{
		font-size: 1.6rem;
		}
		.FS2_eye_catch_icon img,
		.FS2_InquiryButton_area img,
		.FS2_WishListButton_area img,
		.FS2_body_Cart_SettleEdit_icons img{
		width: auto;
		}
		.pager img{
		width: auto;
		}
}
