﻿@charset "utf-8";
/* Css Document */

.article_title h1{
   line-height: 36px;
   text-align: center;
   font-size: 20px;
   color: #333;
}
.bhs-Date{
   height: 25px;
   line-height: 25px;
   text-align: center;
   font-size: 14px;
   color: #888;
}
.article_content p{
width:98%;
margin: 0 auto;
   line-height: 2;
margin-bottom:0;
}
.article_content p img{
   width: 120px;
   height: auto;
}

table{
   border-collapse: collapse;
   border: none;
   border-color: #ccc;
}