﻿@charset "utf-8";

/* Override some defaults */
html, body {
  background-color: #eee;
}
body {
  padding-top: 32px; /* 40px to make the container go all the way to the bottom of the topbar */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 16px;
}
.container footer {
  margin-bottom: 40px;
}
.container footer p {
  text-align: center; /* center align it with the container */
}
.container {
  width: 940px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
  position: relative;
}

/* The white background content wrapper */
.content {
  background-color: #fff;
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

/* Page header tweaks */
.page-header {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 20px 0px;
  margin: -20px -20px 10px;
}
h1 {
  margin-top: 2px;
  font-size: 20px;
  line-height: 26px;
}

/* Give a quick and non-cross-browser friendly divider */
.content .subContent {
  margin-left: 0;
  padding-left: 19px;
  border-left: 1px solid #eee;
}

.topbar .btn {
  border: 0;
}

.strong {
  font-weight: bold;
}

.redStrong {
  color: #cc0000;
  font-weight: bold;
}



#twitterButton {
	position: absolute;
	top: 13px;
	left: 860px/*567px*/;
	z-index: 1;
}
#hatebuButton {
	position: absolute;
	top: 13px;
	left: 790px;
}



/* topbar */
.topbar {
  height: 32px;
}
.topbar .fill {
  height: 34px;
  background-color: #555555;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=0);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar a {
  color: #ffffff;
  text-shadow: none;
}
.topbar .title {
  float: left;
  margin-top: 8px;
  margin-left: -20px;
  font-weight: bold;
}
.topbar .tagline {
  position: absolute;
  top: 5px;
  left: 411px;
  font-size: 12px;
}

/* topbar - menu */
.topbar div > ul {
  margin: 0 10px 0 18px;
}
.topbar div > ul a {
  padding: 3px 6px 3px;
  margin-right: 1px;
  text-shadow: none;
  font-size: 13px;
  background-color: #555555;
  color: #ffffff;
}
.topbar div > ul a:hover {
  background-color: #555555;
  color: #ffffff;
  text-shadow: none;
  text-decoration: underline;
}

/* topbar - button */
.topbar .userInfo {
  margin-top: 5px;
}
.topbar input {
  background-color: #eeeeee;
  color: #222222;
}
.topbar input:hover {
  background-color: #f8f8f8;
  color: #111111;
}
.topbar input:focus, .topbar input.focused {
  padding: 4px 9px;
  background-color: #ffffff;
  color: #404040;
  border: 1px solid #111;
}

/* label */
label {
  float: none;
  width: none;
  text-align: none;
  color: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

/* list */
ul, ol {
  list-style: none;
  margin: 0;
}
li {
  color: #404040;
}

/* table */
table th, table td {
  padding: 7px;
}
table td.title {
  background-color: #f5f5f5;
  font-weight: bold;
  vertical-align: middle;
}

/* label */
.label {
  padding: 5px 8px;
  font-size: 12px;
}

/* btn */
.btn.small {
  padding: 3px 5px 3px;
  font-size: 12px;
}

/* wordBreak */
.wordBreak {
  word-wrap: break-word;
  word-break: break-all;
}

/* modal */
.modal-header {
  background-color: #f5f5f5;
}
.modal {
  position: fixed;
  top: 0;
  left: 50%;
  width: 720px;
  margin: 0 0 0 -360px;

  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}



/* top */
.topMainImgWrapper {
  position: relative;
  height: 280px;
}
.topMainImg {
  position: absolute;
  top: -10px;
  left: -20px;
}

.topInfoBlock {
  float: left;
  padding: 15px;
  background-color: #eeeeee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.topHistoryBlock {
  float: left;
  margin-left: 20px;
  padding: 5px;
  overflow: auto;
  height: 130px;
  background-color: #eeeeee;
  font-size: 75%
}



/* chatDiv */
.chatDiv .chatUsers {
  position: relative;
  width: 99%;
  margin-top: 5px;
  padding: 5px;
  background-color: #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.chatDiv .chatUserCount {
  float: left;
}
.chatDiv .chatUserOne {
  float: left;
  margin-left: 5px;
}
.chatDiv .chatForm {
  position: relative;
  margin-top: 5px;
}
.chatDiv .chatAutoReload {
  position: absolute;
  right: 0;
  bottom: 25px
}

/* chatList */
ul.chatList {
  margin-top: 5px;
  border-top: 1px solid #bfbfbf;
  font-size: 85%;
}
ul.chatList li {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 2px;
}
ul.chatList .chatUserImage {
  float: left;
  overflow: hidden;
}
ul.chatList .chatInfo {
  margin-left: 36px;
}
ul.chatList .chatInfoLine {
  margin-bottom: 0;
}
ul.chatList .chatUserName {
  font-weight: bold;
}

ul.chatList li.toMe {
  background-color: #fee9cc;
}

ul.chatList li.system .chatUserName {
  color: #808080;
}

/* chatReadMore */
ul.chatReadMore {
  border-bottom: 1px solid #bfbfbf;
}
ul.chatReadMore li {
  width: 100%;
  text-align: center;
}
ul.chatReadMore li a {
  display:block;
  padding: 10px;
  background-color: #eeeeee;
  font-weight: bold;
}
ul.chatReadMore li a:hover {
  background-color: #c7eefe;
  text-decoration: none;
}
ul.chatReadMore li span {
  display:block;
  padding: 10px;
  background-color: #eeeeee;
  font-weight: bold;
}



/* lineList */
ul.lineList {
  border-top: 1px solid #bfbfbf;
}
ul.lineList li {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 0 15px 0;
}
ul.lineList .infoLine {
  margin-bottom: 5px;
}
ul.lineList .itemTitle {
  color: #808080;
}

/* matchInfo */
ul.matchList .matchInfo_userTd {
  padding: 3px;
  text-align: center;
}



/* cepterInfo */
table.cepterInfo_result td {
  font-weight: bold;
}

table.cepterInfo_result td.none {
  background-color: #dddddd;
}

table.cepterInfo_result td.win {
  background-color: #ffeeee;
}



/* card-help */
#card-help {
  display: none;
  position: absolute;
  width: 473px;
  height: 256px;
  background: url(../img/parts/card-help-bg.png);
  color: #FFF;
}
#card-help .border {
  position: absolute;
  left: 190px;
  width: 244px;
  height: 1px;
  background: #D3D7EA;
}
#card-help .border.border-0 {
  top: 53px;
}
#card-help .border.border-1 {
  top: 111px;
}
#card-help .border.border-2 {
  top: 169px;
}
#card-help .border.border-3 {
  top: 191px;
}
#card-help .image {
  position: absolute;
  left: 24px;
  top: 32px;
  width: 154px;
  height: 194px;
}
#card-help .name {
  position: absolute;
  left: 191px;
  top: 30px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
}
#card-help .flavor-text {
  position: absolute;
  left: 191px;
  top: 58px;
  width: 241px;
  height: 52px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
#card-help .rule-text {
  position: absolute;
  left: 191px;
  top: 116px;
  width: 240px;
  height: 52px;
  font-size: 12px;
  line-height: 16px;
}
#card-help .type {
  position: absolute;
  left: 191px;
  top: 173px;
  width: 240px;
  height: 13px;
  font-size: 11px;
  font-weight: bold;
}
#card-help .props {
  position: absolute;
  left: 191px;
  top: 195px;
  width: 240px;
  height: 13px;
  font-size: 12px;
}
#card-help .restrictions {
  position: absolute;
  left: 191px;
  top: 211px;
  width: 240px;
  height: 13px;
  font-size: 12px;
}

/* map-help */
#map-help {
  display: none;
  position: absolute;
}
div.map-box {width: 430px;height:240px; background-color:#666666; position: relative;padding:18px 24px;}
div#map-help.map-box .map-nickname{font-size: 18px; font-weight: bold; margin:0 0 4px;color:#FFF;height:20px;}
div#map-help.map-box p.lead {margin:0 0 8px;color:#FFF;line-height:1.1;width:220px;font-size:12px;}
div#map-help.map-box img.map{width:220px;height:148px;margin:0;}
div#map-help.map-box table {color:#FFF;border-top:1px #AAA solid;border-collapse: collapse;margin-left:230px;width:130px;}
div#map-help.map-box th,div.map-box td {border-bottom:1px #AAA solid;font-size:12px;line-height:1.3;vertical-align:top;padding:3px 6px;}
div#map-help.map-box th {white-space:nowrap;text-align:center;background-color:#444;}
/*
div#map-help.map-box td {width:100%;}
#map-help .facility {
  margin-right: 10px;
  display: inline;
}
*/
div#map-help.map-box table table {
  border-style: none;
  margin: 0;
}
div#map-help.map-box table table td {
  padding: 0;
  border-style: none;
}

.card-help,
.map-help {
  color: #800;
  text-decoration: underline;
  text-underline-position: below;
}

/*MANNER MARK*/
span.manner {width:14px;height:18px;display:inline-block;margin:0;padding:0;background-position:1px 4px;background-repeat:no-repeat;text-indent:-9999px;}
span.mm-clear {background-image:url('../img/icons/m0.png')}
span.mm-fine {background-image:url('../img/icons/m1.png')}
span.mm-cloud {background-image:url('../img/icons/m2.png')}
span.mm-rain {background-image:url('../img/icons/m3.png')}
span.mm-thunder {background-image:url('../img/icons/m4.png')}

/*LAND ICON*/
span.icon10 {width:14px;height:13px;display:inline-block;margin:0 0 0 4px;padding:0;background-position:0 1px;background-repeat:no-repeat;text-indent:-9999px;}
span.icon12 {width:14px;height:18px;display:inline-block;margin:0;padding:0;background-position:1px 4px;background-repeat:no-repeat;text-indent:-9999px;}
span.land12 {width:12px;height:18px;display:inline-block;margin:0 1px 0 0;padding:0 0 0 14px;background-position:1px 4px;background-repeat:no-repeat;}
span.icons {display:inline-block;padding:0 0 0 14px;background-position:1px 4px;background-repeat:no-repeat;}
span.land-colorless {background-image:url('../img/icons/land-colorless.png');}
span.land-fire {background-image:url('../img/icons/land-fire.png');}
span.land-water {background-image:url('../img/icons/land-water.png');}
span.land-earth {background-image:url('../img/icons/land-earth.png');}
span.land-wind,span.land-air {background-image:url('../img/icons/land-wind.png');}
span.land-multicolor {background-image:url('../img/icons/land-multicolor.png');}
span.land-morph {background-image:url('../img/icons/land-morph.png');}
span.item-weapon {background-image:url('../img/icons/item-weapon.png');}
span.item-armor {background-image:url('../img/icons/item-armor.png');}
span.item-accessory {background-image:url('../img/icons/item-accessory.png');}
span.item-scroll {background-image:url('../img/icons/item-scroll.png');}
span.spell-local-instant {background-image:url('../img/icons/spell-local-instant.png');}
span.spell-global-instant {background-image:url('../img/icons/spell-global-instant.png');}
span.spell-local-curse {background-image:url('../img/icons/spell-local-curse.png');}
span.spell-global-curse {background-image:url('../img/icons/spell-global-curse.png');}
span.cardcost {background-image:url('../img/icons/card.png');}

/*MAP SYMBOL*/
.ms01 {background-image:url('../img/icons/map-symbol-01.png');} /* デュナン村 */
.ms02 {background-image:url('../img/icons/map-symbol-02.png');} /* ダムウッドの森 */
.ms03 {background-image:url('../img/icons/map-symbol-03.png');} /* マルセスブルク */
.ms04 {background-image:url('../img/icons/map-symbol-04.png');} /* アトラ山 */
.ms05 {background-image:url('../img/icons/map-symbol-05.png');} /* 預言者の神殿 */
.ms06 {background-image:url('../img/icons/map-symbol-06.png');} /* ラビド村 */
.ms07 {background-image:url('../img/icons/map-symbol-07.png');} /* ダーハン島 */
.ms08 {background-image:url('../img/icons/map-symbol-08.png');} /* クレイトス */
.ms09 {background-image:url('../img/icons/map-symbol-09.png');} /* 錬金術師の館 */
.ms10 {background-image:url('../img/icons/map-symbol-10.png');} /* カザテガ */
.ms11 {background-image:url('../img/icons/map-symbol-11.png');} /* クアンゼの街 */
.ms12 {background-image:url('../img/icons/map-symbol-12.png');} /* プロムスデル */
.ms13 {background-image:url('../img/icons/map-symbol-13.png');} /* 天空の祭壇 */
.ms14 {background-image:url('../img/icons/map-symbol-14.png');} /* 機械の庭園 */

