@charset "utf-8";
/* ================================================
	style reset
=================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	color:#333;
	width:100%;
	height:100%;
	background-color:#fff;
	border-top:solid 4px #a3d500;
  font-size:14px;
	line-height:2;
 	text-align:left;
/*  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino kaku Gothic Pro',sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo,sans-serif;
	
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
  vertical-align:bottom;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
	list-style-position: outside;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

strong,em {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

abbr,acronym { 
border:0;
}

.txt_bold {
font-weight:bold;
}

.txt_bold_red {
font-weight:bold;
color:#ff0000;
}

.txt_bg_yellow {
background-color:#fdff72;
}

.txt_bg_red {
background-color:#ff0000;
}

.txt_bg_orange {
background-color:#e94c0c;
}



.txt_red {
color:#ff0000;
}

.txt_blue {
color:#005ccb;
}

.txt_white{
color:#ffffff;
}

.txt_yellow{
color:#fdff72;
}

.txt_i {
font-style:italic;
}

.txt_small {
font-size:13px;
}

.txt_xsmall {
font-size:12px;
}

.txt_large15 {
font-size:15px;
}

.txt_large16 {
font-size:16px;
}

.txt_large17 {
font-size:17px;
}

.txt_large18 {
font-size:18px;
}

.txt_large19 {
font-size:19px;
}

.txt_large20 {
font-size:20px;
}

.txt_large22 {
font-size:22px;
}

.txt_large25 {
font-size:25px;
}

.txt_large28 {
font-size:28px;
}

.txt_large30 {
font-size:30px;
}

.padding_b50 {
	padding:0 0 50px 0;
}

.lh13 {
	line-height:1.3;
}

.lh17 {
	line-height:1.7;
}

.underline {
	text-decoration:underline;
}



/*-------------------------------------------------
 linkcolor
---------------------------------------------------*/
a:link {
  color: #555;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #00a5d7;
}

/* ================================================
	#wrapper
=================================================== */
#wrapper{
	width:100%;
	border-bottom:solid 6px #006bb6;
	}

/* ================================================
	header
=================================================== */
header{
	position:relative;
	margin:0px auto 0 auto;
	padding:10px 0 0 0;
	width:900px;
	}

header .hbox{
	overflow: hidden;
	}	
	
header h1{
	float:left;
	width: 270px;
	}	
	
header .promise_bn{
	float:right;
	width: 360px;
	}		
/*
header .hnav {
overflow:hidden;
position:absolute;
top:30px;
right:0px;
	}	

	
header .hnav li{
	background:url("../image/top_arrow.png") 0 10px no-repeat;
	margin:0 20px 0 0;
	padding:0 0px 0 15px;
	float:left;
	}	
*/
	
header nav{
  width:900px;
  margin:10px auto;
	overflow:hidden;
	height:50px;
	border-top:solid 1px #b6b6b6;
	}	

header .mnav{
margin:0px 0 0 0;

	}	
	
	
header .mnav li{
width:180px;
	float:left;
	}	
	
header .mnav li.company a{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_company.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
}
header .mnav ul li a{
	background-position: 0 0px;
}
header .mnav li.company a:hover{
	background-position: 0 -50px;
}



header .mnav li.kodawari a{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_kodawari.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
}
header .mnav ul li a{
	background-position: 0 0px;
}
header .mnav li.kodawari a:hover{
	background-position: 0 -50px;
}


header .mnav li.anzen a{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_anzen.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
}
header .mnav ul li a{
	background-position: 0 0px;
}
header .mnav li.anzen a:hover{
	background-position: 0 -50px;
}


header .mnav li.item a{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_item.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
}
header .mnav ul li a{
	background-position: 0 0px;
}
header .mnav li.item a:hover{
	background-position: 0 -50px;
}


header .mnav li.csr a{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_csr.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
}
header .mnav ul li a{
	background-position: 0 0px;
}
header .mnav li.csr a:hover{
	background-position: 0 -50px;
}



.m_slide{
	background-color:#f4f4f4;
	padding:10px;
	}


/*ページ閲覧時*/
header .mnav li.company_view{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_company.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	background-position: 0 -50px;
}

header .mnav li.kodawari_view{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_kodawari.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	background-position: 0 -50px;
}

header .mnav li.anzen_view{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_anzen.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	background-position: 0 -50px;
}

header .mnav li.item_view{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_item.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	background-position: 0 -50px;
}

header .mnav li.csr_view{
	display: block;
	overflow: hidden;
	width:180px;
	height: 50px;
	background: url("../image/gnav_csr.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	background-position: 0 -50px;
}

/*--------------------------------------------
パンくずリスト　.breadcrumb
----------------------------------------------*/
.breadcrumb{
	font-size: 12px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 13px 0 0 10px;
	position: relative;
	width: 900px;
}

/* ================================================
	article
=================================================== */
article{
	width:900px;
	margin:20px auto;
	overflow:hidden;
	}	


/*************************************************
 メインコンテンツ左 .contentsLeft
**************************************************/
article .contentsLeft{
	float:left;
	width:590px;
	margin:0px 0 0 0px;
	}	
	
article .contentsLeft .new{
	padding:0px 0px 0 0px;

	
	}	

article .contentsLeft .new h1{
	width:590px;
	height:30px;
	margin:0px 0px 0 0px;
	padding:0px 0px 0 20px;
	background:url("../image/ttl_new.png") top left no-repeat;
	}		
	
article .contentsLeft  dl.new{
	border-left:solid 1px #d4d4d4;
	border-right:solid 1px #d4d4d4;
	border-bottom:solid 1px #d4d4d4;
	padding:10px;
	overflow:scroll;
	height:240px;
	}	

article .contentsLeft  dl.new dt{
	margin:10px 0 0 0;
	}	

article .contentsLeft  dl.new dd{
	border-bottom:dotted 1px #d4d4d4;
	padding:0 0 5px 0;
	}	


.jnet{
	margin:40px 0 0 0;
	margin:0px 0 0 0;

	}
	
.bn {
	margin:10px auto;
	width:580px;
	}

.jnet_link{
	margin:0 5px 0 0;
	text-align:right;
	line-height: 0.5;
	font-size:13px;
	}
/**********************************************
 メインコンテンツ右 .contentsRight
***********************************************/
article .contentsRight{
	float:right;
	width:290px;
	margin:0px 0px 0 0px;
	}	

article .contentsRight .right_about{
	}		
	
article .contentsRight .right_about h1{
	width:290px;
	margin:0px 0px 0 0px;
	padding:0 0 0 20px;
	background:url("../image/right_ttl_bg.png") top left no-repeat;
	height:30px;
	}	

article .contentsRight .right_kodawari{
	}		
	
article .contentsRight .right_kodawari h1{
	width:290px;
	margin:0px 0px 0 0px;
	padding:0 0 0 20px;
	background:url("../image/right_ttl_bg.png") top left no-repeat;
	height:30px;
	}	


article .contentsRight .right_sub{
	}		
	
article .contentsRight .right_sub h1{
	width:290px;
	margin:0px 0px 0 0px;
	padding:0 0 0 20px;
	background:url("../image/right_ttl_bg.png") top left no-repeat;
	height:30px;
	}	
	
	

article .contentsRight .rightBox{
	border-left:solid 1px #d4d4d4;
	border-right:solid 1px #d4d4d4;
	border-bottom:solid 1px #d4d4d4;
	padding:10px 0 ;
	margin:0 0 30px 0;
	}		
	
article .contentsRight .rightBox_inner{
	width:270px;
	margin:0 auto;
	}		

article .contentsRight .rightBox_inner p{
	line-height:1.6;
	margin:10px 0 0 0;
	}			


article .contentsRight .rightBox_sub{
	border-left:solid 1px #d4d4d4;
	border-right:solid 1px #d4d4d4;
	border-bottom:solid 1px #d4d4d4;
	padding:10px 0 0 0;
	margin:0 0 30px 0;
	}		

article .contentsRight ul{
margin:0;
padding:0;
	}	
	
article .contentsRight ul li{
margin:0;
padding:0;
	}	

article .contentsRight ul li.arw{
	background:url("../image/arrow_blue.png") center left no-repeat;
	padding:3px 0 3px 20px;
	}	

article .contentsRight ul li.line{
	border-bottom:dotted 1px #444;
	}		

article .contentsRight a:link{
text-decoration:none;
	}	

article .contentsRight ul li.arw_b{
	background:url("../image/arrow_blue.png") 0px 12px no-repeat;
	padding:3px 0 3px 20px;
	}	


.contentsRight .more{

	}	
	
.contentsRight .more a{
	display: block;
	overflow: hidden;
	width:250px;
	height: 40px;
	background: url("../image/more_btn.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	width:250px;
margin:10px auto 0 auto;
}
.contentsRight .more a{
	background-position: 0 0px;
}
.contentsRight .more a:hover{
	background-position: 0 -40px;
}


.contentsRight .bnFes a{
	display: block;
	overflow: hidden;
	width:290px;
	height: 90px;
	background: url("../image/mamafes_bn.jpg") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	width:290px;
margin:0px auto 0 auto;
}
.contentsRight .bnFes a{
	background-position: 0 0px;
}
.contentsRight .bnFes a:hover{
	background-position: 0 -90px;
}


.contentsRight .bnHalal a{
	display: block;
	overflow: hidden;
	width:290px;
	height: 80px;
	background: url("../image/halal_bn.jpg") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
	width:290px;
margin:20px auto 0 auto;
}
.contentsRight .bnHalal a{
	background-position: 0 0px;
}
.contentsRight .bnHalal a:hover{
	background-position: 0 -80px;
}

/*
article .contentsRight .more{
	width:250px;
	margin:10px auto;
	}
	*/	
/*------------------------------------------------
 共通レイアウト
-------------------------------------------------*/
.contentsLeft .main{
	margin:0px 0 0 0 ;
	}

.contentsLeft .main h1{
	background:url("../image/main_ttl_bg.png") top left no-repeat;
	height:50px;
	color:#00a5d7;
	font-weight:bold;
	}

.contentsLeft .main h1 span{
	display:block;margin:0;
	padding:0px 0 0 0px;
	font-size:16px;
	line-height:0;
	margin:0;
	padding:24px 0 0 30px;
	}
	
.contentsLeft .main_inner{
	border-left:solid 1px #d4d4d4;
	border-right:solid 1px #d4d4d4;
	border-bottom:solid 1px #d4d4d4;
	padding:10px;
	margin:0;
	}

/*------------------------------------------------
 会社概要 company
-------------------------------------------------*/
/*サンプラスについて*/
.contentsLeft .main .about_img{
	background:url("../image/about_02.jpg") top right no-repeat;
	/*height:250px;*/
	}

.contentsLeft .main .about_txt{
width:350px;
	margin:10px;
	line-height:1.8;
	font-size:15px;
	}

.contentsLeft .main .about_txt_02{
	margin:10px;
	line-height:1.8;
	font-size:15px;
	}

.contents_left .about_inner p{
	margin:10px;
	line-height:1.8;
	font-size:15px;
	}		

/*企業理念*/
.contentsLeft .main .rinen_img{
	background:url("../image/rinen_02.jpg") top right no-repeat;
	/*height:250px;*/
	}
	
.contentsLeft .main .rinen_txt{
width:350px;
	margin:10px;
	line-height:1.8;
	font-size:15px;
	}

.contentsLeft .main .negai{
	margin:0 0 40px 0;
	}

.contentsLeft .main .negai p{
	margin:10px;
	}
	
	
.contentsLeft .main .kangaekata{
	margin:0 0 40px 0;
	}
	
	
/*会社概要*/
.contentsLeft .company_inner{
	background:url("../image/about_company02.jpg") top right no-repeat;
	margin:20px 0 0 0;
}

.contentsLeft .company_tbl{
	margin:20px 0;
	width:380px;
	}		

.contentsLeft .company_tbl table{
	width:570px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	}			

.contentsLeft .company_tbl th{
padding:10px 5px;
border-bottom:dotted 1px #027fb9;
width:100px;
vertical-align:top;
}		
			
.contentsLeft .company_tbl .th_line{
border-left:solid 5px #027fb9;
padding:0 0 0 10px;
	}
	
.contentsLeft .company_tbl td{
border-bottom:dotted 1px #027fb9;
padding:10px;
	}		
	
	
/*------------------------------------------------
 サンプラスのこだわり kodawari
-------------------------------------------------*/
.contentsLeft .shinrai_txt{
	margin:0px 0 0 0;
	padding:20px 0 0 0;
	}
	
/*信頼へのこだわり*/	
.contentsLeft .shinrai_img{
	background:url("../image/shinrai_02.jpg") top right no-repeat;
	}	
	
.contentsLeft .shinrai_txt_l{
	width:300px;
	margin:10px;
	text-shadow: 1px  1px 3px #fff,
            -1px  1px 3px #fff,
             1px -1px 3px #fff,
            -1px -1px 3px #fff;
	}	
	
.contentsLeft h2{
	font-size:17px;
	color:#4eab3c;
	font-weight:bold;
	}	
	
.contentsLeft .kodawariBox{
	margin:20px 10px;
	}				

.contentsLeft .kodawariInner{
	overflow:hidden;
	}				


.contentsLeft .kodawariBox .kodawari_l{
	float:left;
	width:300px;
	}		

.contentsLeft .kodawariBox .kodawari_r{
	float:right;
	width:220px;
	background-color:#ddd;
	}		



/*商品ポリシー、販売ポリシー*/	
.contentsLeft .policy_item_img{
	background:url("../image/policy_item_02.jpg") top right no-repeat;
	}	
	
.contentsLeft .shinrai_itemBox{
overflow:hidden;
	margin:50px 0 0 0;
	}		
		
.contentsLeft .shinrai_item_l{
	width:300px;
	margin:10px;
	float:left;
	}		

.contentsLeft .shinrai_item_r{
	width:230px;
	float:right;

	}			


/*------------------------------------------------
 安心・安全への取り組み .anzen
-------------------------------------------------*/
.contentsLeft .anzen{
	margin:0px 0 0 0;
	}

/*原料の安全性*/
.contentsLeft .anzenBox_01{
	overflow:hidden;
	margin:0 0 20px 0;
	}

.contentsLeft .anzenBox_01 .anzen_l{
	width:360px;
	float:left;
	}
	
.contentsLeft .anzenBox_01 .anzen_l p{
	margin:14px;
	}	

.contentsLeft .anzenBox_01 .anzen_r{
	width:200px;
	float:right;
	}

.contentsLeft .anzenBox_02{
	overflow:hidden;
	margin:0 0 20px 0;
	}

.contentsLeft .anzenBox_02 .anzen_l{
	width:200px;
	float:left;
	}

.contentsLeft .anzenBox_02 .anzen_r{
	width:360px;
	float:right;
	}
	
.contentsLeft .anzenBox_02 .anzen_r p{
	margin:14px;
	}	
	
	
/*製造工場*/	
.contentsLeft .seizou{
	background:url("../image/seizou_02.jpg") top right no-repeat;
	}	
	
.contentsLeft .seizou .gmp{
	margin:40px 0;
	}	
	
.contentsLeft .seizou .gmp_inner{
	overflow:hidden;
	}	

.contentsLeft .seizou .gmp_inner .gmp_l{
	width:390px;
	float:left;
	}	

.contentsLeft .seizou .gmp_inner .gmp_r{
	width:140px;
	float:right;
	}	

/*------------------------------------------------
 商品情報 .products
-------------------------------------------------*/
.contentsLeft .products{
	margin:0;
	}

.contentsLeft .productsBox{
width:550px;
margin:0 auto;
overflow:hidden;
	}

.contentsLeft .products01{
width:160px;
float:left;
margin:0 35px 0 0px;
	}
	
.contentsLeft .products02{
width:160px;
float:left;
margin:0 35px 0 0px;
	}

.contentsLeft .products03{
width:160px;
float:left;
margin:0 0 0 0px;
	}

.contentsLeft .productsBox .item_link{
width:140px;
margin:10px auto;
	}
	
.contentsLeft .productsBox .item_link a{
	display: block;
	overflow: hidden;
	width:140px;
	height: 30px;
	background: url("../image/item_btn.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
}
.contentsLeft .productsBox .item_link a{
	background-position: 0 0px;
}
.contentsLeft .productsBox .item_link a:hover{
	background-position: 0 -30px;
}


/*商品詳細*/
.contentsLeft .productsBox .item_l{
width:160px;
float:left;
}

.contentsLeft .productsBox  .item_r{
float:right;
width:380px;
}

.contentsLeft .productsBox  .item_r table{
width:380px;
}

.contentsLeft .productsBox  .item_r table th{
width:80px;
background-color:#d5f1f8;
padding:10px;
color:#00a5d7;
border-bottom:solid 1px #ddd;
}

.contentsLeft .productsBox  .item_r table td{
padding:10px;
border-bottom:solid 1px #ddd;

}

.contentsLeft .productsBox .products_btn{
	width:140px;
margin:0 auto;
}

.contentsLeft .productsBox .item_l a{
	display: block;
	overflow: hidden;
	width:140px;
	height: 30px;
	background: url("../image/item_detail_btn.png") 0 0 no-repeat;
	white-space: nowrap;
  text-indent: 100%;
}
.contentsLeft .productsBox .item_l a{
	background-position: 0 0px;
}
.contentsLeft .productsBox .item_l a:hover{
	background-position: 0 -30px;
}



/*------------------------------------------------
 社会貢献への取り組み .csr
-------------------------------------------------*/
.contentsLeft .csr{
margin:0px;
}

.contentsLeft .csr01{
margin:30px 0px 0 0;
}

.contentsLeft .csr01 p{
margin:10px;
}

/*------------------------------------------------
 3つのお約束 .promise
-------------------------------------------------*/
.contentsLeft .promise{
margin:0px;
}

.contentsLeft .promise01{
margin:30px 0px 0 0;
}

.contentsLeft .promise01 p{
margin:10px;
}

.contentsLeft .promise01 .promise_chk{
margin:10px auto;
width: 550px;
}

.contentsLeft .promise01 .promise_chk li{
font-size:15px;
color:#f00;
}

/*------------------------------------------------
 プライバシーポリシー .policy
-------------------------------------------------*/
.contentsLeft .policy{
margin:0px;
}

.contentsLeft .policy dl{
margin:0 10px 30px 10px;
}

.contentsLeft .policy dl dt{
font-weight:bold;

}


/*------------------------------------------------
 サイトマップ .sitemap
-------------------------------------------------*/
.contentsLeft .sitemap{
margin:0px;
overflow:hidden;
}

.contentsLeft .sitemap .sitemap_1{
width:180px;
float:left;
border-right:dotted 1px #444;
padding:0 0 0 0px;
}

.contentsLeft .sitemap .sitemap_2,
.contentsLeft .sitemap .sitemap_3{
width:180px;
float:left;
border-right:dotted 1px #444;
padding:0 0 0 10px;
}

.sitemap ul li.arw{
	background:url("../image/arrow_blue.png") center left no-repeat;
	padding:3px 0 3px 20px;
	}	

	
.sitemap ul.sitemap_sub{
	border-left:solid 2px #00a5d7;
	margin:0 0 10px 20px;
	}	
.sitemap ul.sitemap_sub li{
	padding:0 0 0px 10px;
	}


/*------------------------------------------------
 お問い合わせ .contact
-------------------------------------------------*/
.contentsLeft .contact{
margin:0px;
}

.contentsLeft .contact .contact_inner{
width:550px;
margin:0 auto;
border:solid 1px #ddd;
}

.contentsLeft .contact .contact_inner dl{
margin:10px ;
border-bottom:dotted 1px #ccc;
	overflow: hidden;
	padding-bottom: 20px;
}

.contentsLeft .contact .contact_inner dt{
	font-weight: bold;
	width: 170px;
	float: left;
	border-left:solid 3px #00a5d7;
	padding:0 0 0 10px;
	margin:8px 0 0 0;
}

.contentsLeft .contact .contact_inner dd{
	width: 300px;
	float: left;
		margin:10px 0 0 0;
}

.contentsLeft .contact .contact_inner p{
	padding-bottom: 20px;
}

.contentsLeft .contact .contact_inner .comments{
	border: 1px solid #BBBBBB;
}
.contentsLeft .contact .contact_inner .btn_01{
	width: 200px;
	text-align: center;
	display: block;
}

.contentsLeft .contact .contact_inner dt.last{
	border:none;
}



/*------------------------------------------------
 フェス
-------------------------------------------------*/
.mamafes,
.halalexpo{
margin:0px;
width:898px;
border:dotted 1px #ddd;
}

.mamafes .fes_inner,
.halalexpo .fes_inner{
margin:10px auto;
width:880px;
}




/* ================================================
	#footer
=================================================== */	

footer{
/*	background-color:#dde0f3;*/
	overflow:hidden;
	font-size:12px;
	width:100%;
border-top:solid 6px #dbdbdb;
}

footer .footer_inner{
	width:900px;
	margin:30px auto 10px;
	overflow:hidden;
}


footer .footer_left {
	width: 230px;
	float:left;
}

footer .footer_left h1{
line-height:0;
}
footer .footer_right {
	width: 370px;
	float:right;
}

footer ul {
	width: 380px;
	margin:0 0 0 0o;
}

footer ul li {
	float:left;
	background:url("../image/arrow_blue.png") center left no-repeat;
	padding:0 0 0 20px;
	margin:0 20px 0 0;
}

footer ul li.last {
	float:left;
	background:url("../image/arrow_blue.png") center left no-repeat;
	padding:0 0 0 20px;
	margin:0 0px 0 0;
}


footer .footer_inner p{
	text-align:right;
}

#footer .footer_inner ul li.pp {
	float: left;
	width: 165px;
}
#footer .footer_inner ul li.toku {
	float: left;
	width: 170px;
}



