@charset "utf-8";


/* 左サイド */
#mypage_leftArea {
  float: left;
  width:180px;
  margin-right:20px;
}

/* ==========================
    左
========================== */
#mypage_leftArea dl.menu h3 {
  height:30px;  
}

#mypage_leftArea .section {
  margin-bottom:20px;
	width:180px;
}

/* ----------  商品のリスト */

#mypage_leftArea dd.section a:hover {
  color:#fff;
  background: #707070;
}

#mypage_leftArea dd.section a {
  display:block;
  font-size:90%;
  line-height:20px;
  background:#EEEEEE;
  border-bottom:1px solid #fff;
  text-decoration: none;
  color:#313131;
  padding:3px 8px;
}

#mypage_leftArea dd.section br {
	display:none;
	margin:0;
	padding:0;
}
