@charset "euc-jp";

/* シノン電気産業 products.css produced by HitArts 2011-01-11 */

/*
同一要素内に、.class と #id が記述された場合は、#id が優先されるが、
#id が定義されていない場合は、.class で定義された内容が表示される。
.class で定義された値（テーブルの高さや幅等）が、#id に踏襲される。
*/

.products_left {
	width: 155px;
	padding-top: 160px;
	text-align: center;
	vertical-align: top;
	background-color: #52b388;	/* シノン電気の指定色（濃） */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff329368, endcolorstr=#ffA4E0C4, gradienttype=1); */
	background-image: url(../../Jpeg/grad_left_back.jpg);
	background-repeat: repeat-y;
	overflow: hidden;	/* これがないと、最小高さが１文字分になる(IE対応） */
	/* border: solid 2px #ff0000; */
}

.times {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
	font-family: "Times New Roman",Osaka,sans-serif,serif;
}

.products_menu_title {
	width: 100%;
	overflow: hidden;	/* これがないと、最小高さが１文字分になる(IE対応） */
	background-color: transparent;
	color: #444444;
	font-size: 1em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
}

.products_menu0 {
	width: 100%;
	height: 36px;
	overflow: hidden;	/* これがないと、最小高さが１文字分になる(IE対応） */
	background-color: #52b388;	/* シノン電気の指定色（濃） */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff52B388, endcolorstr=#ffA4E0C4, gradienttype=1); */
	background-image: url(../../Jpeg/grad_left_norm.jpg);
	background-repeat: repeat-y;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
	line-height: 35px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.products_menu {
	width: 100%;
	height: 35px;
	overflow: hidden;	/* これがないと、最小高さが１文字分になる(IE対応） */
	background-color: #52b388;	/* シノン電気の指定色（濃） */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff52B388, endcolorstr=#ffA4E0C4, gradienttype=1); */
	background-image: url(../../Jpeg/grad_left_norm.jpg);
	background-repeat: repeat-y;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
	line-height: 35px;
	/* border-top: solid 1px #ffffff; */
	border-bottom: solid 1px #ffffff;
}

.products_menu2 {
	width: 100%;
	height: 50px;
	padding-top: 5px;
	overflow: hidden;	/* これがないと、最小高さが１文字分になる(IE対応） */
	background-color: #52b388;	/* シノン電気の指定色（濃） */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff52B388, endcolorstr=#ffA4E0C4, gradienttype=1); */
	background-image: url(../../Jpeg/grad_left_norm.jpg);
	background-repeat: repeat-y;
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
	line-height: 20px;
	/* border-top: solid 1px #ffffff; */
	border-bottom: solid 1px #ffffff;
}

.products_text {
	display: block;		/* セル全体リンク */
	width: 100%;		/* セル全体リンク */
	height: 100%;		/* セル全体リンク */
	color: #fff;		/* White */
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
}

.products_text_current {
	display: block;		/* セル全体リンク */
	width: 100%;		/* セル全体リンク */
	height: 100%;		/* セル全体リンク */
	color: #ff8c00;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
}

.products_main {
	position: relative;
	width: 769px;
	background-color: #ffffff;
	text-align: left;
	line-height: 1.5;
	vertical-align: bottom;			/* IE では"text-bottom"でもＯＫだが、firefox では"bottom"でないとＮＧ。 */
	/* border: solid 1px #00ff00; */	/* for Debug */
}

.products_full {				/* products_ic_package.htm 専用 */
	position: relative;
	width: 924px;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.5;
	vertical-align: bottom;			/* IE では"text-bottom"でもＯＫだが、firefox では"bottom"でないとＮＧ。 */
	/* border: solid 1px #00ff00; */	/* for Debug */
}

.top_plate {
	position: relative;
	top: 83px;
	width: 769px;
	/* background-image: url(../../Gif/plate_long.gif); */
	background-repeat: no-repeat;
	/* border: solid 1px #0000ff; */		/* for Debug */
}

.top_title {
	position: absolute;			/* 座標原点は親<div>領域 */
	top: 20px;
	left: 60px;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;			/* normal/bold/lighter/bolder/100～900 */
	/* border: solid 1px #ff0000; */	/* for Debug */
}

.plate {
	vertical-align: text-bottom;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.cont_table {
	margin: 40px auto 20px;
	width: 729px;
	font-size: 0.9em;
	color: #404040;
	line-height: 1.5;
	border-collapse: collapse;
	text-align: center;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

/* ここから for products.htm */

.cont_sub {
	margin: 0 auto;
}

.cont_sub_left {
	background-color: #cccccc;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.cont_sub_center {
	padding: 10px 10px;
	background-color: #c49951;
	color: #ffffff;
	font-size: 0.8em;
	vertical-align: top;
	line-height: 1.3;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.cont_sub_center_christmas {
	padding: 10px 10px;
	/* background-color: #c49951; */
	background-image: url(../../Jpeg/christmas.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 0.8em;
	vertical-align: top;
	line-height: 1.3;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.cont_sub_right {
	background-color: #cccccc;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

/* ここまで for products.htm */

/* ここから products_ic_package.htm 専用 */

.full_table {
	/* margin: 40px 20px 20px 20px; */
	width: 640px;
	font-size: 0.9em;
	color: #404040;
	line-height: 1.5;
	border-collapse: collapse;
	text-align: left;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.full_left {
	padding: 2px 10px;
	border: solid 1px #000000;
}

.full_right {
	padding: 2px 10px;
	border: solid 1px #000000;
}

.full_center {
	padding: 2px;
	text-align: center;
	border: solid 1px #000000;
}

/* ここまで products_ic_package.htm 専用 */

.table {
	width: 96%;
	margin: auto;
	border-collapse: collapse;
	color: #404040;
	font-size: 0.9em;
	/* border: solid 1px #ff0000; */	/* for Debug */
}

.fst_td {
	width: 306px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	/* border: solid 1px #00ff00; */ 	/* for Debug */
}

.table_matrix {
	margin: auto;
	border-collapse: collapse;
	color: #404040;
	/* font-size: 1.2em; */
	/* font-size: 1.0em; */
	font-size: 1.2em;
	border: solid 1px #cccccc;
}

.td_title {
	padding: 2px 5px 2px 5px;
	background-color: #cccccc;
	text-align: center;
	/* border: solid 1px #00ff00; */	/* for Debug */
}

.td_data {
	padding: 2px 5px 2px 5px;
	text-align: center;
	/* border: solid 1px #00ff00; */	/* for Debug */
}

.sec_td {
	padding: 0px 0px 0px 20px;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.border {
	border: solid 3px #cccccc;
}

.img {
	vertical-align: text-bottom;
}

.td_1px {
	padding: 2px;
	width: 25%;
	border: solid 1px #888888;
	text-align: center;
}

.no_border {
	border: solid 0px #cccccc;
}

.no_under {
	text-decoration: none;
	color: #000000;
}

/* ここから for products_quick.htm */

.td_50_left {
	width: 50%;
	padding: 0px 20px 0px 20px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	/* border: solid 1px #00ff00; */ 	/* for Debug */
}

.td_50_right {
	width: 50%;
	padding: 0px 10px 0px 20px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	/* border: solid 1px #00ff00; */ 	/* for Debug */
}

.td_center {
	padding: 0px 20px 0px 20px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	/* border: solid 1px #00ff00; */ 	/* for Debug */
}

.td_left {
	/* width: 205px; */
	padding: 0px 20px 0px 20px;
	line-height: 1.5;
	/* text-align: left; */
	text-align: center;
	vertical-align: top;
	/* border: solid 1px #00ff00; */  	/* for Debug */
}

.td_right {
	padding: 0px 10px 0px 0px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	/* border: solid 1px #00ff00; */ 	/* for Debug */
}

/* ここまで for products_quick.htm */

/* ここから for products_patent.htm */

.patent {
	padding: 10px 50px 20px 50px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	/* border: solid 1px #00ff00; */ 	/* for Debug */
}

.patent_subject {
	clear: both;
	padding: 2px 10px;
	width: 720px;				/* .mm_body で横幅を指定したので、念のために指定した。 */
	background-color: #eeffee;
	border: solid 1px #000000;
}

.align_left {
	float: left;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.align_right {
	float: right;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.patent_body {
	clear: both;
	padding: 5px 10px;
	width: 720px;				/* 文中に改行がない場合、Firefoxでは横幅が拡張されるので指定した。 */
	background-color: #ffffff;
	text-align: left;
	line-height: 1.5;
	border-top: solid 0px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}

.margin10px {
	margin: 10px 30px 10px 10px;
}

/* ここまで for products_patent.htm */
