/* 日本語フォント対応 */
.alert, .badge, .breadcrumb, .btn, .form-control, .input-gruop, .label, .lead, .list-group, .nav-pills, .nav-tabs, .navbar, .no-thank-yu, .pager, .pagination, .panel-heading, .panel-title, .popover, .tooltip {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 13px;
  line-height: 1.42857;
}
p {
  margin: 0 0 11px;
}
.h2, h2 {
  font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}

/* メニュー色 変更 */
.skin-blue .sidebar-menu>li.header {
  color: #eee;
}
.skin-blue .sidebar a {
  color: #e8e8e8;
}

/* フラッシュメッセージ */
.flash-wrap{
  padding: 10px;
}

/*DropZone*/
section#drop {
  background: #E8E9EC;
  padding: 5%;
  margin-bottom: 40px;
}
.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
}
.dz-details img{
  position:absolute;
  top:0;
  left:0;
}
.dz-message {
  text-align: center;
  line-height: 5em;
  padding: 20px 0;
}