@charset "utf-8";
/* ■■■ 標準設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */
body {
	/*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;

}
#main .container .col-md-3 {
}
#main .container .col-md-9 .badge {
	background: #999999;
}
#main  a:link    { text-decoration: underline;}
#main  a:visited { text-decoration: underline;}
#main  a:hover   { text-decoration: none;}
#main  a:active  { text-decoration: none;}

.f-left {
	float: left;
}
.f-right {
	float: right;
}
.bg-blue {
    background-color: #E8F1FB !important;
}
.bg-blue .font {
	color: #06C;
}
.font-blue {
	color: #06C;
}
.bg-green {
	background-color: #E3F3DE !important;
}
.bg-green .font {
	color: #83CF70;
}
.bg-gray {
    background-color: #EEEEEE !important;
}
.bg-red {
    background-color: #ffeaea !important;
}
.bg-red .font {
	color: #d9534f;
}
.font-red {
	color: #d9534f;
}
.small-box.bg-red p {
	color: #d9534f;
}
.font-large {
	font-size: 1.5em;
}
.font-mini {
	font-size: 0.9em;
}
.required {
	color: #E60012;
}
span.title,
p.title {
	margin-right: 1em;
	color: #005E9C;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.right-space {
	padding-right: 2em;
}
ul.dashboard-list {
	padding-left: 5px;
}
ul.dashboard-list li {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid white;
    list-style: outside none none;
    padding: 10px 0;
}
.label.label-large {
	font-size: 90%;
	margin-right: 3px;
	letter-spacing: 0.1em;
}
.label {
	margin-bottom: 3px;
}
label.title .label {
	font-size: 90%;
}
#main i {
	padding-right: 3px;
}
/*
.panel-default > .panel-heading {
	background: #dff0d8;
	color: #3c763d;
}
*/
.alert.alert-danger p {
	margin-bottom: 10px;
}
.text-inline {
	display: inline-block;
}

/* ■■■ header 設定 ■■■ */
#header h1 {
	margin: 2px 0;
	color: #000000;
	display: inline-block;
	padding:0;
	font-size: 22px;
}
#header h1 span {
	display: inline-block;
	margin: auto 5px;
}
#header h1 span.logo {
}
#header h1 span.school {
	font-size: 26px;
	text-shadow: 2px 2px 2px #FFFFFF;
}
#header .text-right {
	margin-top: 20px;
}
#header .btn {
	width: 120px;
}
#header p {
	padding: 5px 0;
	margin: 0;
}
#header i {
	padding-right: 3px;
}
#header p i.glyphicon {
	padding-right: 5px;
}
.menu-box a {
	border-radius: 5px;
	padding: 5px 5px 3px 5px;
	display: inline-block;
	font-size: 0.8em;
	font-weight:bold;
	line-height: 1.1em;
	background: #337ab7;
	margin-bottom: 5px;
	color: #FFF;
}
.menu-box a .glyphicon {
	font-size: 1.2em;
}
.menu-box a:hover  { text-decoration: none; background-color:#EEEEEE;}
.topline {
	margin-bottom:20px;
	background: #DFF4FF;
	font-size: 15px;
	text-align: center;
	padding: 3px;
	color: #630;
	font-weight:bold;
}
.topline i.glyphicon {
	padding-right: 5px;
}
.topline .login-user {
}
.topline .team {
}

/* ■■■ main 設定 ■■■ */
#main h3 {
	background: #68C3EB;
	border-radius: 5px;
	margin-top: 0;
	padding: 5px 5px 5px 15px;
	font-size: 1.3em;
	font-weight:bold;
	margin-bottom: 20px;
	color: #FFFFFF;
	clear: both;
}
#main h3 i.glyphicon {
	color: #FFFFFF;
	font-size: 1em;
	vertical-align: -1px;
}
h3.imp {
	background: #F34921;
}
#main .title_big {
	margin-top: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #005E9C;
	border-bottom: 1px dashed #68C3EB;
}
.footercol {
	color: #999;
	border-top: 2px solid #B9E3F9;
	padding: 20px;
	font-size: 0.9em;
}

/* ■■■ メニュー設定 ■■■ */
.nav-pills {
	background: #EFF9FE;
	padding: 5px;
}
.nav-pills li {
	margin-top: 0;
}
#main .nav-pills li a:link    { text-decoration: none;}
#main .nav-pills li a:visited { text-decoration: none;}
#main .nav-pills li a:hover   { text-decoration: none;}
#main .nav-pills li a:active  { text-decoration: none;}
.nav-pills li a {
	padding-left: 30px;
	background: url(../img/icon_menu.png) no-repeat 15px center;
	color: #555555;
	/*height: 26px;*/
	line-height: 26px;
	margin-bottom: 3px;
}
.nav-pills li a:hover {
	background: #FFFFFF url(../img/icon_menu_on.png) no-repeat 15px center;
}
.nav-pills li.title {
	border-top: 1px solid #B9E3F9;
}
.nav-pills li.title:first-child {
	border-top: none;
}
.nav-pills li.title a {
	margin-top: 2px;
	font-size: 16px;
	margin-bottom: 2px;
	background-image: none;
	padding-left: 8px;
	color: #005E9C;
	height: 36px;
	line-height: 36px;
}
.nav-pills li.title.active a {
	margin-bottom: 5px;
	border-radius: 3px;
	background: #005E9C;
	color: #FFF;
}
.nav-pills li.title:first-child a {
	margin-top:0;
}
.nav-pills li.title.active:first-child a {
	margin-bottom: 2px;
}
.nav-pills li .glyphicon {
	padding-right: 5px;
	font-size: 1.2em;
	color: #FF8800;
	vertical-align: -3px;
	line-height: 30px;
	top: 0px;
}
.nav-pills li.active a {
}
.nav-pills li.active i.glyphicon {
	color: #FFFFFF;
}
.nav-pills .badge {
	background: #d9534f;
	font-size: 15px;
	padding: 2px 6px;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}
.nav-pills li a.fc {
	background: none;
 	margin-left: 14px;
}

span.notes {
	padding: 3px 10px;
	margin-top: 5px;
	display: block;
	border: 1px solid #B9E3F9;
	border-radius: 3px;
}
span.notes i {
	font-size: 12px;
}
.alert.waku.waku-default {
	border: 1px solid #AAD8EA;
	color: #555;
	border-radius: 10px;
	box-shadow:0px 0px 6px #AAD8EA;
}
.alert.waku {
	background: #FFFFFF;
	border: 1px solid #FEDA46;
	color: #555;
	border-radius: 10px;
	box-shadow:0px 0px 6px #FEDA46;
}
a h4 {
	color: #005E9C;
}
h5 {
	background: none;
	color: #000000;
	border-left: 5px solid #68C3EB;
	border-radius: 0px;
	line-height: 1.4em;
	padding-left: 10px;
	font-size: 16px;
	margin-top: 0;
}
.file i {
	font-size:2.2em;
}

/* ■■■ form設定 ■■■ */

select.form-control {
	margin-bottom: 3px;
}
input.num {
	text-align: right;
	width: 3em
}
#main a.btn:link {
	text-decoration: none;
}
.form-group label.title {
	background: #EEEEEE;
	display: block;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 8px;
}

.form-group p {
	word-break: break-all;
}

.alert.waku .form-group label.title {
	background: #EEEEEE;
	color: #333;
}
.input-group.calendar {
	width: 10em;
	margin-right: 5px;
	text-align: center;
}
.input-group.calendar input {
	text-align: center;
}
input[type="radio"],input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 3px;
}
.titme select.form-control {
	text-align: center;
	display: inline-block;
}
.alert.search-box {
	background: #dff0d8;
	padding: 8px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.alert.search-box input.form-control {
	width: 13em;
}
.alert.search-box input.form-control#date_select,
.alert.search-box input.form-control#date_fromfix_select {
	width: 8em;
}
.search-box .row.search-koumoku {
	background: #FFF;
	margin: 0;
	margin-bottom: 8px;
	padding: 10px;
}
.btn-area {
	margin-bottom: 20px;
}
.btn-area input {
	min-width: 8em;
	margin-left: 5px;
	margin-right: 5px;
}
.search-box .btn-area{
	padding: 0;
	margin-bottom: 0;
}
#main .search-box .btn-area input {
	margin: 0;
}
.search-box .icon-bg {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 70px;
	color: #dff0d8;
	z-index: 0;
}
.search-box .form-group {
	margin-bottom: 0;
}
.search-box .title {
	min-width: 6em;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #CCC;
	font-size: 1.1em;
	color: #3c763d;
	line-height: 30px;
}
ul.list-group .list-group-item-text {
	font-size: 1em;
	line-height: 1.4em;
}
ul.list-group li h4 {
	margin-bottom: 0;
	word-break:break-all;
}
#main .search-box .btn, input, .input-group {
	margin: 0;
}
table.list td {
	text-align: center;
}
table.list th {
	text-align: center;
}
table.edit th {
	text-align: center;
	background: #d9edf7;
	color: #31708f;
	font-size: 1.1em;
}
table.edit.th-right th {
	text-align: right;
}
p code {
	display: inline-block;
	margin-bottom: 5px;
}
.panel-default > .panel-heading {
	background: #d9edf7;
	color: #005E9C;
}
.panel-heading h4 {
	margin: 0;
	word-break: break-all;
}

.panel-body p {
	word-break: break-all;
}

.modal-header h4 {
	word-break: break-all;
}

.modal-body p {
	word-break: break-all;
}


/* ■■■ コンテンツ設定 ■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ■■■ loginform ■■■ */
.form-control {
	height: 32px;
}
#loginform body {
	 /*background: url(../img/img_bodybg_login.jpg) no-repeat center 0;*/
}
#loginform h1 {
	margin-top: 30px;
	margin-bottom: 20px;
}
#loginform hr {
	border:1px solid #B9E3F9;
}
#loginform .education {
	color: #FFF;
	font-size:5.3em;
	line-height: 1em;
	font-weight: bold;
	margin: 10px auto 10px auto;
	text-shadow: 5px 5px 3px #C5E4F4;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#loginform p {
	margin-bottom: 10px;
}
#loginform .alert.waku {
	background-color: rgba(185,227,249,0.1);
}
#loginform .loginarea {
	width: 700px;
	margin: auto;
}
#loginform .loginarea label {
	color: #005E9C;
}
#loginform .loginarea  a {
	text-decoration: underline;
}
#loginform .loginarea  a:hover {
	text-decoration: none;
}
#loginform .loginarea  a.btn {
	text-decoration: none;
}
#loginform .alert.alert-danger {
	margin-bottom: 0;
}
#loginform .qr {
	padding-top: 50px;
}

/* ■■■ home ■■■ */
#main h3.imp {
	background: #F2DEDE;
	color: #A94442;
}
#main h3.imp i.glyphicon {
	color: #A94442;
	background:
}
#main h3 .search-burger {
	margin-bottom: 0;
	float: right;
	font-weight: bold;
	font-size: 15px;
}
#main h3 .search-burger.btn-sm {
	padding: 0 10px;
}
#main h3 .search-burger i.glyphicon {
	vertical-align:0;
	margin-right: 3px;
	font-size: 13px;
}
.list-group-item.imp {
	border: 1px solid #A94442;
}
.list-group-item p {
	margin: 0;
}
.small-box {
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.small-box > .inner {
    padding: 10px;
}
.small-box h3, .small-box p {
    z-index: 5;
	margin-bottom: 0;
	font-weight: bold;
	color: #666666;
}
.small-box .font {
    font-size: 50px;
    font-weight: bold;
    white-space: nowrap;
	line-height: 1em;
}
.small-box .icon {
    color: rgba(0, 0, 0, 0.1);
    font-size: 70px;
    position: absolute;
    right: 10px;
    top: 5px;
    transition: all 0.3s linear 0s;
    z-index: 0;
}
.info p {
	font-size: 1.1em;
}
ul.topTeamlist {
	padding-left: 0;
	margin: auto;
	margin-bottom: 20px;
}
ul.topTeamlist li {
	display: inline-block;
	width:32%;
	border: 1px solid #AAD8EA;
	box-shadow:0px 0px 6px #AAD8EA;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 3px;
	font-weight: bold;
	vertical-align: top;
}
ul.topTeamlist li .badge {
	float: right;
	font-size: 15px;
	vertical-align: middle;
}

/* ■■■ mcn ■■■ */
.fromback .glyphicon {
	font-size: 50px;
	color: #DDDDDD;
	margin: 0;
	padding: 0;
}
/* ■■■ yearly_event ■■■ */
#main h3.yearly_event {
	background: none;
	color: #333333;
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: normal;
}
/* ■■■ cal ■■■ */
.cal-month th,
.cal-week th  {
	text-align: center;
	background: #d9edf7;
	font-size: 1.1em;
}
.cal-year th {
	text-align: right;
}
.cal-month td {
	height: 100px;
	min-height: 100px;
	color: #999;
}
.cal-month td .label{
	padding: 0 3px;
}
.table.cal-week > tbody > tr > th {
	line-height: 1.2em;
	word-break:break-all;
	white-space: normal;
}
.cal-week.list td {
	text-align: left;
}
.cal-week th .date {
	display: block;
	padding: 0;
}
#main .cal-month td a:link,
#main .cal-week td a:link {
	text-decoration: none;
}
#main .cal-month td a:hover,
#main .cal-week td a:hover {
	text-decoration: underline;
}

td p {
	margin-bottom: 5px;
	word-break:break-all;
}
table th {
	color: #666;
}
table td .label {
	font-size: 100%;
	margin-right: 3px;
}
td p.day {
	font-size: 2em;
	margin-bottom: 0;
}
#main .cal-month td p.day a,
#main .cal-month td p.day {
	color: #777;
	font-weight: bold;
}
th.today {
	background: #FFC;
}
td.today .day {
	width: 33px;
}
th.sunday {
	color: #E35E78;
}
#main .cal-month td.sunday p.day,
#main .cal-month td.sunday p.day a
 {
	color: #E35E78;
}
th.saturday {
	color: #6897CC;
}
#main .cal-month td.saturday p.day a,
#main .cal-month td.saturday p.day {
	color: #6897CC;
}
td.today a,
td.today {
	background:#FFC;
}
.cal-month td a .label,
.cal-week td a .label {
	text-decoration: none;
}
