@charset "utf-8";

body {
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

::selection {
	background: #5b7cbd;
	color: #fff;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5b7cbd;
}

.g-brd-primary {
    border-color: #5b7cbd !important;
}

a {
    color: #5b7cbd;
    outline: none;
}

a:focus, a:hover {
    color: #4f78c9;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #5b7cbd !important;
}

.g-col-border-side-0 th {
	white-space: nowrap;
}

.form-control:focus,
.custom-select:focus {
  border-color: #4263a3;
  box-shadow: none;
}
