@charset "utf-8";
/* ===================================================================
CSS information
CSSの定義 読込み速度向上の為、スマホ端末のCSSを先に記述。
してみたが大差が無いのでご自由に！
=================================================================== */

/* Theme Name:桧舞台2014
Theme URI:http://hinokibutai.com
Author:SYUNSUKE ISHIDA */

/* -----------------------------------------------------------
■ PC用CSS 画面の横幅が481px以上のデバイスに適用
----------------------------------------------------------- */

body {
    line-height: 1.6;
    color: #242424;
    background: #f2f2f2;
}

img {
    max-width: 100%;
    height: auto;
    width/* * */
    : auto;
    /* IE8用ハック */
}

#wrap {
    width: 100%;
}

a {
    /*リンクされた文字*/
    color: #242424;
    font-style: normal;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:link {
    /*未訪問のリンク*/
    color: #242424;
    font-style: normal;
    text-decoration: underline;
}

a:visited {
    /*訪問後のリンク*/
    color: #242424;
    text-decoration: underline;
}

a:hover {
    /*マウスをのせたとき*/
    color: #C2212C;
    font-style: normal;
    text-decoration: underline;
}

div#right-contents a[target="_blank"] {
    padding: 0 24px 0 0;
    background: url(../../images/common/gaibu.jpg) no-repeat center right;
}


/* -----------------------------------------------------------
■ヘッダー部分
----------------------------------------------------------- */

header {
    background: #ffffff;
}

div#header-box {
    width: 1045px;
    margin: 0 auto;
    padding: 20px 0;
}

div#logo {
    float: left;
}

div#header-right {
    float: right;
}

div#header-box nav {
    float: right;
}

div#header-box nav li {
    float: left;
    margin: 0 0 0 18px;
}

div#header-box h1 {
    padding: 35px 0 0 0;
    font-weight: bold;
    -webkit-animation: migi 1.5s ease 0s 1 normal;
    /* アニメーション名　実行時間　開始と完了を滑らかにする　いつ開始するか　再生回数　普通方向の再生 */
    -moz-animation: migi 1.5s ease 0s 1 normal;
    -o-animation: migi 1.5s ease 0s 1 normal;
    -ms-animation: migi 1.5s ease 0s 1 normal;
    animation: migi 1.5s ease 0s 1 normal;
}

@-webkit-keyframes migi {
    0% {
        -webkit-transform: translateX(-150px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes migi {
    0% {
        -moz-transform: translateX(-150px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}

@-o-keyframes migi {
    0% {
        -o-transform: translateX(-150px);
        opacity: 0;
    }
    100% {
        -o-transform: translateX(0px);
        opacity: 1;
    }
}

@-ms-keyframes migi {
    0% {
        -ms-transform: translateX(-150px);
        opacity: 0;
    }
    100% {
        -ms-transform: translateX(0px);
        opacity: 1;
    }
}

#main-nav {
    width: 100%;
    margin: 0 auto 18px auto;
    background: #f8f8f8;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    z-index: 1;
    position: absolute;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px white;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px white;
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px white;
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px white;
}

#main-nav ul {
    width: 1045px;
    margin: 0 auto;
    font-size: 14px;
}

#main-nav li {
    width: 189px;
    height: 40px;
    display: block;
    text-align: center;
    float: left;
    position: relative;
    border-right: 1px solid #d2d2d2;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

#main-nav li:hover > a {
    background: #f0f0f0;
}

#main-nav li a {
    width: 189px;
    height: 30px;
    padding: 10px 0 0 0;
    display: block;
    color: #333333;
    text-decoration: none;
}

#main-nav li#home {
    width: 92px;
    !important;
    border-left: 1px solid #d2d2d2;
}

#main-nav li#home a {
    width: 92px;
    !important;
    height: 30px;
    !important;
    padding: 10px 0 0 0;
    !important;
    display: block;
}

#main-nav li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

#main-nav li ul li {
    overflow: hidden;
    width: 189px;
    height: 0;
    clear: both;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

#main-nav li ul li a {
    padding: 10px 0 0 0px;
    background: #f8f8f8;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

#main-nav li:hover ul li {
    overflow: visible;
    height: 39px;
    border-top: 1px solid #d2d2d2;
    border-right: 0px;
    border-bottom: 1px solid #d2d2d2;
}

#main-nav li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

div#pankuzuarea {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 25px 0 10px 0px;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

#pankuzu {
    width: 1045px;
    margin: 0 auto;
    padding: 0 0 0 10px;
    font-size: 88%;
}

#pankuzu a {
    color: #333333;
    text-decoration: none;
}

#pankuzu a:hover {
    color: #C2212C;
}

#sp-head-ac {
    display: none;
}

/* -----------------------------------------------------------
■コンテンツ全体
----------------------------------------------------------- */

div#contens {
    width: 1045px;
    margin: 25px auto;
}


/* -----------------------------------------------------------
■サイドバー部分
----------------------------------------------------------- */
div#sidebar {
    width: 300px;
    float: left;
}
div#sub-menu {
    width: 300px;
    margin: 0 0 15px 0;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
div#sub-menu h1 {
    padding: 10px 10px 9px 10px;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
div#sub-menu li {
    border-bottom: 1px dashed #999999;
}
div#sub-menu li a {
    width: 275px;
    height: 30px;
    margin: 0 0 0 0;
    padding: 12px 0 0 25px;
    display: block;
    text-decoration: none;
    color: #242424;
    outline: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
div#sub-menu li a:hover {
    background: #f0f0f0;
    text-decoration: none;
}
div#sub-menu li:last-child {
    border-bottom: 0px;
}
#magazine {
    margin: 0 0 15px 0;
}
div#side-bnr {
	width:300px;
}
div#side-bnr img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

div#adv {
    width: 300px;
}

div#adv li {
    margin-bottom: 15px;
    float: left;
}

div#adv li:nth-child(odd) {
    margin-right: 10px;
}

div#talklive2016 img {
    margin: 0 0 15px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#amaz {
	width:100%;
}

.okinawa2019,.okinawa-tour {
	width:300px;
	margin:0 0 15px 0;
}
.okinawa2019 img,.okinawa-tour img {
	width:100%;
}
/* -----------------------------------------------------------
■メイン部分
----------------------------------------------------------- */

div#right-contents {
    width: 715px;
    float: right;
}

div#main-contents {
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.entry a {
    width: 655px;
    padding: 30px;
    display: block;
    color: #242424;
    border-bottom: 1px solid #cccccc;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.entry a:hover {
    background: #f2f2f2;
}

.entry-img {
    width: 210px;
    float: left;
}

.entry-box {
    width: 425px;
    float: right;
    border-bottom: 1px dashed #999999;
}

.post-info {
    height: 40px;
}

.time-box {
    width: 150px;
    margin-right: 20px;
    font-size: 130%;
    font-weight: bold;
    float: left;
}

.ath {
    width: 120px;
    float: left;
    vertical-align: bottom;
}

.ath img {
    margin-right: 10px;
}

.cat-mess {
    width: 80px;
    padding: 3px 5px;
    float: right;
    background: #c2212c;
    color: #ffffff;
    font-size: 88%;
    text-align: center;
}

.cat-foru {
    width: 80px;
    padding: 3px 5px;
    float: right;
    background: #a90177;
    color: #ffffff;
    font-size: 88%;
    text-align: center;
}

.cat-char {
    width: 80px;
    padding: 3px 5px;
    float: right;
    background: #24418f;
    color: #ffffff;
    font-size: 88%;
    text-align: center;
}

.cat-proj {
    width: 80px;
    padding: 3px 5px;
    float: right;
    background: #579b18;
    color: #ffffff;
    font-size: 88%;
    text-align: center;
}

.cat-schedule {
    width: 80px;
    padding: 3px 5px;
    float: right;
    background: #E5C200;
    color: #ffffff;
    font-size: 88%;
    text-align: center;
}

.title {
    height: 65px;
}

.title h1 {
    font-size: 120%;
    font-weight: bold;
}

.comment-count {
    width: 425px;
    padding: 8px 0 0 0;
    float: right;
}

#blog-list {
    margin: 0 0 30px 0;
    padding: 8px 0;
    color: #ffffff;
    text-align: center;
    background: #242424;
}

#fb-box {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}


/* -----------------------------------------------------------
■フッター部分
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #C9241F;
    width: 100px;
    padding: 5px 0 60px 0;
    text-align: center;
    display: block;
    background: url(../../images/common/page-top.png) no-repeat 0 0;
}

#page-top a:hover {
    text-decoration: none;
}

footer {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    background: #242424;
}

#footer {
    width: 1045px;
    margin: 0 auto;
    padding: 35px 0;
}

#flogo {
    width: 240px;
    float: left;
}

#fnavarea {
    width: 715px;
    float: right;
}

#address {
    margin: 0 70px 0 0;
}

footer nav > ul {
    float: left;
}

.bld {
    font-weight: bold;
}

#footer nav li {
    margin: 0 0 3px 0;
}

#footer nav li a {
    text-decoration: none;
    color: #ffffff;
    outline: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#footer nav li a:hover {
    color: #C2212C;
    text-decoration: none;
}

.bgfff {
    background: #ffffff;
}

#addarea {
    width: 985px;
    padding: 10px 30px 5px 30px;
    margin: 0 auto;
    text-align: right;
}

#addarea a {
    margin-left: 20px;
}


/* -----------------------------------------------------------
■トップページ
----------------------------------------------------------- */

#mainimg-area {
    width: 1045px;
    margin: 60px auto 20px auto;
    -webkit-box-shadow: 5px 5px 8px #cccccc;
    -moz-box-shadow: 5px 5px 8px #cccccc;
    box-shadow: 5px 5px 8px #cccccc;
}

#bnr-area {
    margin: 0 auto 20px auto;
    width: 996px;
}

#bnr-area ul {
    width: 996px;
    margin: 0 -32px 0 0;
}

#bnr-area li {
    margin: 0 32px 0 0;
    float: left;
}

#blog-list a {
    text-decoration: none;
    color: #ffffff;
    outline: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#blog-list a:hover {
    color: #C2212C;
    text-decoration: none;
}


/* -----------------------------------------------------------
■ブログ　カテゴリー一覧
----------------------------------------------------------- */

div#titlearea h1 {
    padding: 10px 10px 6px 30px;
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

div#page-navi {
    padding: 30px;
}

.caution {
    display: none;
}


/* -----------------------------------------------------------
■ブログ 詳細
----------------------------------------------------------- */

#post {
    padding: 30px;
}

#post-title {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
}

#post-title h1 {
    font-size: 180%;
    font-weight: bold;
}

#post-area h2 {
    margin: 0 0 20px 0;
    padding: 3px 5px 2px 8px;
    font-size: 120%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

#post-area p {
    font-size: 115%;
    margin: 0 0 20px 0;
    line-height: 180%;
}

#post-area strong {
    font-size: 110%;
    font-weight: bold;
}

#comment-area {
    width: 655px;
    margin-top: 30px;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.comment-box {
    width: 615px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.contributor {
    margin: 0 0 13px 0;
    padding: 0 0 8px 0;
    font-size: 100%;
    font-weight: bold;
    color: #cd202c;
    border-bottom: 1px solid #e0e0e0;
}

.comment-time {
    margin-top: 13px;
    color: #666666;
}

#next-blog {
    width: 280px;
    padding: 20px;
    float: left;
}

#previous-blog {
    width: 280px;
    padding: 20px;
    float: right;
}

h2.commh2 {
    margin: 0 0 8px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

.pr {
    margin: 30px 0;
    font-size: 108%;
}


/* -----------------------------------------------------------
■ページ共通
----------------------------------------------------------- */

.page-contents {
    width: 655px;
    padding: 20px 30px;
}

.page-contents h1 {
    margin: 0 0 18px 0;
    font-size: 180%;
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;
}


/* -----------------------------------------------------------
■プロフィール
----------------------------------------------------------- */

#prof-photo {
    width: 240px;
    float: left;
}

#prof-data {
    width: 385px;
    float: right;
}

#prof-data h2 {
    line-height: 1.1;
    margin-bottom: 13px;
}

span#prof-name {
    font-size: 240%;
    font-weight: bold;
}

span#kana {
    font-size: 90%;
    font-weight: normal;
}

.pd table {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #e3e3e3;
}

.pd table tr:nth-child(even) {
    background-color: #F0F0F6;
}

.pd table tr:nth-child(odd) {
    background-color: #FCFCFC;
}

.pd table th {
    width: 100px;
    padding: 3px 5px;
    border: none;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.pd table td {
    padding: 3px 5px;
    border: none;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

#prof-data dl {
    width: 390px;
}

#prof-data dt {
    float: left;
    width: 100px;
    padding: 5px 0 5px 10px;
    clear: both;
    font-weight: bold;
}

#prof-data dd {
    width: 260px;
    margin-left: 100px;
    padding: 5px 5px 5px 10px;
}

.next-year {
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #aaaaaa;
}

.year-box {
    width: 100px;
    float: left;
}

.chro-box {
    width: 485px;
    float: right;
}

.chro-box strong {
    color: #cd202c;
    font-weight: bold;
}

.chro-box dl {
    width: 485px;
    clear: both;
}

.chro-box dt {
    float: left;
    width: 80px;
    padding: 5px 0 5px 0;
    font-weight: bold;
    clear: both;
}

.chro-box dd {
    width: 395px;
    margin-left: 80px;
    padding: 5px 0px 5px 10px;
}

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

.record h2,
.win-title h2 {
    margin: 0 0 8px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

.record dl {
    width: 655px;
    margin-bottom: 10px;
    clear: both;
}

.record dt {
    float: left;
    width: 117px;
    padding: 5px 0 0 8px;
    font-size: 100%;
    clear: both;
}

.record dd {
    width: 525px;
    margin-left: 125px;
    font-size: 100%;
    padding: 5px 0 0 5px;
}

.win-title {}

.win-title dl {
    width: 655px;
    clear: both;
}

.win-title dt {
    float: left;
    width: 117px;
    padding: 5px 0 0 8px;
    font-size: 100%;
    clear: both;
}

.win-title dd {
    width: 525px;
    margin-left: 125px;
    font-size: 100%;
    padding: 5px 0 0 5px;
}

.monotone-table {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #e3e3e3;
}

.monotone-table tr:nth-child(even) {
    background-color: #F0F0F6;
}

.monotone-table tr:nth-child(odd) {
    background-color: #FCFCFC;
}

.monotone-table th {
    padding: 5px;
    border: none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.monotone-table td {
    padding: 5px;
    border: none;
    text-align: center;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}


/* -----------------------------------------------------------
■個人情報保護方針
----------------------------------------------------------- */

.privacy h2 {
    margin: 0 0 20px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

.privacy ul li {
    padding: 0 30px;
    list-style: inside;
}


/* -----------------------------------------------------------
■利用規約
----------------------------------------------------------- */

.terms h2 {
    margin: 0 0 20px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

.terms h3 {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.terms ol li,
.terms ul li {
    margin: 0 0 10px 0;
}


/* -----------------------------------------------------------
■広告掲載について
----------------------------------------------------------- */

.adsn h2 {
    margin: 0 0 20px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

#adsn-plan {
    width: 350px;
    float: left;
}

#adsn-img {
    width: 277px;
    float: right;
}

#adsn-plan p {
    margin-bottom: 18px;
    line-height: 1.8;
    font-size: 98%;
}

span.a {
    padding: 3px 8px;
    color: #ffffff;
    background: #0A7EF7;
}

span.b {
    padding: 3px 8px;
    color: #ffffff;
    background: #E23200;
}

span.c {
    padding: 3px 8px;
    color: #ffffff;
    background: #B6F60A;
}

.adsn-table {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #e3e3e3;
}

.adsn-table tr:nth-child(even) {
    background-color: #F0F0F6;
}

.adsn-table tr:nth-child(odd) {
    background-color: #FCFCFC;
}

.adsn-table th {
    width: 200px;
    padding: 5px;
    border: none;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.adsn-table td {
    padding: 5px;
    border: none;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}


/* -----------------------------------------------------------
■出演依頼
----------------------------------------------------------- */

.request h2 {
    margin: 0 0 20px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

.request-table {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #e3e3e3;
}

.request-table tr:nth-child(even) {
    background-color: #F0F0F6;
}

.request-table tr:nth-child(odd) {
    background-color: #FCFCFC;
}

.request-table th {
    width: 150px;
    padding: 18px 12px;
    border: none;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.request-table td {
    padding: 18px 12px;
    border: none;
    text-align: left;
    vertical-align: baseline;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.request-table td input {
    margin: 0 0 5px 0;
    padding: 8px;
    border: #e3e3e3 1px solid;
}
.request-table td textarea {
    margin: 0 0 5px 0;
    padding: 8px;
    border: #e3e3e3 1px solid;
}

.font-red {
    color: #C2212C;
    font-weight: bold;
}

p.submit {
    text-align: center;
    padding: 8px;
}

p.submit input {
    padding: 20px;
}

/* -----------------------------------------------------------
■イベント詳細テーブル
----------------------------------------------------------- */

.event-detail h2 {
    margin: 0 0 20px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

.event-detail-table {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #e3e3e3;
}

.event-detail-table tr:nth-child(even) {
    background-color: #F0F0F6;
}

event-detail-table tr:nth-child(odd) {
    background-color: #FCFCFC;
}

.event-detail-table th {
    width: 120px;
    padding: 12px;
    border: none;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.event-detail-table td {
    padding: 12px;
    border: none;
    text-align: left;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.event-detail-table td input {
    margin: 0 0 5px 0;
    padding: 8px;
}

.font-red {
    color: #C2212C;
    font-weight: bold;
}

p.submit {
    text-align: center;
    padding: 8px;
}

p.submit input {
    padding: 20px;
}

/* -----------------------------------------------------------
■404
----------------------------------------------------------- */

.notfound h2 {
    margin: 0 0 10px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

/* -----------------------------------------------------------
■サイトマップ
----------------------------------------------------------- */

.sitemap h2 {
    margin: 0 0 5px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
}


/* -----------------------------------------------------------
■ソーシャルボタン
----------------------------------------------------------- */

.social4i {
    margin-bottom: 15px;
}


/* -----------------------------------------------------------
■アドセンス
----------------------------------------------------------- */

.adsn-box {
    padding: 15px;
    background: #F3F3F3;
}

.adsl {
    float: left;
}

.adsr {
    float: right;
}

.adst {
    margin: 0 0 30px 0;
}

.screensize2 {
    display: none;
}

.com-adsn {
    text-align: left;
}


/* -----------------------------------------------------------
■沖縄2019
----------------------------------------------------------- */
#okinawa-area {
	width:655px;
	height:180px;
	margin:0 0 20px 0;
}

#okinawa-left {
	float:left;
}
#okinawa-right {
	float:right;
}


/* -----------------------------------------------------------
■ヒノキガタリLPO
----------------------------------------------------------- */

#gatari-bnr ul li {
    width: 320px;
    height: 200px;
    float: left;
}

#gatari-bnr ul li a {
    display: block;
}


/* -----------------------------------------------------------
■PR
----------------------------------------------------------- */

.pr {
    margin: 0 0 30px 0;
    font-size: 118%;
    color: #ed2302;
}


/* -----------------------------------------------------------
■ 桧舞台チャリティーゴルフページ
----------------------------------------------------------- */

.golf-page h2 {
    margin: 30px 0 20px 0;
    padding: 3px 5px 2px 8px;
    font-size: 115%;
    font-weight: bold;
    background: url(../../images/common/title-bg.gif) repeat 0 0;
}

/* -----------------------------------------------------------
■ お問合せサンクスページ移管
----------------------------------------------------------- */
.wpcf7-mail-sent-ok {
display: none !important;
}

/* -----------------------------------------------------------
■グーグルマップ レスポンシブ対応
----------------------------------------------------------- */
.google-maps {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.google-maps iframe,
.google-maps object,
.google-maps embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* -----------------------------------------------------------
■ 24チャンピオンシップ2021
----------------------------------------------------------- */
.entry-title {
	margin:0 0 20px 0;
    padding: 10px;
    font-size: 120%;
    background: #C2212C;
    color: #ffffff;
}
.txt-al-right {
	padding:0 13px 0 0;
	text-align:right;
}
.req-red {
    margin: 0 8px 0 0;
    padding: 0 5px;
    background: #C2212C;
    color: #ffffff;
}
.txt120 {
	font-size:120%;
	font-weight:bold;
}
.txt90 {
	font-size:90%;
}