@charset "UTF-8";
/* line 6, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
html, body {
  height: 100%;
  margin: 0px;
}

/* line 11, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
h3 {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 24, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
h4 {
  display: block;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 33, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.box_area {
  border: 1px solid #e5e5e5;
  padding: 8px;
}

/* line 37, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.medium_user_icon {
  width: 64px;
  height: 64px;
}

/* line 42, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.ellipsis_text {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

/* line 49, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
ul {
  margin: 0 0 8px 0;
  padding: 0 0 0 20px;
}

/* line 58, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.dark-color {
  color: #C0C0C0;
}

/* line 62, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.top_main_box_c3 {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 4px;
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
}
/* line 73, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.top_main_box_c3 ul {
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
}
/* line 78, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.top_main_box_c3 ul li {
  margin-bottom: 8px;
}
/* line 81, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.top_main_box_c3 ul li img {
  width: 16px;
  height: 16px;
}

/* line 90, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.top_main_box_c3_link {
  padding: 15px;
  font-size: 12px;
}

/* line 95, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.top_main_box_c3_tweet_box {
  width: 100%;
  height: 300px;
  border-top: 1px solid rgba(15, 70, 100, 0.12);
  border-bottom: 1px solid rgba(15, 70, 100, 0.12);
}

/* line 106, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.game_player {
  width: 100%;
  min-height: 416px;
  margin: 0;
}

/* line 114, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.novel_player {
  width: 800px;
  min-height: 600px;
  margin: 0 auto;
}

/* line 120, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.rpg_player {
  width: 512px;
  min-height: 416px;
  margin: 0 auto;
}

/* line 126, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.novel_player_debug {
  width: 804px;
  min-height: 804px;
  margin: 0 auto;
  padding: 2px;
  background-color: #606060;
}

/* line 134, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.rpg_player_debug {
  width: 916px;
  min-height: 420px;
  margin: 0 auto;
  padding: 2px;
  background-color: #606060;
}

/* line 145, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.published_item_area {
  width: 100%;
  max-height: 650px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  padding: 2px;
  margin: 1em 0;
  padding: 8px 0;
  text-align: center;
}

/* line 159, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.comment_box_area {
  border: 1px solid #e5e5e5;
  padding: 8px;
  margin: 0 0 1em 0;
}

/* line 167, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.root_right_box {
  border: 1px solid #e5e5e5;
  width: 210px;
  padding: 4px;
  margin: 2px 0 8px 0;
  font-weight: bold;
  font-size: small;
  word-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  /* line 167, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
  .root_right_box {
    width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 167, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
  .root_right_box {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 167, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
  .root_right_box {
    width: 100%;
  }
}
/* line 188, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.root_right_box ul {
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
}
/* line 193, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.root_right_box ul li {
  margin-bottom: 4px;
}
/* line 196, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.root_right_box ul li img {
  width: 16px;
  height: 16px;
}

/* line 210, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.news_area {
  font-weight: bold;
  font-size: small;
  margin: 2px 0 10px 0;
}
/* line 214, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.news_area a {
  color: red;
  text-decoration: underline;
}

/* line 220, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.label-inverse {
  background-color: black;
}

/* line 227, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.alert_box {
  border: 1px dotted red;
  padding: 1em;
  font-weight: bold;
  font-size: small;
  color: red;
}
/* line 234, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.alert_box ul {
  margin: 0 0.5em 0;
  padding: 0;
}
/* line 238, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.alert_box ul li {
  margin: 0em 1em 0em;
  padding: 0em;
}

/* line 245, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.alert_text {
  font-weight: bold;
  font-size: small;
  color: red;
}

/* line 251, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.confirm_box {
  border: 1px dotted black;
  padding: 1em;
  margin: 1em;
}

/* line 257, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.confirm_campaign {
  font-weight: bold;
  font-size: small;
}

/* line 262, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.rn_box {
  margin-bottom: 1em;
}

/* line 266, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.icon_frame {
  margin: 1px 0 0 0;
  padding: 0;
  width: 152px;
  height: 114px;
  overflow: hidden;
}

/* line 274, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.pitem_icon {
  max-width: 152px;
  max-height: 114px;
}

/* line 279, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.pitem_icon_icon {
  width: 32px;
  max-height: 114px;
}

/* line 285, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.game_icon {
  width: 152px;
  height: 114px;
}

/* line 290, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.game_icon_original_size_frame {
  margin: 1px 0 0 0;
  padding: 0;
  width: 128px;
  height: 96px;
  overflow: hidden;
}

/* line 298, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.game_icon_original_size {
  max-width: 128px;
  max-height: 96px;
}

@media only screen and (min-width: 992px) {
  /* line 303, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
  .game_large_icon {
    width: 334px;
    max-height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 303, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
  .game_large_icon {
    width: 334px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 303, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
  .game_large_icon {
    width: 320px;
    max-height: 250px;
  }
}

/* line 320, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.game_list {
  margin-bottom: 20px;
}

/* line 324, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_box {
  word-wrap: break-word;
}
/* line 327, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_box ul {
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
}
/* line 332, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_box ul li {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: small;
}

/* line 346, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.list_box ul {
  list-style-type: none;
  margin: 0 0 8px 0;
  padding: 0;
}
/* line 351, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.list_box ul li {
  margin-bottom: 4px;
}

/* line 357, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.tag_box {
  border: 1px solid #e5e5e5;
  padding: 2px;
  margin: 8px 0;
}
/* line 361, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.tag_box #tag_form_area {
  border: 1px solid #e5e5e5;
  padding: 2px;
  margin: 8px;
}

/* line 367, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
#mycolle_area {
  width: 240px;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 2px;
}
/* line 372, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
#mycolle_area #mycolle_form_area {
  margin: 8px;
  text-align: left;
}

/* line 378, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
#comment_list_button {
  width: 120px;
  text-align: center;
  margin: 0 8px 0 0;
  border: 1px solid #e5e5e5;
  padding: 2px;
}

/* line 385, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
#clip_area {
  width: 200px;
  text-align: center;
  margin-right: 8px;
  border: 1px solid #e5e5e5;
  padding: 2px;
}
/* line 391, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
#clip_area #clip_form_area {
  margin: 8px;
  text-align: left;
}

/* line 397, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.game_play {
  margin-bottom: 8px;
}

/* line 410, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.profile_area {
  border: 1px solid #e5e5e5;
  width: 150px;
  text-align: center;
  padding: 8px 0 8px;
}
/* line 416, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.profile_area hr {
  margin: 8px 4px;
}

/* line 421, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.allegation_box {
  width: 80%;
  margin: 0 auto 1em;
  padding: 8px;
  background-color: #EEEEFF;
  border: solid 1px #AAAAFF;
  text-align: center;
}

/* line 433, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.active_log_area {
  height: 400px;
  overflow: auto;
}
/* line 438, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.active_log_area ul li {
  margin-bottom: 1em;
}

/* line 446, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.active_log_list ul li {
  margin-bottom: 1em;
}

/* line 455, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_content {
  border: 1px solid #e5e5e5;
  padding: 12px;
  margin-bottom: 12px;
  overflow: auto;
}

/* line 463, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_area h3 {
  margin: 0;
}
/* line 467, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_area #article_header {
  margin-bottom: 20px;
}

/* line 472, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_user {
  font-weight: bold;
  font-size: small;
}
/* line 473, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.article_user img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}

/* line 490, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.comment_header {
  font-weight: bold;
  margin-bottom: 8px;
  background-color: #CCDDFF;
}
/* line 495, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.comment_header img {
  margin: 2px 0 0 2px;
  vertical-align: top;
}

/* line 501, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.comment_description {
  margin: 0 0 8px 2px;
}

/* line 505, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.reply_comment_area {
  margin-left: 4em;
}

/* line 509, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.reply_comment_header {
  font-weight: bold;
  margin-bottom: 8px;
  background-color: #DDEEFF;
}
/* line 514, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.reply_comment_header img {
  margin: 2px 0 0 2px;
  vertical-align: top;
}

/* line 520, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.reply_comment_description {
  margin: 0 0 8px 2px;
}

/* line 527, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
#rating_form {
  font-weight: bold;
  font-size: small;
  text-align: center;
  padding-left: 30px;
  margin-bottom: 1em;
}
/* line 533, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
#rating_form li {
  list-style-type: none;
  width: 32px;
  height: 32px;
  float: left;
  margin: 0px;
}

/* line 545, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.navbar-static-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* line 553, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.footer {
  width: 100%;
  background-color: #1B1B1B;
  color: #E0E0E0;
  padding-top: 8px;
  margin: 0;
}
/* line 562, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.footer a {
  color: #E0E0E0;
}
/* line 566, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.footer a:hover {
  color: #E0E0E0;
  text-decoration: underline;
}

/* line 572, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.footer-create {
  background-color: #f8f8f8;
  color: #555;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e7e7e7;
}
/* line 579, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.footer-create a {
  color: #777;
}
/* line 583, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.footer-create a:hover {
  color: #777;
  text-decoration: underline;
}

/* line 592, /home/ec2-user/rmake-server/app/assets/stylesheets/rmake.scss */
.rn-italic {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/* line 3, /home/ec2-user/rmake-server/app/assets/stylesheets/common.scss */
.error_messages {
  border: 1px splid red;
  padding: 1em;
  font-weight: bold;
  font-size: small;
  color: red;
}
/* line 10, /home/ec2-user/rmake-server/app/assets/stylesheets/common.scss */
.error_messages ul {
  margin: 0 0.5em 0;
  padding: 0;
}
/* line 14, /home/ec2-user/rmake-server/app/assets/stylesheets/common.scss */
.error_messages ul li {
  margin: 0em 1em 0em;
  padding: 0em;
}

/* line 21, /home/ec2-user/rmake-server/app/assets/stylesheets/common.scss */
.strong_box {
  border: 1px solid #e5e5e5;
  padding: 8px;
  font-weight: bold;
  font-size: small;
}

/* line 26, /home/ec2-user/rmake-server/app/assets/stylesheets/common.scss */
.strong_list_box {
  border: 1px solid #e5e5e5;
  padding: 8px;
  font-weight: bold;
  font-size: small;
  margin: 0 0 8px 0;
}

/* line 32, /home/ec2-user/rmake-server/app/assets/stylesheets/common.scss */
.strong_mini_header {
  font-weight: bold;
  font-size: small;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *




 */

/* //////////////////////////////////////////////////////////////////////////// */
/*  Bootstrap                                                                   */
/* //////////////////////////////////////////////////////////////////////////// */

.navbar {
    margin-bottom: 6px;
}

.content {
  min-height: 100%;
  position: relative;
  padding-bottom: 80px;
}

.container {
    max-width: 970px;
}

@media (min-width: 992px) {
    .container-create {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-create {
        max-width: 1170px;
    }
}

.editor-box {
    width: 100%;
    height: 650px;
    padding: 0;
    margin: 0;
}

@media (min-height: 850px) {
    .editor-box {
        width: 100%;
        height: 750px;
        padding: 0;
        margin: 0;
    }
}

.user_mini_icon {
    width: 16px;
    height: 16px;
}

.note {
    font-size: small;
    font-weight: bold;
}

.jumbotron {
    background-color: white;
}

/* //////////////////////////////////////////////////////////////////////////// */
/*  Ace                                                                         */
/* //////////////////////////////////////////////////////////////////////////// */
.ace_search_field {
    color: #000000;
}
