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

html,body{
    width:100%;
    height:100%;
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#pageTop{
    margin-top: -150px;
    padding-top: 150px;
}


a{
    color: #444444;
    text-decoration:none;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a:hover{
    color:#036DB7;
}
a img{
    border-style:none;
}
a img:hover{
    opacity:0.8;
     filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}

a.u_line{
	text-decoration:underline;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 1;
    width: 1080px;
    height: 160px;
    margin: 0px auto;
    margin-top: 0px !important;
    box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 3px -4px rgba(0,0,0,0.6);
}

.fixed2{
    margin-top:5px;
}

.alignLeft{
  float: left;
  margin-right: 10px;
}
.textLeft{
    text-align:left;
}

.alignCenter{
  text-align: center;
  float: none;
  display: block;
  margin: 0px auto;
}
.textCenter{
    text-align:center;
}

.alignRight{
  float: right;
  margin-left: 5px;
}
.textRight{
    text-align:right;
}

ul.topicpath{
    width: 1000px;
  margin: 0px auto;
}

.topicpath li{
    display: inline;
    line-height: 1.5em;
    vertical-align:top;
}

.topicpath li:last-child{
    width: 600px;
    display: inline-block;
}

.initialBlue{color: #036DB7;}
.initialBlueTxt:first-letter { color: #036DB7;}
.initialGreen{color:#00a74b;}
.initialGreenTxt:first-letter { color: #00a74b;}
.langInfo { text-align: right; padding: 10px 0; font-size: 12px; }


/*all
------------------------------------------------------------------------------*/

#wrap{
    position:relative;
    width:100%;
    /* overflow:hidden; */
    min-width: 1080px;
    margin:0 auto;
}

#innerWrap{
    min-width: 1080px;
    margin: 0px auto;
}

#wrap:after{
    content: "";
    clear: both;
    display: block;
}

#innerWrap:after{
    content: "";
    clear: both;
    display: block;
}
#mainWrap:after{
    content: "";
    clear: both;
    display: block;
}






/*visualHeader
------------------------------------------------------------------------------*/
#visualHeader{
    position:relative;
    width: 100%;
    min-width: 1080px;
    height: 300px;
    margin: 165px auto 0;
}

.audience{
    width: 125px;
    height:37px;
    margin:10px;
}

.audience a{
    display:table-cell;
    color:#0785d4;
    text-align:center;
    vertical-align:middle;
    width:120px;
    height:32px;
    border:3px solid #0785d4;
}

.audience a:hover{
    color:#ffffff;
    background-color:#0785d4;
}

.promoter{
    width:125px;
    height:37px;
    margin:10px 10px 10px -1px;
}

.promoter a{
    display:table-cell;
    color: #00AF3B;
    text-align:center;
    vertical-align:middle;
    width:120px;
    height:32px;
    border: 3px solid #00AF3B;
}

.promoter a:hover{
    color:#ffffff;
    background-color:#00AF3B;
}

.audience a.active{
    color:#ffffff;
    background-color:#0785d4;
}

.promoter a.active{
    color:#ffffff;
    background-color:#00AF3B;
}

/*header
------------------------------------------------------------------------------*/
#headerWrap{
    position: fixed;
    z-index: 99999;
    width: 100%;
    min-width:1080px;
    margin: 0px auto;
    background-image:url("/static/images/global/img_headerBorder.jpg");
    background-repeat: repeat-x;
    padding-top: 5px;
    background-color: #fff;
    top: 0;
}

#header{
    width: 1000px;
    margin-right: 500px;
    height: 160px;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}

.logo{
    z-index: 9999;
    position: absolute;
    top: 0px;
    width:280px;
    height: 148px;
    background:#ffffff;
}

.logo h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width:256px;
    height:72px;
    margin:10px;
    background-repeat:no-repeat;
    background-image:url("/static/images/global/logo.jpg");
}

.logo h1 a{
    display:block;
    width:256px;
    height:72px;
}

.logo ul li{
    float:left;
}
.logo ul li span{
    font-size:85.7%;
    margin-left: 5px;
}

/*header
------------------------------------------------------------------------------*/
#primaryNav ul{
    position:relative;
    top: -5px;
    right:-5px;
    float:right;
    display:block;
    margin:20px 0px 5px 0px;
    width: 100%;
    text-align: right;
}

#primaryNav ul li{
    display:inline-block;
    font-size:17px;
    text-align:center;
    border-left:1px solid #bbbbbb;
}

#primaryNav ul li:first-child{
    border-style:none;
}

#primaryNav ul li a{
    letter-spacing: 0px;
    font-weight:500;
    display:block;
    color:#000000;
    padding:10px;
    margin:0px 5px;
}

#primaryNav ul li a:hover{
    color:#ffffff;
    background-color:#0785d4;
    text-decoration:none;
}

.primaryNavCaption{
    font-weight:normal;
    font-size:12px;
}

#secondaryNav ul{
    float:right;
    margin-top:4px;
}

#secondaryNav ul li{
    display:inline-block;
    text-align:center;
    margin-left: 10px;
    height:27px;
}
#secondaryNav ul li:first-child{
    margin-left:0px;
}

.secondaryNavBtn{
}

.secondaryNavBtn a{
    min-width: 50px;
    padding:6px 5px;
    display:block;
    color:#000000;
    background-color:#EBEBEB;
}

.secondaryNavBtn a:hover{
    color:#ffffff;
    background-color:#000000;
    text-decoration:none;
}

.searchBox{
    width: 307px !important;
    float: left !important;
}

#inner-editor{
    width:249px;
}

/*main
------------------------------------------------------------------------------*/
#mainWrap{
    position: relative;
    width: 1000px;
    margin:0px auto;
}

#main{
    color:#444444;
    width: 730px;
    float:left;
    margin: 0px 0px 10px 0px;
}

.topicsTitle{
    position: relative;
    font-size:18px;
    font-weight:bolder;
    margin-bottom: 15px;
    padding: 20px 0px 15px 0px;
    background-repeat:no-repeat;
    background-position:bottom;
    background-image:url("/static/images/global/img_titleBoder.jpg");
}

.topicsCaption{
    font-size:85.7%;
    font-weight:normal;
    margin-left:40px;
    display: none;
}

.eventTopicsArticle{
    clear:both;
    margin-bottom: 20px;
    min-height: 105px;
}

.eventTopicsArticle:after{
}
.eventTopicsArticle ul{
    /* margin-top: 20px; */
    /* margin-left:5px; */
}

.eventTopicsArticle ul li{
    font-size:85.7%;
    /* margin-left: 5px; */
}
.eventTopicsImage{
    float:right;
}

.eventTopicsImage img{
    margin-bottom: 0;
}

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

.eventTopics ul li:last-child{
}





.articleDate{
    /* width: 500px; */
    padding-right: 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    text-align: right;
    line-height: 30px;
    display: block;
}

.articleTitle
{
    margin:10px;
}

.tag_exhibition,
.tag_learnedSociety,
.tag_event,
.tag_exsale,
.tag_concert,
.tag_etc
{
    display:inline-block;
    position: absolute;
    left: 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color:#ffffff;
    letter-spacing: 3px;
}

.tag_ie1-8,.tag_ie9-11,.tag_eh,.tag_im,.tag_bus{
    text-align:center;
    line-height:1.5;
}

.tag_ie1-8 span,
.tag_ie-out span,
.tag_ie9-11 span,
.tag_eh span,
.tag_im span{
    display: block;
    color: #ffffff;
}

.tag_bus a{
    display: block;
    color: #F06A00;
    background-color: #fff;
    padding:0 10px;
    border-radius: 5px;
}
div.f-box span.tag_bus{
    padding: 0;
}
div.f-box span.tag_bus i{
    padding-left: 5px;
}
div.f-box .tag_bus a{
    display: block;
    color: #F06A00;
    padding: 5px 5px 5px 30px;
}

.tag_ie1-8{background-color: #036db7;}

.tag_ie9-11{background-color:#f00012;}

.tag_ie-out {background-color:#666666;}

.tag_eh{background-color:#e9bb03;}

.tag_im{background-color:#009843;}

.tag_bus{background-color:#fff;}

/*article
*/
.articleTitle a{
    /* font-size: 22px; */
    /* color: #444444; */
    /* line-height:1.5; */
    /* font-weight: bold; */
}


/*side*/
#side{
    width: 240px;
    height: 100%;
    margin: 0px auto 0px auto;
    float: right;
}

#side ul li{
    margin-bottom: 10px;
}

/*footer*/
#footerWrap{
    margin-top: 30px;
    clear: both;
    width: 100%;
    min-width: 1080px;
    background-repeat:repeat-x;
    background-position: 8px 75px;
    background-image:url("/static/images/global/img_footerBG2.png");
}
#footer{
    width: 1000px;
    margin:0px auto;
}
.footerNav{
    text-align: center;
    color:#ffffff;
    width:100%;
    height: 111px;
    padding:10px;
    background-repeat:no-repeat;
    background-image:url("/static/images/global/img_footerBG.png");
    background-position: 0px 9px;
}

.footerNav ul li{
    display: inline-block;
    margin-top: 89px;
    margin-left: 10px;
}
.footerNav ul li:first-child{margin-left:0px;}
.footerNav a{
    color:#ffffff;
}

.footerNav i{
    font-size:85.7%;
    margin-right: 5px;
}

.footerNav ul.footerNavLeft li{
    display:inline-block;
    float:left;
    margin-left: 20px;
    font-size:85.7%;
}

.footerNav ul.footerNavLeft li:first-child{
    margin-left:0;
}

.footerNav ul.footerNavright li{
    display:inline-block;
    float:right;
    margin-left:10px;
}

.footerNav ul.footerNavright li:first-child{
    margin-left: 5px;
}

.footerNav ul.footerNavright li i{
    margin-right:5px;
}

.footerAdress{
    width:470px;
    float:left;
    font-size:85.7%;
    color:#444444;
    line-height:1.5;
    letter-spacing:2px;
    margin-top: 20px;
}


.footerSocial ul li{
    text-align: center;
    margin: 25px auto;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}

.pagetop{
    margin-top: -73px;
    width:120px;
    height:120px;
    float:right;
    border-left:1px solid #bbbbbb;
    border-right:1px solid #bbbbbb;
    text-align:center;
}

.pagetop a{
    display:table-cell;
    width:120px;
    height:120px;
    vertical-align:middle;
}

.copy{
    color:#999999;
    display:block;
    margin-top:20px;
}

.middleTitle{
    font-size:16px;
    font-weight:bold;
    background-image:url("/static/images/global/img_middleTitle.jpg");
    padding-bottom: 10px;
    margin: 10px 0px;
    background-repeat:repeat-x;
    background-position:bottom;
}

.smallTitle{
    font-size:16px;
    font-weight:bold;
    margin: 10px 0px;
    padding: 5px;
    line-height: 1.4;
    background-position:left;
    background-repeat:repeat-y;
    border-left: 7px solid #1786ce;
}

.titleBorder{
    border-bottom:1px solid #bbbbbb;
}
.sectionBorder{
    border-bottom:1px dotted #bbbbbb;
    margin-bottom: 20px;
}

.iconPdf{
    margin-right:15px;
}

.iconPdf::after{
    content:url("/static/images/global/icon_pdf.png");
}

.footerLink{
    display:inline-block;
    text-align:center;
}

.sideEventPlace{
    width:100%;
    clear: both;
}

.titleDate{
    background-color:#f9f9f9;
}

ul.date2{
    text-align: left;
}
ul.date2 li{
    display: inline-block;
    font-size: 85.7%;
    margin-bottom: 5px !important;
    color: #338caa;
    font-weight: bold;
}
ul.date2 li i.mdfi_action_account_balance,
ul.date2 li i.mdfi_action_grade,
ul.date2 li i.mdfi_action_wallet_giftcard,
ul.date2 li i.mdfi_social_school,
ul.date2 li i.mdfi_image_audiotrack,
ul.date2 li i.mdfi_notification_more{
    font-size: 30px;
    color: #87C6FF;
}

ul.date{
    display:block;
}
ul.date li{
    display: block !important;
    font-size: 16px;
    margin-bottom: 10px;
    color: #036DB7;
}

.articleTitle{position:relative; display: inline-block;margin: 0;}
.articleTitle{
    font-size: 22px;   color: #444444;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 40px;
}
.articleTitle i{position:absolute; font-size: 30px;color:#87c6ff;top: 50%;left: 0px;margin-top: -16px;}
ul.categoryTag{ width: 440px; bottom: 0; display: block; margin: 0 0 10px 40px; padding: 10px 0 0; }
ul.categoryTag li{ min-width: 95px; margin:0 5px 5px 0; float: left; z-index: 0; height: auto !important; }
ul.categoryTag li a{display:block;z-index: 0; height: auto !important; }
.eventTopicsImage img{
    width: 130px;
}

ul.categoryTag li.tag_bus{ min-width: 95px; display:block; background-color:#fff; margin:0 20px 5px 0; float: right; z-index: 0; height: auto !important; }
.tag_bus i.mdfi_maps_directions_bus{ position: absolute; font-size: 18px; color:#F06A00; top: 50%; left: 5px;margin-top: -9px;}

.titleBlock{z-index: auto;width: 470px;float: left; }

.tag_ie1-8 span,
.tag_ie-out span,
.tag_ie9-11 span,
.tag_eh span,
.tag_im span{font-size: 10px;   line-height: 20px; }
.tag_bus span{ display:block; font-size: 10px; margin-left: 18px;  line-height: 20px; background-color:#fff; }

.tag_ie1-8 {
  border: 2px solid #036db7;
  border-radius: 5px;
}
.tag_ie-out {
    border: 2px solid #666;
    background-color: #666;
    border-radius: 5px;
}
.tag_ie9-11{
    border: 2px solid #f00012;
    background-color: #f00012;
    border-radius: 5px;
}
.tag_eh{
    border: 2px solid #e9bb03;
    border-radius: 5px;
}
.tag_im{
    border: 2px solid #009843;
    border-radius: 5px;
}
.tag_bus{
    border: 2px solid #F06A00;
    border-radius: 5px;
}

.tipImg{
    z-index:99999;
}

.noclick{
    z-index:-1;
}



ul li img.icon{
	position:relative;
	top:4px;
	margin-right:2px;
}

.red{ color:#e50012;}
.blue{ color:#0059a7;}

.mgnB10{ margin-bottom:10px;}
.mgnB20{ margin-bottom:20px;}
.mgnB30{ margin-bottom:30px;}
.mgnB40{ margin-bottom:40px;}
.mgnB50{ margin-bottom:50px;}
.mgnB60{ margin-bottom:60px;}

#side > .inr { width: 240px; }
#footerWrap { margin: 100px 0 0; }

.eventAttent { background-color: #f9f9f9; padding: 10px; margin-bottom: 25px; }
.eventAttent li { font-size: 0.9em; line-height: 1.5; padding: 3px 0; }
