@CHARSET "UTF-8";
@import "default.css";


/*************************************************************/
/*  */
/*************************************************************/
html,body{background-color:#000000;}


/*************************************************************/
/*  */
/*************************************************************/
#page-border    {width:650px;margin:0 auto;}
#p_header       {}
#p_menu         {}
#p_breadcrumbs  {}
#p_body         {color:#fff;}
#p_footer       {width:90%;margin:40px auto;border-top:1px solid #fff;border-bottom:1px solid #fff;text-align:center;padding:2px 0;}

/*************************************************************/
/*  */
/*************************************************************/
h1 {text-align:center;font-size:2.3rem;margin:80px 0 60px 0;font-weight:bold;}
h2 {text-align:center;font-size:1.3rem;margin:0;padding:0;font-weight:normal;}
p {font-size:1.3rem;}

.img100{width:100%;}
.w50{width:50%;}


/*************************************************************/
/*  */
/*************************************************************/
.flex-std {display: flex;display: -webkit-flexd;justify-content: flex-start;}
.flex-std .flex1{flex:1;}

.top_waku {margin:0 auto;}
.top_waku .left{width:50%;text-align:center;}
.top_waku .right{width:50%;text-align:center;}


/*************************************************************/
/* IE10  */
/*************************************************************/
.flex-std{display:-ms-flexbox;-ms-flex-pack:start;}
