/* charset */
@charset "utf-8";

/*mainSlider
------------------------------------------------------------------------------*/
.mainSlider{
    height: 500px !important;
}

.mainSlider2{
    position:absolute;
    top:0;
    height: 500px !important;
    width:1000px;
    left:50%;
    margin-left:-500px;
}

.imagePosition{
    position:relative;
    /* top: -200px; */
    height: 600px !important;
}
.slideText{
    position:absolute;
    top: 250px;
    left: 110px;
    color: #ffffff;
    font-size:30px;
    font-weight:bold;
}
.subSlideText{
    position:absolute;
    top: 290px;
    left: 110px;
    color: #ffffff;
    font-size:20px;
    font-weight: lighter;
}

.slideText,
.subSlideText{
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

/*subSlider
------------------------------------------------------------------------------*/
.subsliderOuter{
    position: relative;
  width: 1000px;
  margin: 0px auto;
    width:1000px;
}
.subSlider{
    z-index:9999;
    position:absolute;
    right: 0px;
    bottom: 30px;
    width:390px;
    z-index:9999;
    background: rgba(255,255,255,0.7);
}

.subSlideTitle{
    color:#025791;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}

.todayEvent{
    position: relative;
    overflow: hidden;
    width:330px;
    height: 106px;
    display:block;
    margin:10px 30px 10px 30px;
    background:#fff;
}

.todayEventPhoto{
    float: right;
    clear: right;
}

.todayEvent h3{
    display: block;
    color:#000000;
    font-size:18px;
    font-weight:bold;
    padding: 10px 0px 10px 10px;
}

.todayEvent a{
    position: absolute;
    top: 0;
    display: block;
    width: 330px;
    height: 106px;
    padding-top: 80px;
    padding-left: 10px;
}

.todayEvent a:hover{
    background-color:rgba(50,50,50,0.1);
}

/*header
------------------------------------------------------------------------------*/
.logoArea{
    margin-top: 25px;
    line-height:2em;
    float:left;
}
.headerTitle{
    font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

.headerCaption{
    color:#333333;
    font-size:12px;
    font-weight:bold;
}
/*main
------------------------------------------------------------------------------*/
.topLink{
    width: 1000px;
    display:block;
    margin: 20px auto 20px auto;
}

.topLink ul{
    display:block;
    width:1000px;
}

.topLink ul li{
    display:inline-block;
    margin-left: 36px;
}

.topLink ul li:first-child{
    margin-left:0px;
}

.newsTopics ul{
    display:inline-block;
}

.newsTopics ul li{
    display: block;
    width: 710px;
    border-bottom:1px dotted #cccccc;
    padding:10px;
    margin-bottom:15px;
}

.newsTopicsTitle{
    float:left;
    width:120px;
    height:140px;
    background-repeat:no-repeat;
    background-image: url("../image/global/newsBg.jpg");
}

.newsTopicsTitle a{
    font-size:18px;
    font-weight:400;
    display:table-cell;
    color:#ffffff;
    text-align:center;
    width:120px;
    height:140px;
    vertical-align:middle;
    text-decoration:none;
    cursor: pointer;
}
.newsTopicsTitle a i{
    display:block;
    font-size: 50px;
    margin-bottom: 10px;
}

.newsTopicsCaption a{
    padding: 5px 10px;
    font-size:12px;
    color: #036DB7;
    border: 2px solid #036DB7;
    position: absolute;
    right: 0;
    top: 15px;
}

.newsTopicsCaption a:hover{
    background:#036DB7;
    color:#ffffff;
}
.newsTopicsCaption a i{
    margin-left:10px;
}


.newsTopicsDate{
    display:inline-block;
    font-size:12px;
    margin-right:10px;
}

.heightResize img{
    width:100%;
    min-height:500px;
    height:100%;
}

.eventTopicsArticle{
    clear:both;
    margin-bottom: 5px;
    padding: 0 20px 0 0;
}


.eventTopicsArticle ul li{
display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*height: 45px;*/
}

.eventTopicsImage{
    float: right;
    width: 130px;
    height: 102px;
}

.eventTopicsCaption{
    display: none;
    font-size:12px;
    font-weight:normal;
    margin-left: 0px;
}

.eventTopics{
    /* padding-bottom:15px ; */
    /* border-bottom: 1px dotted #444444; */
}

.eventTopics ul li:last-child{
}

.todaysDate{
    font-size:20px;
    font-weight:bold;
    margin: 10px 10px 15px 55px;
}

.dateCaption{
    margin: 5px 55px 0px 0px;
    float: right;
    text-align: left;
}

.mdfi_action_grade,
.mdfi_action_wallet_giftcard,
.mdfi_social_school,
.mdfi_action_account_balance,
.mdfi_image_audiotrack,
.mdfi_notification_more{
    vertical-align: middle;
    /* margin: 0px 5px 0px -5px; */
    padding: 0px 2px;
}
.warning{border:3px solid #F33951;}
.warningTitle{
    font-size:18px;
    font-weight:normal;
    color:#ffffff;
    background-color:#F33951;
    padding: 10px 10px 11px 10px;
}

.warningTitle i{
    margin-right:10px;
}

.warning ul{
    padding:0px 10px;
}

.warning ul li{
      display: block;
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
      margin-bottom: 0px;
}
.warning ul li:last-child{
    border-bottom:none;
}

.warning ul li i{
    margin-right:5px;
    color:#F33951;
}

a.tips{
    position:relative;
    z-index: auto !important;
}

a.tips span.tipsimg {
    display: none;
    padding: 5px;
    margin: 10px;
}

.tipsimg img{
    position: relative;
    z-index: 99999;
}

a.tips:hover span.tipsimg{
    display: inline;
    position: absolute;
    top: 27px;
    z-index: 99999 !important;
    left: 0;
    border-radius: 5px;
    line-height: 0px;
}

.arrow{
    display:none;
    position: absolute;
    top: 7px;
    left: 22px;
}
a.tips:hover .arrow{
    display:block;
}

.tag_ie-out .tipsimg{
    background-color:rgba(50,50,50,0.4);
}
.tag_ie-out .arrow{
    border-top: 15px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid rgba(50,50,50,0.4);
    border-left: 25px solid transparent;
}

.tag_ie1-8 .tipsimg{
    background-color:rgba(157,199,242,0.4);
}
.tag_ie1-8 .arrow{
    border-top: 15px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid rgba(157,199,242,0.4);
    border-left: 25px solid transparent;
}


.tag_ie9-11 .tipsimg{
    background-color:rgba(240,138,146,0.4);
}
.tag_ie9-11 .arrow{
    border-top: 15px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid rgba(240,138,146,0.4);
    border-left: 25px solid transparent;
}


.tag_eh .tipsimg{
    background-color:rgba(233,215,142,0.4);
}
.tag_eh .arrow{
    border-top: 15px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid rgba(233,215,142,0.4);
    border-left: 25px solid transparent;
}


.tag_im .tipsimg{
    background-color:rgba(0,152,67,0.4);
}
.tag_im .arrow{
    border-top: 15px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid rgba(0,152,67,0.4);
    border-left: 25px solid transparent;
}



.readmore a {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  top: -10px;
  position: absolute;
  display: block;
  padding: 5px 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.readmore a:hover{
    background:rgba(7,133,212,0.1);
}

ul.date{
	width:80px;
	margin-right: 20px;
}

ul.date p{
	font-weight:bold;
}

.eventTopicsArticle{
    position: relative;
    clear:both;
    margin-bottom: 5px;
    padding: 0 20px 0 0;
}

.dateYear{
    text-align: left;
    font-weight:normal !important;
    font-size:12px;
}

ul.slides li {
  width: 1000px !important;
  margin: 0px auto;
  left: 50%;
  margin-left: -615px;
}

#primaryNav ul { margin: 5px 0;}
.usability { display: inline-block; float: right; overflow: hidden; }
.usability dl { float: left; padding:11px 0 5px 0; zoom:1; }
.usability dl:after { content: ""; display: block; clear: both; white-space: nowrap; }
.usability dt { float: left; height: 30px; line-height: 30px; padding: 0 1em; white-space: nowrap; font-weight: 100; }
.usability dd { float: left; margin: 0 5px 0 0; white-space: nowrap; }
.usability dd span,
.usability dd a { display: inline-block; line-height: 24px; padding: 0 5px; border:1px solid #ddd; border-radius: 2px; background: #f6f6f6; cursor: pointer; }
.usability dd a.sizeL  {}
.usability dd a.sizeM  {}
.usability dd a.sizeS  {}
.usability dd span.colorN { background: #f6f6f6;}
.usability dd span.colorB { background: #00f; border-color:#00d; color: #fff; }
.usability dd span.colorY { background: #ff0; border-color:#dd0; }
.usability dd span.colorK { background: #222; border-color:#000; color: #fff; }

body.nake { background: #fff; }

body.blue { background: #00f; }
body.blue .topicpath * { color:#fff;}
body.blue #mainWrap * { color:#fff;}

body.yellow { background: #ff0; }
body.yellow .topicpath * { color:#000;}
body.yellow #mainWrap * { color:#000;}
body.yellow .c2 { color: #000 !important; border: 2px solid #000 !important;}

body.kuro { background: #000; }
body.kuro .topicpath * { color:#fff; }
body.kuro #mainWrap * { color:#fff; }