@charset "UTF-8";

/* =========================================
   widgets.css
   共通ウィジェット
========================================= */

#primary .widget {
  margin: 30px auto;
  text-align: center;
  max-width: 728px;
}

#primary .widget h2,
#primary .widget h4,
#primary .widget p {
  text-align: left;
}

#primary .main-btm {
  text-align: left;
}

#primary .main-btm img {
  max-width: 250px;
}

#primary .post-pr h3 {
  margin: 0;
  padding: 10px;
  background: #7cd3d7;
  border: none;
  color: #fff;
  font-size: 1.4rem;
}

#primary .post-pr > div {
  padding: 15px;
  border: 5px solid #7cd3d7;
  border-top: none;
  text-align: left;
}

#secondary .widget {
  margin: 0 auto 20px 0;
  background: #B7E1DF url(/common/assets/images/bg-blue.jpg);
  padding: 3px;
}

#secondary .widget .textwidget,
#secondary .widget .menu-site-nav-container {
  background: #fff;
  padding: 15px;
}

#secondary .widget h3 {
  padding: 15px;
  font-size: 1.6rem;
  color: #39a;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#secondary .widget p {
  font-size: 1.5rem;
}

#secondary .widget li {
  border-bottom: 1px solid #f6f6f6;
  position: relative;
  list-style: none;
}

#secondary .widget li img {
  position: absolute;
}

#secondary .widget li a {
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: .2s;
  font-size: 1.4rem;
  text-indent: -1.2em;
  padding: .5em 1em .5em 2.2em;
}

#secondary .widget li a:before {
  content: "◇";
  transition: .2s;
  margin: 0 .2em 0 0;
}

#secondary .widget li a:hover {
  color: #02A1E9;
  text-decoration: none;
}

#secondary .widget li a:hover:before {
  content: "◆";
  color: #02A1E9;
}

#secondary .widget .menu-site-nav-container li a:before {
  content: "\f114";
  font-family: icomoon;
  font-weight: normal;
  margin: 0 .5em 0 0;
}

#secondary .widget .menu-site-nav-container li a:hover:before {
  content: "\f07b";
  font-family: icomoon;
}

#secondary .widget .clink a {
  display: table;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 0;
  font-weight: normal;
}

#secondary .widget .clink a:hover {
  color: #02A1E9;
  text-decoration: none;
}

#secondary .widget .clink span {
  display: table-cell;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

#secondary .widget .clink span img {
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%,-50%);
}

#secondary .widget .clink p {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  vertical-align: middle;
}

#secondary .widget .clink-1 a {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}

#secondary .widget .clink-1 a:hover {
  color: #02A1E9;
}

#secondary .widget .clink-1 a p {
  font-size: 16px;
}

.side-ad {
  margin: 0 auto 20px 0;
}
