@charset "utf-8";

/* ****************************************************************
   キャンペーンページの独自設定
*************************************************************** */

/* ********************************
   一覧ページ
******************************** */
#contents ul li{
padding-top:22px;
margin-bottom:20px;
background:url(../../common/images/dotline_grad.gif) repeat-x 0% 0%;
}

#contents li.firstChild{
padding-top:0;
background:none;
}

#contents h2{
margin-bottom:0.2em;
font-size:1.2em;
font-weight:bold;
}

#contents h2 span{
font-size:0.8em;
color:#ff6c71;
}

#contents .textArea{
float:right;
width:534px;
}

#contents p.text{
margin-bottom:1.5em;
}

#contents p.img{
float:left;
width:180px;
text-align:center;
}

#contents p.btn{
clear:both;
text-align:right;
}


/* ********************************
   詳細ページ
******************************** */
#detail{
margin-bottom:20px;
}