
/* 
商品詳細：使い方
----------------------------------------------------- */
.block-contents-1 {
	position: relative;
}
.pdf_wrap {
	width: 100%;
	height: 100%;
}
iframe.all_item_pdf {
	width: 100%;
	height: auto;
	min-height: 500px;
}

/* ======================================
Media Query
641px〜
====================================== */
		@media screen and (min-width: 641px) {
.pdf_wrap,
iframe.all_item_pdf {
	min-height: 740px;
}

		}

/* ======================================
Media Query
 for PC 1025px〜
====================================== */
		@media print, screen and (min-width:1025px) {

		}

