﻿@charset 'UTF-8';
/* デフォルト指定の上書き
 * フォントサイズを共通で大きくするなどの調整に使用
 */
body {
	font-family: 'Meiryo UI', sans-serif;
	font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Meiryo UI', sans-serif;
}

/* 入力値はMSゴシック **/
input,
textarea {
	font-family: 'MS Gothic', sans-serif;
}
.content-header > .breadcrumb {
	font-size: 16px;
}
.btn {
	font-size: 20px;
	margin-bottom: 10px;
}
.form-control {
	font-size: 18px;
	height: 38px;
}
/*
 * カレンダー
 */
.fc-basic-view .fc-body .fc-row {
	/* スマホ画面用指定 */
	min-height: 20px;
	/* スマホ以外の場合は以下だけだと正方形がくずれるのでさらに調整が必要。*/
	/* height: 40px !important;*/
}
/* 細かく指定しないと fc-today を上書きできない */
.fc-unthemed td.selectDay {
	background-color: red;
}

/*
 * プロジェクト独自共通クラス
 */

/*
 * ヘッダー機能名
 */
.navbar-feature {
	color: #fff;
	font-size: 22px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
/*
 * ヘッダーユーザ名
 */
.navbar-user {
	color: #fff;
}


/*
 * 表示条件部
 */
.box-header-item {
	margin-bottom: 8px;
	font-size: 20px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*
 * メッセージ部
 */
.box-message {
	margin-top: 10px;
	margin-bottom: 10px;
}
.box-message-body {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 1;
}
.modal-footer > .btn {
  vertical-align: baseline;
}