@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
 
  /* heder-width */
.header-logo {
    width: 90%;
}

 /* submenu */
.nav_inleft {
    padding: 4px 0px 0px 25px;
}
.nav_inleft li {
    display: inline-block;
    padding-top: 12px;
}

.nav_inleft img {
    height: 33px;
    width: auto;
    margin: -4px 0 0;
}
.nav_inleft a img{
  opacity: 1;
  transition: 0.3s;
}
.nav_inleft a:hover img{
  opacity: .5;
}

.submenu_text {
    margin: 0px 20px 0 0;
}

 /* tab-menu */
 .article_col .sc_article_title{
    width:100%;
}

.article_col ul li {
    display: inline-block;
    border-bottom:none !important;
}

.article_col ul li a{
    padding:.4em .5em;
    font-size: 1.1em;
    font-weight: bold;
    color: #3d7fbb;
    background: #f9f9f9;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

 /* NextPage+AD */
.page-link {
    margin: 2em 0;
}
.content {
    margin-bottom: 0;
}

 /* apn_google-shearch-box */
input[type="text"] {
    padding: 5px;
    width: 100%;
    border: 0px;
    color: #444;
}

 /* image-caption */
.wp-caption {
    text-align: left;
    margin-bottom: 2em !important;
    padding: 0px 0px 10px !important;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 20px;
}

 /* blog-page-photo-caption */
.wp-caption-text {
    font-size: 90%;
    margin-top: 0px;
    padding: 0px 10px 0px !important;
    line-height: 1.5;
}

 /* apn_gallery-border-bottom-line-NO */
.content .gallery-caption {
    font-size: 80%;
    border-bottom: 0px solid #ddd;
    padding: 0 10px;
    margin: 2px 0 10px;
    line-height: 1.3;
    text-align: left;
    color: #666666;
}

 /* apn_BIG-gallery-caption */
.ngg-imagebrowser-desc {
    line-height: 1.5;
}

 /* apn_H2 */
h2 {
    background: #fff;
    padding: .5em 0em;
    font-size: 1.3em;
    margin: 0.7em 0 0.3em;
    line-height: 1.5;
}

/* ここから、ランキングプラグインのサムネイル写真 */
.sga-ranking-list figure {
    float: left;
    margin-right: 8px;
    width: 90px; /* 画像の横の長さ。自由に変更可 */
    height: 80px; /* 画像の縦の長さ。自由に変更可 */
    overflow: hidden;
}
.sga-ranking-list {
    margin: 0px;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
	  line-height: 1.3;
}
.sga-ranking-list::after {
    clear: both;
    content: "";
    display: block;
}
.sga-ranking-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sga-ranking-list figure a {
    display: inline;
}
.sga-ranking-list a {
    overflow: hidden;
}
.widget.widget_text li a {
    padding: .6em 0 .5em 0;
    margin: 0;
    font-size: 1em;
}
/* ここまで、ランキングプラグインのサムネイル写真 */

/* ここから、ランキングプラグインのランキング数値番号をつける */
ol.sga-ranking {
counter-reset: pupular-ranking;
}
li.sga-ranking-list {
position: relative;
}
li.sga-ranking-list:before {
background: none repeat scroll 0 0 #cc6666;
color: #fff;
content: counter(pupular-ranking, decimal);
counter-increment: pupular-ranking;
font-size: 100%;
left: -2px;
top: 6px;
line-height: 1;
padding: 2px 5px;
position: absolute;
z-index: 1;
border-radius: 10px;
}
/* ここまで、ランキングプラグインのランキング数値番号をつける */

.single-related-area .textwidget, .single-recommend-area .textwidget {
    padding: -1em;
    margin: -29px -10px 0px;
}

/* ここから、改ページ番号数値のスタイル */
.page-link a span:hover, .comment-page-link a:hover {
    background: #eef;
    color: #000;
}
.page-link a span, .comment-page-link a {
    background: #fff;
}
.page-link span, .comment-page-link span, .comment-page-link a {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #ddd;
}
/* ここまで、改ページ番号数値のスタイル */

/* トップページのタグリンクの非表示 */
.post-tag {
    display: none !important;
}

/* カテゴリーページGoogle広告600pxに */ 
.cat-googlead-002 {
    width: 600px;
    margin: 10px auto 0px;
}

/* 写真ギャラリーの前へ次へを一行に */ 
.photo-parent_apn {
  display: flex;
  justify-content: space-between;
}


/* 写真ギャラリー画面サイズ（横幅）が641px以上の場合に適用 */
@media screen and (min-width: 640px) {
   .media-asia { width: 75%; }
}

/* 写真ギャラリー画面サイズ（横幅）が640px以下の場合に適用 */
@media screen and (max-width: 639px) {
   .media-asia { width: 100%; }
}
