@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

/* ヘッダー
============================================================================================================ */
#header {
	background-color: #ffffff;
	border-bottom: 3px solid #00a9e6;
}
#header > div {
	border-bottom: 2px solid #65ccf0;
}
#header > div div {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 8px;
}
#header > div div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

#header h1 {
	float: left;
}
#header dl {
	float: right;
	padding-top: 5px;
	display: flex;
	align-items: center;
}
#header dl dt {
	padding: 0.9em 1.5em;
	border-right: 2px solid #7fd4f2;
	font-size: 109%;
	line-height: 1.5;
	font-weight: bold;
	color: #0097df;
}
#header dl dd {
	padding-left: 1.5em;
	display: flex;
	align-items: center;
}
#header dl dd img {
	flex-shrink: 0;
	margin-right: 10px;
}

/* コンテンツ
============================================================================================================ */
#contents {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}
#contents object,
#contents embed {
	vertical-align: bottom;
}

/* バーチャルキャンパスナビ
============================================================================================================ */
#virtualNav {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 130px;
	left: 0;
	bottom: 0;
	padding-top: 10px;
	background-color: #01a5e2;
	font-size: 84%;
	z-index: 10;
}
#virtualNav .slide {
	position: relative;
	overflow: hidden;
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background-color: #ffffff;
}
#virtualNav ul {
	position: relative;
	width: 9999em;
}
#virtualNav ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#virtualNav ul li {
	float: left;
	background-color: #ffffff;
}
#virtualNav ul li a,
#virtualNav ul li strong {
	display: block;
	text-decoration: none;
	color: #454545;
	line-height: 1.3;
	zoom: 1;
}
#virtualNav ul li a:hover {
	text-decoration: underline;
}
#virtualNav ul li img {
	margin-bottom: 5px;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#virtualNav ul li a:hover {
	text-decoration: underline;
}
#virtualNav ul li a:hover img,
#virtualNav ul li strong img {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

#virtualNav .arrow {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#virtualNav .arrow span {
	position: absolute;
	top: -70px;
	bottom: 0;
	width: 30px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top;
	cursor: pointer;
}
#virtualNav .arrow span.l {
	left: 0;
	background-image: url(/admission_division/special/virtualcampus/images/nav_arrow_l.png);
}
#virtualNav .arrow span.r {
	right: 0;
	background-image: url(/admission_division/special/virtualcampus/images/nav_arrow_r.png);
}
#virtualNav .arrow span:hover {
	background-color: #eaf6fd;
}

#virtualNav .arrow span.disabled {
	background-color: #ffffff !important;
	cursor: default;
}
#virtualNav .arrow span.l.disabled {
	background-image: url(/admission_division/special/virtualcampus/images/nav_arrow_l_no.png);
}
#virtualNav .arrow span.r.disabled {
	background-image: url(/admission_division/special/virtualcampus/images/nav_arrow_r_no.png);
}


#virtualNav .back_link {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#virtualNav .back_link p {
	position: relative;
	text-align: right;
	padding-top: 5px;
}
#virtualNav .back_link p a {
	padding-left: 15px;
	background: url(/admission_division/special/virtualcampus/images/link_arrow.png) no-repeat left;
	color: #ffffff;
}

#pinfo_btn {
	position: absolute;
    cursor: pointer;
	right: 10px;
	top: 25px;
    background-image: url(/admission_division/special/virtualcampus/restaurant/p9data/graphics/button/pinfo.png);
    width: 80px;
    height: 80px;
    background-position: 0px 0px;
    background-size: 100% 200%;
    z-index: 3;
}
#pinfo_btn:hover {
    background-position: 0px 80px;
}
#pinfo_img {
	display: none;
	position: absolute;
    cursor: pointer;
	right: 10px;
	top: 25px;
    z-index: 5;
}
#pinfo_img.-show {
	display: block;
}
#pinfo_img img {
	width: auto;
	height: 365px;
}

#tr_bnr {
	position: absolute;
	right: 10px;
	top: 25px;
    z-index: 3;
}
