<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===========================
   product
=========================== */

/* ページ内ナビ */
.pgAnc {
	background-color: #DDD;
	margin-bottom: 24px;
}

.pgAnc ul {
	list-style: none;
	letter-spacing: -.40em;
	padding: 10px 10px 0;
}
.pgAnc li {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.pgAnc li a {
	font-size: 12px;
	color: #FFF;
	display: block;
	text-decoration: none;
	margin: 0 5px;
	padding: 10px 14px;
	background-color: #999;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pgAnc li a.select {
	color: #000;
	display: block;
	margin: 0 5px;
	padding: 10px 14px;
	background-color: #FFF;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

/* org・oem 共通
--------------------------- */
.infoTxt {
	margin-bottom: 20px;
}

.infoTxt h4 {
	margin: 0 10px 10px;
}

.item a {
	display: block;
	text-decoration: none;
	margin: 0 10px 20px;
}


/* org
--------------------------- */
#org h3 {
	color:#FFF;
	font-size: 16px;
	background-color: #339AFB;
	margin-bottom: 20px;
	padding: 10px 10px;
	position: relative;
}

#org h3 .triangle {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 20px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #339AFB;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/**/

#org .item a,
#oem .item a {
	text-decoration: none;
}

#org .item dl,
#oem .item dl {
	border: 2px solid #C8C8C8;
}

#org .item dt,
#oem .item dt {
	background-color: #C8C8C8;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: bold;
}

#org .item .itemImg,
#oem .item .itemImg {
	margin: 10px;
}

#org .item .itemImg img,
#oem .item .itemImg img  {
	width: 100%;
	height: auto;
}

#org .item dd p,
#oem .item dd p {
	font-size: 12px;
}

#org .item .btn p,
#oem .item .btn p {
	background: url(../img_common/mk_arw_gry.png) no-repeat right center;
	background-size: 12px 12px;
	text-align: right;
	padding-right: 18px;
	margin-bottom: 5px;
}


/* oem
--------------------------- */
#oem h3 {
	color:#FFF;
	font-size: 16px;
	background-color: #00B17A;
	margin-bottom: 20px;
	padding: 10px 10px;
	position: relative;
}

#oem h3 .triangle {
	display: block;
	position: absolute;
	bottom: -8px;
	left: 20px;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid #00B17A;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}


.infoTxt .fPoint { font-size: 16px; color: #00B17A; }

/**/


#oem .item dt {
	margin-bottom: 10px;
}

#oem .item dt img {
	width: 100%;
	height: auto;
}

#oem .item dd h4 {
	background: url(../img_common/mk_blank.png) no-repeat 0 0;
	background-size: 24px 18px;
	font-size: 16px;
	margin-bottom: 6px;
	padding-left: 32px;
}

#oem .item dd h4 .fUrl {
	display: block;
	font-size: 12px;
	padding-top: 4px;
	font-weight: normal;
}

#oem .item dd p {
	font-size: 12px;
	margin: 0 10px;
}

/* ctlgBox
------------------------------------------------*/

#ctlgBox {
	overflow: hidden;
	margin: 20px 10px;
}

#ctlgBox h3.ctlg_tit {
	font-size: 18px;
	margin: 0 0 10px;
}
#ctlgBox h3.ctlg_tit span {
	font-size: 12px;
	font-weight: normal;
	padding-left: 1em;
}
#ctlgBox .bx01 {
	width: 100%;
	margin: 0 ;
	overflow: hidden;
}
#ctlgBox .bx02 {
	width: 48%;
	float: left;
	overflow: hidden;
}
.mr2 {
	margin-right: 4%;
}
#ctlgBox .bx01 .ctlg_dl,
#ctlgBox .bx02 .ctlg_dl {
	box-sizing: border-box;
	border: 2px solid #ccc;
	position: relative;
}
#ctlgBox .bx03 {
	clear: both;
	overflow: hidden;
}
#ctlgBox h4 {
	padding: 5px 0 5px 15px;
	margin: 15px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #ccc;
}
#ctlgBox .ctlg_dl {
	overflow: hidden;
}
#ctlgBox .ctlg_dl li {
	width: 48%;
	display: block;
	float: left;
	margin: 0 0 4%;
	border: 2px solid #ccc;
	box-sizing: border-box;
	position: relative;
}
#ctlgBox .ctlg_dl li:nth-child(odd) {
	margin-right: 4%;
}
#ctlgBox .ctlg_dl li img {
	text-align: center;
	margin: 0 auto;
}
#ctlgBox .ctlg_dl .charName {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 5px 0 0;
}
#ctlgBox .ctlg_dl a {
	text-decoration: none;
}
.pdf_icon {
	position: absolute;
	top: 0;
	right: 5px;
}
	 
#bnrDirect {
    border: 4px solid #AAA;
    margin: 0 10px;
    padding: 20px 0;
    text-align: center;
}

#bnrDirectTit {
    font-size: 18px;
    margin: 0 10px 15px;
    padding: 0;
}

#bnrDirect img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------
   最新カタログバナー
------------------------------------------------*/
.bxCT {
	margin: 0 10px 20px;
}</pre></body></html>