

h2 {
   text-align: center;
}

#news .content{
   display: block !important;
}

#news h2 img{
   width: 100% !important;
   height: auto !important;
}

#main #news div.contents-basic-container{
   margin: 3px 0 0 0px;
   border-top:#d3d3d3 1px solid;
   border-bottom: none;
   background-image: url(../img/common/bg-contents-basic.gif);
}
#main #news div.contents-basic-container.border-bottom{
   border-bottom: solid 1px #dedede;
}

/*  リストページ
 -------------------------*/

div.news-list{
   z-index: 1;
   margin:0;
   padding: 9px;
   border-bottom:#d3d3d3 1px solid;
}
div.news-list:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}


div.news-list div.headline-title{
   float: left;
   width: 700px;
   background-repeat:no-repeat;
   background-position: left center;
}
div.news-list div.headline-title h3{
   padding-left: 50px;
   background: none;
}
div.news-list div.headline-title h3 a{
   display: block;
   padding: 7px 0;
}
div.date{
   float: right;
   font-size: 10px;
   padding: 10px 0 7px;
}


/*  詳細ページ
 -------------------------*/
div#news-body{
   margin:0px
   }
div#news-body .content{
   padding-left: 1px;
}
div#news-body .content img{
   max-width: 100%;
}


/* タイトル */
div#headline-title{
   position: relative;
   background-repeat:no-repeat;
   background-position: 5px top;
   padding: 12px 0 20px;
   border-bottom: solid 1px #333;
   margin: 10px auto 20px;
   background-image: none !important;
   width: 95%;
}

div#headline-title h3{
   padding-left:0px;
   font-size: 18px
}

div#headline-title h3{
   padding-left:0px;
   font-size: 18px
}
#headline-title .date{
   position: absolute;
   right: 0;
   top: 10px;
}

div#news-body-inner{
   overflow:hidden;
   width:760px;
   margin:auto;
   }


div#news-body-inner div.image{
}

/*
.news-comment{
   width: 801px;
}
*/

/*
#news dl.headline {
   margin-top: 10px;
}

#news dl.headline dd {
   background-repeat: no-repeat;
   background-position: left;
   padding-top: 5px;
   padding-left: 40px;
   padding-bottom: 3px;

   border-bottom: 1px dashed #d3d3d3;
}

#news dl.headline dd a.pointed {
   background-image: url(../img/news/pointer.gif);
}

#news dl.headline dd .date {
   padding-left: 13px;
   color: #cf5055;
   margin-top: 3px;
}

#news div.next_prev {
   padding: 10px;
   text-align: center;
}


#news h3 {
   background-repeat: no-repeat;
   background-position: left;
    background-color::#555555;
   padding: 10px;


    font-size:1.5em;
}

#news .content {
   padding: 10px;
   line-height: 150%;
   font-size: 11pt;
}

*/
