@charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#main p, #main td, #main th, #main li, #main dt, #main dd, #main pre, #main select, #main textarea, #main input{
	font-size:85%;
}

/*サイドナビ 2階層めハイライト*/
#aside .nav .local ul li.current a:link, #aside .nav .local ul li.current a:visited {
	color:#e95800 !important;
}
#aside .nav .local ul li.current a:hover {
	color:#e95800 !important;
}
#main p span {
	font-weight:bold;
}


/*エコマーク*/
.img_box{
	position:relative;
	width:650px;
}

.img_box img{
	margin-bottom:5px;
}

.f_mark{
	position:absolute;
	right:0;
	top:-10px;
}

.g_mark{
	position:absolute;
	right:0;
	top:10px;
}

.t_mark{
	position:absolute;
	right:0;
	top:40px;
}

.kfolder_mark{
	position:absolute;
	right:0;
	top:0;
}


.section{
	position:relative;
}

p.kanud_mark, p.ud_mark{
	position:absolute;
	top:-20px;
	right:0;
	z-index:999;
}


/*商品ラインアップ ３段 */
div.section ul.col3{
width:650px;
}

/*商品ラインアップ 2段 */
div.section ul.col2{
width:700px;
}

.kanbatsuzai_file{
	float:left;
	margin:0;
	padding:0;
	}


/*リンク*/

.kanbatsuzai_file a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


/*テーブル*/

table.default{
	width:650px;
}

