@charset "utf-8";

/* グローバルメニュー全体のフォントサイズを設定 */
#gMenu .menu li {
    font-size: 13px;
}

/* 個別メニュー項目のフォントサイズ */
#gMenu #menu-item-small {
    font-size: 10.5px;
}


div.rssBtn {
 visibility: hidden;
 }


a[title="noevent"] {
pointer-events: none;
}

table tr, table th, table td {border: solid 1px #d3d3d3 !important;}

#content table { 
   border-collapse: collapse;
}
#content table th, #content table td {
   text-align: left !important;
}

#content table td {  
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

.responsive-table { 
    border-collapse: collapse;
    font-size: 13px; 
}


/* テーブルに横スクロールバーを表示 */
@media (max-width: 950px) {
    .table-scroll {
        overflow-x: scroll;
        font-size: 13px; 
    }
}


#main #container .wide#content {
 width: 100%;
}


/*　画像フレームの幅を100%に　*/
#topMainBnrFrame {
    width: 100%;
    height: auto;
}
 
/*　画像幅を100%に　*/
#topMainBnr img {
    width:100% !important;
    max-width: 100% !important;
    height: auto !important;
}
 
/*　画像の枠線を削除　*/
#topMainBnrFrame .slideFrame {
    border:none;
}
 
/*　画像の位置調整　*/
#topMainBnrFrame .slideFrame img {
    left: 0px;
}
 
/*　画像の余白を削除　*/
#topMainBnr {
    padding:1px 0px;
}

@media (min-width: 970px) { /*　BizVektorのレスポンシブ設定による　*/
    /*　画像フレームの最小の高さを設定　*/
    #topMainBnrFrame {
        min-height: 200px;
    }
}
 
/*　画像フレームの背景色・影を消す　*/
#topMainBnr,
#topMainBnrFrame {
    background-color:transparent;
    box-shadow:none;
    border:none;
}

/* 「投稿」メニューを消す */
#menu-posts {
    display: none;
}

/* Copyrightの色 */
#siteBottom #copy,
#siteBottom #copy a {
color:#ffffff;
}

/*　会社名 */
#footer dl#footerOutline dt { color:#ffffff; }

/* フッターサイトマップメニュー */
#footerSiteMap .menu a { color:#ffffff; }

/*キャッチフレーズの色　*/
#headerTop #site-description {
    color: #ffffff;
    font-size:12px;
}

/*タイトル文字の色　*/
#pageTitBnr #pageTitInner #pageTit {
    color: #3366cc;
    font-weight:800;
}

a {
 text-decoration: none;
}

/*　3PR見出し文字サイズ　*/
#topPr h3 {
    font-size: 16px;
}
 
/*　3PR見出し文字色　*/
#topPr h3 a {
    color:#0066cc;
}

/*　3PR説明文　*/
#topPr p a {
    font-size: 13px;
    line-height: 130%;
    color:#000;
}

body {
    color: #000; 
}
