/*
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}
*/

#Tab {
  width: 98.5% !important;
  overflow: hidden;
  margin: 10px 0 0 0 !important;
  padding: 10px 0 0 0;
  border: none;
}

/*
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
*/

.resp-tabs-list li {
  width: 21%;
  position: relative;
  background-color: #f1f1f1;
  margin: 0px 0 0px 0px;
  padding: 10px 10px 10px;
  border-radius: 2px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  float: left;

  /*  display: inline-block;
    border: 1px solid #FFF;
    transition: border-color 0.2s ease-in-out 0s;
 */
}

.resp-tabs-list li:nth-child(2),
.resp-tabs-list li:nth-child(3),
.resp-tabs-list li:nth-child(4) {
  margin: 0 0 0 5px;
  background-color: #f1f1f1;
}

.resp-tabs-list li.active {
  margin: 0 0 0 5px;
  padding: 4px 8px;
  background: none repeat scroll 0% 0% #4b7d14;
  color: #fff;
  /*    border: 1px solid #4B7D14; */
}

.resp-tabs-container {
  padding: 0px;
  /*   background-color: #fff; */
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  padding: 10px 15px !important;
  border-bottom: none;
  background-color: #167c3b !important;
  color: #ffffff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: none;
}

h2.resp-accordion {
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  background-color: #4b7d14 !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
  font-size: 15px;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5ab1d0 !important;
  border-left: 4px solid #5ab1d0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #dbdbdb; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; /* !important;*/
}

/********** �u���O�g **********/
#tab .blogbox {
  width: 96%;
  height: 100%;
  min-height: 100%;
  border-radius: 6px;
  margin: 0 auto 20px;
  padding: 10px 0px;
  border: 3px solid #4b7d14;
}

#main .blogbox {
  width: 94%;
  height: 100%;
  min-height: 100%;
  border-radius: 6px;
  margin: 10px auto 20px;
  padding: 10px 0px;
  border: 3px solid #4b7d14;
}

.blogbox .blogline {
  overflow: hidden;
  margin: 0 2% 5px;
  position: relative;
}

.blogbox .blogline:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background: #b3b3b3 none repeat scroll 0% 0%;
  width: 100%;
}

.blogbox .blogline:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: #4b7d14 none repeat scroll 0% 0%;
  height: 3px;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.blogbox {
  margin: 50px 2% 5px;
}
.blogbox p {
  margin-left: 80px;
}

.box17 {
  position: relative;
  margin: 2em 0 2em 40px;
  border-radius: 30px;
}
.box17:before {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #fff0c6;
}
.box17:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #fff0c6;
}
.box17 p {
  margin: 0;
  padding: 0;
}

/********** ���t�\���̈� **********/
.entry-date-top {
  text-align: center;
  float: left;
  width: 50px;
  height: 50%;
  margin: 0 3px 10px 0;
  border-radius: 3px;
  border: 1px solid #4b7d14;
  background-color: #4b7d14;
  color: #fff;
}

/********** ���t�i���j�\���̈� **********/
.entry-date-top .entry-month {
  padding: 1px 0;
  font-size: 80% bold;
  color: #fff;
  width: 30px;
}

/********** ���t�i���j�\���̈� **********/
.entry-date-top .entry-day {
  display: block;
  color: #fff;
  font-size: 130%;
  text-align: center;
  margin: 0;
}

/********** �u���O�^�C�g�� **********/
p.blogtitle {
  float: left;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/********** �u���O���e **********/
p.posttxt {
  clear: both;
  padding: 2px 10px !important;
}

a.fancybox.image img {
  width: 300px;
  height: auto;
  padding: 3px;
  margin: 3px 0 0;
  border: 1px solid #b0c4de;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

p.postimg {
  clear: both;
  text-align: center;
  margin: 10px 1% !important;
}

p.postimg:nth-child(1) {
  border-top: 2px solid #249523;
  margin: 10px 1% !important;
}

#privacybox {
  width: 90%;
  height: 250px;
  border: 1px solid #396bad;
  overflow-y: scroll;
  margin: 20px auto;
}

.privacytitle {
  margin: 5px 4px;
  padding: 6px;
  background: #afe0a6;
  font-weight: bold;
  font-size: 110%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#afe0a6));
  background: -moz-linear-gradient(top, #fff, #afe0a6);
  -pie-background: linear-gradient(top, #fff, #afe0a6);
  background: linear-gradient(#fff, #afe0a6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#f5f5f5f5');
  behavior: url(pie/PIE.htc);
}

.privacytitle span {
  border-left: 5px solid #167c3b;
  padding: 0 0 0 10px;
}

.privacytitle1 {
  margin: 2% 1% !important;
  border-bottom: 2px solid #167c3b;
  font-size: 110%;
  font-weight: bold;
}

#privacybox ul {
  margin: 2% 0 0 0;
  list-style-position: outside;
}

#privacybox ul li {
  margin: 0 2%;
  list-style-position: inside;
  list-style-type: circle;
}

#privacybox p {
  padding: 5px;
  margin: 5px 1% !important;
}

@media only screen and (max-width: 640px) {
  .resp-tabs-list li {
    width: 18%;
    position: relative;
    background-color: #f1f1f1;
    margin: 0px 0px 20px -20px;
    padding: 4px !important;
    border-radius: 2px;
    font-size: 70%;
    text-align: center;
    list-style: none;
    cursor: pointer;
    float: left;
  }

  .resp-tabs-list li:nth-child(2),
  .resp-tabs-list li:nth-child(3),
  .resp-tabs-list li:nth-child(4) {
    margin: 0 0 0 5px;
    background-color: #f1f1f1;
  }

  .resp-tabs-list li.active {
    margin: 0 0 0 5px;
    padding: 4px;
    background: none repeat scroll 0% 0% #4b7d14;
    color: #fff;
  }
  .blogbox {
    margin: 10px 2% 5px;
  }

  .box17 {
    position: relative;
    margin: 2em 0 2em 40px;
    border-radius: 30px;
  }
  .box17:before {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 12px;
    -webkit-font-size: 12px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
  }
  .box17:after {
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 12px;
    -webkit-font-size: 12px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
  }
  .box17 p {
    margin: 0;
    padding: 0;
  }
  /********** ���t�\���̈� **********/
  .entry-date-top {
    text-align: center;
    float: left;
    width: 50px;
    height: 50%;
    margin: 0 3px 10px 0;
    border-radius: 3px;
    border: 1px solid #4b7d14;
    background-color: #4b7d14;
    color: #fff;
  }

  /********** ���t�i���j�\���̈� **********/
  .entry-date-top .entry-month {
    padding: 1px 0;
    font-size: 70% bold;
    color: #fff;
    width: 30px;
  }

  /********** ���t�i���j�\���̈� **********/
  .entry-date-top .entry-day {
    display: block;
    color: #fff;
    font-size: 120%;
    text-align: center;
    margin: 0;
  }

  /********** �u���O�^�C�g�� **********/
  p.blogtitle {
    float: left;
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    -webkit-font-size: 13px;
  }

  #privacybox {
    width: 90%;
    height: 250px;
    border: 1px solid #396bad;
    overflow-y: scroll;
    margin: 20px auto;
  }

  .privacytitle {
    margin: 5px 4px;
    padding: 6px;
    background: #afe0a6;
    font-weight: bold;
    font-size: 110%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#afe0a6));
    background: -moz-linear-gradient(top, #fff, #afe0a6);
    -pie-background: linear-gradient(top, #fff, #afe0a6);
    background: linear-gradient(#fff, #afe0a6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#f5f5f5f5');
    behavior: url(pie/PIE.htc);
  }

  .privacytitle span {
    border-left: 5px solid #167c3b;
    padding: 0 0 0 10px;
  }

  .privacytitle1 {
    margin: 2% 1% !important;
    border-bottom: 2px solid #167c3b;
    font-size: 110%;
    font-weight: bold;
  }

  #privacybox ul {
    margin: 2% 0 0 0;
    list-style-position: outside;
  }

  #privacybox ul li {
    margin: 0 2%;
    list-style-position: inside;
    list-style-type: circle;
  }

  #privacybox p {
    padding: 5px;
    margin: 5px 1% !important;
  }
  .blogbox p {
    margin-left: 20px;
  }
  a.fancybox.image img {
    width: 95%;
    height: auto;
    padding: 3px;
    margin: 3px 0 0;
    border: 1px solid #b0c4de;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  }
}
