@charset "utf-8";

/* ****************************************************************
   新着情報ページの独自設定
*************************************************************** */

/* ********************************
   新着情報一覧
******************************** */

#newsList{
position:relative;
margin-bottom:20px;
}
#newsList dl{
width:705px;
position:relative;
padding-bottom:15px;
margin-bottom:15px;
background:url(/common/images/dotline_gray.gif) repeat-x 0% 100%;
}
#newsList dl.end{
width:705px;
position:relative;
padding:0;
margin:0;
background:none;
}
#newsList dl dt,
#newsList dl.end dt{
float:left;
display:inline;
margin-right:13px;
}
#newsList dl dd,
#newsList dl.end dd{
float:left;
display:inline;
line-height:1.3;
}
#newsList dl dd a,
#newsList dl.end dd a{
padding-left:12px;
background:url(../../common/images/arrow_pink.gif) no-repeat 0% 1px !important;
background:url(../../common/images/arrow_pink.gif) no-repeat 0% 2px;
}

/* ********************************
   新着情報詳細
******************************** */

#newsDetail{
position:relative;
margin-bottom:20px;
}
#newsDetail .back{
position:absolute;
top:24px;
left:629px;
display:inline;
}
#newsDetail .bgTop{
min-height:62px;
height:auto !important;
height:62px;
background:url(/news/images/news_bg01.gif) no-repeat 0% 0%;
padding-top:10px;
}
#newsDetail .bgBtm{
background:url(/news/images/news_bg02.gif) no-repeat 0% 100%;
padding-bottom:13px;
margin-bottom:18px;
}
#newsDetail h2{
background:url(/news/images/news_ico.gif) no-repeat 0% 1px;
font-weight:bold;
font-size:1.2em;
padding-left:20px;
margin:0 0 12px 12px;
}
#newsDetail p{
margin:0 18px 0 12px;
}

