@charset "shift-jis";
/* CSS Document */
/* ------------------------------------ */
input, select {
	font-size: 13px;
}
#mainArea {
	background: #FFFFFF;
}
#mainWrap {
	clear: both;
	width: 1080px !important;
	padding: 0px 10px;
	margin: 0px;
}
#main_code {
	width: 82%;
	float: right;
	margin: 0px;
	padding: 25px 0px 5px 10px;
	line-height: 110%;
	position: relative;
}
/* パンくずリスト */
#crumb {
	margin: 0px !important;
	padding: 0px !important;
}
/* テーブル　 */
table.type18 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
}
table.type18 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #FFF;
}
table.type18 thead th {
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
	color: #fff;
}
table.type18 tbody th {
	padding: 3px;
	font-weight: bold;
	background: #efefef;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.type18 td {
	padding: 3px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
}
table.type18 a {
	display: block;
	color: #900;
	text-decoration: none;
}
table.type18 a:hover {
	color: #F69;
}
table.type18 a:hover img {
	transition: .2s;
	opacity: 0.3;
}
table.type18 a img {
	margin: 0px auto;
}
.p_no {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	line-height: 120%;
}
.unit1 {
	font-size: 11px;
}
table.type18 img {
	display: block;
}
/* ------- テーブル2 ------- 　 */
table.tbz1 tr th { /* 見出し thタグ */
	color: white; /* 文字色 */
	background-color: #054274; /* 背景色 */
}
table.tbz1 tr:hover { /* trタグ 行にマウスが乗った時*/
	color: #19197c; /* 背景色 */
	background: #EEF3FF;
}
table.tbz1 tr td:hover { /* tdタグ セルにマウスが乗った時*/
	color: #19197c; /* 文字色 */
	background-color: #E6EEFF; /* 背景色 */
}
/* ------- テーブル2 ------- 　 */
table.type19 {
	border-collapse: collapse;
	border: 1px solid #666;
	font-size: 14px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	clear: both;
}
table.type19 th {
	padding: 2px;
	font-weight: normal;
	background: #efefef;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.type19 td {
	padding: 2px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
table.type19 a {
	color: #900;
}
table.type19 a:hover {
	color: #F69;
	text-decoration: none;
}
/* ------- egar spec ------- 　 */
table.type20 {
	border-collapse: collapse;
	border: 1px solid #666;
	font-size: 13px;
	width: 390px;
	height: 220px;
	background: #FFF;
	clear: both;
}
table.type20 th {
	text-align: center;
	padding: 2px;
	font-weight: normal;
	background: #efefef;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.type20 td {
	padding: 2px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
/* ------- テーブル3 ------- 　 */
table.type21 {
	font-size: 13px;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	clear: both;
}
table.type21 th {
	padding: 2px;
	font-weight: normal;
	background: #efefef;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.type21 td {
	padding: 2px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
/* ------- xxx ------- 　 */
table.type22 {
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #666;
	font-size: 13px;
	background: #FFF;
	clear: both;
	width: 180px;
}
table.type22 th {
	padding: 2px;
	font-weight: normal;
	background: #efefef;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
table.type22 td {
	padding: 2px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.cat {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #900;
	font-size: 1.2em;
}
/* ------- コードリスト用 メニュー　header 20170127 ------- 　 */
#menu2 {
	width: 1100px;
	height: 30px;
	clear: both;
	/*background: #99CCCC;*/
	background: #666666;
}
#menu2 ul {
	margin: 0px;
	padding: 0px;
}
#menu2 ul li {
	width: 136px;
	padding: 0px;
	list-style-type: none;
	float: left;
	font-weight: bold;
}
#menu2 ul li a {
	display: block;
	padding: 6px 0px 0px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 22px;
	letter-spacing: 1px;
	vertical-align: middle;
}
#menu2 ul li a:hover {
	height: 24px;
	color: #FFF;
	background: #336699;
	text-decoration: underline;
}
.mm2 {
	font-size: 16px;
}
.emp {
	background: #336699;
	height: 30px;
}
/* -------  ------- 　 */
#sidebar, #sidebar2 {
	width: 16%;
	height: 780px;
	margin: 30px 0px 10px;
	padding: 0px;
	float: left;
}
#sidebar2 {
	background: #FFFFFF;
}
#menu_b {
	font-size: 14px;
	/*height: 30px;*/
	display: block;
	margin: 0px;
	background: #333 url(../products/img/icon_lnavi.gif) no-repeat 15px center;
	line-height: 120%;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 5px 20px;
	letter-spacing: 1px;
}
#menu_b a {
	color: #fff;
}
/* -------  ------- 　 */
select {
	background: #FFFFE1; /* -- */
	letter-spacing: 1.4px;
}
.small {
	font-size: 13px;
	line-height: 110%;
}
.blue {
	color: #03F;
}
.red {
	color: #F00;
}
.gray {
	background: #CCC;
}
/* ------- 生産終了品、代替商品へ ------- 　 */
#dis {
	height: 40px;
	width: 100%;
	margin-bottom: 5px;
}
#dis ul {
	margin: 0px;
	padding: 0px;
}
#dis ul li {
	list-style: none;
	float: left;
}
.discon {
	padding: 0px;
	font-size: 22px;
	margin: 5px 0px 0px;
}
.rep, .rep2 {
	font-size: 18px;
	display: block;
	height: 25px;
	background: #F03 url(../products/st_p/img2/rep.png) no-repeat 8px;
	width: 225px;
	padding: 10px 0px 0px 40px;
}
.rep {
	margin: 0px 0px 0px 475px;
}
.rep2 {
	margin: 0px 0px 0px 605px;
}
.rep a, .rep2 a, .rep3 a, .rep4 a {
	color: #FFF;
}
.rep a:hover, .rep2 a:hover, .rep3 a:hover, .rep4 a:hover {
	color: #FFF;
	background: #F57;
}
.rep3 {
	color: #FFF;
	font-size: 18px;
	display: block;
	height: 23px;
	background: #F03 url(../products/st_p/img2/rep.png) no-repeat 8px;
	width: 190px;
	margin: 0px 0px 0px 270px;
	padding: 10px 0px 0px 40px;
}
.rep4 {
	color: #FFF;
	font-size: 18px;
	display: block;
	height: 23px;
	background: #F03 url(../products/st_p/img2/rep.png) no-repeat 8px;
	width: 190px;
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 0px 40px;
}

.cap4 {
	font-size: 13px;
	color: #8A8A8A;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/* EG AR きりおこし */
.cap5 {
	font-size: 13px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background: #FFECEC;
}
/* 耐圧 */
.cap6 {
	font-size: 12px;
}
.cap7 {
	font-size: 14px; /* おすすめ */
	background: #ACEBFF;
	letter-spacing: 1.4px;
}
.cap8 {
	font-size: 13px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
.cap9 {
	font-size: 14px; /* おすすめ */
	background: #FFFF99;
	letter-spacing: 1.4px;
}
.cap10 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
.code_title {
	margin: 0px 0px 0px 50px;
	padding: 5px 0px 0px;
	float: left;
	font-size: 26px;
}
/* EG AR 仕様Pタイトル */
.ttl_pr0, .ttl_pr, .ttl_pr2, .ttl_pr3, .ttl_pr4, .code_title {
	color: #525252;
}
.ttl_pr0 {
	font-size: 24px;
	margin: 15px 0px;
	padding: 0px;
}
.ttl_pr, .ttl_pr2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 10px;
	/*background: #FFF;*/
	letter-spacing: 1px;
	display: block;
}
.ttl_pr2 {
	background: url(../products/st_d/img/ald.jpg) no-repeat right;
}
.ttl_pr3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}
.ttl_pr4 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 0px;
}
.box_eg {
}
.bg_blue {
	background: #ACEBFF;
}
#reload {
	width: 70px;
	margin: 0px 0px 3px 795px;
	padding: 0px;
}
#reload a {
	background: #333;
	display: block;
	margin: 0px;
	padding: 3px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}
#reload a:hover {
	color: #666;
}
/*.caption2 {
	margin: 0px 150px 0px 0px;
	padding: 0px;
	float: right;
	height: 50px;
	width: 400px;
	background: #333;
}
.caption2 p {
	margin: 0px;
	padding: 5px;
}
.caption2 a {
	margin: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
}*/
/* よくある質問　回答 */
.answer01 {
	font-weight: bold;
	color: #00C;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* QA　回答 */
.ug_a1, .ug_a2 {
	font-size: 14px;
	background: url(../0user_guide/img/answer_icon2.jpg) no-repeat left 3px;
	line-height: 140%;
	letter-spacing: 0.8pt;
}
.ug_a1 {
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 30px;
}
/* ﾓｼﾞｭﾗｰPunch 両耳の（）耐圧 */
.mo_ton {
	font-size: 12px;
	position: absolute;
	top: 75px;
	left: 10px;
	color: #F06;
}
.allowton {
	position: absolute;
	right: 15px;
	top: 20px;
	text-align: right;
	font-size: 12px;
	color: #666;
}


/* --------------- */
.f-left {
	float: left;
}
.f-right {
	float: right;
}
body .ma-bottom5 {
	margin-bottom : 5px
}
body .ma-bottom10 {
	margin-bottom : 10px
}
body .ma-bottom15 {
	margin-bottom : 15px
}
body .pa-left30 {
	padding-left : 30px
}
body .ma-left35 {
	margin-left : 35px
}
body .ma-left55 {
	margin-left : 55px
}
