@charset "UTF-8";
/*
Theme recruit-jrc
Description:子育て共感コミュニティー　アミティエ【Amitié】
Author:木村産業株式会社
Author URI:http://amitie.community
Version:1.0
*/

/* -------------------

information

------------------- */
.contents section.information article img {
  width: auto;
  margin-top: 40px;
  border: 1px solid #e7e7e7;
}
  @media screen and (max-width: 768px) {
    .contents section.information article img {
      width: 100%;
      height:auto;
    }
  }
.contents section.information article img.aligncenter{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contents section.information article img.alignright{
  margin-left: auto;
  display: block;
}
.contents section.information article .image img {
  border: 1px solid #e7e7e7;
}
.contents section.information article strong{
  font-weight: bold;
}
.contents section.information article em{
  font-style: italic;
}
.contents section.information article sup{
  vertical-align: super;
}
.contents section.information article sub{
  vertical-align: sub;
}
.contents section.information article > ol{
  list-style-type: decimal;
  margin-left:1em;
}
.contents section.information article > ul li:before{
  content: "\f111";
  font-family: "Fontawesome";
  font-size: 10px;
  margin-right: 5px;
}
.contents section.information article .cate {
  color: #fff;
  font-size: 13px;
  padding: 3px 5px;
  letter-spacing: 0;
}
.contents section.information article span{
  color: #3c3432;
  padding:0;
}
.contents section.information .wp-pagenavi{
  display : -webkit-box;
  display : -ms-flexbox;
  display : -webkit-flex;
  display :         flex;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
  justify-content : center;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
  align-items : center;
}
.contents section.information .wp-pagenavi .current{
  border: 1px solid #5e5350;
  background: #5e5350;
  border-radius: 5px;
  color: #fff;
  width : 2em;
  height : 2em;
  display: table-cell;
  text-align : center;
  vertical-align : middle;
  display : inline-block;
  margin-left : 4px;
  margin-right : 4px;
}
.contents section.information .wp-pagenavi > a{
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 5px;
  width : 2em;
  height : 2em;
  display: table-cell;
  text-align : center;
  vertical-align : middle;
  display : inline-block;
  border-radius: 5px;
  text-decoration : none;
  margin-left : 4px;
  margin-right : 4px;
}

/* table */
.contents section.information article table tr > td:first-child {
  border-bottom: 3px solid #c3b399;
  color: #8d8570;
  width: 250px;
  vertical-align: top;}
  @media screen and (max-width: 768px) {
  .contents section.information article table tr > td:first-child {
    width: 100%;
    text-align: center;
  }}