@charset "UTF-8";
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/*----------------------------------------------------
	各種角丸
----------------------------------------------------*/
/*----------------------------------------------------
	...の省略設定
----------------------------------------------------*/
.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*ドロップダウンメニュー全体とナビボタン
------------------------------------- */
.gNavclearfix:before,
.gNavclearfix:after {
  content: " ";
  display: table;
}

.gNavclearfix:after {
  clear: both;
}

.gNavclearfix {
  *zoom: 1;
}

/* -c- は -container- の略です */
/* PCのベルト高さ */
/* PCのベルト・オンマウスにした時の高さ */
/* SPのベルト高さ */
/* ナビ全体の高さ。autoでないと伸縮しません*/
/* SPのベルの幅 */
/* SPのベルの高さ */
.container {
  z-index: 99999999;
}
.container .text-sp-btn {
  margin: 5px;
}
.container .header-container {
  height: auto;
  padding: 8px;
  width: 1025px;
  margin: 0 auto;
  background: #e60000 url(../images/nav/PC_nav_bg_li.png) repeat-x bottom;
}
@media all and (max-width: 1024px) {
  .container .header-container {
    max-width: 100%;
    padding: 8px 0 8px 0;
  }
}
.container .header-container .header-face-container {
  height: 0px;
  width: 100%;
  background-color: #ccf;
}
.container .header-container .global-navigation-container {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  position: relative;
  height: 40px;
  cursor: pointer;
  /* written by karatsu */
  z-index: 100;
}
.container .header-container .global-navigation-container .global-navigation-menu-container {
  position: absolute;
  height: 100%;
  left: 0px;
  right: -1px;
  width: auto;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
}
.container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 11.1111111111%;
  height: 80px;
  float: left;
  border-right: 1px solid white;
  background-color: #e60000;
  box-sizing: border-box;
  /* written by karatsu */
}
.container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
  margin: 5px;
  width: auto;
  height: 30px;
  background: #e60000;
  /* written by karatsu */
}
.container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
  height: 30px;
  width: auto;
}
.container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  /* written by karatsu */
}
.container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
  height: 27px;
  width: auto;
  height: 1.2em;
}
.container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper:last-of-type {
  border-right: none;
}
.container .header-container .global-navigation-container .sp-menu-btn {
  position: absolute;
  display: none;
  right: 5px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.container .header-container .global-navigation-container:hover {
  height: 80px;
}
.container .content-container {
  height: 200px;
  width: 100%;
  background-color: #cccccc;
}
@media all and (max-width: 1024px) {
  .container .header-container {
    max-width: 100%;
    padding: 6px 0 8px 0;
  }
  .container .header-container .global-navigation-container {
    height: 40px;
    z-index: 100;
  }
  .container .header-container .global-navigation-container:hover {
    height: 40px;
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container {
    position: absolute;
    width: 63px;
    height: 60px;
    left: 50%;
    margin-left: -31.5px;
    bottom: -30px;
    background: url(../images/nav/SP_menu_bell.png);
    background-size: 100%;
    /*　ベルのアニメーション 
      animation: swingin_bell linear 2s;
      animation-iteration-count: infinite;
      transform-origin: 50% 0%;
      -webkit-animation: swingin_bell linear 2s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 0%;
      -moz-animation: swingin_bell linear 2s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 0%;
      -o-animation: swingin_bell linear 2s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 0%;
      -ms-animation: swingin_bell linear 2s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 0%;

    @-moz-keyframes swingin_bell {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(10deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-10deg); }
    100% { -moz-transform: rotate(0deg); }
    }
    @-webkit-keyframes swingin_bell {
    	0% { -webkit-transform: rotate(0deg); }
    	25% { -webkit-transform: rotate(10deg); }
    	50% { -webkit-transform: rotate(0deg); }
    	75% { -webkit-transform: rotate(-10deg); }
    	100% { -webkit-transform: rotate(0deg); }
    }    
    @-o-keyframes swingin_bell {
    	0% { -o-transform: rotate(0deg); }
    	25% { -o-transform: rotate(10deg); }
    	50% { -o-transform: rotate(0deg); }
    	75% { -o-transform: rotate(-10deg); }
    	100% { -o-transform: rotate(0deg); }
    }
    @-ms-keyframes swingin_bell {
    	0% { -ms-transform: rotate(0deg); }
    	25% { -ms-transform: rotate(10deg); }
    	50% { -ms-transform: rotate(0deg); }
    	75% { -ms-transform: rotate(-10deg); }
    	100% { -ms-transform: rotate(0deg); }
    }
    @keyframes swingin_bell {
    	0% { transform: rotate(0deg); }
    	25% { transform: rotate(10deg); }
    	50% { transform: rotate(0deg); }
    	75% { transform: rotate(-10deg); }
    	100% { transform: rotate(0deg); }
    	}*/
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
    display: none;
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
    margin: 5px;
    width: auto;
    height: 30px;
    background: #e60000;
    /* written by karatsu */
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
    height: 30px;
    width: auto;
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
    display: block;
    color: white;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    /* written by karatsu */
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
    height: 27px;
    width: auto;
    height: 1.2em;
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container.open {
    width: 80%;
    left: 10%;
    margin-left: 0%;
    top: 45px;
    height: auto;
    bottom: auto;
    /*animation-play-state: paused;　ベルのアニメーションを止める */
  }
  .container .header-container .global-navigation-container .global-navigation-menu-container.open .global-navigation-btn-wrapper {
    display: block;
    width: 33.3333%;
    border-bottom: 1px solid white;
    padding: 5px;
    border-radius: 5px;
  }
  .container .header-container .global-navigation-container .sp-menu-btn {
    display: block;
    border: 0;
    width: 80px;
    height: 60px;
    background: url(../images/nav/SP_menubt.png) left top no-repeat;
    background-size: 100%;
    margin-right: 4%;
  }
}

/* 下層カラムページ用

	------------------------------------- */
.container {
  z-index: 99999999;
}
.container .text-sp-btn {
  margin: 5px;
}
.container .header-container_lower {
  height: auto;
  padding: 8px;
  max-width: 100%;
  margin: 0 auto;
  background: #e60000 url(../images/nav/PC_nav_bg_li.png) repeat-x bottom;
}
@media all and (max-width: 1024px) {
  .container .header-container_lower {
    max-width: 100%;
    padding: 1% 0 1% 0;
  }
}
.container .header-container_lower .inner {
  width: 80%;
  margin: 0 auto;
}
.container .header-container_lower .header-face-container {
  height: 0px;
  width: 100%;
  background-color: #ccf;
}
.container .header-container_lower .global-navigation-container {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
  position: relative;
  height: 40px;
  cursor: pointer;
}
.container .header-container_lower .global-navigation-container .global-navigation-menu-container {
  position: absolute;
  height: 100%;
  left: 0px;
  right: -1px;
  width: auto;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms;
}
.container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: block;
  width: 33.3333%;
  width: 11.1111111111%;
  height: 80px;
  float: left;
  border-right: 1px solid white;
  background-color: #e60000;
  box-sizing: border-box;
}
.container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
  margin: 5px;
  width: auto;
  height: 30px;
  background: #e60000;
  /* written by karatsu */
}
.container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
  height: 30px;
  width: auto;
}
.container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  /* written by karatsu */
}
.container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
  height: 27px;
  width: auto;
  height: 1.2em;
}
@media all and (max-width: 1024px) {
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
    height: 0.9em;
  }
}
.container .header-container_lower .global-navigation-container .sp-menu-btn {
  position: absolute;
  display: none;
  right: 5px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.container .header-container_lower .global-navigation-container:hover {
  height: 80px;
}
.container .content-container {
  height: 200px;
  width: 100%;
  background-color: #cccccc;
}
@media all and (max-width: 1024px) {
  .container .header-container_lower {
    max-width: 100%;
    padding: 6px 0 8px 0;
  }
  .container .header-container_lower .global-navigation-container {
    height: 40px;
    z-index: 9999999;
  }
  .container .header-container_lower .global-navigation-container:hover {
    height: 40px;
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container {
    position: absolute;
    width: 63px;
    height: 60px;
    left: 50%;
    margin-left: -31.5px;
    bottom: -30px;
    background: url(../images/nav/SP_menu_bell.png);
    background-size: 100%;
    /*　ベルのアニメーション 
      animation: swingin_bell linear 2s;
      animation-iteration-count: infinite;
      transform-origin: 50% 0%;
      -webkit-animation: swingin_bell linear 2s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 0%;
      -moz-animation: swingin_bell linear 2s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 0%;
      -o-animation: swingin_bell linear 2s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 0%;
      -ms-animation: swingin_bell linear 2s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 0%;

    @-moz-keyframes swingin_bell {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(10deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-10deg); }
    100% { -moz-transform: rotate(0deg); }
    }
    @-webkit-keyframes swingin_bell {
    	0% { -webkit-transform: rotate(0deg); }
    	25% { -webkit-transform: rotate(10deg); }
    	50% { -webkit-transform: rotate(0deg); }
    	75% { -webkit-transform: rotate(-10deg); }
    	100% { -webkit-transform: rotate(0deg); }
    }    
    @-o-keyframes swingin_bell {
    	0% { -o-transform: rotate(0deg); }
    	25% { -o-transform: rotate(10deg); }
    	50% { -o-transform: rotate(0deg); }
    	75% { -o-transform: rotate(-10deg); }
    	100% { -o-transform: rotate(0deg); }
    }
    @-ms-keyframes swingin_bell {
    	0% { -ms-transform: rotate(0deg); }
    	25% { -ms-transform: rotate(10deg); }
    	50% { -ms-transform: rotate(0deg); }
    	75% { -ms-transform: rotate(-10deg); }
    	100% { -ms-transform: rotate(0deg); }
    }
    @keyframes swingin_bell {
    	0% { transform: rotate(0deg); }
    	25% { transform: rotate(10deg); }
    	50% { transform: rotate(0deg); }
    	75% { transform: rotate(-10deg); }
    	100% { transform: rotate(0deg); }
    	}*/
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper {
    display: none;
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image {
    margin: 5px;
    width: auto;
    height: 30px;
    background: #e60000;
    /* written by karatsu */
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-image img {
    height: 30px;
    width: auto;
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label {
    display: block;
    color: white;
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    /* written by karatsu */
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container .global-navigation-btn-wrapper .global-navigation-btn-label img {
    height: 27px;
    width: auto;
    height: 1.2em;
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container.open {
    width: 80%;
    left: 10%;
    margin-left: 0%;
    top: 45px;
    height: auto;
    bottom: auto;
    /*animation-play-state: paused;　ベルのアニメーションを止める */
  }
  .container .header-container_lower .global-navigation-container .global-navigation-menu-container.open .global-navigation-btn-wrapper {
    display: block;
    width: 33.3333%;
    border-bottom: 1px solid white;
    padding: 5px;
    border-radius: 5px;
  }
  .container .header-container_lower .global-navigation-container .sp-menu-btn {
    display: block;
    border: 0;
    width: 80px;
    height: 60px;
    background: url(../images/nav/SP_menubt.png) left top no-repeat;
    background-size: 100%;
    margin-right: -7%;
  }
}

/*--- 両端のリボン部分 ---*/
/* modified by karatsu -- begin -- */
.global-navigation-container::before, .global-navigation-container::after {
  content: "";
  position: absolute;
  bottom: -25px;
  border-style: solid;
  border-color: transparent;
}
@media all and (max-width: 1024px) {
  .global-navigation-container::before, .global-navigation-container::after {
    display: none;
  }
}

.global-navigation-container::before {
  left: -9px;
  bottom: -28px;
  border-width: 0 15px 20px 0;
  border-right-color: #600000;
}

.global-navigation-container::after {
  right: -8px;
  bottom: -28px;
  border-style: solid;
  border-width: 20px 15px 0 0;
  border-top-color: #600000;
}

/* modified by karatsu -- end -- */
/*--- 両端のリボン部分 下層では見せないように---*/
.header-container_lower .global-navigation-container::before {
  display: none;
}

.header-container_lower .global-navigation-container::after {
  display: none;
}

.doraemon {
  background: url("../images/bg_doraemon_blue.png");
  /*----------------------------------------------------
  	ヘッダー
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	ロゴ
  ----------------------------------------------------*/
  /*----サイトマップ PC版---------------------------------------*/
  /*----------------------------------------------------
  	下層カラムの外回り基本設定
  ----------------------------------------------------*/
  /*----------------------------------------------------
  	ゲームページのタイトル基本設定
  ----------------------------------------------------*/
  /*↓ここが.doraemonの終了----------------------------------------*/
}
.doraemon a:link {
  color: #000;
}
.doraemon a:visited {
  color: #333;
}
.doraemon a:hover {
  text-decoration: none;
  color: #00a8f4;
}
.doraemon a:active {
  color: #e60000;
}
.doraemon header {
  width: 100%;
  height: 310px;
  margin: 0 auto;
  background: url("../images/PC_header_doraemon.gif") no-repeat center bottom;
  background-size: 1250px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .doraemon header {
    height: 340px;
    background: url("../images/SP_header_doraemon.gif") no-repeat center bottom;
    -moz-background-size: auto 75%;
    background-size: auto 75%;
  }
}
@media all and (max-width: 640px) {
  .doraemon header {
    height: 190px;
    background: url("../images/SP_header_doraemon.gif") no-repeat center bottom;
    -moz-background-size: auto 80%;
    background-size: auto 80%;
  }
}
@media all and (max-width: 320px) {
  .doraemon header {
    height: 150px;
    background: url("../images/SP_header_doraemon.gif") no-repeat center bottom;
    background-size: 100%;
  }
}
.doraemon h1 {
  width: 200px;
  height: 100px;
  background-image: url(../images/logo_header_SP.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 1% 0 0 2%;
}
.doraemon h1 img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .doraemon h1 {
    width: 200px;
    height: 100px;
    background-image: url(../images/logo_header_SP.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%;
  }
}
@media all and (max-width: 640px) {
  .doraemon h1 {
    width: 100px;
    height: 50px;
    background-image: url(../images/logo_header_SP.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%;
  }
}
@media all and (max-width: 320px) {
  .doraemon h1 {
    width: 80px;
    height: 40px;
    background-image: url(../images/logo_header_SP.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%;
  }
}
.doraemon .gositemap {
  color: #fff;
  margin: 3% 0 0 8%;
  font-size: 90%;
}
.doraemon .gositemap a {
  border-bottom: 0.1em dashed #fff;
}
.doraemon .gositemap a:link {
  color: #fff;
}
.doraemon .gositemap a:visited {
  color: #fff;
}
.doraemon .gositemap a:hover {
  color: #ffff00;
}
.doraemon .gositemap a:active {
  color: #ff0000;
}
@media all and (max-width: 1024px) {
  .doraemon .gositemap {
    margin: 8% 0 0 10%;
  }
}
@media all and (max-width: 640px) {
  .doraemon .gositemap {
    display: none;
  }
}
@media all and (max-width: 320px) {
  .doraemon .gositemap {
    display: none;
  }
}
.doraemon .header_lc {
  width: 100%;
  height: 125px;
  background: url(../images/lower_columns/PC_header_lower_doraemon.png) no-repeat center bottom;
  background-size: 16%;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .doraemon .header_lc {
    height: 125px;
    background: url("../images/lower_columns/PC_header_lower_doraemon.png") no-repeat center bottom;
    -moz-background-size: auto 90%;
    background-size: auto 90%;
  }
}
@media all and (max-width: 640px) {
  .doraemon .header_lc {
    height: 130px;
    background: url("../images/lower_columns/PC_header_lower_doraemon.png") no-repeat center bottom;
    -moz-background-size: auto 85%;
    background-size: auto 85%;
  }
}
@media all and (max-width: 320px) {
  .doraemon .header_lc {
    height: 130px;
    background: url("../images/lower_columns/PC_header_lower_doraemon.png") no-repeat center bottom;
    -moz-background-size: auto 85%;
    background-size: 80%;
  }
}
.doraemon .header_lc h1 {
  width: 200px;
  height: 100px;
  background-image: url(../images/logo_header_SP.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 1% 0 0 2%;
}
.doraemon .header_lc h1 img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .doraemon .header_lc h1 {
    width: 200px;
    height: 100px;
    background-image: url(../images/logo_header_SP.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%;
  }
}
@media all and (max-width: 640px) {
  .doraemon .header_lc h1 {
    width: 100px;
    height: 50px;
    background-image: url(../images/logo_header_SP.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%;
  }
}
@media all and (max-width: 320px) {
  .doraemon .header_lc h1 {
    width: 80px;
    height: 40px;
    background-image: url(../images/logo_header_SP.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 1% 0 0 2%;
  }
}
.doraemon .game .game_title_ph {
  margin: 0 auto;
  width: 40%;
  background: url(../images/game/title_light.png) no-repeat center center;
  background-size: contain;
}
@media all and (max-width: 640px) {
  .doraemon .game .game_title_ph {
    width: 60%;
  }
}/*# sourceMappingURL=doraemon.css.map */
