@charset "utf-8";

/* ===================================================================
CSS information
スマホ用CSS 画面の横幅が480px以下のデバイスに適用
=================================================================== */


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


/* # General Elements
---------------------------------------------------------------------------- */

body {
    font: 13px/1.231 Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
    overflow-x: hidden;
    margin: 0 auto;
    border: none;
    background-color: #fff;
    color: # 000;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 99%;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
}

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;
}


/* # body
---------------------------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    width/***/
    : auto;
}


/* # layout
---------------------------------------------------------------------------- */

#noscript {
    text-align: center;
    padding: 15px 0;
    background: #fffdd7;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffdd7), to(#fffaa2));
    background: -moz-linear-gradient(-90deg, #fffdd7, #fffaa2);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fffdd7', endColorstr='#fffaa2');
}


/* -----------------------------------------------------------
■非表示設定
----------------------------------------------------------- */

div#header-box nav,
#main-nav,
#flogo,
.wp-pagenavi,
#gatari-side-b {
    display: none;
}


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

div#header-box {}

#logo {
    width: 180px;
    margin: 10px auto 0 auto;
}

div#header-box h1 {
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    -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;
    }
}

.drawr-btn {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    padding: 3.5% 0 0 0;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: #000;
    z-index: 200;
}

.drawr-btn:hover {
    color: #fff;
    text-decoration: none;
}

.peke {
    background-position: -35px 0;
}

.drawr {
    width: 100%;
    padding: 0 0 30px 0;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 100;
}

#drawr-menu,
#drawr-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#drawr-menu ul {
    position: fixed;
    cursor: pointer;
}

.drawr-border {
    border-bottom: 1px dashed #aaa;
}

#drawr-menu li ul {
    background: #fff;
    position: relative;
}

#drawr-menu li {}

#drawr-menu li a {
    display: block;
    padding: 3%;
    font-size: .8rem;
    font-weight: bold;
    text-decoration: none;
}

li#drawr-home a {
    height: 2rem;
    padding: 5% 3% 0 3%;
    font-size: .8rem;
    color: #fff;
    background: #000;
}

li.drawr-half-left a {
    width: 44%;
    float: left;
    background: #fafafa;
    border-bottom: 1px solid #f2f2f2;
}

.drawr-half-right a {
    width: 43.5%;
    float: right;
    background: #fafafa;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

div#pankuzuarea {
    width: 100%;
    margin: 0;
    padding: 0 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 {
    margin: 0 auto;
    padding: 0 10px;
    font-size: 88%;
}

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

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

#sp-head-ac {
    
}


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

div#contens {
    width: 100%;
}


/* -----------------------------------------------------------
■サイドバー部分
----------------------------------------------------------- */

div#sidebar {}

.fcltshop {
    text-align: center;
}

div#sub-menu {
    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;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

div#sub-menu li {
    font-size: 110%;
    text-align: center;
    border-bottom: 1px dashed #999999;
}

div#sub-menu li a {
    padding: 10px 0;
    display: block;
}

div#sub-menu li a:hover {}

div#sub-menu li:last-child {
    border: none;
}

#magazine {
    margin: 0 0 15px 0;
    text-align: center;
}

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);
}

#amaz {
    text-align: center;
}

div#adv {
    display: none;
}

div#adv li {}

div#adv li:nth-child(odd) {}

div#talklive2016 {
    text-align: center;
}

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);
}


/* -----------------------------------------------------------
■メイン部分
----------------------------------------------------------- */
#mainimg-area {
	margin:0 0 10px 0;
}
div#right-contents {}

div#main-contents {
    background: #ffffff;
}

.entry a {
    width: 100%;
    padding: 10px 0;
    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: 80px;
    margin: 0 0 0 10px;
    float: left;
}

.entry-box {
    width: 66%;
    margin: 0 0 0 10px;
    float: left;
    border-bottom: 1px dashed #999999;
}

.post-info {
    height: 40px;
    margin: 0 0 20px 0;
}

.time-box {
    width: 100px;
    margin: 0 0 5px 0;
    font-size: 100%;
    font-weight: bold;
}

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

.ath img {}

.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 {
    padding: 0 0 10px 0;
    clear: both;
}

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

.comment-count {
    padding: 8px 0 0 10px;
    font-size: 80%;
    clear: both;
}

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

#fb-box {
    display: none;
}


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

#page-top {
    font-size: 100%;
}

#page-top a {
    padding: 0 0 10px 0;
    text-decoration: none;
    color: #242424;
    text-align: center;
    display: block;
}

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

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

#footer {
    width: 100%;
    margin: 10px 0;
}

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

.bld {
    font-weight: bold;
}

#footer nav {
    width: 100%;
}

#footer nav ul {
    margin: 0;
    width: 100%;
}

#footer nav li {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #aaaaaa;
}

#footer nav li a {
    padding: 10px 0;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    display: block;
    -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 {
    text-align: center;
}

#addarea a {
    padding: 10px;
}

address {
    margin: 10px 0 0 0;
}


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

div#titlearea h1 {
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

.caution {
    padding: 10px 0;
    text-align: center;
}


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

#post {
    padding: 30px 15px;
    word-break: break-all;
}

#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 13px 0;
    padding: 3px;
    font-size: 120%;
    font-weight: bold;
    background: #f2f2f2;
}

#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: 100%;
    margin-top: 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: 80%;
    margin: 0 auto 20px auto;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.com-h3 {
    margin: 0 0 15px 20px;
    font-size: 115%;
    font-weight: bold;
}

#respond textarea {
    width: 260px;
    margin: 10px 0 10px 20px;
}

#respond input {
    margin: 0 0 20px 20px;
}

.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 {
    margin: 10px 0;
    padding: 0 20px;
    text-align: center;
}

#previous-blog {
    margin: 0 0 10px 0;
    padding: 0 20px;
    text-align: center;
}

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;
}


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

.page-contents {
    padding: 20px;
}

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

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

#prof-photo {
    width: 240px;
    margin: 0 auto 15px auto;
}

#prof-data {
    width: 100%;
}

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

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 {
    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 {}

#prof-data dt {
    padding: 5px 0 5px 10px;
    font-weight: bold;
}

#prof-data dd {
    padding: 5px 5px 5px 10px;
}

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

.year-box {
    margin: 0 0 10px 0;
}

.chro-box {}

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

.chro-box dl {}

.chro-box dt {
    padding: 5px 0 0 0;
    font-weight: bold;
}

.chro-box dd {
    padding: 5px 0;
}

.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 {
    margin-bottom: 10px;
}

.record dt {
    padding: 5px 0 0 0;
    font-weight: bold;
}

.record dd {
    padding: 5px 0;
}

.win-title {}

.win-title dl {}

.win-title dt {
    padding: 5px 0 0 0;
    font-weight: bold;
}

.win-title dd {
    padding: 5px 0;
}

.over {
    width: 300px;
    overflow: scroll;
}

.monotone-table {
    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 {
    border: none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border-bottom: #e3e3e3 1px solid;
    border-left: #e3e3e3 1px solid;
}

.monotone-table td {
    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;
}


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

.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 {}

#adsn-img {}

#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 {
    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;
}

.adsn-table td textarea {
    width: 200px;
}


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

.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 {
    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 {
    padding: 5px;
    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: 5px;
    border: none;
    text-align: left;
    vertical-align: middle;
    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;
}

.request-table textarea {
    width: 200px;
}

p.submit {
    text-align: center;
}

p.submit input {
    padding: 8px;
}


/* -----------------------------------------------------------
■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;
}


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

.adsl {
    margin: 0 0 15px 0;
}

.adsr {}


/* -----------------------------------------------------------
■youtube 埋め込み設定
----------------------------------------------------------- */

.move {
	margin:0 0 20px 0;
    position: relative;
    width: 100%;
}

.move iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


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

#okinawa-left {
	width:320px;
	margin:0 auto 10px auto;
}
#okinawa-right {
	width:320px;
	margin:0 auto 10px auto;
}
.okinawa2019 {
	margin:0 0 10px 0;
}

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

.pr {
    margin: 0 0 30px 0;
    font-size: 118%;
    color: #ed2302;
}
/* -----------------------------------------------------------
■ お問合せサンクスページ移管
----------------------------------------------------------- */
.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%;
}
/* -----------------------------------------------------------
■イベント詳細テーブル
----------------------------------------------------------- */
.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;
}

/* -----------------------------------------------------------
■ 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%;
}