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

/* Messi CSS */

.messi-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
}
.messi {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-shadow: none;
}
.messi-box {
  position: relative;
  width: 270px;
  height: auto;
  padding: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  opacity: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.messi-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.messi-content {
  padding: 10px;
  overflow: hidden;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  font-size: 14px;
}
.messi-content p {
  line-height: 1.5em;
}
.messi-footbox {
  width: 100%;
  height: 55px;
  overflow: hidden;
}
.messi-actions {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  padding-top: 8px;
  margin: 0 10px;
  -webkit-box-orient: horizontal;
     -moz-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-pack: center;
     -moz-box-pack: center;
          box-pack: center;
}
.messi-actions .btnbox {
  text-align: center;
}
.messi-actions .btnbox .btn {
  width: 100px;
  height: 33px;
  margin: 0 5px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}


/* CSS Buttons from Twitter Bootstrap: http://twitter.github.com/bootstrap/ */

.messi .btn {
  display: inline-block;
  *display: inline;
  padding: 5px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;  
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #E6E6E6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.messi .btn:first-child {
  *margin-left: 0;
}
button.messi .btn,
input[type="submit"].messi .btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.messi button {
  cursor: pointer;
  -webkit-appearance: button;
}
button.messi .btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
