@charset "UTF-8";
:root{font-size: 62.5%;}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

#contents_form form .table_form td select[readonly]{
    background: #ccc;
}

h1,h2,h3,h4,h5,h6,a,p,div{
	word-wrap: break-word;
	word-break: break-word;
}
/* common
________________________________*/

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.3rem;
	line-height: 1.5;
	/*color: #666666;*/
	color: #444;
	background-color: #cccccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#cateTop		{ background-color: #00A2E8; }
#cateAbout		{ background-color: #00A2E8; }
#cateProgram	{ background-color: #00A2E8; }
#cateCourse		{ background-color: #00A2E8; }
#cateAdmission	{ background-color: #00A2E8; }
#cateFlow		{ background-color: #00A2E8; }
#cateRaiko		{ background-color: #00A2E8; }
#cateCrescend	{ background-color: #00A2E8; }
#cateMovie		{ background-color: #00A2E8; }
#cateCampus		{ background-color: #00A2E8; }
#cateForms		{ background-color: #00A2E8; }
#cateFormsSP		{ background-color: #FFFFFF; }

#cateMovie {
	overflow: hidden;
}

a {
	cursor: pointer;
}
.tag {
    &:hover {
        @include opacity(0.7);
}
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80); /* IE */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	-moz-opacity:0.80; /* mozila */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	zoom:1;
}

a:hover img.nohv{
	opacity:1;
	filter: alpha(opacity=100); /* IE */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
	-moz-opacity:1.00; /* mozila */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	zoom:1;
}

img {
	vertical-align: top;
}

iframe {
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

iframe#twitter-widget-0 {
  vertical-align: top;
}

.fb-like {
  width:15.5rem;
  float:left;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
  position: static !important;
}

.c { text-align: center; }
.r { text-align: right; }
.l { text-align: left; }

.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.roundBox {
	-webkit-border-radius: 0.9rem;
	   -moz-border-radius: 0.9rem;
	        border-radius: 0.9rem;
	behavior: url(/lib/js/PIE/PIE.php);
}

.roundMiniBox {
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
	behavior: url(/lib/js/PIE/PIE.php);
}

/* margin */
.rayoutMT10 { margin-top: 1rem; }

.rayoutMB20 { margin-bottom: 2rem; }

.rayoutML10 { margin-left: 1rem; }
.rayoutML20 { margin-left: 2rem; }
.rayoutML30 { margin-left: 3rem; }

.rayoutMR10 { margin-right: 1rem; }
.rayoutMR20 { margin-right: 2rem; }
.rayoutMR30 { margin-right: 3rem; }

.Bold { font-weight: bold !important; }

/* structure
________________________________*/
#wrapper {
	width: 100rem;
	margin: 0 auto;
	/*padding-top: 18.8rem;*/
	padding-top: 2rem;
	margin-bottom: 2rem;
}

#containerBox .container {
	float: left;
}
#containerBox .container.L {
	width: 23.5rem;
}

#cateTop .grandtop .container.L {
margin-top:2rem;
}

#containerBox .container.R {
	width: 76.5rem;
}

#containerBox .container.L section {
	margin-bottom: 2rem;
}

#contentWrapper {
	background-color: #fff;
	padding: 1.5rem;
	margin-left: 0;
}
#nowpage img{
    max-width: 100%;
}
#topicPath {
	margin-bottom: 1rem;
}

/* modal
________________________________*/
#BodyWrap {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	display: none;
	opacity: 0.70;
	-ms-filter: "alpha(opacity=70)";
	    filter: alpha(opacity=70);
}

#MovieBodyWrap {
	background: url(/lib/img/top/bnr_.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 120;
}

.uaMobile #MovieBodyWrap {
	display: none;
}

.modal {
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 115;
	display: none;
}

.modal .modalClose40 {
	display: block;
	background: url(/lib/img/common/modal_close_40.png);
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: -2rem;
	right: -2rem;
}

.modal .modalClose54 {
	display: block;
	background: url(/lib/img/common/modal_close_54.png);
	width: 5.4rem;
	height: 5.4rem;
	position: absolute;
	top: -2.7rem;
	right: -2.7rem;
}

.modal .modalClose109 {
	display: block;
	background: url(/lib/img/common/modal_close_109-29.png);
	width: 10.9rem;
	height: 2.9rem;
	position: absolute;
	bottom: -1.7rem;
	left: 0;
}

.modal .title {
	font-size: 1.3rem;
	line-height: 3rem;
	width: 84.3rem;
	padding-left: 1rem;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 1.2rem;
	top: 1.2rem;
}
.uaIE8andUnder .modal .title {
	background-color: #000;
}

.modal.youtubeModal {
	padding: 1.2rem;
	width: 85.3rem;
	height: 48rem;
	margin: -25.2rem 0 0 -43.8rem;
}

.modal.youtubeModal iframe {
	width: 85.3rem;
	height: 48rem;
	border: 0;
	margin: 0;
	padding: 0;
}




/* campusMap
________________________________*/
#campusMapImg {
	cursor: pointer;
}

#campusMapModal {
	padding: 1.8rem;
	width: 91.2rem;
	height: 47.2rem;
	margin: -25.4rem 0 0 -47.4rem;
}

.campusMapWrap {
	width: 91.2rem;
	height: 47.2rem;
	background: url(/lib/img/map/bg.png);
	position: relative;
}

.areaMenu {
	background: #fff;
	width: 18.4rem;
	position: absolute;
	top: 5.9rem;
	right: 0.7rem;
}

.areaMenu li {
	height: 4.7rem;
	border-bottom: 1px solid #e1e1e1;
}
.areaMenu li:first-child {
	border-top: 1px solid #e1e1e1;
}

.areaMenu li a {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 5rem;
	text-decoration: none;
	display: block;
	height: 4.7rem;
	padding: 0 0 0 3.4rem;
	background: url(/lib/img/common/sidemenu_arrow.png) no-repeat 2rem 2.3rem;
}

.areaMenu li a:hover {
	background-color: #fde9dd;
}

.areaMenu .li1 a { color: #005fa6; }
.areaMenu .li2 a { color: #4b61cc; }
.areaMenu .li3 a { color: #cc52ad; }
.areaMenu .li4 a { color: #f26c18; }
.areaMenu .li5 a { color: #cc9b14; }
.areaMenu .li6 a { color: #98cc14; }
.areaMenu .li7 a { color: #29cc4f; }
.areaMenu .li8 a { color: #e5455d; }


/* header
________________________________*/
#headWrapper {
	height: 16.9rem;
	background: transparent url(/lib/img/common/bg_headarch.png) no-repeat center bottom;
	width: 100%;
	min-width: 100rem;
	/*overflow: hidden;*/
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 5000;
}

header {
	height: 14.9rem;
	background-color: #fff;
}

header nav {
	width: 98.1rem;
	height: 2.8rem;
	margin: 0 auto;
}

#headNav > li {
	height: 2.8rem;
	float: left;
	padding: 0;
	border-right: 0.2rem solid #ccc;
	position: relative;
	z-index: 5001;
}
#headNav > li:first-child {
	border-left: 0.2rem solid #ccc;
}

#headNav > li > a:hover img {
	opacity: 0.20;
	-ms-filter: "alpha(opacity=20)";
	    filter: alpha(opacity=20);
}

#headNav div {
	width: 23.5rem;
	padding: 0.7rem 0 0 0;
	position: absolute;
	top: 2.8rem;
	left: 0;
	display: none;
}

#headNav div ul {
	padding: 0.4rem 0.5rem 0.5rem;
}

#headNav div li {
	background-color: #fff;
	margin-top: 1px;
}

#headNav div a {
	font-size: 1.3rem;
	padding: 1.1rem 1rem 1.1rem 2.8rem;
	color: #000;
	text-decoration: none;
	display: block;
	height: auto;
	border: 1px solid #fff;
	background: url(/lib/img/common/sidemenu_arrow_gray.png) no-repeat 1.8rem center;
}

#headNav div a.parent {
padding-left: 1rem;
background-image: none;
font-weight: bold;
}

#headNav div a:hover {
	background-color: #f5f5f5;
	background-image: url(/lib/img/common/sidemenu_arrow.png);
}

#headNav .GlobalMenu2 ul { background-color: #e0dffb; }
#headNav .GlobalMenu3 ul { background-color: #f5e5fc; }
#headNav .GlobalMenu4 ul { background-color: #fbdff1; }
#headNav .GlobalMenu5 ul { background-color: #fbe0df; }
#headNav .GlobalMenu6 ul { background-color: #fbf2df; }
#headNav .GlobalMenu7 ul { background-color: #f1fbdf; }

#headNav .GlobalMenu2 div a:hover { border-color: #a198eb; }
#headNav .GlobalMenu3 div a:hover { border-color: #dea7fa; }
#headNav .GlobalMenu4 div a:hover { border-color: #ffa8df; }
#headNav .GlobalMenu5 div a:hover { border-color: #ffb2b4; }
#headNav .GlobalMenu6 div a:hover { border-color: #f5d68b; }
#headNav .GlobalMenu7 div a:hover { border-color: #c5ef7f; }

.headbar {
	overflow: hidden;
	background-color: #F7F7F7;
	height: 3rem;
	padding-top: 1px;
}

.headbar div {
	font-size: 1.2rem;
	line-height: 3rem;
	color: #000;
	width: 100rem;
	margin: 0 auto;
}

*+html .headbar div div {
	width: 40%;
	float: right;
}

.headbar div h1 {
	width: 50%;
	float: left;
	padding-left: 0.7rem;
}

.headbar div #site_title {
	float: left;
}

.headbar div a {
	color: #4c4c4c;
	float: right;
	text-decoration: none;
	padding-left: 0.7rem;
	margin-right: 1.9rem;
	background: url(/lib/img/common/sidemenu_arrow.png) no-repeat left center;

}
.headbar div a:hover {
	text-decoration: underline;
}

.headLogoWrap {
	width: 100rem;
	height: 8.7rem;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

.headLogoWrap .logo {
	display: block;
	width: 26.2rem;
	_width: 26.2rem;
	height: 5.8rem;
	_height: 6.2rem;
 	position: absolute;
	left: 0;
 	top: 0.9rem;
	zoom: 1;
/* 	background: url(/lib/img/common/logo_262-58.png) no-repeat;*/
 }
 
.headLogoWrap .logo img {
	_width: 26.2rem;
	_height: 6.2rem;
 }
 

.headLogoWrap div {
	/*width: 66.9rem;*/
	width: 74.7rem;
	height: 6.6rem;
	/*background: #c3ffdb url(/lib/img/common/head_telinfo.png?131025) no-repeat 1.5rem 1.2rem;*/
	background: #DAF4E6 url(/lib/img/common/head_telinfo_2018.png) no-repeat 1.5rem 1.2rem;
	/*border: 1px solid #08e05e;*/
	border: 1px solid #39B54A;
	border-top: none;
	float: right;
	-webkit-border-radius: 0 0 0.8rem 0.8rem;
	   -moz-border-radius: 0 0 0.8rem 0.8rem;
	        border-radius: 0 0 0.8rem 0.8rem;
	behavior: url(/lib/js/PIE/PIE.php);
	position: relative;
}

.headLogoWrap div a {
	display: block;
	/*width: 19.5rem;*/
	width: 18.3rem;
	/*height: 4.3rem;*/
	height: 4.6rem;
	position: absolute;
	/*top: 0.9rem;*/
	top: 1rem;
	background-position: center;
	background-repeat: no-repeat;
}

.headLogoWrap div .shiryo {
	/*left: 26rem;*/
	left: 61.2rem;
	top: 1.5rem;
	width: 11.9rem;
	height: 3.2rem;
	background: #F20000;
}
.headLogoWrap div .raiko {
	/*left: 45.8rem;*/
	left: 23.2rem;
	background: #009245;
}
.headLogoWrap div .taiken {
	left: 42.3rem;
	background: #009245;
}

.headLogoWrap div img {
/*	visibility: hidden;*/
}

.headLogoWrap div a:hover {
opacity: 0.8;
}

/* footer
________________________________*/
/* foottext */
#foottext {
	font-size: 1.2rem;
	width: 92rem;
	margin: 0 auto 1px;
	padding: 2rem 4rem 1.5rem;
	background-color: #fff;
	-webkit-border-radius: 0.9rem 0.9rem 0 0;
	   -moz-border-radius: 0.9rem 0.9rem 0 0;
	        border-radius: 0.9rem 0.9rem 0 0;
	behavior: url(/lib/js/PIE/PIE.php);
}

#foottext h2 {
	color: #4c4c4c;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 1.5rem;
}

#footNav a,
#campusNav a,
#menuNav a  {
	color: #4c4c4c;
	text-decoration: none;
	line-height:1.2;
}

#footNav a:hover,
#campusNav a:hover,
#menuNav a:hover {
	text-decoration: underline;
}


/* footNav */
#footNav {
	font-size: 1.1rem;
	line-height: 1;
	width: 100rem;
	margin: 0 auto 1px;
	padding: 2rem 0 1rem;
	background-color: #fff;
	-webkit-border-radius: 0.9rem 0.9rem 0 0;
	   -moz-border-radius: 0.9rem 0.9rem 0 0;
	        border-radius: 0.9rem 0.9rem 0 0;
	behavior: url(/lib/js/PIE/PIE.php);
}

#footNav {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	behavior: none;
}

#footNav div {
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
	width: 100rem;
}

#footNav ul {
	position: relative;
	left: 50%;
	float: left;
}

#footNav li {
	position: relative;
	left: -50%;
	float: left;
	padding: 0 0.6rem;
	border-left: 1px solid #4c4c4c;
}

#footNav li:first-child {
	border: none;
}


/* campusNav */
#campusNav {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #4c4c4c;
	width: 100rem;
	margin: 0 auto 1.7rem;
	padding: 2.8rem 0 3rem;
	background-color: #fff;
	-webkit-border-radius: 0 0 0.9rem 0.9rem;
	   -moz-border-radius: 0 0 0.9rem 0.9rem;
	        border-radius: 0 0 0.9rem 0.9rem;
	behavior: url(/lib/js/PIE/PIE.php);
}

#campusNav p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#campusNav dl {
	margin-top: 2rem;
}

#campusNav dt {
	font-weight: bold;
	margin: 0 0 -2rem 4rem;
}

#campusNav dd {
	margin-left: 16rem;
}

#campusNav li {
	float: left;
	width: 16.8rem;
}

/* menuNav */
#menuNav {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #4c4c4c;
	width: 100rem;
	margin: 0 auto 1px;
	padding: 1px 0 1.5rem;
	background-color: #fff;
	overflow: hidden;
}

.column {
	float : left;
}

#menuNav dl {
	margin: 1rem 0px 0 1.8rem;
}

#menuNav dt {
	font-weight: bold;
}

#menuNav dd {
	margin: 0.5rem 0 0 0.5rem;
}


/* footer */
#footWrapper {
	height: 10.6rem;
	width: 100%;
	max-width: 100%;
}

#footWrapper > div {
	width: 100%;
	height: 2rem;
	background-color: #fff;
}

#footWrapper > div div {
	background: #fff url(/lib/img/common/bg_footarch.png) no-repeat center top;
	height: 2rem;
	max-width: 100%;
	margin: 0 auto;
}

#cateTop #footWrapper > div div			{ background-color: #00A2E8; }
#cateAbout #footWrapper > div div		{ background-color: #00A2E8; }
#cateProgram #footWrapper > div div		{ background-color: #00A2E8; }
#cateCourse #footWrapper > div div		{ background-color: #00A2E8; }
#cateAdmission #footWrapper > div div	{ background-color: #00A2E8; }
#cateFlow #footWrapper > div div		{ background-color: #00A2E8; }
#cateRaiko #footWrapper > div div		{ background-color: #00A2E8; }
#cateCampus #footWrapper > div div		{ background-color: #00A2E8; }
#cateCrescend #footWrapper > div div	{ background-color: #00A2E8; }


footer {
	font-size: 1rem;
	line-height: 1;
	height: 7.6rem;
	padding-top: 1rem;
	background-color: #fff;
}

footer div {
	width: 100rem;
	margin: 0 auto;
	max-width: 100%;
}

footer .message {
	float: left;
}

footer .copyright {
	float: right;
}

.page-top {
 display: none;
 position: fixed;
 bottom: 1rem;
 right: 1.6rem;
}

.page-top a {
 display: block;
 width: 4rem;
 height: 4rem;
 background-color:#7CD0F5;
 text-align: center;
 color:#fff;
 font-size: 2rem;
 font-weight: bold;
 line-height: 4.5rem;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
}


.ConversionTagWrap {
	height: 0;
	overflow: hidden;
}

/* sideMenu
________________________________*/
.sideMenu {
	padding: 0.5rem;
	margin-bottom: 2rem;
	background-color: #f0f0f0;
}

#cateCampus .sideMunu {
	margin-bottom: 0;
}

.sideMenu p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	padding: 1rem;
}


#cateAbout .sideMenuAbout			{ display: block; }
#cateProgram .sideMenuProgram		{ display: block; }
#cateCourse .sideMenuCourse			{ display: block; }
#cateAdmission .sideMenuAdmission	{ display: block; }
#cateFlow .sideMenuFlow				{ display: block; }
#cateRaiko .sideMenuRaiko			{ display: block; }
#cateCampus .sideMenuCampus			{ display: block; }
#cateCrescend .sideMenuCrescend		{ display: block; }

#cateAbout .sideMenu	 { background-color: #D9F0FC; }
#cateProgram .sideMenu	 { background-color: #D9F0FC; }
#cateCourse .sideMenu	 { background-color: #D9F0FC; }
#cateAdmission .sideMenu { background-color: #D9F0FC; }
#cateFlow .sideMenu		 { background-color: #D9F0FC; }
#cateRaiko .sideMenu	 { background-color: #D9F0FC; }
#cateCampus .sideMenu	 { background-color: #D9F0FC; }
#cateCrescend .sideMenu	 { background-color: #D9F0FC; }

#cateAbout .sideMenu p		{ color: #00A2E8; }
#cateProgram .sideMenu p	{ color: #00A2E8; }
#cateCourse .sideMenu p		{ color: #00A2E8; }
#cateAdmission .sideMenu p	{ color: #00A2E8; }
#cateFlow .sideMenu p		{ color: #00A2E8; }
#cateRaiko .sideMenu p		{ color: #00A2E8; }
#cateCampus .sideMenu p		{ color: #00A2E8; }
#cateCrescend .sideMenu p	{ color: #00A2E8; }

.sideMenu li {
	background-color: #fff;
	margin-top: 1px;
}

.sideMenu a {
	font-size: 1.3rem;
	line-height: 1;
	/*color: #595554;*/ color: #444;
	display: block;
	padding: 1.5rem 1rem 1.5rem 2.9rem;
	text-decoration: none;
	background: url(/lib/img/common/sidemenu_arrow.png) no-repeat 1.5rem center;
	zoom: 1;
}

.sideMenu a:hover {
	background-color: #f5f5f5;
}

/* targetMenu */
.targetMenu {
	background-color: #fff;
	margin-top: 2rem;
	padding: 1px 0.9rem 1rem 0.9rem;
}

#cateCampus .targetMenu {
	margin: 0 0 2rem;
}

.targetMenu li {
	margin-top: 0.4rem;
}

.targetMenu li img {
	width: 21.7rem;
	height: 5.6rem;
}

/* sideBanner */
.sideBanner a {
	display: block;
}
.sideBanner img.movie:hover {
	cursor:pointer;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
/* toppage
________________________________*/
/* top above-the-fold */
.topATFWrapper {
	margin-bottom: 2rem;
}

.topSlideWrap {
	width: 74.5rem;
	margin-right: 2rem;
	_margin-right: 1.6rem;
	float: left;
	position: relative;
}
.bx-wrapper{
	max-width: 100%;
	background-color: transparent;
	padding: 1rem;
	-webkit-border-radius: 0.9rem;
	-moz-border-radius: 0.9rem;
	border-radius: 0.9rem;
	behavior: url(/lib/js/PIE/PIE.php);
}

#topSlide {
	width: 72.5rem;
	height: 39rem;
	position: relative;
}

#topSlide li {
	width: 72.5rem;
	height: 39rem;
	overflow: hidden;
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
}

#topSlide img {
	width: 72.5rem;
	height: 39rem;
}

.bx-pager {
	position: absolute;
	bottom: 2.2rem;
	left: 4.1rem;
	z-index: 51;
}

.bx-pager-item {
	height: 0.9rem;
	width: 0.9rem;
	line-height: 0.9rem;
	margin: 0 0.2rem;
	float: left;
}

.bx-pager-item a {
	color: #ffd4e3;
	font-size: 0.9rem;
	line-height: 1;
	height: 0.9rem;
	width: 0.9rem;
	text-decoration: none;
}
.bx-pager-item a.active {
	color: #f83076;
}

.bx-prev,
.bx-next {
	width: 2.2rem;
	height: 2.2rem;
	position: absolute;
	bottom: 1.5rem;
	z-index: 51;
}
.bx-prev {
	left: 1.5rem;
}
.bx-next {
	left: 11rem;
}
/*.bx-controls-direction {
	position: absolute;
	bottom: 2rem;
}*/

/* toptargetMenu */
.toptargetMenu {
	background-color: #fff;
	padding: 0.4rem 0 0.8rem 0.5rem;
	margin-bottom: 2rem;
}

.toptargetMenu li {
	float: left;
	margin-left: 0.5rem;
	height: 6rem;
}

.toptargetMenu li img {
	width: 15.9rem;
	height: 6rem;
}


/* topMainContentUL */
.topMainContentUL li {
	float: left;
	margin-left: 2rem;
}

.topMainContentUL li img {
	width: 23.5rem;
	height: 42.7rem;
}

/* topMainContentULnew */
.topMainContentULnew li {
	float: left;
	margin-left: 2rem;
	background: #fff url(/lib/img/top/bnr_bg.png);
	width: 23.5rem;
	height: 33.5rem;
	margin-top: 2rem;
	position: relative;
}

.topMainContentULnew li img {
	width: 21.5rem;
	height: 13rem;
}

.topMainContentULnew li a {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 23.5rem;
	height: 22rem;
	position: relative;
	top: 0;
	left: 0;
}

.topMainContentULnew li div {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.9rem;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0 1.5rem;
	position: absolute;
	left: 2rem;
	top: -1rem;
	color: #fff;
}
.uaModern .topMainContentULnew li div  {
	-webkit-box-shadow: 0 0 0.4rem rgba(0,0,0,.3);
	        box-shadow: 0 0 0.4rem rgba(0,0,0,.3);
}

.topMainContentULnew li div:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-width: 0.6rem;
	margin-left: -0.6rem;
}

.topMainContentULnew li .c1 { background: #625feb; }
.topMainContentULnew li .c1:after { border-top-color: #625feb; }
.topMainContentULnew li .c2 { background: #fff; color: #ff0060; }
.topMainContentULnew li .c2:after { border-top-color: #fff; }
.topMainContentULnew li .c3 { background: #eb5fb9; }
.topMainContentULnew li .c3:after { border-top-color: #eb5fb9; }
.topMainContentULnew li .c4 { background: #bf5feb; }
.topMainContentULnew li .c4:after { border-top-color: #bf5feb; }
.topMainContentULnew li .c5 { background: #eb625f; }
.topMainContentULnew li .c5:after { border-top-color: #eb625f; }
.topMainContentULnew li .c6 { background: #ebaa1b; }
.topMainContentULnew li .c6:after { border-top-color: #ebaa1b; }
.topMainContentULnew li .c7 { background: #ff8126; }
.topMainContentULnew li .c7:after { border-top-color: #ff8126; }

.topMainContentULnew li .h2 {
	display: block;
	font-size: 1.9rem;
	color: #005799;
	font-weight: bold;
	padding-top: 2.5rem;
	height: 6.6rem;
}

.topMainContentULnew li p {
	text-align: center;
	font-size: 1.2rem;
	margin: 1.5rem 0.5rem 1rem;
	color: #666;
}

.topMainContentULnew li i {
	display: inline-block;
	background: #f66e9b url(/lib/img/top/bnr_btn_more.png);
	width: 5.8rem;
	height: 1.8rem;
}

/* topMainContentHead */
.topMainContentHead {
	color: #fff;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	background-color: #f8a8dc;
	-webkit-border-radius: 0.3rem;
	   -moz-border-radius: 0.3rem;
	        border-radius: 0.3rem;
}

/* topMainContentSP */
.topMainContentSP {
  margin-left:0px !important;
  padding-left:0px !important;
}
 
.topMainContentSP li{
  position:relative;
  background-color: #fff;
  width: 100%;
  height: 8rem;
  clear: both;
  margin-left: 0px !important;
  margin-bottom: 0.4rem;
/*  border:1px solid #ff0000;*/
}

.topMainContentSP img {
  height:8rem;
  margin-right: 1rem;
  padding:0px;
  float: left;
}
 
.topMainContentSP li a {
  display: block;
  width: 100%;
  height:10rem;
  font-weight: bold !important;
  text-decoration: none;
}

.topMainContentSP h2 {
  font-size: 1.2rem;
  padding-top: 1rem;
  color: gray;
}

.topMainContentSP img.icn {
  position:absolute;
  bottom:1rem;
  right:0.5rem;
  width:2rem;
  height:2rem; 
}

.topMainContentSP:after {
  content: "";
  display: block;
  clear: both;
}


/* topSideMenu */
.topSideMenu {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.topSideMenu ul {
	padding: 0.8rem 2rem;
	background-color: #fff;
}

.topSideMenu li {
	background: url(/lib/img/common/dotline_01.png) repeat-x top;
}
.topSideMenu li:first-child {
	background-image: none;
}

.topSideMenu a {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	color: #005799;
	text-decoration: none;
	display: block;
	padding: 0.9rem 0 0.9rem 1.5rem;
	background: url(/lib/img/top/sidemenu_arrow.png) no-repeat left center;
}

/* campusBlc */
.campusBlc {
	position:relative;
	width:21.5rem;
	float:left;
	height:auto;
	height:39rem;
	padding:0.8rem;
	border:0.2rem solid #cbe991;
	background: #f0fcdc;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border-radius: 0.5rem;
	behavior: url(/lib/js/PIE/PIE.php);
}


.campusBlc  .ttl {
	color:#fff;
	background: #91d415;
	margin: 0 auto;
	width:100%;
	text-align: center;
}

.campusBlc  .inner {
	margin-top: 0.8rem;
	width: 21.5rem;
	height: 14rem;
	overflow: hidden;
}
.campusBlc  .ttl .h2 {
	background: #91d415;
	display: inline-block;
	color:#fff; 
    *display: inline;
    *zoom: 1;  
	float: left;
	padding: 0.5rem 0;
	font-size:145%;
	line-height:1.2em;
	margin:0 auto;
	width: 100%;
}

.campusBlc .campusMsg {
	background: #fff;
	padding:0.3rem;
	font-size:1.2rem;
	border:0;
	margin-top:0.5rem;
	margin-bottom:3.5rem;
	line-height:1.6em;
}

.campusBlc a {
	font-size:1.2rem;
	color:#666666;
	text-decoration:none;
}

.campusBlc a:hover {
	color:#888888;
}

.campusBlc .linkblc {
	position: absolute;
	bottom: 0.6rem;
	right: 1rem;
}

.campusBlc .linkblc a{

}


/* whatsnew */
.whatsnew .roundBox {
	font-size: 1.2rem;
	padding: 2rem;
	background: #fff no-repeat 2rem 1.5rem;
}

.whatsnewtitle {
	padding: 0 important!;
	text-align:center;
}

.whatsnewtitle {
	padding: 0 important!;
	text-align:left;
}

#whatsnewBoxa {
	overflow: hidden;
	position: relative;
}

#whatsnewBoxs {
	height: 25rem;
	display: none;
	overflow-y: scroll;
	position: relative;
}

.whatsnew a {
	display: block;
	padding: 1rem 0;
	color: #666;
	text-decoration: none;
}

.whatsnew a span {
	color: #2773ad;
	display: block;
	text-decoration: underline;
}

.whatsnew a:hover span {
	text-decoration: none;
}


#whatsnewULa {
	position: absolute;
	top: 0;
}

#whatsnewULa li {
	position: relative;
	top: 0;
}

/* sp */
img,
object,
embed { max-width: 100%; }

.pcNone {
	display: none;
}

.campusMapImg {
	cursor: pointer;
}

#containerBox .container {
	float: right;
}

#convWrap ul {
	overflow: hidden;
	margin-left: 3.6rem;
}

#convWrap li {
	float: left;
	margin-right: 1rem;
}

#convWrap li:last-child {
	margin-right: 0;
}

.spContact p {
	margin-bottom: 2rem;
	text-align: center;
}

/* ie6 */
#headWrapper {
	height: 16.8rem;
}

* html .headbar div div {
	zoom: 1;
	float: right;
	width: 50%;
}

* html .campusMapImg {
	float: right;
}

* html .topMainContentULnew li {
	margin-left: 1.5rem;
}

* html .rayoutAttract .rayoutCrop {
	margin-left: 0;
}

* html .aroowCopy {
	display: inline;
	zoom: 1;
}

* html #containerInner {
	width: 74.5rem;
	margin-left: 2rem;
}

* html #containerInner .inner {
	width: 71.5rem;
	margin-left: 0;
	padding-right: 0.5rem;
}


.spContact p a img {
	_width: 23.5rem;
	_height: 5rem;
}

/* ie8 */
.campusBlc .imgBlc .inner {
	height: 28.7rem\9;
	width: 44.6rem\9;
}

.toptargetMenu li {
	width: 15.9rem\9;
}