@charset "utf-8";
/* CSS Document */

/* icon web font
-------------------------------------------------*/
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/icons.eot');
	src: url('../fonts/icons.eot#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf') format('truetype'),
		url('../fonts/icons.woff') format('woff'),
		url('../fonts/icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
:before,
:after {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* bugfix for Yu Gothic font
-------------------------------------------------*/
@font-face {
	font-family: 'Yu Gothic';
	font-weight: normal;
	src: local('YuGothic-Medium'),
	local('Yu Gothic Medium'),
	local('YuGothic-Regular');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: bold;
	src: local('YuGothic-Bold'),
	local('Yu Gothic');
}

/* reset
-------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, main, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	font-size: 62.5%;
}
caption, th {
	text-align: left;
}
ol, ul {
	list-style: none;
}
main:after, section:after, ul:after, .clearfix:after, .inner:after, footer#ftLevel2 nav:after {
	content: "";
	display: block;
	clear: both;
}
.c-both {
	clear: both;
}

/* base setting
-------------------------------------------------*/
body {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #222222;
	font-size: 1.0rem;
	line-height: 100%;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
a {
	position: relative;
	color: #222222;
	text-decoration: none;
}
a:hover {
	color: #941e57;
	text-decoration: none;
}
a,
a:before,
a:after,
a > *,
a > *:before,
a > *:after {
	transition: all 0.4s;
}
a:hover,
a:hover:before,
a:hover:after,
a:hover > *,
a:hover > *:before,
a:hover > *:after {
	transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
table {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
table th,
table td {
	min-width: 5em;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	word-break: break-word;
}
table th {
	background: #f6f6f6;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	border: none;
	border-radius: 0;
	background: transparent;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input:focus, select:focus, a:focus {
	outline: none;
}
hr {
	height: 0;
	margin: 2em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e7e7e7;
}

#container {
    position: relative;
}
#loader-bg {
    display: none;
    position:absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity:0.7;
    z-index: 999;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 995;
}
header .inner {
	position: relative;
	margin: auto;
}
header #siteName {
	letter-spacing: -0.5em;
}
header #siteName .logo {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
header #siteName .logo a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
}

/* global common menu */
header nav#subNavi {
	position: absolute;
	right: 0;
	top: 0;
}
header nav#subNavi > ul {
	font-size: 0;
	border-left: 1px solid #d9d9d9;
}
header nav#subNavi > ul > li {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 1.2rem;
	border-right: 1px solid #d9d9d9;
}
header nav#subNavi > ul > li > a,
header nav#subNavi > ul > li > span {
	display: table-cell;
	width: 80px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
    cursor: pointer;
}
header nav#subNavi > ul > li:nth-child(-n+3) > a:before {
	content: "\e901";
	margin-right: 4px;
	color: #941e57;
	font-size: 10px;
}
header nav#subNavi > ul > li.blank > a:before {
	content: "\e902";
	font-size: 12px;
}
header nav#subNavi > ul > li:nth-child(n+4) {
	border-right: 1px solid #000000;
}
header nav#subNavi > ul > li:nth-child(n+4) > a,
header nav#subNavi > ul > li:nth-child(n+4) > span {
	color: #ffffff;
	letter-spacing: -0.1em;
	background-color: #3b0e17;
}
header nav#subNavi > ul > li:nth-child(n+4) > a:hover {
	background-color: #89173b;
}
header nav#subNavi > ul > li:nth-child(n+4) > a:before,
header nav#subNavi > ul > li:nth-child(n+4) > span:before {
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
}
header nav#subNavi > ul > li.access > span:before {
	content: "\e903";
}
header nav#subNavi > ul > li.contact > a:before {
	content: "\e904";
}
header nav#subNavi > ul > li.search > span:before {
	content: "\e905";
}
header nav#subNavi > ul > li:last-child {
	border-right: none;
}
header nav#subNavi .subMenu {
	top: 60px;
	right: 0;
	padding: 18px 0 17px 22px;
}
header nav#subNavi .subMenu input {
	margin: 0;
	padding: 0;
	height: 35px;
	font-size: 1.4rem;
	line-height: 35px;
}
header nav#subNavi .subMenu input[type="text"] {
	width: 372px;
	padding: 0 1em;
	background: #ffffff;
	border-radius: 35px 0 0 35px;
}
header nav#subNavi .subMenu input[type="submit"] {
	display: inline-block;
	width: 72px;
	color: #ffffff;
	background: #66162f;
	border-radius: 0 35px 35px 0;
	cursor: pointer;
}
header nav#subNavi > ul > li .subMenu li {
	font-size: 1.4rem;
	padding: 6px 0;
}
header nav#subNavi > ul > li.access .subMenu {
	width: 183px;
}
header nav#subNavi > ul > li.search .subMenu {
	width: 486px;
}

/* global main menu */
header nav#globalNavi {
	height: 70px;
	background: #66162f;
	position: relative;
}
header nav#globalNavi > ul {
	margin: auto;
	font-size: 0;
}
header nav#globalNavi > ul > li {
	display: inline-block;
	width: 20%;
	font-size: 1.6rem;
	box-sizing: border-box;
}
header nav#globalNavi > ul > li > a,
header nav#globalNavi > ul > li > span {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 70px;
	text-align: center;
	background: #66162f;
	cursor: pointer;
}
header nav#globalNavi > ul > li:last-child > a:before,
header nav#globalNavi > ul > li:last-child > span:before,
header nav#globalNavi > ul > li > a:after,
header nav#globalNavi > ul > li > span:after {
	content: "";
	position: absolute;
	display: block;
	top: 21px;
	width: 1px;
	height: 28px;
	background: #37020c;
	/*z-index: 5;*/
}
header nav#globalNavi > ul > li > a:after,
header nav#globalNavi > ul > li > span:after {
	left: 0;
}
header nav#globalNavi > ul > li:last-child > a:before,
header nav#globalNavi > ul > li:last-child > span:before {
	right: 0;
}
header nav#globalNavi > ul > li > a:hover {
	background: #89173b;
}

/* global sub menu */
header .subMenu {
	position: absolute;
	display: block;
	box-sizing: border-box;
	z-index: 991;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

header li:not(.search):hover .subMenu,
header nav#subNavi > ul > li.search.visible .subMenu {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s;
}
header li:not(.search):hover .subMenu {
    z-index: 993;
}
header nav#subNavi > ul > li.search .subMenu {
}
header nav#subNavi > ul > li.search.visible .subMenu {
    z-index: 992;
}

header .subMenu a {
	display: block;
	padding-left: calc(1em + 5px);
}
header .subMenu a:hover {
	text-decoration: underline;
}
header .subMenu a:before {
	content: "\e901";
	position: absolute;
	left: 0;
	top: 50%;
	color: #ffffff;
	font-size: 0.75em;
	transform: translateY(-50%);
}
header .subMenu .blank a:before {
	content: "\e902";
	font-size: 0.9em;
}

header nav#subNavi .subMenu {
	background: #89173b;
}
header nav#subNavi .subMenu a {
	color: #ffffff;
	line-height: 1.18;
}

header nav#globalNavi > ul > li:hover > span,
header nav#subNavi > ul > li:hover > span,
header nav#subNavi > ul > li.search.visible > span {
	background: #89173b;
}

header nav#globalNavi .subMenu {
	top: 70px;
	left: 50%;
	width: 1440px;
	padding: 35px 0;
    margin-left: -720px;
    background: rgba(255,255,255,0.93);
}
header nav#globalNavi .subMenu a:hover {
    color: #222222;
}
header nav#globalNavi .subMenu a:before {
	color: #941e57;
}
header nav#globalNavi .subMenu dl {
	display: flex;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
header nav#globalNavi .subMenu dl dt {
	padding-right: 10%;
	font-size: 2.0rem;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
}
header nav#globalNavi .subMenu dl dt a {
	white-space: nowrap;
}
header nav#globalNavi .subMenu dl dd {
	flex: 1;
}
header nav#globalNavi .subMenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
header nav#globalNavi .subMenu li {
    /*width: 33.333%;*/
	padding: 5px 15px 5px 0;
	box-sizing: border-box;
}
header nav#globalNavi .subMenu li.column1of2 {
	width: 50%;
}
header nav#globalNavi .subMenu li.column1of3 {
	width: 33.333%;
}
header nav#globalNavi .subMenu ul:first-child > li:nth-child(3n) {
    padding-right: 0;
}
header nav#globalNavi > ul > li:nth-child(1) .subMenu ul:first-child li {
    width: 280px;
}
header nav#globalNavi > ul > li:nth-child(1) .subMenu ul:first-child li:nth-child(3n-1) {
    width: 220px;
}
header nav#globalNavi > ul > li:nth-child(1) .subMenu ul:first-child li:nth-child(3n) {
    width: 155px;
}
header nav#globalNavi > ul > li:nth-child(2) .subMenu li {
	width: 33.333%;
}
header nav#globalNavi > ul > li:nth-child(3) .subMenu li {
	width: 33.333%;
}

header nav#globalNavi .subMenu dl dd .underMenuSet {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
header nav#globalNavi .subMenu dl dd .underMenuSet ul {
	display: block;
	font-size: 1.3rem;
}
header nav#globalNavi .subMenu dl dd > ul:nth-child(n+2) {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 1.3rem;
	border-top: 1px solid #e2e2e2;
}
header nav#globalNavi .subMenu dl dd .underMenuSet ul li,
header nav#globalNavi .subMenu dl dd > ul:nth-child(n+2) li {
	display: inline-block;
	width: auto;
    padding-right: 20px;
}
header nav#globalNavi .subMenu dl dd .underMenuSet ul li:last-child,
header nav#globalNavi .subMenu dl dd > ul:nth-child(n+2) li:last-child {
    padding-right: 0;
}


main section {
	line-height: 250%;
}

#pagetop {
	position: relative;
	margin: auto;
}
#pagetop a {
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
#pagetop a span {
	position: relative;
	display: block;
}
#pagetop a span:before {
	content: "\e906";
	font-size: 1.28em;
	position: absolute;
}

#pagetopFloat {
	position: fixed;
	right: 50px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	transition: all 0.3s;
}
#pagetopFloat a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 100%;
}
#pagetopFloat a:hover {
	background-color: #66162f;
}
#pagetopFloat a span {
	display: none;
}
#pagetopFloat a:before {
	content: "";
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
#pagetopFloat a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(50% - 5px);
	width: 1px;
	height: 8px;
	background-color: #fff;
}
#pagetopFloat.is-visible {
	opacity: 1;
	visibility: visible;
}


footer {
	line-height: 150%;
}
footer:not(#ftBnr) ul li a:before {
	content: "\e901";
	position: absolute;
	left: 0;
	width: 1.2em;
	font-size: 0.75em;
}
footer:not(#ftBnr) ul li.blank a:before {
	content: "\e902";
	font-size: 0.9em;
}

footer#ftBnr {
	background: #d9d9d9;
}
footer#ftBnr li a {
	display: block;
	color: #721123;
	line-height: 1.4;
}
footer#ftBnr li a .img {
	display: block;
	background: #721123;
	border-radius: 50%;
}
footer#ftBnr li a .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

footer#ftLevel1 #ftProfile .logo {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/logo_ft.png) no-repeat;
	background-size: cover;
}
footer#ftLevel1 #ftProfile .scripture .sHdr {
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	background: #66162f;
}
footer#ftLevel1 #ftProfile .scripture p span {
	margin-left: -.5em;
}
footer#ftLevel1 nav#ftNavi01 span {
	display: none;
}

footer#ftLevel1 li a {
	display: block;
}
footer#ftLevel1 li a:before {
	color: #941e58;
}
footer#ftLevel1 #ftNavi01 li:nth-child(6) span {
	display: block;
	margin-left: -.5em;
}

footer#ftLevel2 {
	color: #ffffff;
	background: #3b0e17;
}
footer#ftLevel2 nav ul li {
	display: inline-block;
}
footer#ftLevel2 a {
	color: #ffffff;
}
footer#ftLevel2 small {
	display: block;
	font-size: 0.85em;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: normal;
}

main a {
	color: #941e57;
	text-decoration: underline;
}
main a:hover {
	color: #222222;
	text-decoration: none;
}
main a:after {
	display: inline-block;
	vertical-align: middle;
}

.preload * {
    transition: none !important;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.btnStyle1 a {
	display: inline-block;
	padding: 0 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 3.5;
	text-decoration: none;
	border-radius: 1.75em;
	background: #66162f;
	box-sizing: border-box;
}
.btnStyle1 a:before {
	content: "\e901";
	color: #ffffff;
	margin-right: 0.5em;
	font-size: 0.9em;
}
.btnStyle1.blank a:before {
	content: "\e902";
}
.btnStyle1 a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #89173b;
}
.btnStyle1 a:hover:before {
	color: #ffffff;
}
.btnStyle2 a {
	display: inline-block;
	padding: 0 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 3.5;
	text-decoration: none;
	border-radius: 1.75em;
	background: transparent;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.btnStyle2 a:before {
	content: "\e901";
	color: #ffffff;
	margin-right: 0.5em;
	font-size: 0.9em;
}
.btnStyle2 a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #89173b;
	border: 1px solid #89173b;
}
.btnStyle2 a:hover:before {
	color: #ffffff;
}


#topicsCategory ul {
	font-size: 0;
	text-align: center;
}
#topicsCategory ul li {
	display: inline-block;
}
#topicsCategory ul li a,
#topicsCategory .btnClear a {
	display: block;
	color: #444;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
#topicsCategory li.gakuen a {
	color: #66162f;
	border: 1px solid #89173b;
}
#topicsCategory li.univ a {
	color: #3d519c;
	border: 1px solid #3d519c;
}
#topicsCategory li.grad a {
	color: #229f9b;
	border: 1px solid #229f9b;
}
#topicsCategory li.high a {
	color: #348942;
	border: 1px solid #348942;
}
#topicsCategory li.kindy a {
	color: #9c831e;
	border: 1px solid #9c831e;
}
#topicsCategory li.alumni a {
	color: #c55c07;
	border: 1px solid #c55c07;
}
#topicsCategory .cat2 li a {
	color: #444444;
	border: 1px solid #d6d6d6;
}
#topicsCategory .cat2 li a:before {
	display: inline-block;
	color: #444444;
	margin-right: 0.25em;
	padding-bottom: 4px;
	vertical-align: middle;
}

#topicsCategory .cat1 li.current a {
    color: #ffffff;
}
#topicsCategory .cat2 li.current a {
    color: #ffffff;
    border: 1px solid #66162f;
    background: #66162f;
}
#topicsCategory .cat2 li.current a:before {
    color: #ffffff;
}
#topicsCategory li.current.gakuen a {
    background: #89173b;
}
#topicsCategory li.current.univ a {
    background: #3d519c;
}
#topicsCategory li.current.grad a {
    background: #229f9b;
}
#topicsCategory li.current.high a {
    background: #348942;
}
#topicsCategory li.current.kindy a {
    background: #9c831e;
}
#topicsCategory li.current.alumni a {
    background: #c55c07;
}

#topicsCategory li.info a:before {
	content: "\e90b";
	font-size: 1.25em;
}
#topicsCategory li.event a:before {
	content: "\e90c";
	font-size: 1.5em;
}

#topicsCategory .btnClear a {
	background: #f2f2f2;
}
#topicsCategory .btnClear a:before {
	content: "\e90a";
	margin-right: 0.5em;
}
#topicsList li {
	float: left;
	background: #f2f2f2;
	box-sizing: border-box;
}
#topicsList li .img {
    position: relative;
	text-align: center;
	background: #f4e7e7;
}
#topicsList li .img:before {
    content:"";
	position: relative;
    display: block;
    padding-top: calc(2 / 3 * 100%);
	z-index: 2;
}
#topicsList li .img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	height: 100%;
	max-width: initial;
	max-width: none;
	margin: auto;
	display: block;
	z-index: 1;
}
#topicsList li.new .img:after {
	content: "NEW";
	position: absolute;
	color: #ffffff;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	text-align: center;
	z-index: 3;
	background: #66162f;
	border-radius: 50%;
}
#topicsList li.movie .img:before {
	content: "";
	background: url(../images/icon_movie.png) no-repeat center center;
}
#topicsList li .cat1,
#topicsList li .cat2,
#category .cat1,
#category .cat2 {
	font-weight: bold;
	line-height: 1.58;
	text-align: center;
	box-sizing: border-box;
}
#topicsList li .cat1,
#category .cat1 {
	color: #ffffff;
}
#topicsList li .cat2,
#category .cat2 {
	color: #444444;
	background: #ffffff;
}
#topicsList li .gakuen,
#category .gakuen {
	background: #66162f;
}
#topicsList li .univ,
#category .univ {
	background: #3d519c;
}
#topicsList li .grad,
#category .grad {
	background: #229f9b;
}
#topicsList li .high,
#category .high {
	background: #348942;
}
#topicsList li .kindy,
#category .kindy {
	background: #9c831e;
}
#topicsList li .alumni,
#category .alumni {
	background: #c55c07;
}
#topicsList li .date {
	color: #858585;
}
#topicsList li a {
	display: block;
	line-height: 1.5;
	color: #222222;
	text-decoration: none;
	overflow: hidden;
}

#search .cse .gsc-control-cse,
#search .gsc-control-cse {
	padding: 0;
}
#search .gsc-result .gs-title {
	height: auto;
}

@media print, screen and (min-width: 768px) {
	#container {
		min-width: 1200px;
	}
	header {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	header .inner,
	header nav#globalNavi > ul {
		max-width: 1440px;
	}
	header #siteName {
		padding: 9px 20px;
	}
	header #siteName .logo {
		margin: 0 25px 0 0;
	}
	header #siteName .logo a {
		width: 173px;
		height: 42px;
	}
	header #siteName #motto {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
	}
	header #siteName #motto span {
		margin: 0 8px 0 0;
		padding: 5px 8px;
		font-size: 1.2rem;
		font-weight: bold;
		background: #ededed;
	}
	header #siteName #motto a:hover {
		text-decoration: underline;
	}

	#pagetop {
		width: 1200px;
	}
	#pagetop a {
		position: absolute;
		right: 0;
		top: -26px;
		width: 156px;
		height: 24px;
		border-bottom: 3px solid #e7e7e7;
		background: #e7e7e7;
		border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	}
	#pagetop a span {
		padding: 8px 0 0 17px;
		color: #222222;
	}
	#pagetop a:hover span {
		color: #89173b;
	}
	#pagetop a span:before {
		left: 17px;
		top: 12px;
		color: #941e57;
	}
	#pagetop a:hover span:before {
		top: 7px;
	}

	footer {
		font-size: 1.3rem;
	}
	footer .inner {
		width: 1200px;
		margin: auto;
	}
	footer a:hover {
		color: #89173b;
	}
	footer#ftBnr {
		padding: 30px 0 25px 0;
	}
	footer#ftBnr ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 600px;
		margin: auto;
	}
	footer#ftBnr li {
		width: 100px;
		margin: 0 50px;
	}
	footer#ftBnr li a {
		font-size: 1.4rem;
	}
	footer#ftBnr li a .img {
		margin: 0 0 8px 0;
	}
	footer#ftBnr li a:hover .img {
		background: #89173b;
	}
	footer#ftBnr li a .text {
		width: 100px;
		height: 40px;
	}
	footer:not(#ftBnr) ul li a:before {
		line-height: 20px;
	}
	footer#ftLevel1 {
		background: #e7e7e7;
	}
	footer#ftLevel1 .inner {
		display: -webkit-flex;
		display: flex;
		padding: 44px 0;
	}
	footer#ftLevel1 #ftProfile {
		width: 500px;
	}
	footer#ftLevel1 #ftProfile .logo {
		width: 284px;
		height: 48px;
		margin: 0 0 5px 0;
	}
	footer#ftLevel1 #ftProfile .address {
		margin: 0 0 20px 56px;
	}
	footer#ftLevel1 #ftProfile .scripture {
		margin: 0 0 25px 0;
	}
	footer#ftLevel1 #ftProfile .scripture .sHdr {
		margin: 0 0 10px 0;
		padding: 0 18px;
		font-size: 1.2rem;
	}
	footer#ftLevel1 #ftProfile .bthStyle a {
		display: inline-block;
		padding: 0 30px 0 30px;
		color: #ffffff;
		line-height: 40px;
		background: #66162f;
		border-radius: 20px;
	}
	footer#ftLevel1 #ftProfile .bthStyle a:hover {
		background: #89173b;
	}
	footer#ftLevel1 #ftProfile .bthStyle a:before {
		content: "\e901";
		margin-right: 6px;
		font-size: 10px;
	}
	footer#ftLevel1 li {
		padding: 7px 0;
	}
	footer#ftLevel1 li a {
		padding: 0 0 0 24px;
	}
	footer#ftLevel1 li a:hover {
		text-decoration: underline;
	}
	footer#ftLevel1 #ftNavi01 {
		width: 488px;
	}
	footer#ftLevel1 #ftNavi01 ul {
		width: 488px;
	}
	footer#ftLevel1 #ftNavi01 li:nth-child(-n+4) {
		float: left;
		width: 244px;
		clear: left;
	}
	footer#ftLevel1 #ftNavi01 li:nth-child(n+5) {
		margin-left: 244px;
	}

	footer#ftLevel1 #ftNavi02 {
		width: 212px;
	}
	footer#ftLevel2 {
		padding: 20px 0 25px 0;
	}
	footer#ftLevel2 nav ul {
		float: left;
	}
	footer#ftLevel2 nav ul:nth-child(2) {
		margin-left: 24px;
	}
	footer#ftLevel2 nav ul li {
		margin-right: 12px;
	}
	footer#ftLevel2 a {
		padding-left: 18px;
	}
	footer#ftLevel2 a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	footer#ftLevel2 nav ul li span {
		font-weight: bold;
	}
	footer#ftLevel2 small {
		padding-top: 6px;
	}

	main {
		margin-top: 130px;
	}
	main section {
		font-size: 1.5rem;
	}

	#topicsCategory {
		position: relative;
		/*width: 848px;*/
		width: 1020px;
		margin: 0 auto;
	}
	#topicsCategory li {
		width: 160px;
		margin: 0 12px 0 0;
	}
	#topicsCategory li:last-child {
		margin-right: 0;
	}
	#topicsCategory ul li a,
	#topicsCategory .btnClear a {
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}
	#topicsCategory ul li a {
		font-size: 1.3rem;
	}
	#topicsCategory .btnClear a {
		width: 105px;
		font-size: 1.3rem;
	}
	#topicsCategory .cat1 {
		margin: 0 0 22px 0;
	}
	#topicsCategory .cat2 {
		margin: 0 0 44px 0;
	}
	#topicsCategory .cat1 li a:hover {
		color: #ffffff;
	}
	#topicsCategory .cat2 li a:hover {
		color: #ffffff;
		border: 1px solid #66162f;
		background: #66162f;
	}
	#topicsCategory .cat2 li a:hover:before {
		color: #ffffff;
	}
	#topicsCategory li.gakuen a:hover {
		background: #89173b;
	}
	#topicsCategory li.univ a:hover {
		background: #3d519c;
	}
	#topicsCategory li.grad a:hover {
		background: #229f9b;
	}
	#topicsCategory li.high a:hover {
		background: #348942;
	}
	#topicsCategory li.kindy a:hover {
		background: #9c831e;
	}
	#topicsCategory li.alumni a:hover {
		background: #c55c07;
	}
	#topicsCategory .btnClear {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#topicsCategory .btnClear a:hover {
		color: #444444;
		text-decoration: none;
		background: #dadada;
	}
	#topicsList ul {
		margin: 0 0 20px 0;
	}
	#topicsList li {
		width: 280px;
		margin: 0 26px 26px 0;
		padding: 0 20px 10px 20px;
		cursor: pointer;
	}
	#topicsList li:nth-child(4n) {
		margin-right: 0;
	}
	#topicsList li.hover {
		background: #89173b;
	}
	#topicsList li .img {
		margin: 0 -20px 20px -20px;
	}
    #topicsList li.new .img:after {
		bottom: 10px;
		right: 10px;
        width: 38px;
        height: 38px;
        line-height: 38px;
		font-size: 0.9rem;
	}
	#topicsList li .img:before {
		transition: all .4s;
	}
	#topicsList li.hover .img:before {
		background-color: rgba(0,0,0,0.5);
		transition: all .3s;
	}
	#topicsList li.movie .img:before {
		background-size: 62px;
	}
	#topicsList li .cat1,
	#topicsList li .cat2,
	#category .cat1,
	#category .cat2 {
		display: inline-block;
		width: 80px;
		margin: 0 6px 8px 0;
		font-size: 1.2rem;
	}
	#topicsList li .date {
		font-size: 1.2rem;
	}
	#topicsList li .cat1.high,
	#category .cat1.high {
		width: 134px;
	}
	#topicsList li .date {
		margin: 0 0 2px 0;
	}
	#topicsList li a {
		height: 60px;
		font-size: 1.3rem;
	}
	#topicsList li.hover .date,
	#topicsList li.hover a,
	#topicsList li a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	#topicsList li,
	#topicsList li > * {
		transition: all .4s;
	}
	#topicsList li.hover,
	#topicsList li.hover > * {
		transition: all .3s;
	}

	#menuBtn {
		display: none;
	}
	.panel {
		cursor: pointer;
	}
	.panel,
	.panel > * {
		transition: all .4s;
	}
	.panel.hover,
	.panel.hover > * {
		transition: all .3s;
	}
	.pcOnly {
		display: block;
	}
	.spOnly {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
	header #siteName #motto {
		display: none;
	}
	header nav#globalNavi > ul > li:nth-child(1) .subMenu ul:first-child li,
	header nav#globalNavi > ul > li:nth-child(1) .subMenu ul:first-child li:nth-child(3n-1) ,
	header nav#globalNavi > ul > li:nth-child(1) .subMenu ul:first-child li:nth-child(3n) {
		width: 60%;
	}
	header nav#globalNavi > ul > li:nth-child(1) .subMenu ul:first-child li:nth-child(even) {
		width: 40%;
	}
}
@media screen and (max-width: 1440px) {
	header nav#globalNavi .subMenu {
		left: 0;
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	header {
		height: 17vw;
	}
	header #siteName #motto {
		display: none;
	}
	header #siteName {
		padding: 2.5vw 3.4vw;
	}
	header #siteName .logo a {
		width: 49vw;
		height: 11.8vw;
	}

	#pagetop a {
		display: block;
		background: #66162f;
	}
	#pagetop a span {
		display: inline-block;
		padding-left: 2em;
		line-height: 13vw;
		color: #ffffff;
	}
	#pagetop a span:before {
		left: 0;
		top: 5vw;
		height: 2.5vw;
		overflow: hidden;
	}
	#pagetopFloat {
		right: 10px;
	}

	footer {
		font-size: 3.4vw;
	}
	footer .inner {
		padding: 0 4vw;
	}
	footer#ftBnr {
		padding: 9vw 0 4vw 0;
	}
	footer#ftBnr ul {
		width: 100%;
		text-align: center;
		letter-spacing: -0.5em;
	}
	footer#ftBnr li {
		display: inline-block;
		width: 50%;
		margin-bottom: 4vw;
		letter-spacing: normal;
	}
	footer#ftBnr li a {
		display: block;
		width: 32vw;
		font-size: 3.7vw;
		text-align: center;
		margin: auto;
	}
	footer#ftBnr li a .img {
		width: 32vw;
		height: 32vw;
		margin: 0 0 2.6vw 0;
	}
	footer#ftBnr li a .text {
		width: 32vw;
		height: 9vw;
		vertical-align: top;
	}

	footer#ftLevel1 #ftProfile {
		padding: 5.3vw 0 7.2vw 0;
	}
	footer#ftLevel1 #ftName {
		display: block;
		width: 80vw;
		margin: 0 auto 6vw auto;
	}
	footer#ftLevel1 #ftProfile .logo {
		width: 80vw;
		height: 13.4vw;
		margin: 0 0 1.5vw 0;
	}
	footer#ftLevel1 #ftProfile .address {
		padding-left: 16vw;
	}
	footer#ftLevel1 #ftProfile .scripture {
		padding: 2.6vw;
		border: 1px solid #e7e7e7;
	}
	footer#ftLevel1 #ftProfile .scripture .sHdr {
		margin: 0 0 2vw 0;
		padding: 0 1.5em;
		font-size: 0.9em;
	}
	footer#ftLevel1 #ftProfile .scripture a {
		display: block;
		padding-left: 1em;
	}
	footer#ftLevel1 #ftProfile .scripture a:before {
		content: "\e901";
		position: absolute;
		left: 0;
		top: 1vw;
		color: #941e57;
	}
	footer#ftLevel1 #ftProfile .bthStyle {
		display: none;
	}
	footer#ftLevel1 #ftNavi01 {
		margin: 0 -4vw;
		background: #e7e7e7;
	}
	footer#ftLevel1 li a {
		padding: 0 0 0 4vw;
	}
	footer#ftLevel1 #ftNavi01 ul {
		font-size: 0;
	}
	footer#ftLevel1 #ftNavi01 li {
		float: left;
		width: 50%;
		padding: 0 4vw;
		font-size: 3vw;
		box-sizing: border-box;
		border-bottom: 1px solid #d4d0d1;
	}
	footer#ftLevel1 #ftNavi01 li a {
		display: table-cell;
		width: inherit;
		height: 12vw;
		font-size: 3vw;
		vertical-align: middle;
	}
	footer#ftLevel1 ul li a:before {
		line-height: 5vw;
	}
	footer#ftLevel1 #ftNavi01 li:nth-child(odd) {
		border-right: 1px solid #d4d0d1;
	}
	footer#ftLevel1 #ftNavi01 li:nth-child(6) span {
		margin-left: -1em;
	}
	footer#ftLevel1 #ftNavi02 {
			display: none;
	}
	footer#ftLevel2 {
		padding: 0 0 3vw 0;
	}
	footer#ftLevel2 nav {
		display: -webkit-flex;
		display: flex;
		padding: 5vw 0 4vw 0;
	}
	footer#ftLevel2 nav ul {
		width: 50%;
	}
	footer#ftLevel2 nav ul:nth-child(2) li {
		padding-left: 4vw;
	}
	footer#ftLevel2 nav ul:first-child li:nth-child(n+2) {
		padding-left: 1em;
	}
	footer#ftLevel2 nav ul li {
		width: 100%;
	}
	footer#ftLevel2 nav ul li a {
		display: block;
		padding: 2vw 0 2vw 4vw;
		font-size: 3vw;
		line-height: 1;
	}
	footer#ftLevel2 ul li a:before {
		line-height: 3.4vw;
	}
	footer#ftLevel2 small {
		padding-top: 1vw;
		font-size: 2.4vw;
	}

	main {
		margin-top: 17vw;
	}
	main section {
		font-size: 3.7vw;
	}

	#menuBtn {
		position: fixed;
		top: 0;
		right: 0;
		width: 17vw;
		height: 17vw;
		padding-top: 3.7vw;
		background: #66162f;
		box-sizing: border-box;
		z-index: 999;
	}
	#menuBtn .txt {
		padding-top: 1.6vw;
		color: #ffffff;
		font-size: 2.4vw;
		font-weight: bold;
		text-align: center;
	}
	#menuBtn .icon {
		position: relative;
		display: block;
		width: 8vw;
		height: 6.4vw;
		margin: auto;
	}
	#menuBtn .icon span {
		position: absolute;
		display: inline-block;
		left: 0;
		right: 0;
		width: 100%;
		height: 1vw;
		margin: auto;
		background: #ffffff;
	}
	#menuBtn .icon,
	#menuBtn .icon span {
		transition: all .4s;
		box-sizing: border-box;
	}
	#menuBtn .icon span:nth-of-type(1) {
		top: 0;
	}
	#menuBtn .icon span:nth-of-type(2) {
		top: 2.6vw;
	}
	#menuBtn .icon span:nth-of-type(3) {
		bottom: 0;
	}
	#menuBtn.open .icon span:nth-of-type(1) {
		-webkit-transform: translateY(2.6vw) rotate(-45deg);
		transform: translateY(2.6vw) rotate(-45deg);
	}
	#menuBtn.open .icon span:nth-of-type(2) {
		opacity: 0;
	}
	#menuBtn.open .icon span:nth-of-type(3) {
		-webkit-transform: translateY(-2.6vw) rotate(-135deg);
		transform: translateY(-2.6vw) rotate(-135deg);
	}

	#overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 996;
	}

	#spmenu {
		position: fixed;
		right: -100%;
		top: 0;
		width: calc(100% - 17vw);
		height: 100%;
		font-size: 3.5vw;
		background: #66162f;
		box-sizing: border-box;
		overflow: auto;
		z-index: 999;
	}
	#spmenu.close {
		right: -100%;
		transition: all .2s;
	}
	#spmenu.open {
		right: 0;
		transition: all .4s;
	}
	#menuBtn.close {
		right: 0;
		transition: all .2s;
	}
	#menuBtn.open {
		top: 0;
		right: calc(100% - 17vw);
		transition: all .425s;
	}

	#spmenu a:before {
		content: "\e901";
		color: #941e57;
		margin-right: 0.75em;
		font-size: 0.75em;
	}
	#spmenu nav#globalNavi,
	#spmenu nav#subNavi {
		width: 100%;
		background: #ffffff;
		margin-left: auto;
	}
	#spmenu nav#globalNavi li {
		position: relative;
		border-top: 1px solid #e6e6e6;
	}
	#spmenu nav#globalNavi a,
	#spmenu nav#globalNavi span,
	#spmenu nav#ftNavi01 a,
	#spmenu nav#ftNavi01 span {
		display: block;
		width: 100%;
		height: 13vw;
		padding: 0 4.5vw;
		font-size: 3.5vw;
		line-height: 13vw;
		box-sizing: border-box;
	}
	#spmenu nav#globalNavi > ul > li > span {
		position: absolute;
		right: 0;
		width: 13vw;
		height: 13vw;
		padding: 0;
		overflow: hidden;
		border-left: 1px solid #e6e6e6;
	}
	#spmenu nav#globalNavi span {
		z-index: 991;
	}
	#spmenu nav#globalNavi .subMenu dd li {
		border-top: 1px solid #ffffff;
	}
	#spmenu nav#globalNavi > ul > li:first-child,
	#spmenu nav#globalNavi .subMenu dd ul:first-child li:first-child {
		border-top: none;
	}
	#spmenu nav#globalNavi .subMenu dd a {
		background: #e6e6e6;
	}
	#spmenu nav#globalNavi .subMenu dd a,
	#spmenu nav#ftNavi01 a {
		padding-left: 9vw;
	}
	#spmenu nav#subNavi .blank a:before {
		content: "\e902";
		font-size: 0.9em;
	}
	#spmenu nav#globalNavi li.search span {
		display: none;
	}
	#spmenu nav#globalNavi li.search .subMenu {
		display: block;
		padding: 3.3vw 0 3.3vw 3.3vw;
		margin: 0;
		font-size: 0;
		background: #89173b;
		box-sizing: border-box;
	}
	#spmenu nav#globalNavi .subMenu input {
		margin: 0;
		padding: 0;
		height: 7vw;
		font-size: 3.5vw;
		line-height: 6.6vw;
		box-sizing: border-box;
	}
	#spmenu nav#globalNavi .subMenu input[type="text"] {
		width: 60vw;
		padding: 0 1em;
		background: #ffffff;
		border-radius: 3.3vw 0 0 3.3vw;
	}
	#spmenu nav#globalNavi .subMenu input[type="submit"] {
		width: 14.4vw;
		color: #ffffff;
		background: #66162f;
		border-radius: 0 3.3vw 3.3vw 0;
	}

	#spmenu nav#globalNavi > ul > li > span:before,
	#spmenu nav#subNavi li.access span:after,
	#spmenu nav#ftNavi01 span:after {
		content: "\e916";
		display: block;
		font-size: 1.5em;
		line-height: 13vw;
		text-align: center;
	}
	#spmenu nav#globalNavi > ul > li > span.open:before,
	#spmenu nav#subNavi li.access span.open:after,
	#spmenu nav#ftNavi01 span.open:after {
		content: "\e917";
		background: #e6e6e6;
	}
	#spmenu nav#globalNavi > ul > li > span:before {
		width: 13vw;
		height: 14vw;
		color: #941e57;
	}
	#spmenu nav#globalNavi .subMenu dd > ul > li > span {
		padding-left: 9vw;
		background-color: #e6e6e6;
	}
	#spmenu nav#globalNavi .subMenu dd > ul:first-child > li > span + ul > li:first-child {
		border-top: 1px solid #fff;
	}
	#spmenu nav#globalNavi .subMenu dd > ul > li > span + ul > li > a {
		padding-left: 13.5vw;
		background-color: #d9d9d9;
	}

	#spmenu nav#subNavi > ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	#spmenu nav#subNavi li {
		display: block;
		width: 100%;
	}
	#spmenu nav#subNavi li:first-child {
		-webkit-order: 3;
		order: 3;
	}
	#spmenu nav#subNavi li:nth-child(2) {
		-webkit-order: 4;
		order: 4;
	}
	#spmenu nav#subNavi li:nth-child(3) {
		-webkit-order: 5;
		order: 5;
	}
	#spmenu nav#subNavi li.access {
		-webkit-order: 1;
		order: 1;
	}
	#spmenu nav#subNavi li.contact {
		-webkit-order: 2;
		order: 2;
	}
	#spmenu nav#subNavi a,
	#spmenu nav#subNavi span {
		display: block;
		width: 100%;
		height: 13vw;
		padding: 0 4.5vw;
		font-size: 3.5vw;
		line-height: 13vw;
		box-sizing: border-box;
	}
	#spmenu nav#subNavi > ul > li:nth-child(-n+3) a {
		height: 10vw;
		font-size: 0.9em;
		line-height: 10vw;
		background: #d9d9d9;
	}
	#spmenu nav#subNavi li.contact a {
		border-top: 1px solid #ffffff;
		background: #f2f2f2;
	}
	#spmenu nav#subNavi li.access span {
		position: relative;
		height: 13vw;
		line-height: 13vw;
		background: #f2f2f2;
	}
	#spmenu nav#subNavi > ul > li:nth-child(-n+2),
	#spmenu nav#subNavi li.access .subMenu li {
		border-bottom: 1px solid #ffffff;
	}
	#spmenu nav#subNavi li.access .subMenu a {
		padding-left: 9vw;
		font-size: 0.9em;
		background: #d9d9d9;
	}
	#spmenu nav#subNavi li.access span:after {
		position: absolute;
		color: #941e57;
		right: 0;
		top: 0;
		width: 13vw;
		text-align: center;
		border-left: 1px solid #ffffff;
	}
	#spmenu nav#subNavi li.search .subMenu {
		display: block !important;
	}
	#spmenu nav#subNavi li.access span.open:after {
		border: 1px solid #d9d9d9;
		background: #d9d9d9;
	}
	#spmenu nav#ftNavi01 li:nth-child(-n+4) {
		border-bottom: 1px solid #3b0e17;
	}
	#spmenu nav#ftNavi01 li:nth-child(n+5) {
		display: none;
	}
	#spmenu nav#ftNavi01 a,
	#spmenu nav#ftNavi01 span {
		color: #ffffff;
	}
	#spmenu nav#ftNavi01 a:before {
		content: "\e902";
		color: #ffffff;
	}
	#spmenu nav#ftNavi01 span {
		position: relative;
		display: block;
		height: 13vw;
		line-height: 13vw;
		background: #3b0e17;
	}
	#spmenu nav#ftNavi01 span:after {
		position: absolute;
		right: 0;
		top: 0;
		width: 13vw;
		text-align: center;
		border-left: 1px solid #ffffff;
	}
	#spmenu nav#ftNavi01 span.open:after {
		border: 1px solid #66162f;
		background: #66162f;
	}

	#spmenu li.access .subMenu,
	#spmenu nav#ftNavi01 ul,
	#spmenu nav#globalNavi .subMenu dd {
		display: none;
	}

	#topicsCategory {
		margin: 0 0 2.6vw 0;
	}
	#topicsCategory li {
		width: 32%;
		margin: 0 2% 2.6vw 0;
	}
	#topicsCategory ul li a,
	#topicsCategory .btnClear a {
		font-size: 2.6vw;
		line-height: 3.5em;
		border-radius: 1.75em;
	}
	#topicsCategory li:nth-child(3n),
	#topicsCategory li:last-child {
		margin-right: 0;
	}
	#topicsList ul {
		margin-bottom: 2.6vw;
	}
	#topicsList li {
		position: relative;
		width: 48.2%;
		margin: 0 3.6% 3.6vw 0;
		padding: 0 2.6vw 11.2vw 2.6vw;
	}
	#topicsList li:nth-child(2n) {
		margin-right: 0;
	}
	#topicsList li .img {
		margin: 0 -2.6vw 2.6vw -2.6vw;
	}
    #topicsList li.new .img:after {
		bottom: 2vw;
		right: 2vw;
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
		font-size: 2vw;
	}
    #topicsList li.movie .img:before {
		background-size: 12.6vw;
	}
	#topicsList li .cat1,
	#topicsList li .cat2,
	#category .cat1,
	#category .cat2 {
		font-size: 3.2vw;
	}
	#topicsList li .cat1,
	#category .cat1 {
		margin: 0 0 1.3vw 0;
	}
	#topicsList li .cat2,
	#category .cat2 {
		margin: 0 0 2.6vw 0;
	}
	#topicsList li .date {
		font-size: 2.9vw;
	}
	#topicsList li a {
		height: 14.4vw;
		color: #222222;
		font-size: 3.2vw;
		text-decoration: none;
	}
	#topicsList li:before,
	#topPublications li:before {
		content: "\e90f";
		position: absolute;
		bottom: 2.8vw;
		left: 2.8vw;
		color: #66162f;
		font-size: 4.5vw;
	}
	#topicsList li:after,
	#topPublications li:after {
		content: "続きを読む";
		position: absolute;
		bottom: 2.8vw;
		left: 8.8vw;
		color: #000000;
		font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
		font-size: 3.2vw;
		font-weight: bold;
		line-height: 4.5vw;
	}

	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}

@media all and (-ms-high-contrast:none){
	body {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	}
	footer:not(#ftBnr) ul li.blank a:before {
		font-size: 1.25em;
	}
}

#ieErrorMessage {
 position: absolute;
 top: 0;
 z-index: 9999;
 width: 100%;
 padding: 20px 0;
 color: #000;
 background: #fc3;
 text-align: center;
 font-size: 2rem;
 line-height: 1.7;
}

#ieErrorMessage a {
 color: #f00;
 text-decoration: underline;
}

#ieErrorMessage a:hover {
 color: #fff;
 background: #f00;
}