/*
Theme Name: DorappliManual
Template: wedocs-develop
*/

html, body {
    height: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ','ＭＳ Ｐゴシック','Open Sans', sans-serif;
}
.container[role="document"] {
    min-height: calc(100% - 348px);
}
.navbar-toggle {
    display: none;
}
.top-search-form {
    background-color: #333;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link {
    display: none;
}

.wedocs-feedback-wrap,
.wedoc-feedback-wrap {
    display: none;
}

aside.doc-nav-widget h3 {
    font-weight: normal;
}
aside.doc-nav-widget h3.current-title {
    font-weight: bold;
}
aside.doc-nav-widget h3:not(:first-child) {
    margin-top: 30px;
}
aside.doc-nav-widget h3 a {
    color: #191919;
	text-decoration:none;
}

aside.doc-nav-widget h3 a:hover {
    color: #3598DB;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content img {
    padding: 0px;
    border: 0px solid #eeeeee;
}
.hentry .entry-content img {
    border: 0px solid #eeeeee;
}



/****************************************
      TOPへ戻るボタン（Go to top）
*****************************************/
#page-top{
    position:fixed;
    right:16px;
    bottom:16px;
    display: none;
	z-index:100;
}
 
#page-top a{
    color:#fff;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#aaa;
    line-height:100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px; 
}
 
#page-top a:hover{
    background:#8b8b8b;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}
