/* CSS Document */

.color1{
	color:red;
}
.color0{
	color:black;
}

.sideList .link a{
	color: black;
}

.border{
	border-radius: 4px;
}

/*
 * Max
 */

.maxA{
	max-width: 640px;
}

/*
 * メッセージ
 */
.errorMessage{
	color:red;
	border: 1px solid red;
	padding: 1em;
	margin-bottom: 8px;
}
.successMessage{
	color:blue;
	border: 1px solid blue;
	padding: 0.5em;
	margin-bottom: 8px;
}

.systemInformation{
	background-color:aquamarine;
	color: black;
	font-weight: 800;
	padding: 1em;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.errorInformation{
	background-color:white;
	color: red;
	font-weight: 800;
	padding: 1em;
	border: 1px solid red;
	margin-bottom: 15px;
}
.errorInformation p,
.systemInformation p{
	margin:0;
	padding:0;
}

#contentHeader{
	padding-top: 15px;
	margin-bottom: 15px;
	background-color: #E4F3E2;
}

h1{
	font-size: 22px;
	font-weight: bold;
}
.login h1{
	font-size: 1.6em;
	text-align: center;
        font-weight: normal;
}

.rightSide h2{
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
#contentHeader h1{
	display: inline-block;
	margin-right: 15px;
}

#headerNavi a{
	font-size: 12px;
	border-top-left-radius:0;
	border-top-right-radius:0;
	margin-top:-28px;
}

.leftSide .list-group-item{
	background-color: #E4F3E2;
}

/*
 * Btn
 */

.toggleBtn{
	cursor: pointer;
}

.btn-head{
	border-bottom-left-radius:  0;
	border-bottom-right-radius: 0;
	font-size: 12px;
}

/*
 * レイアウト
 */
@media screen and (min-width:768px){
	.wrap{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.wrap .leftSide{
		width: 186px;
		padding-right: 20px;
		border-right: 1px dotted #ccc;
		margin-right: 20px;
	}
	.wrap .rightSide{
		overflow: hidden;
		flex:1;
	}
}
@media screen and (max-width:767px){
	.wrap .leftSide{
		width: 100%;
	}
	.wrap .rightSide{
		
		
	}
}

/*
 * レイアウト[LeftSide]
 */

.leftSide h2{
	font-size: 18px;
}
.leftSide h2 strong{
	font-size: 120%;
	letter-spacing: 0.15em;
}
.leftSide h3{
	font-weight: bold;
	font-size: 14px;
	color: #104E08;
}
.leftSide .returnBtn{
	margin-bottom: 10px;
}
.leftSide .sideList{
	margin-bottom: 10px;
}
.leftSide .sideList li{
	font-size: 14px;
	padding: 10px;
}
.leftSide .sideList li a{
	color: #104E08;
}

/*
 * レイアウト[RightSide]
 */

.rightSide h2{
	font-weight: bold;
	font-size: 18px;
}
.rightSide h3{
	font-weight: bold;
	font-size: 14px;
}

/*
 * TABLE
 */

.table th{
	background-color: #237719;
	color: white;
	white-space: nowrap;
}
.login .table th{
	white-space: nowrap;
        font-weight: normal;
        width: 100%;
        display: block;
	padding: 0 0.75rem;
        background-color: #fff;
	color:#000;

}


.tableLeftHeader{
	width: 150px;
}
/*
 * クラス一覧
 */

#studentResultHeader{
	margin-bottom: 25px;
}

.table-classlist{
	margin: 25px 0;
}
.table-classlist th,
.table-classlist td{
	text-align: center;
}

.table-classlist th{
	background-color: #237719;
	color: white;
}

.studentSearchBox{
	margin-bottom: 45px;
}

.close{
	display: none;
}
/*
 * 生徒個人データ
 */
.studentEditSaveBtnWrap{
	margin:25px;
}


.w-1{
	width: 4em;
}
.w-2{
	width: 8em;
}
.mark_comma{
	width: 1em;
	text-align: center;
}

/* 比較ページ */

.compareWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 640px;
}

.compareWrap .left{
	width: 50%;
	padding: 25px;
}
.compareWrap .right{
	width: 50%;
	padding: 25px;
}

footer{
	padding-top:25px;
	text-align: center;
}


@media print{
	.pageBreak{
		page-break-before: always;
	}
	
	#headerNavi,
	.returnBtn,
	.sideHeader,
	.sideList{
		display: none;
	}
	
	.table th{
		color: black;
		font-weight: bold;
		background-color: white;
	}
}


/*
 * マニュアル
 */

#manual-download-out {
    margin-bottom: 40px;
}

.manual-download {
    display: inline-block;
    padding: 20px;
    margin: 15px 1% 0px;
    text-align: center;
    /* box-shadow */
    box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.6);
}

.manual-file-type-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 110%;
    letter-spacing: 0.05em;
}

#manual-download-excel .btn-primary {
    background-color: #0f6835;
    border-color: #0f6835;
}

#manual-download-pdf .btn-primary {
    background-color: #da2526;
    border-color: #da2526;
    padding-left: 20px;
    padding-right: 20px;
}

/*「新体力テスト集計システム」不具合の対処方法について */
#fuguai-btn-out {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 40px;
}

@media print{
	.print-none{
		display: none;
	}
}


