@charset "UTF-8";

/* Infomation 
---------------------------------------------------------------------
File Name :  modal.css
Create date :  2018/08/16

// Braek Points
// PC
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 979px) {
}
// Tablet
@media screen and (max-width: 767px) {
}
// Phone
@media screen and (max-width: 580px) {
}
---------------------------------------------------------------------
*/

body {
	font-size: 14px;
}

/* --------------------------------
	header
-------------------------------- */
header,
header.fixed {
	padding: 14px 0 45px 0;
	position: relative;
}
header .logo a img {
	width: 157px;
}
@media screen and (max-width: 979px) {
	header .logo a img {
		width: 117px;
	}
}
@media screen and (max-width: 767px) {
	header,
	header.fixed {
		padding: 14px 0;
		height: 70px;
	}
	header .logo a img {
		width: 100px;
	}
}


/* --------------------------------
	loader
-------------------------------- */
.mod-iframe iframe#formArea {
	border: none;
	background: url(../images/common/loader.gif) center center no-repeat;
}


/* --------------------------------
	footer
-------------------------------- */
footer {
	background-color: #aa1432;
	padding: 10px 15px;
	margin-top: 35px;
}
footer .copyright {
	display: block;
	text-align: right;
}


/* --------------------------------
	faculty/humanscience
-------------------------------- */
.humanscience {
}
.humanscience .mod-modal-chargename p.hdl {
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 0 8px 54px;
}
.humanscience .mod-modal-chargename p.male {
	background: url(../images/common/v2018/icon_male.png) left top no-repeat;
}
.humanscience .mod-modal-chargename p.female {
	background: url(../images/common/v2018/icon_female.png) left top no-repeat;
}

