﻿@charset "UTF-8";

/** common **/

body{
    font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica, Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*     text-rendering: optimizeLegibility; */
}
footer{
    margin-top: 2rem;
}
h1{
	padding: 1.5rem 0 0.5rem 0;
}
h2{
	background: url(../img/title_bg_01.png) no-repeat scroll left bottom;
    font-size: 1.3rem;
    line-height: 160%;
    font-weight: normal;
    padding: 0.5rem 0;
    margin: 1.5rem 0;
}
a{
	color: #C9B700;
    text-decoration: none;
}
a:hover{
	opacity: 0.8;
}
label{
    display: inline-block;
}
.componentInner{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 0;
}
.error {
    color: #cc3333;
    padding: 10px 5px;
    font-size: 0.75rem;
}
.standOut{
	font-size: 1.2rem;
}

/* モードによってテーマカラーを変更 */
.adminColor #mainNav,.adminColor  li:before,.adminColor #mainFooter,.adminColor #topPage button,.adminColor button,.adminColor input[type="button"],.adminColor  input[type="submit"]{
	background-color:#38aef6;
}
.adminColor button, input[type="button"], input[type="submit"]{
    border-bottom: 5px solid #2790d0;
}
.studentColor #mainNav,.studentColor  li:before,.studentColor #mainFooter,.studentColor #topPage button,.studentColor button,.studentColor input[type="button"],.studentColor input[type="submit"]{
    background-color: #73ad21;
}
.studentColor button, input[type="button"], input[type="submit"]{
	border-bottom: 5px solid #568120;
}


/** indivisual **/

#headerMenuButton{
	display: none;
}
#mainNav{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    display: block;
}
#mainNav ul{
    list-style: none;
    justify-content: flex-start;
    padding: 1rem 2rem;
    margin: 1rem auto;
	max-width: 1130px;
}
#mainNav li{
    flex-basis: auto;
    flex-grow: 0.07;
    font-size: 0.8rem;
    border-left: 1px solid rgba(255,255,255,0.6);
    padding-left: 2rem;
}
#mainNav li:last-child{
    border-right: 1px solid rgba(255,255,255,0.6);
}
#mainNav li.wideMenu{
	flex-grow:1;
}
#mainNav a{
	text-decoration: none;
	color: #FFF;
}
#topPage{
	min-height: 53vh;
}
#breadcrumb span{
	font-size: 0.8rem;
	line-height: 160%;
}
#breadcrumb span::after{
	content: ">";
    padding: 0 0 0 0.4rem;
}
#breadcrumb span:last-child::after{
	content: "";
}
#topPage button{
	display: block;
    background: #73ad21;
    width: 50%;
    color: #FFF;
    padding: 1.3rem 3rem;
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}
button:hover{
	opacity: 0.8;
}
#footerContent{
    background-color: #f5f5f5;
}
#footerContent .componentInner{
    padding: 2rem;
}
#footerNav a{
	color: #C9B700;
	text-decoration: none;
}
#footerNav{
	list-style: none;
	font-size: 0.8rem;
}
#footerNav li{
/* 	padding: 0 0 0 20px; */
/*     background: url(../img/widget_lst_icon_main.png) no-repeat; */
    margin: 0.8rem;
}
#footerNav li:before{
	content: ">";

    padding: 2px 4px;
    color: #FFF;
    display: inline-block;
    border-radius: 3px;
    margin: 0 8px 0 0;
    font-size: 1px;
}
#mainFooter{
	background-color: #73ad21;
    text-align: center;
    padding: 1.5rem;
}
#mainFooter p{
	color: #FFF;
	font-size: 0.8rem;
}

/* input */

.label{
    margin: 15px 0px 10px 0;
    font-size: 0.9rem;
    background: #eaeaea;
    padding: 0.5rem 20px;
    border-radius: 5px;
}
.yearLabel{
	font-weight: bold;
}
form input[type="text"], form select ,#addGetSubject{
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background: #FFF;
}
form select{
	height: 3rem;
    margin-bottom: 1rem;
}
#addGetSubject{
    background: #c0c0c0;
    border-bottom: 4px solid #a9a9a9;
    width: 40%;
    padding: 0.5rem;
    font-size: 1rem;
    margin: 1rem 0;
    color: #FFF;
    text-align: center;

}
form input[type="text"]{
    height: 42px;
    margin-bottom: 5px;
}
form .must {
    display: inline-block;
    background: #dc4a4a;
    color: #FFF;
    font-size: 0.65rem;
    padding: 5px 12px 5px 15px;
    margin-left: 20px;
    border-radius: 4px;
    letter-spacing: 0.4rem;
    box-sizing: border-box;
}
button, input[type="button"], input[type="submit"] {
    background-color: #73ad21;
    border-bottom: 5px solid #568120;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 25px;
    transition: background-color 1s;
    width: 100%;
    margin: 3rem 0;
    letter-spacing: 0.2rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    line-height: 160%;
}
form .supplement {
    color: #777;
    font-size: 0.8rem;
    padding-left: 10px;
}

/** check **/

.result{
    padding: 5px 0 10px 20px;
    line-height: 140%;
}
.inlineBlock{
	display: inline-block;
}
button.editContent{
	margin-bottom: 0;
	background-color: #999999;
    border-bottom: 5px solid #696969;
}

/** complete **/

#completePage{
    min-height: 50vh;
}

/* applicantList **/
#applicantList table{
	border: 1px solid #c0c0c0;
    border-collapse: collapse;
    box-sizing: border-box;
    min-width: 1000px;
    width: 100%;
}
#applicantList table th,#applicantList table td{
border: 1px solid #c0c0c0;
    font-size: 0.75rem;
    box-sizing: border-box;
    padding: 1rem 0.8rem;
}
#applicantList table td:last-child{
	max-width: 680px;
}
#applicantList table td span{
    display: block;
    padding: 0.4rem 0;
}
#applicantList table th{
	background-color: #696969;
    color: #FFF;
    text-align: center;
    padding: 10px;
    border: 1px solid #595959;
    font-weight: normal;
    position: relative;
    min-width: 110px;
}
#applicantList form button{
    display: inline-block;
    width: 10%;
    padding: 10px 0 6px 0;
    font-size: 0.9rem;
    margin: 0;
}
#applicantList button{
	display: inline-block;
	width: 20%;
	padding: 10px 0 6px 0;
	font-size: 0.9rem;
	margin: 0;
}
#applicantList form input[type="text"]{
    width: 60%;
    display: inline-block;
}
.tCenter{
	text-align: center;
}
.tLeft{
	text-align: left;
}
#applicantList .sortArrow{
	content: "▼";
    color: #FFF;
    cursor: pointer;
    position: absolute;
    font-size: 0.7rem;
    right: 0.4rem;
}
/* #applicantList .sortArrow:hover{
    color: #b0b0b0;
     background: #FFF;
    border-radius: 3px; 
    padding: 0px 2px 0 2px;
} */
#sortArrowType:hover,#sortArrowStudentId:hover,#sortArrowName:hover{
	color: #b0b0b0;
	cursor: pointer;
}
.dlCvs{
	position: absolute;
	bottom: 5px;
	right: 0;
}


/** parts **/

.clearfix::after{
	display: block;
	clear: both;
	content: "";
}
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}
.flex{
    display: flex;
}
.relative{
	position: relative;
}

@media screen and (max-width:768px) { 

	#topPage {
	    min-height: 58vh;
	}
	#mainNav li {
	    flex-grow: 1;
	    font-size: 0.6rem;
	}
	form option {
	    font-size: 0.8rem;
	}


}
@media screen and (max-width:480px) { 

	.adminColor header{
		border-top: solid 10px #38aef6;
	}
	.adminColor .menuTrigger span{
    	background-color: #38aef6;
	}
	header{
		border-top: solid 10px #73ad21;
	}
	h1{
		padding: 0 1rem;
	}
	h2{
		font-size: 1rem;
	}
	h1 img{
	    width: 90%;
	    padding-left: 2rem;
	}
	.componentInner{
	    width: 90%;
	    margin: 1rem auto;
	    padding: 0;
	}
	#headerMenuButton{
		display: block;
	}
	#footerContent .componentInner {
	    padding: 0;
	    width: 100%;
	    text-align: center;
	    margin: 0;
	}
	#footerContent img{
	    padding: 2rem;
	}
	#footerNav{
	    text-align: left;
	    padding: 0;
	    margin: 0;
	}
	#footerNav li {
	    padding: 1.2rem;
	    margin: 0;
	    background: none;
	    border-bottom: 1px dotted rgba(0,0,0,0.2);
	}
	#footerNav li:first-child {
	    border-top: 1px solid rgba(0,0,0,0.2);
	}
	#footerNav li:last-child {
	    border-bottom: none;
	}
	#mainFooter p{
		font-size: 0.7rem;
	}
	#topPage button{
		width: 100%;
		padding: 1.3rem 1.5rem;
	}

	/** parts **/
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
	.spFlex{
		display: flex;
	}
	.flex{
	    display: block;
	}

	/* form */
	form .supplement{
		display: none;
	}

	/* nav */
	#mainNav{
		display: none;
		margin: -10px 0 2rem 0;
	}
	#mainNav ul{
		padding: 0;
		margin: 0;
	}
	#mainNav li {
	    font-size: 0.8rem;
	    padding: 1rem 2rem;
	    border-left:none;
	    border-top: 1px solid rgba(255,255,255,0.6);
	    border-bottom: 1px solid rgba(255,255,255,0.6);
	}
	#mainNav li:last-child{
	    border-right: none;
	}
	.spMenu{
	    position: absolute;
		top: 26px;
	    left: 15px;
	}
	.menuTrigger,.menuTrigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menuTrigger {
		position:relative;
	    width: 35px;
	    height: 30px;
	}
	.menuTrigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #73ad21;
		border-radius: 4px;
		opacity: 1;
	}
	.gblnvBox a:hover{
		opacity: 1;
	}
	.mmenuTrigger span:nth-of-type(1) {
		top: 0;
	}
	.menuTrigger span:nth-of-type(2) {
		top: 12px;
	}
	.menuTrigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menuTrigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menuTrigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.menuTrigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-15px) rotate(45deg);
	}
	.onanimation{display: block!important;}

	.dlCvs{
		position: relative;
	    display: block!important;
	    width: 100%!important;
	    margin: 1rem 0!important;
	}
}