@charset "UTF-8"; 
/* 印刷用 CSS */


/* -------------------------------------------
htmlタグ定義 
------------------------------------------- */
body {
    background-image:  none;
    background-color: #fff;    
}

*html body {
    zoom: 65%;
}

h1 {
    padding-top: 20px;
    padding-bottom: 5px;
}

address {
    display: none;
}


/* -------------------------------------------
レイアウトボックス要素
------------------------------------------- */
#wrap {
    background-image:  none;
}

/* ヘッダー */
#header {
 /*    height:80px;*/
    margin: 0;
    padding: 0;
}

/* フッター */
#footer {
    background-image:  none;
}

/* コンテンツ内上部背景画像 */
#bg_contents {
    background-image:  none;
    margin: 0px auto;
    padding: 0px auto;
}


/* -------------------------------------------
共通ボックス内定義
-------------------------------------------*/
/* ヘッダー */
/* グルーバルナビゲーション01、02 */
#gNav {
/*    display: none;*/
    margin: 0;
    padding: 0;
}

/* 検索サーチ */
#search {
/*    display: none;*/
}

/* 言語切り替えボタン */
#switch {
/*    display: none;*/
}

/* フッター */
/* テキストナビゲーション */
#footer ul {
    display: none;
}


/* -------------------------------------------
共通スタイル
-------------------------------------------*/

/* 印刷表示用 */
.forprint {
    display: inline;
}

#detail-cts ul {
    list-style-type: disc!imortant;
}

/* -------------------------------------------
トップCSS
-------------------------------------------*/
#top_main {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

#top #top-box01 {
    *padding: 70px 0 10px 0px;
}
/* -------------------------------------------
後続ページ コンテンツCSS
-------------------------------------------*/
h2 {
}

/* 
#detail-cts h4 {
    padding: 2px 10px 5px 10px;
    border-left: 4px solid #CCCC;
}*/


#pankuzu {

}

#pagetop {
    display: none!important;
}
#pagetop a {
    display: none!important;
    background-color: transparent;
    color: #fff!important; 
}


p.pagetop {
    display: none;
}

#contents {
    margin: 0px auto;
    padding: 0px auto;
}
#sidebar-nav ul li {
    border-bottom: 1px solid #e3e3e3;
}
#pagetop {
    display: none!imortant;
}
#pagetop a {
    display: none!imortant;
    background-color: transparent;
    color: #fff!imortant; 
}



/* -------------------------------------------
box-shadow非表示
-------------------------------------------*/
/* 渋沢栄一関連会社社名変遷図
------------------------------------------- */
/* 変遷図 */
#companyname-cts .industry_nav {
    box-shadow: none;
}

#companyname-cts .list50_nav {
    box-shadow: none;
}

/* 晩香廬・青淵文庫公開カレンダー */
#public-cts .time_nav {
    box-shadow: none;
}


/* -------------------------------------------
A-form
-------------------------------------------*/
/* IEで複数ページが印刷されている現象回避 */
.aform .aform-content dl dt {
    padding-bottom: 10px;
    margin-bottom: 0px;
}