/*
 * JAL-DFS
 * 
 */
#wrapper {
  width: 590px;
  color: #333333;
  font-size: 12px;
  line-height: 133%;  
}
img {
  border: none;
}
/*-----------------------------------------------------
アンカーリンク設定
-------------------------------------------------------*/
.ank-link {
  width: 590px;
  padding-bottom: 10px;
}
.ank-link span {
  border-right: 1px solid #333333;
  margin:0;
  padding: 0 10px;
  font-size: 12px;
}
a.bland:link,
a.bland:visited {
  color: #333333;
  font-weight: bold;
}
a.bland:hover {
  color: #FF6666;
}

a.bland:active {
  color: #333333;
  font-weight: bold;
}

/*-----------------------------------------------------
ブランド名設定
-------------------------------------------------------*/
.brand-name {
  clear: both;
  width: 590px;
  margin: 10px 0 5px 0;
  padding: 3px 0 3px 10px;
  border-left: 3px solid #ff9999;
  background: #ffcccc;
}
/*-----------------------------------------------------
商品ブロック
-------------------------------------------------------*/
.item {
  width: 590px;
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #cccccc;
}
.item:after {
  content: '.';
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}
.item-img {
  border: 1px solid #ff9999;
}
.item-name {
  font-weight: bold;
  padding: 0 0 5px 10px;
  font-size: 12px;
  line-height: 133%;
}
.item-txt {
  font-size: 12px;
  line-height: 133%;
  padding-left: 10px;
}
.w346 { width: 346px;}
.w350 { width: 350px;}
.item-price {
  font-size: 12px;
  line-height: 133%;
  padding-left: 15px; 
}
/*-----------------------------------------------------
価格表示
-------------------------------------------------------*/
.price-area {
  margin-bottom: 5px;
  text-align: left;
}
p.price {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
p.dfprice {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #FF0000;
}
.fbR{
	font-weight: bold;
	color: #FF0000;
}
/* 禁則処理 */
.kinsoku {
  line-break: strict;
}
/* 字下げ処理 */
.jisage {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

