@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #000033;
  background-color: #eeeefe; }

h1 {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 0; }

h2 {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  padding-bottom: 0.5em;
  margin: 0; }

h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  margin: 0; }

h4 {
  font-size: 16px;
  color: #444466;
  font-weight: bold;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  margin: 0; }

li {
  padding-bottom: 0.3em;
}

#header {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 8px;
  background-color: #5f92d8; }

#header a:link, #header a:visited, #header a:hover, #header a:active {
  color: #ffffff;
  text-decoration: none; }

#container {
  margin-left: auto;
  margin-right: auto; }

#login {
  text-align: center;
  padding-top: 12px; }

input[type="submit"] {
  margin-top: 1em; }

.logout {
  text-align: right;
  padding-right: 3em;
  padding-top: 1em; }

#dashboard {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  padding: 24px;
  width: 800px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#admin-dash {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  padding: 24px;
  width: 960px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#admin-dash table tr td {
  text-align: left; }

.list table tr td {
  text-align: left; }

#dashboard p {
  padding: 2px;
  margin: 0; }

#footer {
  text-align: center;
  margin: 40px 0 0;
  padding: 0;
  background-color: #5f92d8; }

#footer p {
  color: #fff;
  padding: 4px; }

#footer a:link, #footer a:visited, #footer a:active {
  color: #fff; }

#menu, ul {
  list-style-type: none;
  padding-left: 0.6em; }

.label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold; }

.topspc {
  padding-top: 1em; }

#upload, #epubinfo, #mkpreview {
  border: solid #ccc 1px;
  padding: 1em;
  margin-bottom: 0.5em;
  width: 100%; }

.A-row {
  width: 13em; }

.td-desc {
  font-size: 0.8em; }

.THClass {
  font-weight: normal;
  text-align: left;
  padding-left: 0.3em; }

th {
  font-weight: normal; }

.collapse table {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  line-height: 1.5;
  margin: 0; }

.collapse th {
  border-style: solid;
  border-width: 1px;
  border-color: #808080;
  background-color: #eee;
  font-weight: normal;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  text-align: center; }

.collapse td {
  border-style: solid;
  border-width: 1px;
  border-color: #808080;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  vertical-align: top;
  text-align: center; }

#drag-area {
  text-align: center;
  background: #fff;
  border: dotted 1px #666;
  margin: 24px 48px 24px;
  padding: 24px; }

#drag-area p {
  padding: 0;
  margin: 0;
  line-height: 1.6; }

.thumbs-tbl {
  display: table; }

.thums-cell, .desc-cell {
  display: table-cell;
  padding-left: 48px;
  vertical-align: top; }

#menu > ul > li {
  padding-top: 1em; }

.rabel {
  font-weight: bold;
  font-size: 22px; }

ul.step {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
  list-style: none; }

.step {
  overflow: hidden;
  width: 100%; }

.step li {
  float: left;
  margin: 0 .5em 0 1em;
  padding: 0;}

.step span {
  background: #ddd;
  padding: .2em 1.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative; }

.step span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em; }

.step .current span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #bbb #bbb #bbb transparent;
  left: -1em; }

.step span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em; }

.step .current span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #bbb;
  right: -1em; }

.step .current {
  font-weight: bold; }

.step .current span {
  background: #bbb; }

.step .current::after,
.step .current::before {
  content: normal; }

.file-select {
  text-align: center; }

.file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 20px 20px;
  border: 1px solid #999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 300px; }

.filetoc {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 8px 8px;
  border: 1px solid #999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 240px; }

.filename {
  display: inline-block;
  vertical-align: top;
  padding-top: 12px; }

.file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.filetoc input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.imgfile {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 20px 20px;
  border: 1px solid #999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: 300px; }

.imgfile input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  width: 100%;
  height: 100%;
  cursor: pointer; }

input#archive_upload {
  width: 160px;
  height: 38px;
  font-size: 1.2em; }

input#for_step3, input#convert {
  width: 240px;
  height: 38px;
  font-size: 1.2em;
  margin-top: 30px; }

.submitbtn {
  padding-left: 40px; }

input[type="text"],input[type="url"]  {
  padding: 4px 8px;
  font-size: 13.5px; }

.thumbs-tbl {
  display: table; }

.thums-cell, .desc-cell {
  display: table-cell;
  padding-left: 48px;
  vertical-align: top; }

.item {
  text-align: right;
  padding-right: 8px; }

.tipdesc {
  color: #aaa; }

#show_percent_str {
  border: solid #ccc 1px;
  padding: 0.4em;
  margin: 0.2em;
  background-color: #efefef; }

.kakomi {
  border: solid #ccc 1px;
  padding: 0.4em;
  margin: 0.2em;
  background-color: #efefef; }

a.atip {
  color: #000033;
  text-decoration: none !important; }

#sel_method table {
  border-spacing: 0 6px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select {
  width: 180px;
  padding: 4px 8px;
  font-size: 13.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  background: #eee;
  background: url(chevron-down.svg) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: url(chevron-down.svg) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efefef 100%);
  background-size: 20px, 100%; }

img.tmplate {
  border: 1px solid #ccc;
  height: 260px; }

/*ツールチップ*/
a.tooltip span.tooltip-desc-btm {
  display: none;
  padding: 4px 6px;
  margin-left: -126px;
  margin-top: 35px;
  width: auto; }

a.tooltip span.tooltip-desc {
  display: none;
  padding: 4px 6px;
  margin-left: -126px;
  margin-top: -60px;
  width: auto; }

a.tooltip:hover span.tooltip-desc {
  display: inline;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #6c6c6c;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: left; }

a.tooltip:hover span.tooltip-desc-btm {
  display: inline;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #6c6c6c;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: left; }

input[type=radio] {
   width: 18px;
   height: 18px;
   vertical-align: top;
}

#typeselect input[type=radio] {
   width: 22px;
   height: 22px;
   vertical-align: bottom;
}

.tooltip-trigger {
    position: relative;
    display: inline-block;
}

.tooltip {
    visibility: hidden;
    width: 360px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 12px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11pt;
}

.tooltip-trigger:hover .tooltip {
    visibility: visible;
    opacity: 1;
}