footer .footer-pc-on { display:block; }
footer .footer-sp-on { display:none; }


@media (max-width: 768px) {

	.header__logo {
		float: none;
		width: 75%;
		padding: 15px 0;
		margin: 0 auto;
	}
	.search2 {
		position: relative;
		top: 0;
		left: 0;
		max-width: 280px;
 	   	width:100%;
 	   	margin:0 auto;
		background: #fff;
		float: none;
		border-radius: 6px;
	}

	footer .footer-pc-on { display:none; }
	footer .footer-sp-on { display:block; }

}

@media ( min-width: 769px) {
    #search-mainbox { width: 990px; margin:0 auto; }
    .search2 {
        width: 350px;
		top: 47px;
		left:-140px;
        position: relative;
        margin:-115px 0 0 0;
    }

    #maintop #search-mainbox { width: auto; }
    #maintop .search2 {
        position: absolute;
        margin:-11px 0 0 0;
        width: 350px;
        top: 47px;
        left: 50%;
    }
}

.txt-block table.table04 {
	width:100%;
}

.txt-block table.table04 th {
	text-align:center !important;
	width:auto !important;
}

.txt-block table.table04 th.col1 {
	width:120px !important;
}

.txt-block table.table04 th.col1a {
	width:80px !important;
}

.txt-block table.table04 th.col1b {
	width:60px !important;
}

.txt-block table.table04 th.col2 {
	width:100px !important;
}

.txt-block table.table04 th.col3 {
    background-color:#f7f7f7;
}

.txt-block table.table04 td {
	width:auto;
}

.txt-block table.table04 caption {
	font-weight:bold !important;
	text-align:center !important;
	padding-bottom:5px !important;
}


@media ( max-width: 599px) {
	.txt-block table.table04 th, .txt-block table.table04 td {
		white-space:normal !important;
	}
	.txt-block table.table04 th.col1 {
		width:80px !important;
	}
	.txt-block table.table04 th.col1a {
		width:50px !important;
	}
	.txt-block table.table04 th.col1b {
		width:30px !important;
	}
	.txt-block table.table04 th.col2 {
		width:70px !important;
	}
}


/* 2020.02.27 added start */

a.icon_word_17:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(https://www.kyutech.ac.jp/themes/kyutech/img/link/word_icon_17.png) no-repeat 0 0;
    -webkit-background-size:17px 19px;
    position:relative;
    top:2px;
}

a.icon_excel_17:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(https://www.kyutech.ac.jp/themes/kyutech/img/link/excel_icon_17.png) no-repeat 0 0;
    -webkit-background-size:17px 19px;
    position:relative;
    top:2px;
}

a.icon_gaibu_17:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(https://www.kyutech.ac.jp/themes/kyutech/img/link/link_icon_17.png) no-repeat 0 0;
    -webkit-background-size:17px 19px;
    position:relative;
    top:2px;
}

/* 2020.02.27 ended */


/* 2020.10.20 added start */

@media ( max-width: 599px) {
	
	#js_language {
		font-size:16px !important;
	}
	
}


/* 2020.10.20 added ended */