@charset "utf-8";

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

/products/environment/
/products/msds/
共通CSSのため、修正には注意をすること

　モジュール名：ノーマライズ
　作　 成 　日：2014年03月12日(水)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 作業エリア作成 */
#contents {
	color:#333;
	margin:0 auto;
	text-align:left;
	padding:0 0 50px;
}
#contents {font-size:75% !important;}

/* 画像 */
#contents img {
	vertical-align:bottom;
	padding:0;
	margin:0;
	border:none;
	font-size:0;
}

/* 見出し */
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5 {
	padding:0;
	margin:0;
}

/* ブロック */
#contents div {
	padding:0;
	margin:0;
}

/* パラグラフ */
#contents p {
	padding:0;
	margin:0;
}

/* リスト */
#contents ul, #contents ol, #contents li {
	padding:0;
	margin:0;
	list-style:none;
}

/* 定義リスト */
#contents dl, #contents dt, #contents dd {
	padding:0;
	margin:0;
}

/* テーブル */
#contents table {
	border-collapse:collapse;
	border-spacing:0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：コンテンツ
　作　 成 　日：2014年03月12日(水)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ボディ */
body {position:relative;}

/* エリア */
#contents {
	margin:0 auto;
	padding:0;
	text-align:left;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：ヘッダ
　作　 成 　日：2014年03月12日(水)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.eco_header {
	width:960px;
	margin:0 auto !important;
	position:relative;
}

/* タイトル */
.eco_header h1 {
	font-size:1.6em;
}

/* リンク */
.eco_header span {
	position:absolute;
	right:0;
	top:8px;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：カテゴリ
　作　 成 　日：2014年03月12日(水)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.eco_category {border-bottom:solid 1px #e5e5e5;}
.eco_category div {
	width:960px;
	margin:15px auto -1px !important;
	position:relative;
}

/* リスト */
.eco_category ul:before, .eco_category ul:after {content:""; display:table;}
.eco_category ul:after {clear:both;}
.eco_category ul {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	border:solid 1px #e5e5e5;
	border-bottom:none;
}
.eco_category li {
	float:left;
	/* width:160px; */
	width:122px;
}

.eco_category li.ecolabel {
	float:left;
	width:160px;
}
.eco_category .first.ecolabel {width:158px;}


.eco_category a {
	display:block;
	color:#fff;
	background:#005ab4;
	line-height:40px;
	text-align:center;
	border-left:solid 1px #337bc3;
	border-bottom:solid 1px #e5e5e5;
}
.eco_category a:hover, .eco_category .active {
	color:#333;
	background:#fff;
	text-decoration:none;
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
}
/* .eco_category .first */
.eco_category .first {width:100px;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：サブカテゴリ
　作　 成 　日：2014年03月12日(水)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.eco_category_sub {
	width:960px;
	margin:0 auto !important;
	padding:25px 0 40px !important;
	border-bottom:solid 1px #e5e5e5;
}

/* リスト */
.eco_category_sub ul:before, .eco_category_sub ul:after {content:""; display:table;}
.eco_category_sub ul:after {clear:both;}
.eco_category_sub ul {
	/zoom:1;
	margin:15px 0 0 !important;
}
.eco_category_sub li {
	float:left;
	background:url(/common/images/bg_anc_01.gif) left top no-repeat;
	width:220px;
	padding:0 10px !important;
}
.eco_category_sub .first {
	background:none;
	width:240px;
	padding:0 !important;
}

/* リンク */
.eco_category_sub a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	background:url(/common/images/ico_down_01.gif) left 0.2em no-repeat;
	font-size:1.2em !important;
	font-weight:bold;
	text-decoration:underline;
	padding:0 0 0 20px;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：更新日
　作　 成 　日：2014年03月19日(水)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.eco_update_date {
	width:960px;
	margin:10px auto 0!important;
	padding:0 0 10px !important;
	text-align:right;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　モジュール名：製品テーブル
　作　 成 　日：2014年03月12日(水)
　更　 新　 日：

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.eco_products:before, .eco_products:after {content:""; display:table;}
.eco_products:after {clear:both;}
.eco_products {
	/zoom:1;
	width:960px;
	margin:15px auto 0 !important;
	padding:0 0 50px !important;
	position:relative;
}

/* タイトル */
.eco_products h2 {
	font-size:1.4em;
	font-weight:bold;
}

/* テーブル */
.eco_products table {
	width:470px;
	margin:15px 0 0;
}
.eco_products table.widetable {
	width:960px;
	margin:15px 0 0;
}
.eco_products .col01 {width:32%;}
.eco_products .col02 {width:18%;}
.eco_products .col03 {width:23%;}
.eco_products .col04 {width:27%;}

.eco_products .col21 {width:32%;}
.eco_products .col22 {width:34%;}
.eco_products .col23 {width:34%;}

.eco_products .col31 {width:34%;}
.eco_products .col32 {width:27%;}
.eco_products .col33 {width:18%;}
.eco_products .col34 {width:21%;}

.eco_products .col41 {width:32%;}
.eco_products .col42 {width:24%;}
.eco_products .col43 {width:23%;}
.eco_products .col44 {width:21%;}

.eco_products .col51 {width:20%;}
.eco_products .col52 {width:20%;}
.eco_products .col53 {width:12%;}
.eco_products .col54 {width:48%;}

.eco_products .col61 {width:26%;}
.eco_products .col62 {width:14%;}
.eco_products .col63 {width:23%;}
.eco_products .col64 {width:23%;}
.eco_products .col65 {width:14%;}


.eco_products th {
	background:#fafafa;
	border:solid 1px #e5e5e5;
	text-align:center;
	padding:10px 0;
}
.eco_products td {
	font-size:1.2em;
	border:solid 1px #e5e5e5;
	text-align:center;
	padding:10px 15px;
}
.eco_products .num {
	background:#fafafa;
	font-weight:bold;
	text-align:left;
}
.eco_products td.taL {
	text-align:left !important;
}
.eco_products td a {
	display:block;
	/zoom:1;
	margin: 0 auto;
}

/* 注意書き */
.eco_products div {
	clear:both;
	text-align:right;
	padding:20px 0 0 ;
}
.eco_products small {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:1.1em;
	line-height:1.4;
	text-align:left;
}

/* ボタン */
.eco_products .backnumber {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#666666;
	font-size:1em;
	width:120px;
	line-height:25px;
	border:solid 1px #e5e5e5;
	text-align:center;
	position:absolute;
	margin-top:12px;
	right:0;
}
.eco_products .backnumber:hover {
	color:#fff;
	background:#3a99d5;
	text-decoration:none;
}

/* トナー用 */
.eco_products .toner_intro {
	position:absolute;
	top:-15px;
	right:0;
}

/* サプライ注釈用 */
.eco_products .supply_intro {
	position:absolute;
	margin-top:12px;
	right:0;
}

/* 2列表示 */
.eco_products .left {float:left;}
.eco_products .right {float:right;}

/* 上付き文字調整 */
sup{
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}

/* 別窓リンク */
.iLinkW {
    background: url("/common/images/ico_pop_02.gif") no-repeat scroll left 3px transparent;
    display: block;
    padding: 1px 0 0 21px;
}

/* インクカートリッジ：ページ内リンクリスト用 */
#listAnchers {
    width: 960px;
    margin: 0 auto 39px;
}

#listAnchers ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 80%;
    background: url("/common/images/ico_down_01.gif") no-repeat scroll left 3px transparent;
    font-weight: bold;
    padding: 4px 0 4px 21px;
}

.eco_category_sub2 {
    width: 960px;
    margin: 0 auto !important;
    padding: 25px 0 40px !important;
    text-align: left !important;
}
