/*********************************
 *
 * 勉強ナビPlus
 *
 ********************************/

body {
	color: #424242;
	background: #FFF;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
}

.btn-primary {
	background: #04B45F;
	border-color: #04B45F;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #04B45F; !important;
	border-color: #04B45F; !important;
}

.btn-small {
	font-size: 1em;
	padding: 3px 5px !important;
	margin-bottom: 0;
}

.border {
	border-width: 0px !important;
}

/* side */

.main_logo {
	text-align: center;
	margin-bottom: 30px;
}
.main_logo img {
	width: 150px;
}

#fh5co-aside {
	position: absolute;
	overflow-y: auto;
	text-align: center;
}

#fh5co-aside #fh5co-main-menu ul li a {
	font-size: 1.1em;
}

#fh5co-aside #fh5co-main-menu ul li a::after {
	background: #04B45F;
}

#fh5co-aside #fh5co-logo {
	margin-bottom: 1em;
	font-size: 1.7em;
	text-transform: none;
}

#fh5co-aside h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

#fh5co-aside p {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #1C1C1C;
}

#fh5co-aside #fh5co-main-menu ul li:first-child {
    margin-top: 10px;
}
#fh5co-aside #fh5co-main-menu ul li:last-child {
	margin-bottom: 10px;
}

#fh5co-aside hr {
	width: 60%;
	border-color: #04B45F;
}


/* main */
#fh5co-main {
	min-height: 900px;
}

#fh5co-main,
#fh5co-main .fh5co-more-contact {
	background: #FFF;
}

#fh5co-main h1 {
    font-size:1.9em;
    margin: 30px 0;
    background: linear-gradient(transparent 70%, rgba(4,180,95,0.8) 70%);
}

#fh5co-main h2 {
    padding-bottom:8px;
    position:relative;
    border-bottom:1px solid #ccc;
    font-size: 1.3em;
    color: #088A4B;
}

#fh5co-main h2:after {
    content:".";
    line-height:0;
    display:block;
    overflow:hidden;
    position:absolute;
    bottom:-1px;
    width:30%;
    border-bottom:1px solid #088A4B
}

.fh5co-feature .fh5co-icon {
	background-color: #3ADF00;
}

.fh5co-feature .fh5co-icon i {
	display: table-cell;
	vertical-align: middle;
	color: #FFF !important;
	font-size: 40px;
	height: 100px;
}

.fh5co-heading {
	margin-top: 20px;
	margin-bottom: 20px;
}

.history-view {
	width: 100%;
}

.history-view td{
	height: 30px;
}

.students-view {
	width: 100%;
}

.students-view td{
	height: 50px;
}

.study-total {
	width: 100%;
}

.study-total th,
.study-total td {
	height: 30px;
}

.study-total .study-header {
	border-bottom: 1px solid #424242;
}
.study-total .study-sum {
	border-top: 2px solid #424242;
}

.test-sum {
	font-size: 1.2em;
	text-decoration: underline;
}

#canvas1,
#canvas2,
#canvas3,
#canvas4 {
	margin-bottom:50px;
	height: 300px;
	width: 100%;
}

.header-alert {
	color: #F78181;
	font-size: 1.3em;
	border-bottom: solid 3px #F78181;
}

.view_date {
	font-size: 1.2em;
	background-color: rgba(4,180,95,0.8);
	padding: 5px 0 5px 20px;
	margin: 20px 0 20px 0;
	font-weight: bold;
	color: #FFF;
}

table.jqplot-table-legend {
	width: 130px;
	margin-right: 30px;
}

td.jqplot-table-legend-swatch {
	width: 10px;
}

.scroll table{
	width:100%;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

@media (max-width:576px) {
	.fh5co-feature input,
	.fh5co-feature textarea {
		width: 100%;
	}
}
