﻿                                                                                                                   
@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, div, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, div, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {                                                                                                                   
  font-size: 15px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
  background: #ecece1;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #333;                                                                                                                         
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, footer {position: relative;}                                                                                                                   
                                                                                                                   
input, textarea, select, button {                                                                                                                   
-moz-box-sizing: border-box;                                                                                                                   
-webkit-box-sizing: border-box;                                                                                                                   
box-sizing: border-box;                                                                                                                   
font-size: 15px;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
outline: none;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
/*---------------all---------------*/                                                                                                                   
                                                                                                                   
.Wrapper_area{                                                                                                                   
  margin: 0px auto 0;                                                                                                                   
  max-width: 414px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #6e8f44;text-decoration: none;}                                                                                                                   
                                                                                                                   
a:hover img {                                                                                                                   
    opacity: 0.5;                                                                                                                   
}                                                                                                                   
a:hover {text-decoration: none;opacity: 0.5;}                                                                                                                   
h1 {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  padding: 15px 20px 0px 20px;                                                                                                                   
  font-size: 20px;                                                                                                                   
  clear: both;                                                                                                                   
  z-index: 9999;                                                                                                                   
  text-align: left;                                                                                                                   
  line-height: 150%;                                                                                                                   
  font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  font-size: 16px;                                                                                                                   
  color: #333;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  font-weight: bold;                                                                                                                   
  background: #fffbf7;                                                                                                                   
  padding: 8px 8px 8px 42px;                                                                                                                   
  line-height: 160%;                                                                                                                   
  border: 1px solid #f3ece5;                                                                                                                   
  }                                                                                                                   
h2:before {                                                                                                                   
    content: "";                                                                                                                   
    position:absolute;                                                                                                                   
    left: 18px;                                                                                                                   
    top: 6px;                                                                                                                   
    width: 10px;                                                                                                                   
    height: 10px;                                                                                                                   
    background: #c5c580;                                                                                                                   
    border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2:after {                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    left: 3px;                                                                                                                   
    top: 17px;                                                                                                                   
    width: 20px;                                                                                                                   
    height: 20px;                                                                                                                   
    background: #6e8f44;                                                                                                                   
    border-radius: 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
  font-size: 16px;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 8px;                                                                                                                   
  font-weight: bold;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
.menu_article {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.menu_article  ul li{                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background-position: 10px 13px;                                                                                                                   
  text-align: center;                                                                                                                   
  border-bottom: 1px solid #bbda36;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article ul li:last-child {                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article ul li:last-child ul li {                                                                                                                   
    background: #f00;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article ul li ul li:first-child {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article  ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article ul li:last-child ul li {                                                                                                                   
    display: block;                                                                                                                   
    margin: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article  ul li a {                                                                                                                   
  display : block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article  ul li ul li{                                                                                                                   
  background: none;                                                                                                                   
  float: none;                                                                                                                   
  min-height: inherit;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article  ul li ul {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    left: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
.menu_article  ul li ul li a {                                                                                                                   
  display: inline-block;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0px 20px 5px 35px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------Drop Down----------------*/ \                                                                                                                   
                                                                                                                   
                                                                                                                   
.menu_article  input:checked ~ label:after{                                                                                                                   
  border-top:0 solid rgba(255,255,255,.5);                                                                                                                   
  border-bottom:4px solid rgba(255,255,255,.5);                                                                                                                   
  transition:border-top .1s, border-bottom .1s .1s;                                                                                                                   
}                                                                                                                   
                                                                                                                   
 input{display:none;}                                                                                                                   
                                                                                                                   
.menu_article input:checked ~ ul.submenu{                                                                                                                   
  max-height: 480px;                                                                                                                   
  transition: all 0.5s linear;                                                                                                                   
  background: #6e8f44;                                                                                                                   
}                                                                                                                   
.menu_article label{                                                                                                                   
  display: block;                                                                                                                   
  transition: background 0.5s;                                                                                                                   
  text-align: center;                                                                                                                   
  padding-top: 0px;                                                                                                                   
  z-index: 9999;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article label:hover {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
.menu_article label:after{                                                                                                                   
   content: '';                                                                                                                   
   position: absolute;                                                                                                                   
   top: 30px;                                                                                                                   
   right: 20px;                                                                                                                   
   background: url(../images/icon_nav.png) no-repeat center top;                                                                                                                   
   padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article input:checked ~ label:after{                                                                                                                   
    cursor: default;                                                                                                                   
    content: ' ';                                                                                                                   
    background: url(../images/icon_nav_invers.png) no-repeat right top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article input:checked ~ label:after {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.submenu{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  background: #6e8f44;                                                                                                                   
  position: relative;                                                                                                                   
  width: 100%;                                                                                                                   
  z-index: 9999;                                                                                                                   
  right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.submenu li a{                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px 10px 10px 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration:none;                                                                                                                   
  transition: background 0.5s;                                                                                                                   
  font-size: 13px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.submenu li a:hover{                                                                                                                   
  color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#Header_area .dynamic_innerBlock,                                                                                                                   
#Contets_area .dynamic_innerBlock,                                                                                                                   
#Dynamic_textfooter .dynamic_innerBlock{display: block;}                                                                                                                   
.wrapper_head_loading{                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
#Contets_area {                                                                                                                   
  background: url(../images/mainimage.jpg) no-repeat center top;                                                                                                                   
  margin: 0px 20px;                                                                                                                   
  position: relative;                                                                                                                   
  background-size: 100%;                                                                                                                   
  padding: 62% 0 0 0;                                                                                                                   
  background-position: 50% 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Contets_area:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Header_area,                                                                                                                   
#Contets_area{                                                                                                                   
  display:block;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Header_area, #Contets_area:after {                                                                                                                   
    content: "";                                                                                                                   
    clear: both;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area {                                                                                                                   
  margin : 0;                                                                                                                   
  padding : 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b {                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b .topics {                                                                                                                   
  padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b .topics:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#Side_area_b .topics .box_article_03 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b .topics .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#Side_area_b .topics .box_article_03:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#Side_area_b .topics .box_article_03 img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b .topics .box_article_03 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                     
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#Side_area_b .topics .box_article_03 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b .topics .box_article_03 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
#Side_area_b .postlist_newsBlock {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#Side_area_b  .postlist_newsBlock ul {                                                                                                                   
  overflow-y:scroll;                                                                                                                   
  height : 125px;                                                                                                                   
  list-style-type: none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b  .postlist_newsBlock ul li{                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#Side_area_b  .postlist_newsBlock ul li a{                                                                                                                   
  color:#f00;                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
#Side_area_b  .postlist_newsBlock ul li a:hover{                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#Header_area {                                                                                                                   
  padding: 0 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Design_titleBlock {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
.main_head_template{                                                                                                                   
  display:block;                                                                                                                   
  min-height: 40px;                                                                                                                   
  width: auto;                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0 auto 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.mainlogo {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    padding: 10px 20px;                                                                                                                   
    z-index: 0;                                                                                                                   
    background: #fff;                                                                                                                   
    border-bottom: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.mainlogo:after {                                                                                                                   
    content: "";                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_head_template img {                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0;                                                                                                                   
    position: relative;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    z-index: 1;                                                                                                                   
    float: left;                                                                                                                   
}                                                                                                                   
.modal_head_design{                                                                                                                   
  margin:0 auto 0;                                                                                                                   
  position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Design_titleBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.list_prbn {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.list_prbn.banner4 {                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.list_prbn.square {                                                                                                                   
    margin-bottom: 30px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.list_prbn img.bn {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Side_area_b .list_prbn img {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    width: auto;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.popular_prtxt {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.popular_prtxt p{                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.headtopicsarea_one {                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.headtopicsarea_one h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 0px 0px 10px 0px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.headtopicsarea_one .dynamic_innerBlock {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.headtopicsarea_one p {                                                                                                                   
  margin : 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
#Header_area .postlist_newsBlock {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#Header_area .postlist_newsBlock .dynamic_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Header_area .postlist_newsBlock h2{                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  text-align: left;                                                                                                                   
  border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Header_area .postlist_newsBlock ul {                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Header_area .postlist_newsBlock ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Header_area .postlist_newsBlock ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Header_area .postlist_newsBlock ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.pankuzu_block {                                                                                                                   
  margin: 0px auto 20px;                                                                                                                   
  width: auto;                                                                                                                   
  font-size: 13px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pankuzu_block span.make_breakBlock {                                                                                                                   
  padding: 0 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.headtopicsarea_one .dynamic_innerBlock,                                                                                                                    
#Header_area .postlist_newsBlock .dynamic_innerBlock,                                                                                                                    
#Main_area .postlist_newsBlock .dynamic_innerBlock,                                                                                                                    
.ranking .dynamic_innerBlock,                                                                                                                    
.question .dynamic_innerBlock,                                                                                                                    
.site_sentenceBlock_01 .dynamic_innerBlock,                                                                                                                    
.flow .dynamic_innerBlock,                                                                                                                    
.topics .dynamic_innerBlock,                                                                                                                    
.block_campare .dynamic_innerBlock,                                                                                                                    
.Data_ListstyleBlock .dynamic_innerBlock,                                                                                                                    
.Layout_Point_Block .dynamic_innerBlock,                                                                                                                    
.Sumup_Area_Blog .dynamic_innerBlock,                                                                                                                    
.categorypostBlock_dyanmic .dynamic_innerBlock,                                                                                                                    
.basic_kuchikomiBlock .dynamic_innerBlock,                                                                                                                     
#Dynamic_textfooter .dynamic_innerBlock{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area .postlist_newsBlock,                                                                                                                    
.ranking,                                                                                                                    
.question,                                                                                                                    
.site_sentenceBlock_01,                                                                                                                    
.flow,                                                                                                                    
.topics,                                                                                                                    
.block_campare,                                                                                                                    
.Data_ListstyleBlock,                                                                                                                    
.Layout_Point_Block,                                                                                                                    
.Sumup_Area_Blog,                                                                                                                    
.basic_kuchikomiBlock,                                                                                                                    
.categorypostBlock_dyanmic,                                                                                                                    
#Side_area_b .topics,                                                                                                                   
.ContentPageLink,                                                                                                                    
.make_normalLink,                                                                                                                    
.dyanmicButtonLink,                                                                                                                    
.directory_imgLink {                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FR1block {display: block;border: 1px solid #ddd;}                                                                                                                   
                                                                                                                   
.Cont_FR1block p {                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FR1block h2 {                                                                                                                   
    padding: 8px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FR2main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRblg_main3 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRmain4Block_Box {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Cont_FR1block,                                                                                                                   
.Cont_FR2main,                                                                                                                   
.FRblg_main3,                                                                                                                   
.FRmain4Block_Box{                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.Cont_FR1block h2,                                                                                                                   
.Cont_FR2main h2,                                                                                                                   
.FRblg_main3 h2,                                                                                                                   
.FRmain4Block_Box h2{                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #ddd;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.FRmain4Block_Box p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area .postlist_newsBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area .postlist_newsBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#Main_area  .postlist_newsBlock ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area  .postlist_newsBlock ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area .postlist_newsBlock ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Main_area .postlist_newsBlock ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.ranking{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking img{                                                                                                                   
  width: 35px;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 10px 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.ranking img.makeImage_icatch {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking .box_article_03{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbd5d1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ranking .box_article_03 h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px 30px 0 0;                                                                                                                   
  margin: 8px auto 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.site_sentenceBlock_01 {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.site_sentenceBlock_01 .box_article_03 p {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.site_sentenceBlock_01 .box_article_03:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_sentenceBlock_01 .dynamic_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.site_sentenceBlock_01 img.makeImage_icatch {                                                                                                                   
  display:block;                                                                                                                   
  position: relative;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_sentenceBlock_01 .box_article_03 {                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.site_sentenceBlock_01 .box_article_03:last-child {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_sentenceBlock_01 .box_article_03 h3 {                                                                                                                   
  background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
  position:relative;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  padding: 0 0 0px 45px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  }                                                                                                                   
.ContentPageLink{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ContentPageLink .box_article_03 {                                                                                                                   
    border: 1px solid #e8e8dc;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
    background: #fffffc;                                                                                                                   
}                                                                                                                   
.ContentPageLink .box_article_03:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
.ContentPageLink .box_article_03 h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0 0 0px 30px;                                                                                                                   
    line-height: 150%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-comment-*/                                                                                                                   
.comment{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.comment{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment .dynamic_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment img.makeImage_icatch {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.comment .box_article_03{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  border: 1px solid #ccc;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment .box_article_03:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.comment .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: left;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  background: url(../images/men.png) no-repeat left top;                                                                                                                   
  padding: 3px 0 8px 40px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  }                                                                                                                   
                                                                                                                     
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.topics{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.topics:after{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
.topics .box_article_03 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.topics .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topics .box_article_03:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.topics .box_article_03 img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.topics .box_article_03 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.topics .box_article_03 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.topics .box_article_03 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.block_campare {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_campare h3 {                                                                                                                   
  margin-bottom: 3px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_campare .dynamic_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.block_campare .box_article_03 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_campare .box_article_03:nth-of-type(even) {                                                                                                                   
    margin-right: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_campare .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.block_campare .box_article_03:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Data_ListstyleBlock {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Data_ListstyleBlock ul.box_article_03 {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Data_ListstyleBlock ul.box_article_03 li {                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  padding: 4px 0 8px 28px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background-position: 0 7px;                                                                                                                   
  color: #333;                                                                                                                   
  background-size: 18px;                                                                                                                   
  border-bottom: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Data_ListstyleBlock ul.box_article_03 li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.Layout_Point_Block {                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Layout_Point_Block h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Layout_Point_Block .dynamic_innerBlock {                                                                                                                   
  padding: 15px;                                                                                                                   
  border: 1px solid #bdbaba;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Sumup_Area_Blog {                                                                                                                   
  display:block;                                                                                                                   
  padding: 15px 0px 25px 0px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sumup_Area_Blog h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Sumup_Area_Blog .dynamic_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sumup_Area_Blog .dynamic_innerBlock p {                                                                                                                   
  padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.flow{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.flow .dynamic_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.flow img.makeImage_icatch {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.flow .box_article_03 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.flow .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.flow .box_article_03:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.flow .box_article_03 p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 2px 0px 8px 40px;                                                                                                                   
  position:relative;                                                                                                                   
  background-size: 30px !important;                                                                                                                   
  margin: 0px 0px 3px 0px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  background-position: 0px 0px !important;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.flow .box_article_03:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.flow .box_article_03:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.flow .box_article_03:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.flow .box_article_03:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.flow .box_article_03:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.question {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.question .dynamic_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question img.makeImage_icatch {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.question .box_article_03:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.question .box_article_03 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #d6d6d6;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.question .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.question .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding: 3px 0px 8px 40px;                                                                                                                   
  position: relative;                                                                                                                   
  background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
  background-position: 0px 0px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  }                                                                                                                   
.question .box_article_03 p{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 8px 0 0px 40px;                                                                                                                   
  background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
  background-position: 0 4px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  min-height: 45px;                                                                                                                   
  }                                                                                                                   
.make_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.make_normalLink .box_article_03 {                                                                                                                   
    border: solid 1px #ecece3;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    background: #fffffc;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.make_normalLink .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.dyanmicButtonLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.dyanmicButtonLink .box_article_03 {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    border: 1px solid #f1f1e6;                                                                                                                   
    padding: 10px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
    background: #fffffc;                                                                                                                   
}                                                                                                                   
.dyanmicButtonLink .box_article_03:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.dyanmicButtonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.dyanmicButtonLink .box_article_03 p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.dyanmicButtonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #6e8f44;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.dyanmicButtonLink a:hover {                                                                                                                   
    background: #6e8f44;                                                                                                                   
    color: #fff;                                                                                                                   
    opacity: 1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.directory_imgLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.directory_imgLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.directory_imgLink .box_article_03 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.directory_imgLink .box_article_03:nth-of-type(even){                                                                                                                   
   margin-right:0px;                                                                                                                   
}                                                                                                                   
.directory_imgLink .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.directory_imgLink .box_article_03 h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.directory_imgLink .box_article_03:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #f00;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.directory_imgLink .box_article_03 img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.categorypostBlock_dyanmic {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_dyanmic h1,                                                                                                                   
.site_sentenceBlock_01 h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_dyanmic h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    padding: 0px 0px 10px 0px;                                                                                                                   
}                                                                                                                   
.categorypostBlock_dyanmic .box_article_03{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.categorypostBlock_dyanmic .box_article_03:last-child{                                                                                                                   
  /* margin-bottom:0px; */                                                                                                                   
}                                                                                                                   
.categorypostBlock_dyanmic .box_article_03:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_dyanmic .box_article_03 img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_dyanmic .box_article_03 h2 {                                                                                                                   
  color: #333;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.categorypostBlock_dyanmic .box_article_03 h2:before,                                                                                                                   
.categorypostBlock_dyanmic .box_article_03 h2:after {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_dyanmic .box_article_03 p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.basic_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.basic_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.basic_kuchikomiBlock .dynamic_innerBlock:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.basic_kuchikomiBlock .box_article_03{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.basic_kuchikomiBlock .box_article_03:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.basic_kuchikomiBlock .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.basic_kuchikomiBlock .box_article_03 p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----titleh2block-----*/                                                                                                                   
#Contets_area .titleh2block{                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  margin-bottom: 30px;                                                                                                                   
  border: 1px solid #f1ebe5;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0 10px 5px 10px;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul li{                                                                                                                   
  margin: 0 0 8px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  padding: 0 0 5px 18px;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul li a:before {                                                                                                                   
    position: absolute;                                                                                                                   
    content: "";                                                                                                                   
    left: 0px;                                                                                                                   
    top: 6px;                                                                                                                   
    border-width: 6px 9px 6px 9px;                                                                                                                   
    border-style: solid;                                                                                                                   
    border-color: transparent transparent transparent #cca95f;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul li a:hover:after {                                                                                                                   
    background: #333;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul li a {                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
#Contets_area .titleh2block h2{                                                                                                                   
  margin-bottom: 15px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#Dynamic_textfooter {                                                                                                                   
  background: #ffffff;                                                                                                                   
  margin-top: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_textfooter .dynamic_innerBlock{                                                                                                                   
  display: block;                                                                                                                   
  margin-left: 0;                                                                                                                   
  margin-right: 0;                                                                                                                   
  }                                                                                                                   
#Dynamic_textfooter .dynamic_innerBlock p{                                                                                                                   
  text-align:center;                                                                                                                   
}                                                                                                                   
.copy {                                                                                                                   
    margin: auto;                                                                                                                   
    padding: 20px 20px 20px 20px;                                                                                                                   
    font-size: 16px;                                                                                                                   
    border-top: 1px solid #d4d2d2;                                                                                                                   
    z-index: -1;                                                                                                                   
    width: auto;                                                                                                                   
    margin-bottom: 60px;                                                                                                                   
    margin-right: 0;                                                                                                                   
    margin-left: 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner5 {                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  display : block;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------footer menu in mobile view-----------------*/                                                                                                                   
.ft_menu{                                                                                                                   
  margin:auto;                                                                                                                   
  position: fixed;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  z-index: 9999;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 120%;                                                                                                                   
  max-width: 414px;                                                                                                                   
  border-top: 1px solid #c5c580;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    padding: 10px 2px 10px 2px;                                                                                                                   
    background: #c5c580;                                                                                                                   
    justify-content: center;                                                                                                                   
    margin-left: 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
.ft_menu ul li {                                                                                                                   
    display: block;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
    width: 50%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(3) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(4) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
    text-decoration: none;                                                                                                                   
    font-size: 13px;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li a {                                                                                                                   
    padding: 0 0 0px 0px !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
    margin-bottom: 13px;                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: #f00;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
    background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul input:checked ~ li:nth-of-type(1) a label {display:block;background: url(../images/ft_cros.png) no-repeat center top;background-size: 20px;}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label:hover {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a:hover {                                                                                                                   
    opacity: 0.7;                                                                                                                   
}                                                                                                                   
/* Footer Sub Menu*/                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label{cursor: default;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label:after{                                                                                                                   
  border-top:0 solid rgba(255,255,255,.5);                                                                                                                   
  border-bottom:4px solid rgba(255,255,255,.5);                                                                                                                   
  transition:border-top .1s, border-bottom .1s .1s;                                                                                                                   
}                                                                                                                   
.ft_menu input{display:none;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  background: rgb(110, 143, 68);                                                                                                                   
  max-height: 163px;                                                                                                                   
  bottom: 52px;                                                                                                                   
  display: block;                                                                                                                   
  z-index: -1;                                                                                                                   
  padding-top: 18px;                                                                                                                   
  transition: all 0.3s linear;                                                                                                                   
  border-top: 1px solid #9bc762;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav li ul {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    padding: 10px 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding:0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  background: #cfa484;                                                                                                                   
  position:absolute;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 0 50px;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
    width: auto !important;                                                                                                                   
    border-bottom: 1px solid #b1e075;                                                                                                                   
    background-position: 21px 0px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li {                                                                                                                   
    background: none !important;                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
    border: 0;                                                                                                                   
    padding: 0 !important;                                                                                                                   
}                                                                                                                   
ul.drop-nav li:nth-of-type(1) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat;                                                                                                                   
}                                                                                                                    
ul.drop-nav li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_c.png) no-repeat;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                       
ul.drop-nav li a{                                                                                                                   
  display: -webkit-inline-box;                                                                                                                   
  text-decoration:none;                                                                                                                   
  color: #fff;                                                                                                                   
  border: 0 !important;                                                                                                                   
  font-size: 13px;                                                                                                                   
  padding: 2px 0 0 0px !important;                                                                                                                   
  font-weight: 700;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.site_sentenceBlock_01 .box_article_03 p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_sentenceBlock_01 .box_article_03:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*----------Accodion-------*/                                                                                                                   
.accordion {                                                                                                                   
    cursor: pointer;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: left;                                                                                                                   
    outline: none;                                                                                                                   
    transition: 0.4s;                                                                                                                   
    overflow: hidden;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    padding: 6px 8px;                                                                                                                   
    border: 1px solid #efe4da;                                                                                                                   
    background: #fffffb;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.active, .accordion:hover {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
span.accordion.active {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.panel {                                                                                                                   
    padding: 8px 0 0 0;                                                                                                                   
    display: none;                                                                                                                   
    background-color: white;                                                                                                                   
    overflow: hidden;                                                                                                                   
}                                                                                                                   
.accordion  h2{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
  font-size: 16px;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
.accordion h2:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
    left: inherit;                                                                                                                   
    transform: rotate(0deg);                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                    
.accordion h2:before {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
span.accordion.active h2:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
                                                                                                                   
.accordion  h3{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
}                                                                                                                   
.accordion h3:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
}                                                                                                                   
span.accordion.active h3:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_textfooter .postlist_newsBlock {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  padding: 0 20px;                                                                                                                   
  }                                                                                                                   
#Dynamic_textfooter .postlist_newsBlock .dynamic_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#Dynamic_textfooter .postlist_newsBlock h2{                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#Dynamic_textfooter .postlist_newsBlock ul {                                                                                                                   
  text-align: left;                                                                                                                   
  padding: 10px 0px 0px 0px;                                                                                                                   
}                                                                                                                   
#Dynamic_textfooter .postlist_newsBlock ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 7px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
#Dynamic_textfooter .postlist_newsBlock ul li a {                                                                                                                   
    display: block;                                                                                                                   
    color: #403d3d;                                                                                                                   
}                                                                                                                   
#Dynamic_textfooter .postlist_newsBlock ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner5 img,                                                                                                                   
.list_prbn.banner3 img,                                                                                                                   
.list_prbn.banner2 img,                                                                                                                   
.list_prbn.banner1 img{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 400px) { /*--mobile--*/                                                                                                                   
#Contets_area{                                                                                                                   
  padding: 63% 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_head_template img{                                                                                                                   
  float: none;                                                                                                                   
  margin: 0;                                                                                                                   
  width: 218px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.mainlogo {                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
ul.submenu{                                                                                                                   
  /* top: 54px; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menu_article label:after {display: block;top: 27px;}                                                                                                                   
.Design_titleBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.main_head_template {                                                                                                                   
    min-height: 35px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 {                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                  
.list_prbn img.bn{                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
#Side_area_b .list_prbn img {                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.list_prbn.___horizontal___ .pr img {                                                                                                                   
    width: 100% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.list_prbn.___horizontal___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.pr img{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_sentenceBlock_01 .box_article_03 h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
.ContentPageLink .box_article_03 h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                    
}                                                                                                                   
.flow .box_article_03 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                     
}                                                                                                                   
.comment .box_article_03 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                      
}                                                                                                                   
.question .box_article_03 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                       
}                                                                                                                   
.question .box_article_03 p{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
