/*
Theme Name: Ocean+a
Theme URI: http://oceana.ne.jp/
Description: スキューバダイビングと海の総合サイト ocean+α（オーシャナ）のためのテンプレート
Version: 1.0
Author: Fukazawa Kojiro(Suikou Design Office)
Author URI: http://suikoudesign.com
*/

@charset "UTF-8";

/*=======================================================
リセット
=======================================================*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    line-height: 0;
    height: auto;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/*=======================================================
body
=======================================================*/

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
    color: #666;
    font: 13px/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


/*=======================================================
anchor
=======================================================*/

a {
    color: #3399CC;
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
dt a {
    color: #2368A5;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
dt a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a.visited {
    color: #802684;
}

#content-area a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

footer.global a,
footer.global span {
    color: #66CCFF;
}


/*=======================================================
clearfix
=======================================================*/

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/*=======================================================
header
=======================================================*/

header.global {
    width: 100%;
    background: #1A4673;
    margin-bottom: 10px;
}

header.global .inner {
    position: relative;
    width: 970px;
    height: 80px;
    margin: 0 auto;
}

#site-id {
    position: relative;
    top: 18px;
    color: #FFF;
}

#site-id a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#site-id img.mobile {
    display: none;
}

.site-id,
.site-id a {
    color: #FFF;
}

header.global nav .beginner {
    position: absolute;
    top: 0;
    right: 0;
}

header.global nav li {
    float: left;
}

header.global nav .not-open {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

header.global nav .primary-nav {
    position: absolute;
    top: 0;
    right: 0;
}


/* ログインバー */

#admin-bar {
    padding: 7px 0;
    background: #02223C;
    color: #FFF;
}

#admin-bar a {
    text-decoration: underline;
    color: #FFF;
}

#admin-bar .inner {
    height: auto;
    text-align: right;
}

#admin-bar .login-panel {
    display: inline-block;
    font-size: 93%;
}

#admin-bar .welcome,
#admin-bar .counter {
    display: inline-block;
}

#admin-bar .welcome:after {
    content: "｜";
}

#admin-bar nav {
    display: inline-block;
    margin-left: 1.5em;
}

#admin-bar .register,
#admin-bar .help {
    margin-right: 1em;
}

#admin-bar .register:before,
#admin-bar .help:before {
    content: "> ";
}

#admin-bar .btn {
    display: inline-block;
    padding: .5em 1.5em;
    border-radius: 5px;
    background: #FFF;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
}

#admin-bar .btn.login {
    background: #0090CD;
}

#admin-bar .btn.logout {
    background: #CCC;
    color: #333;
}


/*=======================================================
グローバルナビ
=======================================================*/

nav.global {
    width: 971px;
    margin: 0 auto;
    padding-bottom: 20px;
    background: url(img/common/global_shadow.jpg) repeat-x 0 bottom;
}

nav.global dl {
    float: left;
}

nav.global dd {
    position: relative;
    float: left;
}

nav.global dd ul {
    position: absolute;
    top: 45px;
    left: 0;
    width: 150px;
    z-index: 1;
}

nav.global dd li a {
    display: block;
    line-height: 1;
    padding: .7em 5px .7em 20px;
    border-right: solid 1px #1D558E;
    border-bottom: solid 1px #1D558E;
    border-left: solid 1px #1D558E;
    background: url(img/common/arrow_white.png) no-repeat 5px center #4A9AE9;
    color: #FFF;
}

nav.global dd li a:hover {
    text-decoration: none;
    background: url(img/common/arrow_white.png) no-repeat 5px center #1365B7;
}

nav.global dd.not-open {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/* モバイル用メニュー */

.nav-btn {
    display: none;
    float: right;
    width: 30%;
    margin-top: .5em;
    text-align: right;
    vertical-align: middle;
    line-height: 2em;
    vertical-align: top;
}

.nav-btn a {
    cursor: pointer;
}

.nav-btn a:hover {
    opacity: 0.8;
}

nav.mobile-nav {
    display: none;
    width: 95%;
    margin: 0 auto 20px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.79);
}

nav.mobile-nav dl {}

nav.mobile-nav dt {
    margin-top: 1em;
    padding: .2em .5em;
    border-bottom: dotted 1px #888;
    color: #888;
    font-size: 86%;
}

nav.mobile-nav dd {
    position: relative;
    border-bottom: solid 1px #CCC;
}

nav.mobile-nav dd a {
    display: block;
    padding: 1em;
    color: #000;
    font-weight: bold;
}

nav.mobile-nav dd a:hover {
    text-decoration: none;
    background: #3399CC;
    color: #FFF;
}

nav.mobile-nav dd ul {
    position: absolute;
    top: 45px;
    left: 0;
    width: 150px;
    z-index: 1;
}

nav.mobile-nav dd li a {
    display: block;
    line-height: 1;
    padding: .7em 5px .7em 20px;
    border-right: solid 1px #1D558E;
    border-bottom: solid 1px #1D558E;
    border-left: solid 1px #1D558E;
    background: url(img/common/arrow_white.png) no-repeat 5px center #4A9AE9;
    color: #FFF;
}

nav.mobile-nav dd li a:hover {
    text-decoration: none;
    background: url(img/common/arrow_white.png) no-repeat 5px center #1365B7;
}

nav.mobile-nav dd.not-open {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/*=======================================================
footer
=======================================================*/

footer.global {
    width: 100%;
    background: #163D65;
    font-size: 91%;
    line-height: 1.7;
}

footer.global .inner {
    width: 970px;
    margin: 0 auto;
    padding: 30px 0;
    color: #FFF;
}

footer.global h1 {
    margin-bottom: 1em;
    padding: 5px 10px;
    font-size: 118%;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

footer.global section.about-us h1 {
    background: #76A430;
}

footer.global nav h1 {
    width: 10em;
    background: #2570A9;
}

footer.global section.about-us {
    float: left;
    width: 250px;
    display: none;
}

footer.global nav {
    float: right;
    width: 660px;
    display: none;
}

footer.global .footer-col {
    float: left;
    width: 210px;
    margin-right: 10px;
}

footer.global nav dl {
    margin-bottom: 1em;
}

footer.global nav dt,
footer.global nav dd {
    padding-left: 18px;
}

footer.global nav dt {
    height: 15px;
    margin-bottom: 0.5em;
    font-size: 118%;
}

footer.global nav dd {
    color: #C2EAFF;
}

footer.global nav dl.cat01 dt {
    background: url(img/common/footer_icon_cat01.jpg) no-repeat 0 0;
}

footer.global nav dl.cat02 dt {
    background: url(img/common/footer_icon_cat02.jpg) no-repeat 0 0;
}

footer.global nav dl.cat03 dt {
    background: url(img/common/footer_icon_cat03.jpg) no-repeat 0 0;
}

footer.global nav dl.cat04 dt {
    background: url(img/common/footer_icon_cat04.jpg) no-repeat 0 0;
}

footer.global nav dl.cat05 dt {
    background: url(img/common/footer_icon_cat05.jpg) no-repeat 0 0;
}

footer.global nav dl.cat06 dt {
    background: url(img/common/footer_icon_cat06.jpg) no-repeat 0 0;
}

footer.global nav dl.cat07 dt {
    background: url(img/common/footer_icon_cat07.jpg) no-repeat 0 0;
}

footer.global nav dl.cat08 dt {
    background: url(img/common/footer_icon_cat08.jpg) no-repeat 0 0;
}

footer.global nav dl.cat09 dt {
    background: url(img/common/footer_icon_cat09.jpg) no-repeat 0 0;
}

footer.global nav dd:before {
    color: #66CCFF;
    content: "- ";
}

#ft-areanav {
    width: 970px;
    margin: 0 auto 30px;
}

#ft-areanav h1 {
    width: 27em;
    background: #2570A9;
    color: #FFF;
}

#ft-areanav p.root:before {
    color: #FFF;
    content: "●";
}

#ft-areanav p.root a {
    color: #FFF;
}

#ft-areanav dl,
#ft-areanav dt,
#ft-areanav p.root,
#ft-areanav dd {
    display: inline;
}

#ft-areanav dt:before {
    color: #FFF;
    content: "■";
}

#ft-areanav dt a {
    color: #FFF;
}

#copyright {
    background: #FFF;
}

#copyright .inner {
    width: 970px;
    margin: 0 auto;
    padding: 90px 0 40px;
    ;
    background: url(img/common/footer_logo.png) no-repeat center 30px;
    text-align: center;
    color: #333;
}

img.rss {
    margin-left: 1em;
    opacity: 0.7;
}

img.rss:hover {
    opacity: 1;
}


/*=======================================================
content-area
=======================================================*/

#content-area {
    width: 970px;
    margin: 0 auto;
}

#main-area {
    float: left;
    width: 730px;
    padding-left: 10px;
    overflow: hidden;
}

#sub-area {
    float: right;
    width: 220px;
    /* padding-right: 10px; */
}

#article-column {
    width: 510px;
    float: left;
}

#secondary-column {
    width: 200px;
    float: right;
}

#eyecatch {
    width: 970px;
    height: 90px;
    margin: 0 auto 30px;
    font-weight: bold;
    font-size: 150%;
    color: #FFF;
    position: relative;
}

#eyecatch h1,
#eyecatch p {
    position: absolute;
    top: 30px;
    left: 20px;
    line-height: 1.3;
}

#eyecatch h1 span,
#eyecatch p span {
    display: block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 60%;
    font-weight: normal;
    font-display: swap;
}

#eyecatch.page {
    position: relative;
    background-color: #3C8ECC;
}

.download_btn {
    background: #5b5a90;
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 40px;
    width: 200px;
    height: 40px;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.download_btn:hover {
    background: #a19fe1;
    text-decoration: none;
}


/*=======================================================
右カラム
=======================================================*/

aside.ad-img {
    margin: 0 0 20px 0;
}

aside.ad-img img {
    border: solid 1px #CFCFCF;
}

nav.side-bans {
    margin: 0 0 20px 0;
}

nav.side-bans section {
    margin: 1em 0;
    text-align: center;
}

nav.side-bans section img {
    max-width: 100%;
}

nav.side-bans h2 {
    padding: .5em;
    background: #ADD6EA;
    border-bottom: dotted 1px #3399CA;
    border-radius: 3px 3px 0px 0px;
    color: #1A4673;
    line-height: 1;
    font-size: 115%;
    font-weight: bold;
}

nav.side-bans li {
    margin-top: 5px;
}

nav.side-bans li img {
    /* border: solid 1px #CFCFCF; */
    height: auto;
}

aside.social-media {
    margin: 20px 0;
}

aside.social-media .fb-page {
    margin: 10px auto;
    display: block;
}


/* FBいいね数ランキング */

#COM_FBLKIT_AREA {
    margin: 20px 0 5px 0;
}

p.fblkit {
    margin-bottom: 20px;
    font-size: 93%;
    font-weight: bold;
    color: #143463;
}

#fbl_title {
    font-size: 50%;
}


/*=======================================================
パンくずリスト
=======================================================*/

.breadcrumbs {
    width: 950px;
    margin: -15px auto 0;
    padding: 0.5em 0 0.5em 20px;
    background: url(img/common/icon_breadcrumb.gif) no-repeat 0 center;
    font-size: 93%;
}

.breadcrumbs ol li {
    display: inline;
}


/*=======================================================
ページャー
=======================================================*/


/* wp-pagenavi */

.wp-pagenavi {
    margin: 50px 0;
    text-align: center;
    font-size: 109%;
    font-weight: bold;
    line-height: 1em;
    vertical-align: middle;
}

.wp-pagenavi a {
    margin: 0 5px;
    padding: 5px 8px;
    color: #666;
    border: solid 1px #999;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background: #3399CC;
    text-decoration: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    background: #999;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    background: #666;
    border: solid 1px #666;
}

.wp-pagenavi span.current {
    margin: 0 5px;
    padding: 5px 8px;
    color: #FFF;
    border: solid 1px #2B73B0;
    background: #2B73B0;
}


/* linkpages */

#linkpages {
    margin: 3em 0;
    text-align: center;
    font-size: 109%;
    font-weight: bold;
    line-height: 1em;
    vertical-align: middle;
}

#linkpages span {
    margin: 0;
    padding: 5px 4px;
    color: #FFF;
    border: solid 1px #2B73B0;
    background: #2B73B0;
}

#linkpages a span {
    margin: 0;
    padding: 5px 8px;
    color: #666;
    border: solid 1px #999;
    background: #FFF;
    line-height: 3em;
}

#linkpages a span:hover {
    color: #FFF;
    background: #3399CC;
    text-decoration: none;
}


/*=======================================================
目次
=======================================================*/

#entry .toc {
    margin: 2em 0 4em;
}

#entry .toc h2,
#entry .toc h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 109%;
}

#entry .toc h2:before,
#entry .toc h3:before {
    color: #999;
    content: "▼";
}

#entry .toc ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

#entry .toc li {
    border-top: dotted 1px #CCC;
    line-height: 1.5;
    padding: 0.5em 0;
}

#entry .toc li a {
    display: block;
}

#entry .toc li.current {
    background: #2B73B0;
    color: #FFF;
}

#entry .toc li a.current {
    background: #2B73B0;
    color: #FFF;
}


/*=======================================================
ページトップへ
=======================================================*/

#to-page-top {
    height: 70px;
    background: url(img/common/footer_shadow.jpg) repeat-x 0 0;
}

#to-page-top p {
    position: relative;
    width: 970px;
    height: 70px;
    margin: 0 auto;
}

#to-page-top a {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding-right: 15px;
    background: url(img/common/icon_pagetop.jpg) no-repeat right 0;
    line-height: 13px;
}


/*=======================================================
記事内汎用セレクタ
=======================================================*/

#main-area .top-widget h1,
#main-area article h1,
#main-area section h1 {
    margin: 2.5em 0 1em;
    color: #1A4673;
    font-size: 170%;
    font-weight: 700;
}

#main-area .top-widget h2,
#main-area article h2,
#main-area section h2 {
    margin: 3em 0 1em 0;
    padding-left: .7em;
    border-left: solid 7px #1A4673;
    border-radius: 3px;
    line-height: 1.5;
    vertical-align: middle;
    color: #333;
    font-size: 150%;
    font-weight: bold;
}

#main-area article h1+h2 {
    margin: 0;
}

#main-area #article-column section:first-child h2 {
    margin-top: 0;
}

#main-area .entry-body h2:first-child {
    margin-top: 0;
}

#main-area .entry-body .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main-area .entry-body .flex::after {
    display: block;
    content: "";
    width: 240px;
}

#main-area .entry-body .flex a {
    flex-basis: 50%;
    margin-bottom: 2em;
    display: block;
}

#main-area .entry-body .flex .wp-caption {
    flex-basis: 48%;
}

#main-area #secondary-column section:first-child h2 {
    margin-top: 0;
}

#main-area article p,
#main-area section p {
    margin: 1.5em 0;
}


/*=======================================================
エントリ内汎用セレクタ
=======================================================*/

#entry header h2 {
    margin-top: 0;
}

#entry .entry-body {
    margin: 2em 0;
    font-size: 13px;
}

#entry h3 {
    margin: 2em 0 1em;
    color: #333;
    font-size: 116%;
    font-weight: bold;
}

#entry p {
    margin: 1.5em 0;
}

#entry ul {
    margin: 2em 0;
    padding-left: 15px;
    list-style-type: disc;
}

#entry ol {
    margin: 2em 0;
    padding-left: 15px;
    list-style-type: decimal;
}

#entry .banner ul {
    padding-left: 0;
}

#entry ul li,
#entry ol li {
    margin-bottom: 0.3em;
}

.entry-body dl {
    margin: 2em 0;
}

.entry-body dt {
    font-weight: bold;
}

.entry-body dd {
    margin-left: 1em;
    margin-bottom: 0.3em;
}

#entry strong {
    font-weight: bold;
}

#entry table {
    margin: 1.5em 0;
    -webkit-text-size-adjust: none;
}

#entry th,
#entry td {
    border: solid 1px #FFFFFF;
    padding: .7em;
}

#entry th {
    vertical-align: middle;
    background: #99B5D1;
    color: #001B3E;
    font-weight: bold;
}

#entry td {
    background: #F2F5F9;
}

#entry tr:nth-child(even) td {
    background: #E5ECF3;
}


/* 20180606追記 */

@media screen and (max-width:415px) {
    #entry td.profile {
        display: block;
        margin-bottom: -15px;
    }
}

#entry .area-check {
    margin: 2em 0;
    padding: 15px 15px 15px 45px;
    background: url(img/common/icon_area_check.png) no-repeat 10px center #FAF7ED;
    border: dotted 1px #999;
}

#entry .area-link {
    margin: 2em 0;
    padding: 15px 15px 15px 45px;
    background: url(img/common/icon_area_link.png) no-repeat 10px center #FAF7ED;
    border: dotted 1px #999;
}

#entry .area-shop {
    padding: 15px;
    background: #E2EEF4;
}

#entry .area-shop .thumb {
    float: left;
    width: 120px;
}

#entry .area-shop .detail {
    float: right;
    width: 330px;
}

#entry .area-shop .detail dt {
    font-size: 116%;
    font-weight: bold;
}

#entry .area-shop .detail dd {
    margin: .5em 0;
}

#entry blockquote {
    margin: 2em 0 0;
    padding: 20px 15px 0px 15px;
    background: url(img/common/quoteimage1.jpg) no-repeat 10px 0 #E2EEF4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

#entry blockquote div {
    padding-bottom: 20px;
    background: url(img/common/quoteimage2.jpg) no-repeat right bottom;
    color: #335170;
}

#entry .origin {
    display: block;
    float: right;
    margin: 0 0 2em 0;
    padding-left: 25px;
    background: url(img/common/quote_via.gif) no-repeat 0 center;
}

#entry .origin a {
    text-decoration: underline;
}

#entry .dialog {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}

#entry .dialog p {
    margin: 0 0 .5em 6em;
}

#entry .dialog p.speaker {
    width: 5em;
    margin: 0;
    font-weight: bold;
    float: left;
    clear: left;
}


/* WPデフォルトセレクタ */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wp-caption {
    border: 1px solid #CCC;
    color: #1A4673;
    padding-top: 4px;
    margin: 1.5em 0;
    text-align: center;
    max-width: 100%;
}

.wp-caption-text {
    text-align: left;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
    max-width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 93%;
    line-height: 17px;
    padding: 5px 1px;
    margin: .3em !important;
}

a.btnLink {
    color: #fff;
    background: #3399CC;
    padding: 8px 0px;
    width: 100%;
    display: block;
    text-align: center;
}


/*=======================================================
その他の汎用セレクタ
=======================================================*/

.border-radius {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

a.arrow {
    display: block;
    margin: 1.5em 0;
    padding: 0 0 0 20px;
    background: url(img/common/arrow_blue_small.png) no-repeat 0 center;
    line-height: 14px;
    vertical-align: middle;
    font-weight: bold;
}

.no-margin {
    margin: 0;
}

.hide {
    display: none;
}

.callout {
    position: relative;
    padding: 15px;
    border: solid 1px #101010;
    border-radius: 5px;
    display: inline-block;
}

@media screen and (max-width: 414px) {
    .callout {
        padding: 10px;
    }
}

.callout p {
    margin-bottom: 0 !important;
}

.callout+p {
    margin-top: 10px;
}

.callout::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 10%;
    bottom: -20px;
    border: solid 10px #101010;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.callout::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 10%;
    bottom: -19px;
    border: solid 10px #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


/*=======================================================
ソーシャルボタン
=======================================================*/

.social-ver {
    position: fixed;
    top: 110px;
    left: -5px;
    padding: 5px 5px 5px 10px;
    border: solid 1px #CCC;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.2)
}

.social-ver li {
    width: 80px;
    margin: 7px 0;
    border-bottom: dotted 1px #CCC;
    text-align: center;
}

.social-ver iframe.twitter-share-button {
    width: 70px !important;
}

#close-social {
    margin: 15px 0;
    background: #333;
    border: none;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
}

.fb-like {
    top: -6px;
}


/*=======================================================
検索フォーム
=======================================================*/

#searchform {
    position: relative;
    border: #CCC;
}

#searchform input#s {
    width: 120px;
    height: 22px;
    margin: 0 0 5px 0;
    padding: 4px;
    line-height: 1;
}

#searchform input#searchsubmit {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
}


/*=======================================================
プレオープンギミック
=======================================================*/

#main-area .ch_wrapper {
    margin-bottom: 30px;
}

#main-area .gallerys .ch_wrapper {
    float: left;
}

#main-area .skill-columns .ch_wrapper {
    float: left;
    margin-right: 20px;
}

#main-area .ch_normal .top-widget {
    margin: 0;
}

.contenthover {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #288ABF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    font-size: 12px;
    margin: 15px;
}

.contenthover,
.contenthover h3,
.contenthover a {
    color: #FFF;
}

.contenthover h3,
.contenthover p {
    line-height: 1.4em;
    padding: 0;
    font-weight: normal;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

.contenthover h3 {
    font-size: 125%;
    color: #FFF;
    font-weight: bold;
    background-image: url(img/common/comingsoon2.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    padding-bottom: 5px;
}


/* RSSフィードメニュー廻り */

h2.rssfeed {
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em !important;
    padding: 5px 10px 5px 25px !important;
    background: url(img/common/arrow_white_down.png) no-repeat 8px center #1A4673 !important;
    color: #FFF !important;
    font-size: 116% !important;
    line-height: 1.5em !important;
    font-weight: bold !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    cursor: pointer;
    text-indent: 0 !important;
}

ul.rssfeed {
    display: none;
    margin: auto auto auto 3em;
}

ul.rssfeed li {
    list-style-image: url(img/top/rss_icon.png);
    margin: auto auto 0.75em auto;
    border: 0 !important;
}

ul.rssfeed>li:nth-child(2) {
    list-style-image: none
}

ul.rssfeed li ul {
    margin: auto auto auto 1em;
}


/*=======================================================
有料記事／無料記事などの表示
=======================================================*/

.payment-tag {
    display: inline-block;
    margin-left: .5em;
    padding: .3em;
    border-radius: 3px;
    color: #FFF;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
}

.payment-crew-only {
    background: #FF6600;
}

.free-article {
    background: #1A4673;
}


/*=======================================================
どこでも使える汎用セレクタ
=======================================================*/

.mb1em {
    margin-bottom: 1em;
}

.mb2em {
    margin-bottom: 2em;
}

.mb3em {
    margin-bottom: 3em;
}

.mt1em {
    margin-top: 1em;
}

.mt2em {
    margin-top: 2em;
}

.mt3em {
    margin-top: 3em;
}

.txt-align-c {
    text-align: center;
}


/*=======================================================
media-query
=======================================================*/

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 640px) {
    header.global .inner {
        width: 95%;
        height: auto;
    }
    #admin-bar .welcome {
        display: none;
    }
    .site-id.inner {
        padding: 15px 0;
    }
    #site-id {
        position: static;
        float: left;
        width: 60%;
    }
    #site-id img {
        display: none;
    }
    #site-id img.mobile {
        display: inline;
        max-width: 201px;
    }
    nav.global {
        display: none;
    }
    .nav-btn {
        display: block;
    }
    .beginner {
        display: none;
    }
    .primary-nav {
        display: none;
    }
    #content-area {
        width: 95%;
    }
    #article-column {
        width: 95%;
    }
    #main-area {
        width: 95%;
        float: none;
        margin: 0 auto;
        padding-left: 0;
    }
    #sub-area {
        width: 95%;
        float: none;
        margin: 0 auto;
        padding-right: 0;
    }
    #to-page-top p {
        width: 90%;
    }
    footer.global>.inner {
        display: none;
    }
    #ft-areanav {
        display: none;
    }
    #copyright .inner {
        width: 95%;
    }
    #eyecatch {
        width: 100%;
        background-image: none !important;
    }
    .breadcrumbs {
        display: none;
    }
    .fb-comments,
    .fb_iframe_widget,
    .fb_iframe_widget[style],
    .fb-comments iframe[style],
    .fb-social-plugin span,
    .fb-comments span {
        width: 100% !important;
        display: block;
    }
    .twitter-follow-button {
        display: block;
        margin: 20px auto 0;
    }
    #entry img {
        max-width: 100%;
        height: auto;
    }
    #entry iframe {
        max-width: 100%;
    }
    .wp-caption {
        max-width: 98%;
        height: auto;
        padding: 3px;
    }
    #article-column {
        width: 100%;
        float: none;
    }
    #secondary-column {
        width: 95%;
        float: none;
    }
    .side-bans li {
        text-align: center;
    }
    nav.category {
        display: none;
    }
    .social-ver {
        display: none;
    }
    .fb-page {
        text-align: center;
    }
    #twitter-widget-2 {
        display: block;
        margin: 0 auto;
    }
    #eyecatch {
        padding: .7em;
        height: auto;
    }
    #eyecatch h1 {
        position: static !important;
    }
    #copyright .inner {
        background-size: 50%;
    }
}


/*=======================================================
追加
=======================================================*/


/*youtubeレスポンシブ*/

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.tRight {
    text-align: right !important;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.comment {
    margin-top: 20px;
    padding-top: 20px;
    border-top: #ccc dotted 1px;
}

.bold {
    font-weight: bold;
}

.cRed {
    color: #e23535;
}


/*執筆者*/

#authorArea {
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding: 0 !important;
}

#authorArea li {
    display: inline-block;
    width: 180px;
    margin-right: 80px;
    list-style: none;
    text-align: center;
    vertical-align: top;
}

#authorArea li:nth-child(3n) {
    margin-right: 0;
}

#authorArea li .name {
    font-size: 18px;
}

#authorArea li .title {
    color: rgb(102, 102, 102);
}

#authorArea li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    #authorArea li {
        width: 40%;
        margin: 0 10px;
    }
    #authorArea li .img img {
        width: auto;
    }
    #authorArea li:nth-child(3n) {
        margin: 0 10px;
    }
}


/*バディダイブ*/

#buddydive {}

#buddydive .buddydiveMap {
    border: solid 1px #CCC;
    box-shadow: 0 0 5px #CCC;
    background: url(img/top/bg_buddydive.jpg) no-repeat;
    height: 378px;
    position: relative;
}

#buddydive .buddydiveMap a {
    position: absolute;
    padding: 2px 5px;
    background: #ffd900;
    color: #156dad;
    line-height: 1;
    font-size: 10px;
}

#buddydive .buddydiveMap a:hover {
    background: #156dad;
    color: #fff;
    text-decoration: none;
}

#buddydive .buddydiveMap .tit {
    position: absolute;
    left: 21px;
    top: 18px;
}

#buddydive .buddydiveMap .ishibashi a {
    left: 400px;
    top: 20px;
}

#buddydive .buddydiveMap .enoura a {
    left: 377px;
    top: 46px;
}

#buddydive .buddydiveMap .fukuura a {
    left: 377px;
    top: 71px;
}

#buddydive .buddydiveMap .izusan a {
    left: 367px;
    top: 92px;
}

#buddydive .buddydiveMap .atami a {
    left: 358px;
    top: 114px;
}

#buddydive .buddydiveMap .ito a {
    left: 365px;
    top: 162px;
}

#buddydive .buddydiveMap .futo a {
    left: 385px;
    top: 190px;
}

#buddydive .buddydiveMap .iop a {
    left: 372px;
    top: 213px;
}

#buddydive .buddydiveMap .inatori a {
    left: 342px;
    top: 277px;
}

#buddydive .buddydiveMap .shoubusawa a {
    left: 317px;
    top: 303px;
}

#buddydive .buddydiveMap .kumomi a {
    left: 212px;
    top: 297px;
}

#buddydive .buddydiveMap .koganezaki a {
    left: 214px;
    top: 251px;
}

#buddydive .buddydiveMap .toi a {
    left: 218px;
    top: 215px;
}

#buddydive .buddydiveMap .itamarine a {
    left: 216px;
    top: 155px;
}

#buddydive .buddydiveMap .itadiving a {
    left: 248px;
    top: 155px;
}

#buddydive .buddydiveMap .osezaki a {
    left: 227px;
    top: 134px;
}

#buddydive .buddydiveMap .shishihama a {
    left: 277px;
    top: 124px;
}

#buddydive .buddydiveMap .enter a {
    right: 15px;
    bottom: 15px;
    font-size: 12px;
    padding: 8px 20px;
}

#buddydive .buddydiveList {
    margin: 8px 0;
    padding: 8px 10px;
    background: #F7F6F6;
    border: solid 1px #CCC;
    font-size: 91%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

#buddydive .buddydiveList li {
    display: inline-block;
    margin-right: 1em;
}

#buddydive .buddydiveList li a {
    background: url(img/common/arrow_blue_small.png) 0 50% no-repeat;
    padding-left: 15px;
}

@media screen and (max-width: 640px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    #buddydive .buddydiveMap {
        background-position: 50%;
    }
    #buddydive .buddydiveMap .ishibashi a {
        left: 75%;
    }
    #buddydive .buddydiveMap .enoura a {
        left: 70%;
    }
    #buddydive .buddydiveMap .fukuura a {
        left: 70%;
    }
    #buddydive .buddydiveMap .izusan a {
        left: 68%;
    }
    #buddydive .buddydiveMap .atami a {
        left: 60%;
    }
    #buddydive .buddydiveMap .ito a {
        left: 65%;
    }
    #buddydive .buddydiveMap .futo a {
        left: 72%;
    }
    #buddydive .buddydiveMap .iop a {
        left: 60%;
    }
    #buddydive .buddydiveMap .inatori a {
        left: 58%;
    }
    #buddydive .buddydiveMap .shoubusawa a {
        left: 50%;
    }
    #buddydive .buddydiveMap .kumomi a {
        left: 18%;
    }
    #buddydive .buddydiveMap .koganezaki a {
        left: 17%;
    }
    #buddydive .buddydiveMap .toi a {
        left: 20%;
    }
    #buddydive .buddydiveMap .itamarine a {
        left: 18%;
    }
    #buddydive .buddydiveMap .itadiving a {
        left: 30%;
    }
    #buddydive .buddydiveMap .osezaki a {
        left: 24%;
    }
    #buddydive .buddydiveMap .shishihama a {
        left: 30%;
        top: 115px;
    }
    #buddydive .buddydiveMap .enter a {
        left: 50%;
        width: 200px;
        margin-left: -100px;
        font-size: 10px;
        padding: 8px 0px;
        text-align: center;
    }
}


/*シェアボタンカウント*/

#root-getshare-2 {
    position: relative;
}

.shareCount {
    position: absolute;
    right: 18px;
    top: -5px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: right;
}


/* リニューアル前調整用 */

.box-wrap .box-header span {
    background: #87CEFA;
    padding: 6px 10px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.box-wrap .box-body {
    padding: 30px 15px 10px;
    border-radius: 5px;
    border: 2px solid #87CEFA;
    position: relative;
    top: -12px;
}

.box-wrap .box-body br:first-child,
.box-wrap .box-body br:last-child {
    display: none;
}

@media screen and (max-width: 640px) {
    .box-wrap .box-header span {
        display: inline-block;
        max-width: 90%;
    }
    .box-wrap .box-body {
        top: -18px;
    }
}

.contact-lesson {
    padding: 2em 2em 1em;
    background-color: #fafafa;
}

.contact-lesson .form-title {
    font-size: 16px;
    font-weight: bold;
}

.contact-lesson input {
    line-height: 2;
    width: 100%;
    border: solid 1px #ccc;
    -webkit-appearance: none;
}

.contact-lesson input[type="submit"] {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #3690CC;
    border: solid 1px #4599d1;
}

.contact-lesson select {
    height: 30px;
    width: 100%;
    border: solid 1px #ccc;
    -webkit-appearance: none;
}

.contact-lesson label {
    display: block;
}

.contact-lesson label input {
    margin-top: 5px;
    height: 30px;
    border: solid 1px #ccc;
}

.contact-lesson textarea {
    width: 100%;
    -webkit-appearance: none;
}