/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: sans-serif;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
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: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
}

/* common
----------------------------------------------------------*/
#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
  position: relative;
  z-index: 1000;
}

#gungho .inner {
  width: 1000px;
  height: 31px;
  margin: 0 auto;
  position: relative;
}

#gungho #ragnarok {
  position: absolute;
  top: 0;
  left: 0;
}

#gungho #roInfo {
  position: absolute;
  overflow: visible;
  top: 0;
  right: 0;
  line-height: 31px;
}

#gungho #roInfo li {
  float: left;
  margin-right: 15px;
}

#gungho #roInfo li a {
  font-size: 12px;
  color: #555;
  text-decoration: underline;
}

#gungho #roInfo li a:hover {
  text-decoration: none;
}

#sns {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -500px;
  line-height: 48px;
  text-align: right;
  width: 500px;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
}

#sns li {
  display: inline-block;
}

#pagetop {
  position: absolute;
  bottom: -20px;
  right: 10%;
}

#pagetop:hover {
  bottom: -8px;
}

/* footer
----------------------------------------------------------*/
#footer {
  background: #fff;
  color: gray;
  min-height: 60px;
  text-align: center;
  padding-top: 50px;
}

#footer #copy {
  font-size: 11px;
  font-weight: bold;
  padding: 20px 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
}
table th, table td {
  padding: 5px;
}
table th {
  font-weight: bold;
  white-space: nowrap;
}
table thead th {
  text-align: left;
}
table .item {
  width: 130px;
  text-align: center;
  background: #fff;
}
table .item img {
  display: block;
  margin: 0 auto;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* class styles
----------------------------------------------------------*/
.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.section {
  width: 890px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.section h4 {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
}

.section .sub, .section .main {
  margin-bottom: 40px;
}

.section.last {
  margin-bottom: 0;
}

.note, .note li {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.attention {
  text-align: left;
  list-style-type: none;
  width: 90%;
  margin: 0 auto;
}

.attention li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 15px;
  background: url(../img/listmark.png) center left no-repeat;
}

.colTwo {
  overflow: hidden;
}
.colTwo .colL {
  width: 60%;
  float: left;
  margin-right: 20px;
}
.colTwo .colR {
  overflow: hidden;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  height: 100% !important;
}

.chara,
.decoration {
  position: absolute;
  z-index: 100;
}

/* TOP
----------------------------------------------------------*/
body {
  min-width: 960px;
  background: url(../img/otomedikara/bg.gif) repeat;
}

#top {
  height: 834px;
  position: relative;
  z-index: 1700;
  background: url(../img/top/bg_top.png) center top no-repeat;
}
#top h1 {
  text-align: center;
  position: relative;
  z-index: 100;
}
#top #sakuraL {
  position: absolute;
  left: 0;
  top: 0;
}
#top #sakuraR {
  position: absolute;
  top: 0;
  right: 0;
}
#top #copys {
  width: 960px;
  margin: 0 auto;
  height: 500px;
  position: relative;
  z-index: 100;
}
#top #copys li {
  position: absolute;
}
#top #copys li span {
  display: none;
}
#top #copys li:hover span {
  display: block;
}
#top #copys li:first-child {
  top: -80px;
  left: -30px;
}
#top #copys li:first-child span {
  position: absolute;
  top: -30px;
  left: 68px;
}
#top #copys li:nth-child(2) {
  top: -25px;
  right: 0;
}
#top #copys li:nth-child(2) span {
  position: absolute;
  top: -46px;
  left: 111px;
}
#top #copys li:nth-child(3) {
  top: 295px;
  left: 22px;
}
#top #copys li:nth-child(4) {
  top: 300px;
  right: -20px;
}
#top #eventInfo {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -395px;
  width: 790px;
  height: 103px;
  text-indent: -9999px;
  z-index: 100;
  background: url(../img/top/info.png) center top no-repeat;
}
#top #eventInfo li {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 38px;
  height: 57px;
  cursor: pointer;
}
#top #eventInfo li span {
  display: none;
	text-indent:0px;
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 65px;
  right: -25px;
  width: 200px;
  background: #FFE1D2;
  border: 2px solid #DC7878;
  border-radius: 3px;
  padding: 3px;
  color: #250C0C;
  font-size: 12px;
  font-family: serif;
  text-indent: initial;
  text-align: left;
}
#top #eventInfo li span:after {
  border-bottom: 10px solid #DC7878;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  position: absolute;
  top: -10px;
  right: 35px;
  width: 0;
  height: 0;
}
#top #eventInfo li:hover span {
  display: block;
}
#top #eventInfo li.icon01 {
  left: 397px;
  top: 21px;
}
#top #eventInfo li.icon02 {
  left: 447px;
  top: 20px;
}
#top #eventInfo li.icon03 {
  left: 495px;
  top: 18px;
}
#top #eventInfo li.icon04 {
  left: 544px;
  top: 15px;
}
#top #eventInfo li.icon05 {
  left: 593px;
  top: 11px;
}
#top #eventInfo li.icon06 {
  left: 642px;
  top: 9px;
}
#top #eventInfo li.icon07 {
  left: 690px;
  top: 4px;
}
#top #eventInfo li.icon08 {
  left: 740px;
  top: 2px;
}

/* Nav
----------------------------------------------------------*/
#navWrap {
  width: 300px;
  height: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 150;
}
#navWrap #showMenu {
  content: url(../img/common/nav_menu.png);
  display: block;
  top: 100px;
  left: 190px;
  position: absolute;
  display: none;
  cursor: pointer;
}
#navWrap.drawer {
  left: -190px;
}
#navWrap.drawer #showMenu {
  display: block;
}
#navWrap.drawer #nav {
  overflow: hidden;
}

#nav {
  background: url(../img/common/nav_bg.gif) repeat;
  width: 190px;
  height: 100%;
  padding: 25% 0 0;
  text-align: center;
  z-index: 500;
}
#nav #navLogo {
  margin-bottom: 0;
  padding: 1% 0;
}
#nav #menus {
  position: relative;
  height: 310px;
  top: -10px;
  margin-bottom: 5%;
}
#nav #menus li {
  position: absolute;
  left: 0;
}
#nav #menus li:nth-child(1) {
  top: 0px;
}
#nav #menus li:nth-child(2) {
  top: 55px;
}
#nav #menus li:nth-child(3) {
  top: 106px;
}
#nav #menus li:nth-child(4) {
  top: 157px;
}
#nav #menus li:nth-child(5) {
  top: 211px;
}
#nav #menus li:nth-child(6) {
  top: 256px;
}
#nav #navBanner li {
  margin-bottom: 5px;
  height: 49px;
}
#nav a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #895123;
  padding: 5px 0;
  margin: 0 0 10px 0;
  display: block;
}

/* otomedikara
----------------------------------------------------------*/
#otomedikara {
  position: relative;
  color: #ba665a;
  padding-bottom: 100px;
}
#otomedikara h3 {
  text-align: center;
}
#otomedikara .section {
  position: relative;
  padding: 80px 0;
  background: url(../img/otomedikara/bg_box_top.png) top center no-repeat, url(../img/otomedikara/bg_box_btm.png) bottom center no-repeat;
  -pie-background: url(../img/otomedikara/bg_box_top.png) top center no-repeat, url(../img/otomedikara/bg_box_btm.png) bottom center no-repeat;
  behavior: url(PIE.htc);
}
#otomedikara .section h2 {
  position: absolute;
}
#otomedikara .section .inner {
  width: 730px;
  background: #fff;
  padding: 0 80px;
}
#otomedikara .section .inner .box {
  border: 5px solid #ffdbc8;
  padding: 17px 8px 8px;
  position: relative;
}
#otomedikara .section .inner .box + div {
  margin-top: 30px;
}
#otomedikara .section .inner .box h3 {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
#otomedikara .section .inner .box .q, #otomedikara .section .inner .box .infomation {
  border: 1px solid #d8c5bf;
  padding: 30px 18px 15px;
}
#otomedikara .section .inner .box .q p, #otomedikara .section .inner .box .infomation p {
  color: #e26353;
  line-height: 2;
  background: url(../img/otomedikara/dotline.gif) repeat;
}
#otomedikara #check h2 {
  top: -110px;
  left: 30px;
}
#otomedikara #check a {
  display: block;
  margin-bottom: 20px;
}
#otomedikara #check .inner {
  width: 740px;
  padding: 80px 75px 0;
  margin: 0 auto;
}
#otomedikara #check .sectionInfo {
  width: 90%;
  margin-bottom: 20px;
}
#otomedikara #check .chara {
  top: -114px;
  right: -60px;
}
#otomedikara #check #questionArea {
  overflow: hidden;
  width: 714px;
  margin: 0 auto;
}
#otomedikara #check #questionWrap {
  position: relative;
  width: 3592px;
}
#otomedikara #check #questionWrap .q {
  width: 676px;
  height: 186px;
  float: left;
  position: relative;
  overflow: hidden;
}
#otomedikara #check #questionWrap .number {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
#otomedikara #check #questionWrap .question {
  float: right;
  width: 80%;
}
#otomedikara #check #questionWrap .answer {
  position: relative;
  width: 418px;
  height: 90px;
  overflow: hidden;
}
#otomedikara #check #questionWrap .answer li {
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  padding: 3px 9px;
  border-radius: 5px;
  behavior: url(PIE.htc);
}
#otomedikara #check #questionWrap .answer li span {
  font-family: serif;
  font-size: 13px;
  margin-right: 3px;
}
#otomedikara #check #questionWrap .answer li:hover, #otomedikara #check #questionWrap .answer li.selected {
  background: #eeffe7;
}
#otomedikara #check #questionWrap .next, #otomedikara #check #questionWrap #checkResult {
  display: block;
  clear: both;
  text-indent: -9999px;
  background: url(../img/otomedikara/check_btn_unselected.png) no-repeat;
  width: 114px;
  height: 45px;
  position: absolute;
  bottom: 15px;
  left: 575px;
}
#otomedikara #check #questionWrap .next.selected, #otomedikara #check #questionWrap .selected#checkResult {
  background: url(../img/otomedikara/check_btn.png) no-repeat;
  cursor: pointer;
}
#otomedikara #check #questionWrap #checkResult {
  background: url(../img/otomedikara/check_result_unselected.png) no-repeat;
  width: 167px;
  left: 518px;
}
#otomedikara #check #questionWrap #checkResult.selected {
  background: url(../img/otomedikara/check_result.png) no-repeat;
}
#otomedikara #check #questionWrap #result {
  width: 692px;
  border: 1px solid #d8c5bf;
  padding: 30px 10px 10px;
  float: left;
  text-align: center;
}
#otomedikara #check #questionWrap #result img {
  display: block;
}
#otomedikara #lesson {
  margin-bottom: 0;
}
#otomedikara #lesson h2 {
  top: -50px;
  left: 220px;
}
#otomedikara #lesson .inner {
  padding-top: 50px;
}
#otomedikara #lesson .sectionInfo {
  width: 70%;
  position: relative;
  margin-bottom: 20px;
  left: 218px;
}
#otomedikara #lesson .colL {
  width: 73%;
}
#otomedikara #lesson .chara {
  top: -120px;
  left: -56px;
}
#otomedikara #lesson .decoration {
  top: -36px;
  right: 10px;
}
#otomedikara #tokuten h3 {
  margin-bottom: 20px;
}
#otomedikara #tokuten dl {
  overflow: hidden;
}
#otomedikara #tokuten dl dt {
  width: 215px;
  margin-right: 20px;
  float: left;
}
#otomedikara #tokuten dl dd {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 15px;
}

/* coordinate
----------------------------------------------------------*/
#coordinate {
  background: #ddd3e2;
  text-align: center;
  padding: 50px 0 100px;
}
#coordinate li {
  display: inline-block;
  margin-bottom: 40px;
}
#coordinate li:last-child {
  margin-bottom: 50px;
}
#coordinate .sectionInfo {
  color: #856595;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -40px;
}
#coordinate #charisma {
  background: url(../img/coordinate/charisma_bg.png) center top no-repeat;
  width: 765px;
  height: 98px;
  margin: 0 auto;
  padding: 30px 60px;
  position: relative;
  text-align: left;
}
#coordinate #charisma h3 {
  margin-bottom: 10px;
}
#coordinate #charisma .information p {
  color: #755485;
  font-size: 14px;
}
#coordinate #charisma .information img {
  position: absolute;
  top: -10px;
  right: 50px;
}

/* recipe
----------------------------------------------------------*/
#recipe {
  padding: 57px 0 30px;
  background: #cfe2eb url(../img/recipe/bg.png) center top no-repeat;
}
#recipe table {
  background-color: #f5e9d5;
  border-top: 1px solid #cfa972;
  border-left: 1px solid #cfa972;
}
#recipe table th, #recipe table td {
  border-right: 1px solid #cfa972;
  border-bottom: 1px solid #cfa972;
}
#recipe table thead th {
  background-color: #e0caaa;
}
#recipe table tbody th {
  background-color: #e0caaa;
}
#recipe table .thumb {
  background-color: #fff;
}
#recipe h2 {
  float: left;
  width: 449px;
  margin: 0 40px 10px 0;
}
#recipe td {
  font-size: 14px;
  color: #945744;
}
#recipe .item {
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #cfa972;
}
#recipe .last {
  border-bottom: 2px solid #cfa972;
}
#recipe .section {
  margin-bottom: 0;
}
#recipe .sectionInfo {
  overflow: hidden;
  color: #6a3422;
  position: relative;
  top: 20px;
  font-size: 18px;
}
#recipe .colTwo {
  clear: both;
  width: 880px;
  margin: 0 auto;
}
#recipe .colTwo .colL {
  width: 420px;
  margin-right: 40px;
}
#recipe #hinamaturi {
  width: 984px;
  height: 219px;
  position: relative;
  background: url(../img/recipe/hinamaturi_bg.png) top center no-repeat;
}
#recipe #hinamaturi h3 {
  position: absolute;
  top: 0;
  left: 0;
}
#recipe #hinamaturi p {
  font-size: 14px;
  color: #6a3422;
  position: absolute;
  top: 95px;
  width: 68%;
  left: 220px;
}

/* map
----------------------------------------------------------*/
#map {
  padding: 50px 0;
  background: #fff8d0 url(../img/map/bg.png) 0 0 repeat-x;
}
#map h2 {
  text-align: center;
  margin-bottom: 20px;
}
#map .colTwo {
  width: 770px;
  margin: 0 auto 35px;
}
#map .sectionInfo {
  width: 64%;
  margin-right: 0;
  font-size: 18px;
  font-weight: bold;
  color: #803400;
}
#map #npc {
  clear: both;
  width: 870px;
  height: 647px;
  margin: 0 auto;
  background: url(../img/map/map.png) 0 0 no-repeat;
  position: relative;
}
#map #npc li {
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 0;
}
#map #npc .decoration {
  position: absolute;
  top: -66px;
  left: -22px;
}
#map #npc .attention {
  font-size: 12px;
  font-weight: bold;
  color: #ff5739;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
#map #npcNum {
  position: relative;
  z-index: 200;
  width: 870px;
  height: 425px;
  margin-bottom: 13px;
}
#map #npcNum li span {
  position: absolute;
  display: none;
}
#map #npcNum li:hover span, #map #npcNum li.hover span {
  display: block;
}
#map #npcNum li:nth-child(1) {
  background-image: url(../img/map/npc_num.png);
  background-position: -51px 0px;
  width: 51px;
  height: 50px;
  top: 113px;
  left: 456px;
  z-index: 1;
}
#map #npcNum li:nth-child(1) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -264px -257px;
  width: 262px;
  height: 127px;
  top: -108px;
  left: -66px;
}
#map #npcNum li:nth-child(2) {
  background-image: url(../img/map/npc_num.png);
  background-position: -102px -100px;
  width: 51px;
  height: 50px;
  top: 135px;
  left: 403px;
  z-index: 2;
}
#map #npcNum li:nth-child(2) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -289px 0px;
  width: 291px;
  height: 141px;
  top: -110px;
  left: -113px;
}
#map #npcNum li:nth-child(3) {
  background-image: url(../img/map/npc_num.png);
  background-position: 0px -50px;
  width: 51px;
  height: 50px;
  top: 155px;
  left: 352px;
  z-index: 3;
}
#map #npcNum li:nth-child(3) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -580px -337px;
  width: 251px;
  height: 107px;
  top: -88px;
  left: -57px;
}
#map #npcNum li:nth-child(4) {
  background-image: url(../img/map/npc_num.png);
  background-position: -51px -50px;
  width: 51px;
  height: 50px;
  top: 203px;
  left: 290px;
  z-index: 5;
}
#map #npcNum li:nth-child(4) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -246px -387px;
  width: 260px;
  height: 125px;
  top: -108px;
  left: -66px;
}
#map #npcNum li:nth-child(5) {
  background-image: url(../img/map/npc_num.png);
  background-position: -102px 0px;
  width: 51px;
  height: 50px;
  top: 182px;
  left: 234px;
  z-index: 4;
}
#map #npcNum li:nth-child(5) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -580px -122px;
  width: 255px;
  height: 109px;
  top: -90px;
  left: -60px;
}
#map #npcNum li:nth-child(6) {
  background-image: url(../img/map/npc_num.png);
  background-position: -102px -50px;
  width: 51px;
  height: 50px;
  top: 217px;
  left: 206px;
  z-index: 6;
}
#map #npcNum li:nth-child(6) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: 0px -257px;
  width: 264px;
  height: 130px;
  top: -111px;
  left: -57px;
}
#map #npcNum li:nth-child(7) {
  background-image: url(../img/map/npc_num.png);
  background-position: 0px -100px;
  width: 51px;
  height: 50px;
  top: 256px;
  left: 198px;
  z-index: 7;
}
#map #npcNum li:nth-child(7) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -836px 0px;
  width: 199px;
  height: 124px;
  top: -108px;
  left: -58px;
}
#map #npcNum li:nth-child(8) {
  background-image: url(../img/map/npc_num.png);
  background-position: -51px -100px;
  width: 51px;
  height: 50px;
  top: 145px;
  left: 520px;
  z-index: 8;
}
#map #npcNum li:nth-child(8) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -580px -231px;
  width: 254px;
  height: 106px;
  top: -88px;
  left: -60px;
}
#map #npcNum li:nth-child(9) {
  background-image: url(../img/map/npc_num.png);
  background-position: 0px 0px;
  width: 51px;
  height: 50px;
  top: 194px;
  left: 557px;
  z-index: 9;
}
#map #npcNum li:nth-child(9) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: 0px 0px;
  width: 289px;
  height: 149px;
  top: -131px;
  left: -82px;
}
#map #npcNum li:nth-child(10) {
  background-image: url(../img/map/npc_num.png);
  background-position: -153px 0px;
  width: 51px;
  height: 50px;
  top: 256px;
  left: 552px;
  z-index: 10;
}
#map #npcNum li:nth-child(10) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: 0px -525px;
  width: 278px;
  height: 110px;
  top: -93px;
  left: -68px;
}
#map #npcNum li:nth-child(11) {
  background-image: url(../img/map/npc_num.png);
  background-position: -153px -50px;
  width: 51px;
  height: 50px;
  top: 336px;
  left: 255px;
  z-index: 12;
}
#map #npcNum li:nth-child(11) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: 0px -387px;
  width: 246px;
  height: 138px;
  top: -120px;
  left: -68px;
}
#map #npcNum li:nth-child(12) {
  background-image: url(../img/map/npc_num.png);
  background-position: -153px -100px;
  width: 51px;
  height: 50px;
  top: 299px;
  left: 210px;
  z-index: 11;
}
#map #npcNum li:nth-child(12) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: 0px -635px;
  width: 267px;
  height: 111px;
  top: -93px;
  left: -66px;
}
#map #npcNum li:nth-child(13) {
  background-image: url(../img/map/npc_num.png);
  background-position: 0px -150px;
  width: 51px;
  height: 50px;
  top: 276px;
  left: 431px;
  z-index: 13;
}
#map #npcNum li:nth-child(13) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -580px 0px;
  width: 256px;
  height: 122px;
  top: -104px;
  left: -62px;
}
#map #npcNum li:nth-child(14) {
  background-image: url(../img/map/npc_num.png);
  background-position: -51px -150px;
  width: 51px;
  height: 50px;
  top: 320px;
  left: 420px;
  z-index: 14;
}
#map #npcNum li:nth-child(14) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -278px -525px;
  width: 261px;
  height: 107px;
  top: -90px;
  left: -70px;
}
#map #npcNum li:nth-child(15) {
  background-image: url(../img/map/npc_num.png);
  background-position: -102px -150px;
  width: 51px;
  height: 50px;
  top: 349px;
  left: 365px;
  z-index: 15;
}
#map #npcNum li:nth-child(15) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -539px -525px;
  width: 258px;
  height: 106px;
  top: -88px;
  left: -57px;
}
#map #npcNum li:nth-child(16) {
  background-image: url(../img/map/npc_num.png);
  background-position: -153px -150px;
  width: 51px;
  height: 50px;
  top: 378px;
  left: 325px;
  z-index: 16;
}
#map #npcNum li:nth-child(16) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: -267px -635px;
  width: 252px;
  height: 104px;
  top: -88px;
  left: -70px;
}
#map #npcNum li:nth-child(17) {
  background-image: url(../img/map/npc_num.png);
  background-position: -204px 0px;
  width: 51px;
  height: 50px;
  top: 378px;
  left: 276px;
  z-index: 17;
}
#map #npcNum li:nth-child(17) span {
  background-image: url(../img/map/npc_hover.png);
  background-position: 0px -149px;
  width: 351px;
  height: 108px;
  top: -92px;
  left: -128px;
}
#map #npcName {
  width: 790px;
  margin: 0 auto;
  height: 210px;
  position: relative;
}
#map #npcName li:nth-child(1) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px -100px;
  width: 119px;
  height: 24px;
}
#map #npcName li:nth-child(2) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px -76px;
  width: 132px;
  height: 24px;
  top: 40px;
}
#map #npcName li:nth-child(3) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px -174px;
  width: 89px;
  height: 25px;
  top: 80px;
}
#map #npcName li:nth-child(4) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px -149px;
  width: 108px;
  height: 25px;
  top: 120px;
}
#map #npcName li:nth-child(5) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px 0px;
  width: 150px;
  height: 25px;
  left: 160px;
}
#map #npcName li:nth-child(6) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px -50px;
  width: 122px;
  height: 26px;
  left: 160px;
  top: 40px;
}
#map #npcName li:nth-child(7) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -50px;
  width: 190px;
  height: 25px;
  left: 160px;
  top: 80px;
}
#map #npcName li:nth-child(8) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -175px;
  width: 170px;
  height: 25px;
  left: 160px;
  top: 120px;
}
#map #npcName li:nth-child(9) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -75px;
  width: 186px;
  height: 25px;
  left: 372px;
}
#map #npcName li:nth-child(10) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -150px;
  width: 173px;
  height: 25px;
  left: 372px;
  top: 40px;
}
#map #npcName li:nth-child(11) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px -25px;
  width: 146px;
  height: 25px;
  left: 372px;
  top: 80px;
}
#map #npcName li:nth-child(12) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px 0px;
  width: 202px;
  height: 25px;
  left: 372px;
  top: 120px;
}
#map #npcName li:nth-child(13) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -125px;
  width: 183px;
  height: 25px;
  left: 602px;
}
#map #npcName li:nth-child(14) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -100px;
  width: 183px;
  height: 25px;
  left: 602px;
  top: 40px;
}
#map #npcName li:nth-child(15) {
  background-image: url(../img/map/npc_name.png);
  background-position: -202px -124px;
  width: 112px;
  height: 25px;
  left: 602px;
  top: 80px;
}
#map #npcName li:nth-child(16) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -25px;
  width: 195px;
  height: 25px;
  left: 602px;
  top: 120px;
}
#map #npcName li:nth-child(17) {
  background-image: url(../img/map/npc_name.png);
  background-position: 0px -200px;
  width: 87px;
  height: 25px;
  left: 602px;
  top: 160px;
}

/* data
----------------------------------------------------------*/
#data {
  background: #d0edaf;
}
#data table {
  background-color: #ffffed;
  border-top: 1px solid #c3d5ad;
  border-left: 1px solid #c3d5ad;
}
#data table th, #data table td {
  border-right: 1px solid #c3d5ad;
  border-bottom: 1px solid #c3d5ad;
}
#data table thead th {
  background-color: #bdf181;
}
#data table tbody th {
  background-color: #bdf181;
}
#data table .thumb {
  background-color: #fff;
}
#data table {
  border: 2px solid #c3d5ad;
  color: #525252;
}
#data table:last-child {
  margin-bottom: 0;
}
#data table thead th {
  font-size: 15px;
}
#data table tbody th {
  background: #fdfac1;
  border: 1px solid #bdf181;
  font-size: 15px;
  text-align: left;
}
#data table tbody td {
  border: 1px solid #bdf181;
  font-size: 15px;
}
#data table tbody tr:nth-child(2n) {
  background: #f6ffdf;
}
#data table .thumb {
  width: 75px;
  padding: 0 5px;
}
#data .section {
  width: 1060px;
  margin: 0 auto;
  padding: 50px 0;
  background: url(../img/data/bg_top.png) top right no-repeat, url(../img/data/bg_btm.png) bottom right no-repeat;
  -pie-background: url(../img/data/bg_top.png) top right no-repeat, url(../img/data/bg_btm.png) bottom right no-repeat;
  behavior: url(PIE.htc);
}
#data .colTwo {
  width: 960px;
  margin: 0 auto;
}
#data .colL {
  width: 151px;
  margin-right: 23px;
}
#data #tabMenu li {
  display: inline-block;
  background: #f6f9f3;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 10px 30px;
  behavior: url(PIE.htc);
  cursor: pointer;
}
#data #tabMenu .active {
  background: #fff;
}
#data .tab {
  padding: 13px 8px;
  background: #fff;
  border-radius: 0 10px 10px;
  behavior: url(PIE.htc);
  display: none;
}
#data .tab.active {
  display: block;
}

/* teacher
----------------------------------------------------------*/
#teacher {
  background: #e2ecab url(../img/teacher/bg.jpg) center top no-repeat;
  padding: 50px 0;
}
#teacher h2 {
  text-align: center;
  margin-bottom: 35px;
}
#teacher .section {
  margin-bottom: 0;
}
#teacher #attention {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
#teacher #attention h3 {
  margin-bottom: 20px;
}
#teacher #attention li {
  list-style: disc;
  text-align: left;
  margin-bottom: 5px;
}
#teacher #attention li:first-child {
  font-weight: bold;
}

/* wallpaper
----------------------------------------------------------*/
#wallpaper {
  padding: 15px 0 40px;
  background: #fcf6d9;
  color: #562821;
}
#wallpaper h2 {
  position: relative;
  left: 103px;
  top: 16px;
}
#wallpaper dl dt {
  float: left;
  width: 184px;
  padding-left: 10px;
}
#wallpaper dl dd {
  overflow: hidden;
}
#wallpaper .name {
  border-bottom: 2px dotted #ffcb80;
  margin-bottom: 15px;
}
#wallpaper .name dd {
  font-size: 24px;
  margin-right: 15px;
}
#wallpaper .name dd img {
  vertical-align: sub;
}
#wallpaper .comment {
  background: url(../img/wallpaper/dotline.png) repeat;
}
#wallpaper .comment dd {
  line-height: 26px;
}
#wallpaper .section {
  width: 740px;
  height: 639px;
  padding: 0 112px;
  margin-bottom: 0;
  background: url(../img/wallpaper/bg.png) center top no-repeat;
}
#wallpaper .section .colTwo {
  margin-bottom: 25px;
}
#wallpaper .section .colR {
  padding-top: 30px;
}
#wallpaper .section .colR li {
  margin-bottom: 15px;
}
