/*
 Theme Name: LSEED Support Site
 Description: QUADRA (tcd-quadra) child theme for BetterDocs adjustments.
 Author: Takumi
 Version: 1.0.0
 Text Domain: lseed_support
 Template: quadra_biz001
*/

/* 子テーマに最低限の余白などを追加したい時はここに */
#header_logo .logo_image, #footer_logo .logo_image{
    width: auto;
    height: 50px;
}
.header_top {
	background: #fff;
}
#header_search .button label:before {
    color: #2251C7 !important;
}
input#header_search_input {
    background: #2251c722 !important;
}
#global_menu_button span {
	background: #2251C7 !important;
}

.betterdocs-content-wrapper {
    line-height: 1.8;
}
.betterdocs-content-wrapper figure {
    margin: 20px 0;
}