@charset "utf-8";                                                                                                                   
                                                                                                                   
body {                                                                                                                   
  padding: 0px;                                                                                                                   
  margin: 0px;                                                                                                                   
  font-size: 16px;                                                                                                                   
  font-family: "Hiragino Maru Gothic ProN", HGMaruGothicMPRO, YuGothic,                                                                                                                   
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;                                                                                                                   
  line-height: 160%;                                                                                                                   
  color: #333;                                                                                                                   
}                                                                                                                   
.blg_wrapper_static {                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  width: 1160px;                                                                                                                   
  min-width: 1160px;                                                                                                                   
}                                                                                                                   
.blg_wrapper_static:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
p {                                                                                                                   
  margin: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a {                                                                                                                   
  color: #3d32a9;                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
a:hover {                                                                                                                   
  text-decoration: underline;                                                                                                                   
  transition: all 0.3s ease-in-out;                                                                                                                   
}                                                                                                                   
h1 {                                                                                                                   
  margin: auto;                                                                                                                   
  padding: 0px 0px;                                                                                                                   
  font-size: 16px;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: center;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/* h2 */                                                                                                                   
h2 {
  font-size: 20px;
  padding: 6px 0 6px 32px;
  margin: 0 0 10px 0;
  line-height: 150%;
  color: #333;
  position: relative;
  overflow: hidden;
  /* background: url(../images/h2_icon.png) no-repeat center left; */
  display: block;
  background-color: #e2d48d;
  position: relative;
}                                                                                                                   
h2:before {                                                                                                                   
  position: absolute;                                                                                                                   
  content: "";                                                                                                                   
  background: #4c42ab;                                                                                                                   
  width: 20px;                                                                                                                   
  height: 20px;                                                                                                                   
  top: 18px;                                                                                                                   
  left: 8px;                                                                                                                   
  border-radius:50%;                                                                                                                   
}                                                                                                                   
h2:after {                                                                                                                   
  position: absolute;                                                                                                                   
  content: "";                                                                                                                   
  background: #4c42ab;                                                                                                                   
  width: 10px;                                                                                                                   
  height: 10px;                                                                                                                   
  left: 4px;                                                                                                                   
  top: 5px;                                                                                                                   
  border-radius:50%;                                                                                                                   
}                                                                                                                   
/***********/                                                                                                                   
h3 {                                                                                                                   
  font-size: 17px;                                                                                                                   
  color: #333;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul {                                                                                                                   
  list-style: none;                                                                                                                   
  padding: inherit;                                                                                                                   
}                                                                                                                   
.template_menu {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  height: auto;                                                                                                                   
  /* border: 1px solid; */                                                                                                                   
  display: block;                                                                                                                   
  width: 1160px;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.template_menu ul {                                                                                                                   
  list-style: none;                                                                                                                   
  margin: 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  display: flex;                                                                                                                   
}                                                                                                                   
.template_menu li {
  display: inline-block;
  width: 50%;
  position: relative;
  background: #e2d48d;
}                                                                                                                   
.template_menu li:hover{                                                                                                                   
  background: #4c42ab;                                                                                                                   
  color:#fff;                                                                                                                   
}                                                                                                                   
.template_menu li:before {                                                                                                                   
  content: "";                                                                                                                   
  position: absolute;                                                                                                                   
  height: 10px;                                                                                                                   
  width: 10px;                                                                                                                   
  background: #4c42ab;                                                                                                                   
  top: 18px;                                                                                                                   
  left: -5px;                                                                                                                   
  border-radius: 50%;                                                                                                                   
}                                                                                                                   
.template_menu li:after {                                                                                                                   
  content: "";                                                                                                                   
  position: absolute;                                                                                                                   
  display: none;                                                                                                                   
  height: 100%;                                                                                                                   
  width: 2px;                                                                                                                   
  background: #6b5cfd;                                                                                                                   
  top: 0;                                                                                                                   
  left: 0;                                                                                                                   
}                                                                                                                   
.template_menu a {                                                                                                                   
  padding: 10px 10px;                                                                                                                   
  text-decoration: none;                                                                                                                   
  color: #4c42ab;                                                                                                                   
  display: block;                                                                                                                   
  z-index: 1;                                                                                                                   
  font-size: 12px;                                                                                                                   
  margin-bottom: 1px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.template_menu li.first {                                                                                                                   
  width: 16%;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.template_menu li.first:before {                                                                                                                   
  display: none;                                                                                                                   
  content: "";                                                                                                                   
  position: absolute;                                                                                                                   
  height: 2px;                                                                                                                   
  background: #cc3e08;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
}                                                                                                                   
.template_menu a:hover {                                                                                                                   
  text-decoration: none;                                                                                                                   
  color: #fefeff;                                                                                                                   
}                                                                                                                   
.recommend .main_box_02 {                                                                                                                   
  width: auto;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
.recommend .main_box_02:last-child {                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend .main_box_02 img {                                                                                                                   
  border: 0;                                                                                                                   
  margin: 3px 20px 0 0;                                                                                                                   
  display: block;                                                                                                                   
  float: left;                                                                                                                   
  width: 60%;                                                                                                                   
}                                                                                                                   
.site_sideBlock {                                                                                                                   
  float: right;                                                                                                                   
  width: 280px;                                                                                                                   
  clear: right;                                                                                                                   
  margin: 0 0 10px 30px;                                                                                                                   
}                                                                                                                   
.site_sideBlock .box_article_03 {                                                                                                                   
  margin-bottom: 30px;                                                                                                                   
  border-bottom: 1px solid #cacaca;                                                                                                                   
}                                                                                                                   
.site_sideBlock h2 {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.Blog_Style_Header {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.recommend.Blog_Style_Header h3,                                                                                                                   
.recommend .main_box_02 h3 {                                                                                                                   
  clear: both;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend.Blog_Style_Header .box_article_03 {                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend.Blog_Style_Header:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend.Blog_Style_Header img {                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 15px 0 0;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.action_postlist_main {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.action_postlist_main:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Popular_mainBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.Blog_One_Area {                                                                                                                   
  width: 100%;                                                                                                                   
  margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ======= end ============ **/                                                                                                                   
                                                                                                                   
.display_header_block {                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0;                                                                                                                   
  bottom: 0;                                                                                                                   
}                                                                                                                   
.backLogo {                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  width: 1160px;                                                                                                                   
  padding: 15px 0;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.backLogo:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
/**************************/                                                                                                                   
                                                                                                                   
.blg_siteArticle {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
.blg_siteArticle img {                                                                                                                   
  margin: 0 15px 10px 0;                                                                                                                   
  display: block;                                                                                                                   
  width: 47%;                                                                                                                   
  float: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.New_Area2 img {                                                                                                                   
  margin: 2px 15px 10px 0;                                                                                                                   
  width: 48%;                                                                                                                   
  display: block;                                                                                                                   
  float: left;                                                                                                                   
}                                                                                                                   
.blg_siteArticle p {                                                                                                                   
  margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.pr_link {                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.pr_link:last-child {                                                                                                                   
  margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.recommend {                                                                                                                   
  width: 100%;                                                                                                                   
  clear: both;                                                                                                                   
  margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.box_article_03 {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.box_article_03:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.box_article_03 p {                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
.box_article_03 img {                                                                                                                   
  width: 45%;                                                                                                                   
  padding: 0;                                                                                                                   
  margin: 0 15px 0 0;                                                                                                                   
  float: left;                                                                                                                   
}                                                                                                                   
#tmp_contBlock {                                                                                                                   
  height: auto;                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/** ========= End =========== **/                                                                                                                   
                                                                                                                   
.New_Area2 {                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 0;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_One_Area .Mian_Pr_Link {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.New_Area2 p {                                                                                                                   
  margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.New_Area2 p:last-child {                                                                                                                   
  margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.Mian_Pr_Link {                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 50px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.Mian_Pr_Link ul {                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
ul li h3 {                                                                                                                   
  margin: 10px 0 0 0;                                                                                                                   
  padding: 0px 5px 4px 25px;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  background-position: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Mian_Pr_Link ul li {                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0 0 3px 0;                                                                                                                   
  /* border-bottom: 1px solid #ccc; */                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Mian_Pr_Link ul li:last-child {                                                                                                                   
  margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/**===== readmore========**/                                                                                                                   
                                                                                                                   
.Areasite_Detail_Mainwrp a {                                                                                                                   
  padding: 6px 20px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-align: center;                                                                                                                   
  background: #4c42ab;                                                                                                                   
  float: right;                                                                                                                   
  position: relative;                                                                                                                   
  overflow:hidden;                                                                                                                   
}                                                                                                                   
.Areasite_Detail_Mainwrp a:before {                                                                                                                   
  position: absolute;                                                                                                                   
  content: "";                                                                                                                   
  width: 25px;                                                                                                                   
  height: 25px;                                                                                                                   
  background: #f1d859;                                                                                                                   
  left: -13px;                                                                                                                   
  bottom: 20px;                                                                                                                   
  border-radius:50%;                                                                                                                   
  border:2px solid #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Areasite_Detail_Mainwrp a:hover {
  text-decoration: none;
  background: #f1d859;
  color: #484040;
  /* border-radius: 5px; */
}                                                                                                                   
/************************** Footer Page ***********************************/                                                                                                                   
                                                                                                                   
.Dynamic_textfooter {                                                                                                                   
  margin: auto;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: center;                                                                                                                   
  width: 100%;                                                                                                                   
  clear: both;                                                                                                                   
  background: #9890e1;                                                                                                                   
}                                                                                                                   
.Dynamic_textfooter p {                                                                                                                   
  padding: 15px 20px;                                                                                                                   
  margin: 0 0;                                                                                                                   
  font-size: 16px;                                                                                                                   
}                                                                                                                   
.Dynamic_textfooter a {                                                                                                                   
  color: #ffffff;                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
.Dynamic_textfooter a:hover {                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/************************** /add/ ***********************************************/                                                                                                                   
                                                                                                                   
#socialBtn {                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
.social {                                                                                                                   
  margin-top: 15px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #ffffff;                                                                                                                   
}                                                                                                                   
#boxArea {                                                                                                                   
  margin: auto;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(2) {                                                                                                                   
  margin-right: 12px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(3) {                                                                                                                   
  margin-right: 4px;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(4) {                                                                                                                   
  margin-right: 6px;                                                                                                                   
  line-height: 0;                                                                                                                   
}                                                                                                                   
div#boxArea div:nth-child(5) {                                                                                                                   
  margin-right: 0px;                                                                                                                   
}                                                                                                                   
div#boxArea div {                                                                                                                   
  margin-right: 6px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*============= Control ==========*/                                                                                                                   
@media screen and (max-width: 480px) {                                                                                                                   
  body {                                                                                                                   
    width: 100%;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .blg_wrapper_static {                                                                                                                   
    width: auto;                                                                                                                   
    padding: 20px 20px 0px 20px;                                                                                                                   
    margin: 0;                                                                                                                   
    min-width: inherit;                                                                                                                   
  }                                                                                                                   
  h1 {                                                                                                                   
    width: auto;                                                                                                                   
    padding: 0;                                                                                                                   
    float: none;                                                                                                                   
    position: relative;                                                                                                                   
    border-radius: 0;                                                                                                                   
    background: none;                                                                                                                   
    text-align: left;                                                                                                                   
    line-height: 140%;                                                                                                                   
  } 
.template_menu li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: none;
    top: 18px;
    left: -5px;
    border-radius: 50%;
}                                                                                                                    
  h2 {
    border-radius: 0;
    background: none;
    text-align: left;
    clear: both;
    padding: 0;
    margin: 0 auto 10px;
    background: #e2d48d;
    padding: 5px 29px;
  }                                                                                                                   
                                                                                                                   
  h3 {                                                                                                                   
    background: none;                                                                                                                   
    text-indent: 0 !important;                                                                                                                   
    clear: both;                                                                                                                   
    text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .recommend.Blog_Style_Header h3,                                                                                                                   
  .recommend .main_box_02 h3 {                                                                                                                   
    padding: 0 0 5px 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  ul li h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 15px 0 5px 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  h3 a {                                                                                                                   
    text-align: center;                                                                                                                   
    display: block;                                                                                                                   
  }                                                                                                                   
  .site_sideBlock {                                                                                                                   
    width: auto;                                                                                                                   
    padding: 0;                                                                                                                   
    float: none;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  /*===== menu top =====*/                                                                                                                   
  .template_menu {                                                                                                                   
    width: auto;                                                                                                                   
    min-width: auto !important;                                                                                                                   
    border: 0;                                                                                                                   
    box-shadow: none;                                                                                                                   
    border-radius: 0;                                                                                                                   
    position: relative;                                                                                                                   
    padding: 0;                                                                                                                   
    background: none;                                                                                                                   
    display: block;                                                                                                                   
  }                                                                                                                   
  .template_menu ul {                                                                                                                   
    width: auto;                                                                                                                   
    padding: 0px;                                                                                                                   
    border-top: 1px solid #ccc;                                                                                                                   
    border-bottom: 1px solid #ccc;                                                                                                                   
    display: block;                                                                                                                   
  }                                                                                                                   
  .template_menu ul li {                                                                                                                   
    width: auto !important;                                                                                                                   
    display: block;                                                                                                                   
    border-bottom: 1px solid #ccc;                                                                                                                   
  }                                                                                                                   
  .template_menu li:first-child a {                                                                                                                   
    border-left: none;                                                                                                                   
    border-radius: 0;                                                                                                                   
  }                                                                                                                   
  .template_menu li:last-child a {                                                                                                                   
    border: 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .template_menu li:last-child {                                                                                                                   
    border-bottom: 0;                                                                                                                   
  }                                                                                                                   
  .template_menu ul li a {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    margin: 0;                                                                                                                   
    border-left: none;                                                                                                                   
    border-right: none;                                                                                                                   
    border-radius: 0;                                                                                                                   
    padding: 10px 15px;                                                                                                                   
    z-index: 1;                                                                                                                   
    text-align: left;                                                                                                                   
  }                                                                                                                   
  .template_menu ul li a:hover {                                                                                                                   
    transition: none;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  /*===== site title =====*/                                                                                                                   
  .display_header_block {                                                                                                                   
    width: 100%;                                                                                                                   
    min-width: auto !important;                                                                                                                   
    border-radius: 0;                                                                                                                   
    position: relative;                                                                                                                   
  }                                                                                                                   
  .backLogo {                                                                                                                   
    position: relative;                                                                                                                   
    width: auto;                                                                                                                   
    padding: 0 0;                                                                                                                   
    margin: 0 0 15px 0;                                                                                                                   
  }                                                                                                                   
  #socialBtn {                                                                                                                   
    width: auto;                                                                                                                   
    justify-content: center;                                                                                                                   
    display: flex;                                                                                                                   
    position: static;                                                                                                                   
  }                                                                                                                   
  .social {                                                                                                                   
    float: none;                                                                                                                   
    position: static;                                                                                                                   
    font-size: 6px;                                                                                                                   
    padding: 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  /*========== contenner page / side-L ==========*/                                                                                                                   
  #tmp_contBlock {                                                                                                                   
    width: 100%;                                                                                                                   
    padding: 0;                                                                                                                   
    float: none;                                                                                                                   
  }                                                                                                                   
  .action_postlist_main {                                                                                                                   
    padding: 0 0;                                                                                                                   
  }                                                                                                                   
  /*========= contenner center ==========*/                                                                                                                   
  .Popular_mainBlock {                                                                                                                   
    width: auto;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0 0 10px 0;                                                                                                                   
    float: none;                                                                                                                   
  }                                                                                                                   
  /*========= center block =========*/                                                                                                                   
  .blg_siteArticle {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    border-radius: 0;                                                                                                                   
    box-shadow: none;                                                                                                                   
    border: 0;                                                                                                                   
    padding: 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .blg_siteArticle p {                                                                                                                   
    padding: 0 0;                                                                                                                   
  }                                                                                                                   
  .blg_siteArticle img {                                                                                                                   
    width: 100%;                                                                                                                   
    margin: 0 0 15px 0;                                                                                                                   
    padding: 0;                                                                                                                   
    border-left: none;                                                                                                                   
    border-right: none;                                                                                                                   
    border-radius: 0;                                                                                                                   
    float: none;                                                                                                                   
    box-shadow: none;                                                                                                                   
  }                                                                                                                   
  .recommend {                                                                                                                   
    width: 100%;                                                                                                                   
    padding: 0;                                                                                                                   
    display: block;                                                                                                                   
  }                                                                                                                   
  .box_article_03 {                                                                                                                   
    width: auto !important;                                                                                                                   
    padding: 0 !important;                                                                                                                   
    border: 0 !important;                                                                                                                   
    float: none !important;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .recommend.Blog_Style_Header .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0px !important;                                                                                                                   
  }                                                                                                                   
  .box_article_03 img {                                                                                                                   
    width: 100% !important;                                                                                                                   
    padding: 0;                                                                                                                   
    border-radius: 0;                                                                                                                   
    border: 0;                                                                                                                   
    height: auto;                                                                                                                   
    float: none !important;                                                                                                                   
    display: block;                                                                                                                   
    margin: 0 0 15px 0 !important;                                                                                                                   
  }                                                                                                                   
  .box_article_03 p {                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0;                                                                                                                   
  }                                                                                                                   
  .Areasite_Detail_Mainwrp a {
    float: none !important;
    display: block;
    margin: 15px auto 0;
    width: 150px;
    padding: 6px 12px;
  }                                                                                                                   
                                                                                                                   
  .Mian_Pr_Link {                                                                                                                   
    width: auto;                                                                                                                   
    border-radius: 0;                                                                                                                   
    box-shadow: none;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .Blog_One_Area .Mian_Pr_Link {                                                                                                                   
    display: block;                                                                                                                   
  }                                                                                                                   
  .Mian_Pr_Link ul {                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  /*======== footer ========*/                                                                                                                   
                                                                                                                   
  .Dynamic_textfooter {                                                                                                                   
    width: 100%;                                                                                                                   
    margin: 0;                                                                                                                   
    min-width: auto;                                                                                                                   
    padding: 0 0;                                                                                                                   
  }                                                                                                                   
  /*======= subpage ======*/                                                                                                                   
  .New_Area2 {                                                                                                                   
    width: 100%;                                                                                                                   
    padding: 0;                                                                                                                   
    float: none;                                                                                                                   
    border-radius: 0;                                                                                                                   
  }                                                                                                                   
  .New_Area2 img {                                                                                                                   
    width: 100%;                                                                                                                   
    padding: 0;                                                                                                                   
    border-left: none;                                                                                                                   
    border-right: none;                                                                                                                   
    float: none;                                                                                                                   
    border-radius: 0;                                                                                                                   
    box-shadow: none;                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
  }                                                                                                                   
  .New_Area2 p {                                                                                                                   
    padding: 0;                                                                                                                   
  }                                                                                                                   
  div#boxArea div:nth-child(3) {                                                                                                                   
    display: none;                                                                                                                   
  }                                                                                                                   
}                                                                                                                   
