@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

#header-in, #navi-in, #body-in, #footer-in{
  width: 1170px;
}
#main {
  width: 840px;
}

#post-5570 #sns-group {
 display: none; 
}

#post-5570 #facebook_page_like-2 {
 display: none; 
}

#post-5575 #sns-group {
 display: none; 
}

#post-5575 #facebook_page_like-2 {
 display: none; 
}

#post-5575 #widget-under-sns-buttons {
 display: none; 
}

a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

.wp-caption {
    margin: auto;
    text-align: center;
    max-width: 100%;
}
 
.wp-caption-text {
    display: inline-block;
    text-align: left;
    margin: 10px 10 10;
    margin-left: 10px; 
    margin-right: 10px; 
}

/*Chat Bubbles　CSS Setting*/
/* 全体のスタイル */
.voice {
  margin-bottom: 40px;
}
/* 左画像 */
.voice-img-left {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 80px;
  height: 80px;
}
/* 右画像 */
.voice-img-right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 80px;
  height: 80px;
}
.voice figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.voice-img-description {
  padding: 5px 0 0;
  font-size: 14px;
  text-align: center;
}
/* 左からの吹き出しテキスト */
.voice-text-right {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}
/* 右からの吹き出しテキスト */
.voice-text-left {
  position: relative;
  margin-right: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}
p.voice-text {
  margin: 0 0 8px;
}
p.voice-text:last-child {
  margin-bottom: 0px;
}
/* 左の三角形を作る */
.voice-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -20px;
}
.voice-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}
/* 右の三角形を作る */
.voice-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #eee;
  top: 15px;
  right: -23px;
}
.voice-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.voice:after,.voice:before {
  clear: both;
  content: "";
  display: block;
}

.widget-over-sns-buttons-title {
    display: block;
}

@media screen and (max-width: 480px) {
    .saboxplugin-wrap .saboxplugin-desc {
        text-align: left !important;
   }
}

@media screen and (max-width: 480px) {
    .widget-over-sns-buttons-title {
    text-align: center !important;
   }
}

div.az-item{
  transition:all 0.15s ease;
  border:1px solid #ddd;
  margin-bottom:20px;
}

div.az-item a{
  padding:10px;
  display:block;
}

div.az-item a:before,
div.az-item a:after{
  content:"";
  display:table;
}

div.az-item a:after{
  clear:both;
}

div.az-item a p.img{
  width:21%;
  float:left;
  text-align:center;
}

div.az-item a p.img img{
  width:auto;
  height:auto;
}

div.az-item a div.info{
  width:76%;
  float:right;
  overflow:hidden;
}

div.az-item a div.info p{
  margin-bottom:5px;
  text-decoration:none;
}

div.az-item a div.info :not(p){
  color:#333;
  text-decoration:none;
}

div.az-item a div.info ul{

  list-style:none
}

div.az-item a div.info ul li span.price{
  margin-right:5px;
  display:inline-block;
  color:#900;
  font-size:1rem;
}

div.az-item a:hover div.info p{
  text-decoration:none;
}

div.az-item:hover{
  border:1px solid #387922;
}

.no-toc-number .toc_number{
  display: none;
}
