<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * 製品スペックを表示するために必要なCSS。
 * 内容は、大多数の製品表示に使う product_multiple.php に準拠する。
 */

.product-wrapper {
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif, Georgia, Helvatica;
	font-feature-settings: "pkna";
	line-height: 1.8;
	margin: 0 auto;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
	width: 950px;
}

.column-container-spec {
	padding: 2%;
}

.pr-area {
	/* 説明文の上の画像 */
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	width: 100%;
}

.pr-area img {
	max-width: 100%;
}

.spec-area {
	margin-right: 6%;
	width: 70%;
}

.lang-ar .spec-area {
	margin-right: 0;
	margin-left: 6%;
}

.product-txt-area {
	line-height: 150%;
	clear: both;
	margin-bottom: 20px;
}

.product-txt-h4 {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 150%;
	clear: both;
}

/* PWDの説明文などで定義している文字装飾クラス */
.color01 {
	color: #39F;
}

.color02 {
	color: #F00;
}

/* 翌日出荷のタグ(マーク)表示周り */
.product-mark-area {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 14px;
}

.product-mark {
	margin-right: 5px;
}

.product-mark a {
	/* タグにリンクを貼ると下線が表示されてしまうので、それを消す */
	text-decoration: none;
}

.product-mark-text {
	font-size: 13px;
	line-height: 1;
	text-align: left;
}

.color-pink {
	color: #C7315B;
}

/* スペック表(specification)周り */
.spec-table-area {
	width: 100%;
	clear: both;
}

.spec-header-h5 {
	background-color: #DBE6FF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #17274D;
	clear: both;
	color: #666;
	font-weight: 600;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: left;
}

.lang-ar .spec-header-h5 {
	text-align: start;
	border-left: none;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #17274D;
}

.spec-link:link, .spec-link:visited {
	/* 説明文およびスペック表でテキストリンクがあった時に色を変える */
	color: #3D68CC;
	text-decoration: none;
}

.spec-link:hover, .spec-link:active {
	/* 説明文およびスペック表でテキストリンクがあった時に色を変える */
	color: #223a70;
	text-decoration: none;
	opacity: 0.7;
}

.spec-table {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-spacing: 0;
	color: #333;
	line-height: 150%;
	width: 100%;
}

.spec-table-th {
	background-color: #f5f5f5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #333;
	font-size: 14px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: middle;
	width: 20%;
}

.spec-table-td {
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 14px;
	padding: 5px;
	vertical-align: middle;
}

/* 共通仕様 */
.pal-common-spec-acordion {
	margin-top: 10px;
}

.spec-option-acd-area {
	background-color: #F6FAFE;
	margin: 0 0 20px;
	/*padding: 10px;*/
	padding: 2%;
	width: 96%;
	/* 100% - padding左右の2% */
	word-break: break-all;
}

/* スペック表の下のオプション品のアコーディオン周り */
.products-pwd-acordion {
	margin-top: 2px;
}

.products-pwd-acordion-input {
	display: none;
}

.products-pwd-acordion-label {
	display: block;
	position: relative;
	cursor: pointer;
}

.products-pwd-acordion-label:after {
	content: '▼';
	color: #666;
	display: block;
	height: 100%;
	padding: 0px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}

.lang-ar .products-pwd-acordion-label:after {
	right: auto;
	left: 0;
}

.spec-acd-head-h5 {
	background-color: #DBE6FF;
	border-left-color: #17274D;
	border-left-style: none;
	border-left-width: 0;
	clear: both;
	color: #666;
	font-weight: 600;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: left;
}

.lang-ar .spec-acd-head-h5 {
	border-left: none;
	border-right-color: #17274D;
	border-right-style: none;
	border-right-width: 0;
	text-align: right;
}

.acordion-list {
	display: none;
	height: 0;
	opacity: 0;
	transition: 0.5s;
	visibility: hidden;
}

.products-pwd-acordion-input:checked+.products-pwd-acordion-label+.acordion-list {
	display: table;
	height: auto;
	opacity: 1;
	visibility: visible;
}

/* 特許 */
.patent-area {
	border: 1px dashed #CCC;
	clear: both;
	line-height: normal;
	margin-top: 20px;
	padding: 10px;
	position: unset;
}

/* PC表示では製品画像を右側、スペックを左側に表示させるために順番を入れ替えるCSS */
.photo-and-spec {
	display: flex;
	flex-direction: row-reverse;
}

/* 製品の小さい写真や、購入等のバナー周り */
.photo-banner-area {
	text-align: center;
	width: 204px;
}

.product-img-area {
	padding: 1px;
	border: 1px solid #CCC;
	position: static;
}

.zoom-button-area {
	text-align: right;
	padding-right: 5px;
	position: relative;
}

.zoom-button {
	left: 180px;
	position: absolute;
	top: -20px;
}

.scale-area {
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.scale-area-img {
	width: 100%;
}

.banner-area {
	margin-top: 6px;
}

.banner-li {
	line-height: 0px;
	margin-bottom: 6px;
}

/* 製品画像の拡大周り */
.product-large-view {
	background: url(/product/img/bg_div333.png) repeat;
	display: none;
	height: 500px;
	left: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 950px;
	z-index: 19;
}

.product-large-image {
	background-color: #CCC;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	color: #333;
	padding: 8px;

	margin: 0 auto;

	font-size: 12px;
	width: 500px;
	zoom: 1;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
}

.product-large-product-name {
	margin-top: 5px;
}

.img-close-area {
	position: absolute;
	top: 5px;
}

.img-close {
	position: absolute;
	left: 384px;
}

/* 製品画像の上に価格を重ねるための指定 */
.product-img {
	position: relative;
}

/* 製品スペック周りの画像にはすべて適用しておくクラス */
.product-spec-img {
	border: 0;
	height: auto;
	max-width: 100%;
	width: auto;
}

/* 拡大画像を製品の小さい画像に重ねて表示するための指定 */
.size-out-small-img {
	left: 180px;
	position: absolute;
	top: -20px;
}

/* 製品画像の上に重ねる即納or納期マーク */
.delivery-mark {
	position: absolute;
	top: 2%;
	left: 79%;
}

/* 製品画像の上に重ねる価格 */
.product-price {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0) 30%);
	/* 背景のグラデーション指定3つ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0) 30%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0) 30%);
	font-weight: bold;
	position: absolute;
	top: 92%;
	/* 下端 */
	left: 50%;
	/* 中央 */
	-ms-transform: translate(-50%, -50%);
	/* 文字のずれ修正のための3つの指定 */
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	/* 途中で改行されないための指定 */
}

/* 製品画像の上に重ねる価格が2つがある場合 */
.product-price-two {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0) 30%);
	/* 背景のグラデーション指定3つ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0) 30%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1.0) 30%);
	font-weight: bold;
	position: absolute;
	top: 100%;
	/* 下端 */
	left: 50%;
	/* 中央 */
	-ms-transform: translate(-50%, -50%);
	/* 文字のずれ修正のための3つの指定 */
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	/* 途中で改行されないための指定 */
	font-size: 0.8em;
}

/* 製品画像の上に重ねる価格が2つがある場合 */
.product-img-area-two {
	padding-bottom: 1.5em;
}

/* 製品画像の上に重ねる価格が2つがある場合の拡大ボタン */
.size-out-small-img-two {
	top: 0px
}



/*******************************************************************************************
 * 以下、スマホ向け
 *******************************************************************************************/
@media screen and (max-width: 960px) {

	.product-wrapper {
		background-color: #fff;
		color: #000;
		font-size: 13px;
		line-height: 1.8;
		min-width: 100%;
		width: 100%;
		-webkit-text-size-adjust: 100%;
	}

	.SP-None-Product {
		display: none;
	}

	.product-main-area {
		clear: both;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
		overflow: visible;
		position: relative;
		width: 100%;
	}

	.product-header {
		background: #223a70;
		height: 30px;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	.product-name {
		clear: both;
		color: #FFF;
		font-weight: bold;
		font-size: 100%;
		height: 16px;
		padding-bottom: 5px;
		padding-left: 15px;
		padding-top: 5px;
	}

	.lang-ar .product-name{
		padding-left: 0;
		padding-right: 15px;
	}

	.scale-area {
		margin: 10px auto;
		text-align: center;
		width: 204px;
	}

	.icon-button {
		height: 25px;
		position: absolute;
		right: 5%;
		top: 1px;
		width: 80px;
	}

	.img-print {
		/* これスマホの時は display: none; の指定の中にあるけど、意味あるのか？ */
		width: 35px;
		float: right;
		margin-left: 10px;
	}

	.spec-area {
		width: 98%;
		padding: 2%;
	}

	.product-txt-h4 {
		margin-bottom: 0px;
		padding: 5px 0 5px;
	}

	.product-txt-p {
		line-height: 1.6;
		padding: 15px 0 0;
	}

	/* 翌日出荷のタグ(マーク)表示周り */
	.product-mark-area {
		flex-wrap: wrap;
	}

	.product-mark-text {
		line-height: 1;
		margin-bottom: 10px;
	}

	/* PC表示では製品画像を右側、スペックを左側に表示させるために順番を入れ替えるCSS。ただしスマホ表示の時は上から順番に表示させるため、 flex を解除 */
	.photo-and-spec {
		display: block;
	}

	/* 製品の小さい写真や、購入等のバナー周り */
	.photo-banner-area {
		left: 0;
		margin: 0 auto;
		padding: 0;
		top: 40px;
		width: 100%;
	}

	/* 不具合、このどれかが怪しいかも */

	.product-img {
		padding-top: 15px;
	}

	.zoom-button {
		padding-bottom: 5px;
		position: static;
	}

	.banner-shop-img {
		width: 80%;
	}

	.banner-shop-input {
		border-radius: 0;
		height: auto;
		width: 80%;
	}

	.banner-input-image {
		width: 80%;
	}

	/* 製品画像の拡大周り */
	.product-large-image {
		text-align: center;
		width: 95%;
	}

	.img-close-area {
		left: 393px;
	}

	.img-close {
		position: fixed;
		left: unset;
		right: 5px;
		top: 5px;
	}

	/* 拡大画像を製品の小さい画像に重ねて表示するための指定 */
	.size-out-small-img {
		position: static;
		padding-bottom: 5px;
	}

	/* 製品画像の上に重ねる即納or納期マーク */
	.delivery-mark {
		left: 88%;
	}

	/* 製品画像の上に重ねる価格 */
	.product-price {
		top: 100%;
		font-size: 18px;
	}

	/* 製品画像の上に重ねる価格が2つがある場合 */
	.product-price-two {
		font-size: 14px;
	}

	.product-img-area-two {
		padding: 0;
	}
}



/*******************************************************************************************
 * 以下、PC向け
 *******************************************************************************************/
@media screen and (min-width: 961px) {
	/*	.PC-None-Product {	製品スペック部分にこの指定なし
		display: none;
	}*/

	.product-main-area {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
		overflow: hidden;
		clear: both;
	}

	.product-header {
		/*background-image: url(../../images/products/bg_productheader_p.jpg);*/
		/* background-repeat: repeat-x; */
		background: #223a70;
		position: relative;
		width: 100%;
		height: 40px;
		margin-bottom: 20px;
		/* padding-right: 20%; */
	}

	.product-name {
		color: #FFF;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		height: 16px;
		font-weight: bold;
		font-size: 110%;
		clear: both;
	}

	.lang-ar .product-name{
		padding-left: 0;
		padding-right: 15px;
	}

	.icon-button {
		height: 27px;
		list-style: none;
		position: absolute;
		right: 1.5%;
		top: 6px;
		width: 90px;
	}

	.lang-ar .icon-button {
		right: auto;
		left: 0;
		width: auto;
	}

	.img-print {
		width: 35px;
		float: right;
		margin-left: 10px;
	}

	.big-banner {
		/* スペック下の大きなバナー */
		text-align: center;
	}
}

/* 製品ページの製品詳細下バナー用のCSS ここから */
/* 製品ページの製品詳細下バナーは横幅912px(2022/05/20現在)のため、画像をそれに合わせる */

/* 製品説明の中のバナーのCSS */
.discription-bnr {
	image-rendering: -webkit-optimize-contrast;
}


.prod_detail_under_banner {
	max-width: 912px;
	width: 100%;
	margin-top: 0.5em;
}

.prod_detail_under_banner a:hover {
	opacity: 0.7;
}


.prod_detail_under_banner img {
	/* 画像を縮小しているためぼやけにくくするための対処 */
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
}

/* 製品ページの製品詳細下バナー用のCSS ここまで */



/*==========================================================================================
 * 以下、他言語向け
 * 改修が完了している言語を追加。
 * 現在 英語、ポルトガル語、スペイン語
===========================================================================================*/
.product-wrapper .lang-ar,
.product-wrapper .lang-de,
.product-wrapper .lang-en,
.product-wrapper .lang-es,
.product-wrapper .lang-fr,
.product-wrapper .lang-pt,
.product-wrapper .lang-ru {
	font-family: 'Source Sans Pro', sans-serif;
}

.product-wrapper .lang-ar {
	text-align: start;
}

.lang-de .spec-table-th,
.lang-en .spec-table-th,
.lang-es .spec-table-th,
.lang-fr .spec-table-th,
.lang-pt .spec-table-th,
.lang-ru .spec-table-th {
	font-size: 16px;
}

.lang-ar .spec-table-th {
	text-align: right;
}

.lang-de .spec-table-td,
.lang-en .spec-table-td,
.lang-es .spec-table-td,
.lang-fr .spec-table-td,
.lang-pt .spec-table-td,
.lang-ru .spec-table-td {
	font-size: 16px;
}


@media screen and (max-width: 960px) {

	.product-wrapper .lang-de,
	.product-wrapper .lang-en,
	.product-wrapper .lang-es,
	.product-wrapper .lang-fr,
	.product-wrapper .lang-pt,
	.product-wrapper .lang-ru {
		font-size: 15px;
	}

	.lang-de .spec-table-th,
	.lang-en .spec-table-th,
	.lang-es .spec-table-th,
	.lang-fr .spec-table-th,
	.lang-pt .spec-table-th,
	.lang-ru .spec-table-th {
		font-size: 15px;
	}

	.lang-de .spec-table-td,
	.lang-en .spec-table-td,
	.lang-es .spec-table-td,
	.lang-fr .spec-table-td,
	.lang-pt .spec-table-td,
	.lang-ru .spec-table-td {
		font-size: 15px;
	}
}</pre></body></html>