@charset "utf-8";

/* 画像サイズの補正
 * ================================================ */
.img580 {
  width: 654px;
  height: auto;
}
.img290 {
  width: 327px;
  height: auto;
}
#wp-admin-bar-aiosrs {
  display: none;
}

/* #snippet-box
 * ================================================ */
#snippet-box {
  background: none !important;
  border-left: none !important;
  border-right: none !important;
  max-width: 9999px !important;
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 25px;
  overflow: hidden;
}
#snippet-box * {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  line-height: inherit;
  font-size: inherit;
  text-align: left
}
#snippet-box .snippet-markup {
  overflow: hidden;
}
#snippet-box .ratings {
  display: none
}
#snippet-box .snippet-image {
  width: 200px;
  height: auto;
  min-height: inherit !important;
  padding-left: 10px;
  box-sizing: border-box;
  float: right;
}
#snippet-box .snippet-image img {
  width: 100%;
}
#snippet-box .snippet-data-img,
#snippet-box .snippet-data {
  position: relative;
  width: calc(100% - 123px);
  padding: 4px 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
  border-bottom: 1px dashed #F5F5F5;
  float: left;
}
#snippet-box [itemprop="availability"]:after{
  display: block;
  background-color: white;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 4px 5px;
  box-sizing: border-box;
}
#snippet-box [itemprop="availability"][content="out_of_stock"]:after {
  content: "在庫切れ";
}
#snippet-box [itemprop="availability"][content="in_stock"]:after {
  content: "在庫あり"; 
}
#snippet-box [itemprop="availability"][content="instore_only"]:after {
  content: "実店舗のみで販売"; 
}
#snippet-box [itemprop="availability"][content="preorder"]:after {
  content: "事前注文(Pre-Order Only)"; 
}
#snippet-box .snippet-data-img .star-img img,
#snippet-box .snippet-data .star-img img {
  margin-right: 2px
}
#snippet-box .snippet-label-img,
#snippet-box .snippet-label {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #ddd;
  background: #F5F5F5;
  color: #666;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 96px;
  text-align: center;
  float: left;
  margin-right: 5px;
  font-weight: normal;
}
#snippet-box .snippet-clear {
  display: none
}
#snippet-box .snippet-title {
  position: relative;
  padding:15px 30px;
  margin:40px 0 15px;
  color: #333;
  background: -webkit-repeating-linear-gradient(-45deg, #FFFCF3, #FFFCF3 5px,#FFF8ED 5px, #FFF8ED 10px) !important;
  background: repeating-linear-gradient(-45deg, #FFFCF3, #FFFCF3 5px,#FFF8ED 5px, #FFF8ED 10px) !important;
  font-size: 20px;
  font-weight: bold;
  width: auto !important;
  border:none !important;
}
#snippet-box .snippet-title:before,
#snippet-box .snippet-title:after{ 
  content:'';
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
}
#snippet-box .snippet-title:before{
  border-left: solid 1px #FFA337;
  border-top: solid 1px #FFA337;
  top:0;
  left: 0;
}
#snippet-box .snippet-title:after{
  border-right: solid 1px #FFA337;
  border-bottom: solid 1px #FFA337;
  bottom:0;
  right: 0;
}
#snippet-box .aggregate_sec {
  display: none;
}
@media only screen and (max-width: 480px) {
  #snippet-box .snippet-image {
    width: 60%;
    padding-left: 0;
    padding-bottom: 10px;
    margin: auto;
    float: none;
    display: block;
  }
  #snippet-box .snippet-image img {
    width: 100%;
  }
  #snippet-box .snippet-title h3 {
    text-align: center;
    padding: 15px;
  }
}

/* うごくアドセンス広告
 * ================================================ */
.appendAd {
  width: 100%;
  height: 256px;
  display: block;
}

/* おすすめタグクラウド
 * ================================================ */
#futured_tagcloud {
  text-align: center;
}
#futured_tagcloud a {
  display: inline-block;
  background: #666;
  color: white;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 0 2px 8px;
}
#futured_tagcloud a:nth-of-type(1) { background-color: #ED5454; }
#futured_tagcloud a:nth-of-type(2) { background-color: #EA437B; }
#futured_tagcloud a:nth-of-type(3) { background-color: #AA4CBA; }
#futured_tagcloud a:nth-of-type(4) { background-color: #7E5BBF; }
#futured_tagcloud a:nth-of-type(5) { background-color: #5D6DBE; }
#futured_tagcloud a:nth-of-type(6) { background-color: #48A7F2; }
#futured_tagcloud a:nth-of-type(7) { background-color: #35B7F3; }
#futured_tagcloud a:nth-of-type(8) { background-color: #34C6D8; }
#futured_tagcloud a:nth-of-type(9) { background-color: #2FA69A; }
#futured_tagcloud a:nth-of-type(10) { background-color: #69BA6D; }

/* リンクウィジェット
 * ================================================ */
.widget_links {
  overflow: hidden;
  padding: 3px 0 0 !important;
}
.widget_links .widget-title {
  display: none;
}
.widget_links li {
  width:145px;
  height: 145px;
  margin: 0 0 4px;
  padding: 0 0 0 3px;
  border: none;
  float: left;
}
.widget_links li:nth-of-type(2n) {
  float: right;
  padding: 0 3px 0 0;
}
.widget_links li a {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.widget_links li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
}
.widget_links li img {
  border-radius: 3px;
}

/* カスタムフィールド
 * ================================================ */
#promotion {
  max-height: 250px;
  overflow: hidden;
}
#promotion p {
  margin-bottom: 0;
}
#review {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
#source {
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 10px;
}
#source li {
  float: left;
  list-style: none;
  margin-right: 18px;
}
#source span,
#source a {
  background-color: #F90;
  color: white;
  height: 32px;
  padding: 8px 8px 8px 12px;
  line-height: 1 !important;
  font-size: 16px;
  display: inline-block;
  position: relative;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#source span i {
  margin-right: 5px;
}
#source a {
  background-color: #0085f8;
  padding: 8px 2px 8px 20px;
  border-radius: 0;
}
#source a:nth-of-type(2) {
  background-color: #44a0ef;
}
#source a:nth-of-type(3) {
  background-color: #70b1eb;
}
#source span:after,
#source a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 16px solid transparent;
  left: 100%;
  top: 0;
  z-index: 2;
}
#source span:after {
  border-left-color: #F90;
}
#source a:nth-of-type(1):after {
  border-left-color: #0085f8;
}
#source a:nth-of-type(2):after {
  border-left-color: #44a0ef;
}
#source a:nth-of-type(3):after {
  border-left-color: #70b1eb;
}

/* アルファベットの折り返し
 * ================================================ */
.wordbreak {
  word-break: break-all;
  word-wrap: break-word;
}

/* サイドバー
 * ================================================ */
#secondary .widget-title {
  margin-bottom: 12px;
}
#secondary .widget-title:before {
  content: "▶ ";
  color: #0085f8;
  background-color: #fff;
  display: inline-block;
  padding-right: 4px;
}
#secondary .widget {
  padding: 13px;
}
#secondary .widget.social-counter-widget {
  padding: 10px;
}
#secondary .widget.ad300-widget,
#secondary .widget.widget_text {
  padding: 5px 0px 0px;
  overflow: hidden;
}
#secondary .widget.widget_text .widget-title {
  display: none;
}
#secondary .widget.widget_text .textwidget .widget-title {
  display: block;
  margin: 6px 12px 0;
}
#secondary .widget.ad300-widget .entry_under_fb{
  margin: 0 1px 4px;
  height: 252px !important;
  overflow: hidden;
}
#secondary .widget.ads125-widget{
  padding-bottom: 0;
}
#secondary .widget.ad125 {
  width:286px;
}
#secondary .widget.ad125 li {
  float:left;
  margin:0px 15px 15px 0px;
  padding:0px;
  width:125px;
  height:125px;
  border:none;
}

/* 画像ページ
 * ================================================ */
#attachment {
  padding: 20px;
  margin: 0;
  line-height: 0;
}
.attachment header a.back,
.attachment footer a.back {
  color: #0085f8;
}
.attachment header p,
.attachment footer p {
  font-size: 16px;
  margin: 10px 0;
}
.attachment footer p {
  margin: 0 0 10px;
}
.attachment footer {
  margin-bottom: 0 !important;
}

/* この記事を共有
 * ================================================ */
.share_bar{
  margin: 0 !important;
  padding: 9px 0 2px 175px;
  border-top:1px dotted #CCC;
  background: url('../images/share.png') no-repeat 0 10px;
}
.share_bar li{
  margin:0 10px 0 0;
  padding:0;
  float:left;
  display:inline;
  list-style-type:none;
}
.share_bar_entry{
  margin:0;
}
.share_bar_entry li{
  margin:0 10px 0 0;
  padding:0;
  float:left;
  display:inline;
  list-style-type:none;
}
.share_bar_entry li.twitter{
  width: 95px;
}
.share_bar_entry li.g-plus1{
  width: 75px;
}

/* 記事下広告欄
 * ================================================ */
.entry_under_ads{
  width:336px;
  height: 280px;
  float: left;
  background:#fff;
  border-radius:2px;
  margin-bottom:10px;
  padding: 0 3;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.entry_under_fb{
  width:336px;
  height: 280px;
  float: left;
  background: #fff;
  border-radius: 2px;
  padding: 0 3.5px;
  margin-bottom: 10px;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  margin-left: 10px;
}

/* 記事上広告欄
 * ================================================ */
.share_top{
  margin:5px 0 0 !important;
  display: block;
  overflow: hidden;
}
.share_top span{
  margin: 0 5px 10px 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
  height: 20px;
  vertical-align: bottom;
}
.share_top span.twitter{
  width: 95px;
}
.share_top.index{
  margin:0 !important;
  text-align: center;
}

/* 広告欄
 * ================================================ */
#topAD{
  width:468px;
  float: left;
  background:#fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius:2px;
  margin-bottom:10px;
  padding: 5px 113px;
  height: 60px;
  overflow: hidden;
}
#topAD > div {
  position: relative;
}
#topAD iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/* コメント欄
 * ================================================ */
#comments{
  width:654px;
  float: left;
  background:#fff;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  border-radius:2px;
  margin-bottom:10px;
  padding: 20px;
}
#comments h3{
  margin: 0;
  padding: 0;
}
#comments h3:before {
  content: "▶ ";
  color: #0085f8;
}

/* あわせて読みたい
 * ================================================ */
.banners {
  width: 100%;
  box-sizing: border-box;
  border-radius:2px;
  padding: 0;
  overflow: hidden;
  -webkit-text-size-adjust:none;
  margin-top: -2px;
}
.banners + .banners {
  margin-top: 0;
  margin-bottom: 8px;
}
.banners > p{
  display: none;
}
.banners ul {
  margin: 0;
  padding: 0 6px;
  overflow: hidden;
}
.banners ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 25%;
  float: left;
  line-height: 0;
}
.banners ul li:nth-of-type(4) ~ li {
  display: none;
}
.banners ul li a {
  display: block;
  padding: 2px;
}

/* あわせて読みたい
 * ================================================ */
#related{
  width:654px;
  float: left;
  background:#fff;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  border-radius:2px;
  margin-bottom:10px;
  padding: 20px 20px 10px;
  overflow: hidden;
  -webkit-text-size-adjust:none;
}
#related h3{
  margin: 0;
  padding: 0;
}
#related h3:before {
  content: "▶ ";
  color: #0085f8;
}
#related ul.latest {
  margin-top: 0px;
  margin-bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 6px;
  margin: 0;
}
#related .latest li {
  list-style: none;
  width: 50%;
  float: left;
  margin: 0;
  padding: 4px;
  box-sizing: border-box;
}
#related .latest li .img {
  width: 100%;
  height: 110px;
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
}
#related .latest li .img img {
  width: 100%;
  height: auto;
}
#related .latest li p {
  font-size: 11px;
  height: 32px;
  overflow: hidden;
  line-height: 16px;
  margin: 0;
}
#related ul#yarpp{
  width:100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#related #yarpp li{
  list-style: none;
  float: left;
  height: 208px;
  overflow: hidden;
  border-right: 1px dotted #ddd;
  padding: 5px 9px 5px 0;
  margin: 0 9px 10px 0;
}
#related #yarpp li.more3,
#related #yarpp li.more7 {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
#related #yarpp li a {
  width: 149px;
  display: block;
  text-decoration: none;
}
#related #yarpp li a img {
  width: 100%;
  height: auto;
}
#related #yarpp li a .wordbreak {
  width: 100%;
}

/* 人気記事ウィジェット
 * ================================================ */
.popular-posts li{
  margin-bottom: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}
.popular-posts li.current {
  display: none;
}
.popular-posts li a {
  float: right;
  width: 129px;
  height: 80px;
  overflow: hidden;
}
.popular-posts li a:first-child {
  width: 135px;
  height: 90px;
  overflow: hidden;
  float: left;
  line-height: 0;
}

/* おすすめ記事
 * ================================================ */
li.cat-post-item{
  overflow: hidden;
}
li.cat-post-item a {
  width: 135px;
  height: 90px;
  overflow: hidden;
  float: right;
  line-height: 1.6;
}
li.cat-post-item a img {
  width: 100%;
  height: auto;
}
li.cat-post-item a.post-title {
  float: right;
  width: 129px;
  height: 80px;
  line-height: 20px;
}

/* ライター一覧
 * ================================================ */
.widget #authors {
  overflow: hidden;
  padding: 12px;
}
.widget #authors li{
  border-bottom:none;
  margin: 0 0 2px;
  padding: 0 1px;
  width: 20%;
  display: block;
  float: left;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* ライターページ
 * ================================================ */
#author-page {
  background:#fcfcfc;
  border-top:1px solid #eee;
  border-radius:0px 0px 2px 2px;
  padding: 10px 20px 5px;
  overflow: hidden;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
#author-page h1 {
  font-size: 16px;
  font-weight:700;
  padding-bottom:5px;
  border-bottom:1px dotted #eee;
  margin-bottom: 10px;
  line-height: 1.5;
}
#author-page .author-image {
  width:20%;
  float:left;
}
#author-page .author-image img {
  width: 200px;
  height: auto;
}
#author-page .author-desc {
  float:right;
  width:78%;
}
#author-page .author-desc p {
  margin-bottom: 5px;
}

/* モバイル切り替えボタン(bootstrap)
 * ================================================ */
.mb_swicher a{
  background-color: #0085F8;
  background-image: url('../images/gloss.png');
  background-position: 0 -33px;
  background-repeat: repeat-x;
  border: 1px solid #0085F8;
  border-radius: 2px;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.3), 0 0 0 3px rgba(204, 204, 204, 0.25);
  color: #F9F9F9;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin: 4px;
  padding: 6px 10px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.12);
}

/* 記事一覧の装飾
 * ================================================ */
.the-date:before {
  content: url(../images/redbox.png);
  margin-right: 3px;
}
.entry-author img {
  vertical-align: text-bottom;
}
.searchform .s {
  font-size: 11px;
}
blockquote.twt-tweet:after {
  content: "";
}

/* タグ一覧の表示
 * ================================================ */
.the_tags {
  overflow: hidden;
  margin-left: 0 !important;
  margin-top: -3px;
  margin-bottom: 10px;
}
.the_tags li {
  float: left;
  list-style: none;
  margin-right: 18px;
}
.the_tags span,
.the_tags a {
  background-color: #F90;
  color: white;
  height: 32px;
  padding: 8px 8px 8px 12px;
  line-height: 1 !important;
  font-size: 16px;
  display: inline-block;
  position: relative;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.the_tags span i {
  margin-right: 5px;
}
.the_tags a {
  padding: 8px 2px 8px 20px;
  border-radius: 0;
}
.the_tags a:nth-of-type(1n) { background-color: #EA437B; }
.the_tags a:nth-of-type(2n) { background-color: #AA4CBA; }
.the_tags a:nth-of-type(3n) { background-color: #7E5BBF; }
.the_tags a:nth-of-type(4n) { background-color: #5D6DBE; }
.the_tags a:nth-of-type(5n) { background-color: #48A7F2; }
.the_tags a:nth-of-type(6n) { background-color: #35B7F3; }
.the_tags a:nth-of-type(7n) { background-color: #34C6D8; }
.the_tags a:nth-of-type(8n) { background-color: #2FA69A; }
.the_tags a:nth-of-type(9n){ background-color: #69BA6D; }
.the_tags span:after,
.the_tags a:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 16px solid transparent;
  left: 100%;
  top: 0;
  z-index: 2;
}
.the_tags span:after {
  border-left-color: #F90;
}
.the_tags a:nth-of-type(1n):after { border-left-color: #EA437B; }
.the_tags a:nth-of-type(2n):after { border-left-color: #AA4CBA; }
.the_tags a:nth-of-type(3n):after { border-left-color: #7E5BBF; }
.the_tags a:nth-of-type(4n):after { border-left-color: #5D6DBE; }
.the_tags a:nth-of-type(5n):after { border-left-color: #48A7F2; }
.the_tags a:nth-of-type(6n):after { border-left-color: #35B7F3; }
.the_tags a:nth-of-type(7n):after { border-left-color: #34C6D8; }
.the_tags a:nth-of-type(8n):after { border-left-color: #2FA69A; }
.the_tags a:nth-of-type(9n):after{ border-left-color: #69BA6D; }

/* ギャラリー
 * ================================================ */
.gallery {
  margin: 0 0 5px !important;
}
.gallery dl {
  margin: 0 !important;
}
.gallery dt {
  line-height: 0;
}
.gallery img {
  border: 3px solid white !important;
  border-bottom: none !important;
}

/* 記事内のコンテンツ
 * ================================================ */
ol#matome li {
  font-size: 12px;
}
blockquote.bq_small p{
  font-size: 12px !important;
  line-height: 1.2 !important;
}

/* 記事内キャプション
 * ================================================ */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  -webkit-user-drag: none;
}
.wp-caption p {
  font-size: 11px !important;
  line-height: 17px !important;
  padding: 0 4px 5px;
  margin: 0;
}

/* amazonウィジェット
 * ================================================ */
.textwidget object#Player_30108a2b-3d46-4c6a-b0e8-885a8cd9692b embed {
  width: 250px;
  height: 250px;
  margin: -5px 8px;
  padding-left: 1px;
  border: 1px solid #eee;
}

/* LinkShareアフィ用タグ
 * ================================================ */
.app-link {
  overflow: hidden;
  color: #666;
  max-width: auto;
}
.app-link a {
  text-align: left;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  float: left;
  overflow: hidden;
  width: 300px;
  border: 1px solid #ddd;
  background-color: #eee;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 0 5px 4px;
}
.app-link a:hover {
  text-decoration: none;
}
.app-link strong {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
  display: block;
}
.app-icon {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

/* 分割広告欄
 * ================================================ */
.partition_ads {
  overflow: hidden;
  margin: -1px 0 0;
}
.partition_ads li {
  width:145px;
  height: 145px;
  margin: 0 0 4px;
  padding: 0 0 0 3px;
  border: none;
  float: left;
}
.partition_ads li:nth-of-type(2n) {
  float: right;
  padding: 0 3px 0 0;
}
.partition_ads li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
}
.partition_ads li img {
  border-radius: 3px;
}

/* クリテオサイドバー広告
 * ================================================ */
#post_stalker {
  padding-top: 10px;
}
#criteo_sidebar {
  height: 250px;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;
}
#criteo_sidebar iframe {
  position: absolute;
  top: 0;
  left: 0;
}
#post_sidebar .widget:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* お知らせ
 * ================================================ */
#notice{
  width:940px;
  color:#999;
  font-weight:700;
  padding:10px 0px 10px 20px;
  position:relative;
}
#notice a{
  font-weight:700;
  color:#666;
}
#notice a:hover{
  color:#0085f8;
  text-decoration:none;
}
#notice span.sep{
  font-weight:400;
  font-family:Verdana;
  margin:0px 3px;
}

/* 汎用カラム
 * ================================================ */
.colmn {
  background: #fff;
  border-radius: 2px;
  margin: 0 0 10px;
  padding: 12px;
  overflow: hidden;
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.colmn .title {
  font-size: 16px;
  line-height: 13px;
  margin: 5px 0 13px !important;
  background: transparent url('/wp-content/themes/confidence/images/dot.png') repeat scroll center left;
}
.colmn .title span {
  background-color: #fff;
  display: inline-block;
  padding-left: 5px;
  padding-right: 15px;
}
.colmn .title:before {
  content: "▶";
  color: #0085f8;
  background-color: #fff;
  display: inline-block;
}

/* 記事一覧(テキスト)
 * ================================================ */
#new li {
  list-style: none;
}
#new a {
  color: inherit;
  text-decoration: none;
}
#new ul {
  margin: 7px 0 0;
  padding: 0;
}
#new li {
  overflow: hidden;
  height: 134px;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px dotted #ddd;
}
#new h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.5;
  max-height: 72px;
  overflow: hidden;
}
#new h3:before {
  content: "■ ";
  color: #0085f8;
  font-size: 10px;
}
#new p {
  margin-bottom: 5px;
}
#new p.text {
  color: #bbb;
  overflow: hidden;
  max-height: 60px;
}
#new a.attachment {
  display: block;
  width: 206px;
  height: 134px;
  overflow: hidden;
  float: left;
}
#new .detail {
  width: 450px;
  height: 134px;
  float: right;
  overflow: hidden;
}
#new li:last-of-type,
.popular-posts li:last-of-type,
.widget_categoryposts ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/* トップページ
 * ================================================ */
#top li {
  list-style: none;
}
#top a {
  color: inherit;
  text-decoration: none;
}
#top #top_header {
  height: 170px;
}
#top #top_header div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top #top_header h3 {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.5;
}
#top #top_header img {
  margin-top: -10px;
}
#top #top_header p {
  margin-bottom: 3px;
}
#top #top_header p.text {
  color: #bbb;
}
#top #top_header a.attachment {
  display: block;
  width: 300px;
  height: 170px;
  overflow: hidden;
  float: left;
  margin-right: 13px;
}
#top #futured a {
  display: block;
  width: 217px;
  height: 177px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 3px;
  background-color: white;
}
#top #futured a.futured3 {
  width: 216px;
}
#top #futured a.futured4 {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
#top #futured h3 {
  position: absolute;
  top: 103px;
  left: 5px;
  width: 206px;
  height: 68px;
  border-radius: 3px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
}
#top #futured h3 span {
  display: block;
  padding: 3px 5px;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#top #itkjk {
  width: 315px;
  margin-right: 10px;
  padding: 0;
}
#top #itkjk a {
  width: 100%;
  height: 144px;
  display: block;
  overflow: hidden;
}
#top #partition {
  width: 295px;
  padding: 0;
  background: none;
}
#top #partition_ads li {
  margin: 0;
  padding: 0;
}
#top #navigation {
  margin-bottom: 0;
}

/* サイトヘッダー
 * ================================================ */
#top-complementary {
  float: right;
}
#top-complementary a {
  width: 133px;
  height: 89px;
  display: block;
  float: left;
  margin: 14px 6px 0 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
#top-complementary a img {
  border-radius: 2px;
}
#top-complementary a .tweet {
  display: inline-block;
  background: #333;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 2px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
#top-complementary a .wordbreak {
  font-size: 12px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  line-height: 1.4;
  width: 123px;
  height: 63px;
  padding: 24px 5px 2px;
  border-radius: 2px;
  color: white;
  background-color: rgba(0,0,0,0.3);
}
#top-complementary a:nth-of-type(1) .wordbreak {
  background-color: rgba(116,16,16,0.6);
}
#top-complementary a:nth-of-type(2) .wordbreak {
  background-color: rgba(184,163,0,0.6);
}
#top-complementary a:nth-of-type(3) .wordbreak {
  background-color: rgba(17,62,167,0.6);
}
#top-complementary a:nth-of-type(4) .wordbreak {
  background-color: rgba(0,86,11,0.6);
}

/* 固定ページ
 * ================================================ */
.type-page header.entry-header {
  margin-bottom: 15px !important;
}
.type-page h1.entry-title:before {
  content: "▶ ";
  color: #0085f8;
  background-color: #fff;
  display: inline-block;
  padding-right: 6px;
  font-size:18px;
  vertical-align: bottom;
  display: inline-block;
}
.type-page hr {
  border: dashed #ddd;
  border-width: 2px 0 0;
}

/* Contact Form 7
 * ================================================ */
.wpcf7 p {
  margin: 0 0 10px;
}
.wpcf7 span {
  padding: 0;
  margin: 0;
}
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  margin: 0 0 10px;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #F5F5F5;
  border: 2px solid #DDD;
  font-size: 16px;
  color: #222;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 60%;
}
.wpcf7 textarea {
  margin: 0;
  width: 80%;
}
.wpcf7 input[type="submit"] {
  margin: 0;
  border: 2px solid #DDD;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
.wpcf7 .wpcf7-response-output {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  border-radius: 2px;
}
.wpcf7 .wpcf7-not-valid-tip {
  padding: 5px;
  font-size: 16px;
  border-width: 2px;
  line-height: 1;
  border-radius: 2px;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: 2px solid #41d900;
  background-color: #e5fff4;
  border-radius: 2px;
}

/* Youtube埋め込み動画
 * ================================================ */
#youtubeEmbed {
  margin-bottom: 20px;
}
.entry-content iframe {
  width: 100%;
}

/* フッター
 * ================================================ */
#footer .grid_6.omega {
  width: 544px;
  margin: 0;
}

/* キャプション
 * ================================================ */
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignright {
  display:inline;
  float:right;
  margin-left:20px;
}

/* 一時的に使用するクラス
 * ================================================ */
.twitter-tweet {
  display: block;
  margin: 0 auto;
}
.twitter_btn{
  width: 75px;
}
.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: center;
  font-size: 11px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ccc;
  border-width: 4px;
  margin-left: -4px;
}
.applesp1309 {
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 3px;
  padding: 8px 8px 1px;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  display: block;
}
.applesp1309:after {
  content: "iPhone5S/5C発表!! Appleスペシャルイベントのまとめはこちら";
  color: #777;
  margin-top:2px;
  display:block;
  line-height: 1.5;
}

/* とりもちデザイン調整
 * ================================================ */
.torimochi_logo_image {
  vertical-align: bottom !important;
}
#torimochi-side h3.widget-title {
  margin: 0 0 12px !important;
}
#torimochi-side h3.widget-title span {
  margin-left: -5px !important;
}
#torimochi-side .torimochi-image-container-side {
  padding: 0;
}
#torimochi-side ul {
  border-bottom: 1px dotted #eee;
  margin-bottom: 8px !important;
  padding-bottom: 8px;
  overflow: hidden;
}
#torimochi-side li {
  padding-right: 3px;
  box-sizing: border-box;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#torimochi-side li:last-child {
  padding-right: 0;
  padding-left: 3px;
}
#torimochi-side .torimochi-reco-title-side,
#torimochi-side .torimochi-reco-title-side p {
  margin: 0 !important;
  font-weight: normal;
  font-size: inherit;
  height: auto;
  color: #0085F8 !important;
}
#torimochi-side .torimochi-reco-title-side .torimochi_sponsor {
  margin-top: 3px;
  height: 12px;
}
#torimochi-widget *,
#torimochi-area * {
  font-weight: inherit !important;
  color: inherit !important;
  font-size: inherit;
}
#torimochi-widget h3 {
  font-size: 16px;
  margin-bottom: 5px !important;
}
#torimochi-widget p,
#torimochi-area p {
  line-height: 1.5;
  margin: 0 !important;
  height: 54px;
}
#torimochi-widget {
  padding: 20px 20px 44px;
  margin-bottom: 10px !important;
  float: left;
  background: white;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 2px;
}
#torimochi-widget .torimochi-container1 {
}
#torimochi-widget .torimochi-reco-title {
  margin: 5px 0;
  height: 74px;
}
#torimochi-widget #torimochi-pc {
  margin: 0 !important;
  padding: 0 !important;
}
#torimochi-widget #torimochi-pc .torimochi-dynamic-rec-container {
  padding-left: 10px;
  margin-left: 0;
}
#torimochi-widget #torimochi-pc .torimochi-left .torimochi-dynamic-rec-container {
  padding-left: 0;
}
#torimochi-widget #torimochi-pc .torimochi-dynamic-rec-container .torimochi-image-container {
  padding: 0;
  overflow: hidden;
}
#torimochi-widget #torimochi-pc .torimochi-dynamic-rec-container .torimochi-image-container img {
  margin: 0 -5px;
  width: calc(100% + 10px);
  max-width: 9999px;
  height: auto;
}
#torimochi-widget #torimochi-pc .torimochi-dynamic-rec-container2 {
  padding: 0;
}
#torimochi-widget #torimochi-pc .torimochi-dynamic-rec-container2 .torimochi-reco-title2,
#torimochi-widget #torimochi-pc .torimochi-dynamic-rec-container2 .torimochi-reco-title2 p {
  margin: 0;
}

#torimochi-widget .torimochi-dynamic-rec-container4:nth-of-type(odd) {
  padding-right: 5px;
}
#torimochi-widget .torimochi-dynamic-rec-container4:nth-of-type(even) {
  padding-left: 5px;
}
#torimochi-widget .torimochi-image-container2 {
  height: auto;
  width: 327px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 5px;
}
#torimochi-widget .torimochi-image-container2 img {
  height: 284px;
  max-width: 9999px;
  width: auto;
}
#torimochi-area .torimochi-container-right {
  margin-top: -422px !important;
  width: 654px !important;
  margin-right: 20px;
  /* overflow: hidden; */
}
#torimochi-area .torimochi-container-right > a {
  width: 317px !important;
  float: right;
  overflow: hidden;
  display: block;
}
#torimochi-area .torimochi-container-right .torimochi-image-container2 {
  height: auto !important;
}
#torimochi-area .torimochi-container-right .torimochi-image-container2 img {
  margin: -5px -5px 0;
  min-width: calc(100% + 10px) !important;
  max-width: 9999px;
  width: auto !important;
  height: 288px !important;
}
#torimochi-area .torimochi-reco-title2 {
  margin: 0 !important;
  height: 74px;
}
#torimochi-area .torimochi_what {
  margin: 10px 0 0;
  overflow: hidden;
  width: 100%;
  border-top: 1px dotted #F5F5F5;
  float: right;
}
#torimochi .torimochi-dynamic-rec-container2,
#torimochi .torimochi-image-container,
#torimochi .torimochi-dynamic-rec-container {
  padding: 0 !important;
}
#torimochi .torimochi-dynamic-rec-container {
  height: auto !important;
}