@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.headerMain {
  position: relative;
  z-index: 1; }

#promptTextField {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 1.5rem;
  border: 1px solid #71C7DD; }

.filterChanger {
  cursor: pointer;
  padding: 5px 10px 4px 10px; }
  .filterChanger.choosed {
    color: #FFF;
    background-color: #71C7DD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

.filterM {
  margin-left: 5px; }

#searchfilter_opener {
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
  color: #71C7DD; }

.searchfilter_time {
  z-index: 0;
  right: 0;
  font-size: 13px;
  text-align: right;
  margin: 0px 10px 0 0;
  padding-top: 10px;
  letter-spacing: .4em; }
  .searchfilter_time > span, .searchfilter_time label {
    letter-spacing: normal; }

.date_filter {
  width: 6em;
  border: 1px solid #71C7DD;
  padding: 2px 5px;
  text-align: right; }

.resetButton {
  display: inline-block;
  cursor: pointer;
  background-color: #71C7DD;
  padding: 4px 7px;
  color: #fff;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #71C7DD;
  text-decoration: none; }

/* PC */
@media screen and (min-width: 641px) {
  /* TOP */
  #global_containerT {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left; }

  #headerT {
    width: 100%;
    height: 400px;
    background: url(../images/bg_main.jpg) no-repeat 0 bottom;
    -moz-background-size: contain;
    background-size: contain; }

  ul#navigationAll {
    max-width: 1000px;
    min-width: 640px;
    height: 20px;
    padding-top: 15px;
    margin: 0 auto 30px auto; }

  ul#navigationAll li {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.2rem; }

  #mainLogo {
    max-width: 1000px;
    min-width: 640px;
    height: 400px;
    margin: 0 auto 40px auto;
    position: relative; }

  #mainLogo #logo {
    width: 575px;
    height: 200px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/main_logo.png) no-repeat center 0;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-background-size: 90%;
    background-size: 90%;
    z-index: 20; }

  #mainLogo #logoShd {
    width: 575px;
    height: 200px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/main_logo_shd.png) no-repeat center 0;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-background-size: 91%;
    background-size: 91%;
    z-index: 10; }

  #mainLogo #btnGroup {
    width: 416px;
    height: 60px;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  #btnGroup:before {
    content: "";
    display: table; }

  /*clearfix */
  #btnGroup:after {
    content: "";
    display: table;
    clear: both; }

  /*clearfix */
  #btnGroup {
    zoom: 1; }

  /*clearfix */
  #mainLogo #btnGroup #btnGP {
    width: 202px;
    height: 60px;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/btn_gp.png) no-repeat 0 0; }

  #mainLogo #btnGroup #btnAPP {
    width: 202px;
    height: 60px;
    float: right;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/btn_app.png) no-repeat 0 0; }

  #mainLogo #btnGroup a {
    display: block;
    width: 100%;
    height: 100%; }

  #mainLogo #attent {
    width: 100%;
    position: absolute;
    top: 307px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px; }

  #mainContentsT {
    max-width: 1000px;
    min-width: 640px;
    margin: 40px auto 0 auto; }

  /*#mainContentsT .title1,#mainContentsT .title2{width:100%;margin:0 0 40px 0;height:0;padding-top:44px;overflow:hidden;text-indent:-9999px;moz-background-size:contain;background-size:contain;}
  #mainContentsT .title1{background:url(../images/tit_01.png)no-repeat center 0;}
  #mainContentsT .title2{background:url(../images/tit_02.png)no-repeat center 0;}*/
  #mainContentsT .title {
    margin: 0 0 30px 0;
    text-align: center;
    padding: 0 20px; }

  #mainContentsT .title img {
    max-width: 100%;
    height: auto;
    width: auto; }

  #mainContentsT .boxTxB {
    max-width: 1000px;
    min-width: 640px;
    margin: 0 0 60px 0;
    color: #666; }

  .boxTxB:before {
    content: "";
    display: table; }

  /*clearfix */
  .boxTxB:after {
    content: "";
    display: table;
    clear: both; }

  /*clearfix */
  .boxTxB {
    zoom: 1; }

  /*clearfix */
  #mainContentsT .boxTxB .txL {
    width: 60%;
    font-size: 18px;
    float: left;
    line-height: 2;
    padding: 0 20px; }

  #mainContentsT .boxTxB .imgR {
    width: 40%;
    float: right;
    text-align: right;
    padding: 0 20px; }

  #mainContentsT .boxTxB .imgR img {
    max-width: 100%;
    height: auto;
    width: auto; }

  #mainContentsT .boxTxB .txR {
    width: 60%;
    font-size: 18px;
    float: right;
    line-height: 2;
    padding: 0 20px; }

  #mainContentsT .boxTxB .imgL {
    width: 40%;
    min-width: 20%;
    float: left;
    text-align: left;
    padding: 0 20px; }

  #mainContentsT .boxTxB .imgL img {
    max-width: 100%;
    height: auto;
    width: auto; }

  #mainContentsT .titleFAQ {
    width: 100%;
    margin: 0 0 40px 0;
    height: 0;
    padding: 44px 0 0 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/tit_faq.png) no-repeat 20px 0;
    -moz-background-size: contain;
    background-size: contain; }

  #mainContentsT #faqBox {
    max-width: 1000px;
    min-width: 640px;
    color: #666;
    padding-left: 40px;
    line-height: 1.8; }

  #mainContentsT .question {
    font-size: 18px;
    min-height: 60px;
    padding: 32px 60px 0 60px;
    background: url(../images/icon_q.png) no-repeat 0 0;
    margin-bottom: 10px; }

  #mainContentsT .answer {
    font-size: 18px;
    min-height: 60px;
    padding: 32px 60px 0 60px;
    background: url(../images/icon_a.png) no-repeat 0 0;
    margin-bottom: 50px; }

  ul.ticketPrice {
    font-size: 14px;
    margin-top: 20px; } }
/* smartphone */
@media screen and (max-width: 640px) {
  /* TOP */
  #global_containerT {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left; }

  #headerT {
    min-width: 100%;
    height: 400px;
    background: url(../images/bg_main.jpg) no-repeat 0 bottom;
    margin: 0 auto;
    -moz-background-size: contain;
    background-size: contain; }

  ul#navigationAll {
    max-width: 100%;
    min-width: 100%;
    height: 20px;
    padding: 15px;
    margin: 0 auto 30px auto;
    list-style: none; }

  ul#navigationAll li {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.4rem; }

  #mainLogo {
    max-width: 100%;
    height: 400px;
    margin: 0 auto 40px auto;
    position: relative; }

  #mainLogo #logo {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/main_logo.png) no-repeat center 0;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-background-size: 90%;
    background-size: 90%;
    z-index: 20; }

  #mainLogo #logoShd {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/main_logo_shd.png) no-repeat center 0;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-background-size: 91%;
    background-size: 91%;
    z-index: 10; }

  #mainLogo #btnGroup {
    width: 202px;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100; }

  #btnGroup:before {
    content: "";
    display: table; }

  /*clearfix */
  #btnGroup:after {
    content: "";
    display: table;
    clear: both; }

  /*clearfix */
  #btnGroup {
    zoom: 1; }

  /*clearfix */
  #mainLogo #btnGroup #btnGP {
    width: 202px;
    height: 60px;
    float: none;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/btn_gp.png) no-repeat 0 0;
    margin: 0 0 10px 0; }

  #mainLogo #btnGroup #btnAPP {
    width: 202px;
    height: 60px;
    float: none;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/btn_app.png) no-repeat 0 0; }

  #mainLogo #btnGroup a {
    display: block;
    width: 100%;
    height: 100%; }

  #mainLogo #attent {
    width: 100%;
    position: absolute;
    top: 290px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px; }

  #mainContentsT {
    max-width: 100%;
    min-width: 100%;
    margin: 30px auto 0 auto; }

  /*#mainContentsT .title1,#mainContentsT .title2{width:100%;margin:0 0 30px 0;height:0;padding-top:44px;overflow:hidden;text-indent:-9999px;moz-background-size:contain;background-size:contain;}
  #mainContentsT .title1{background:url(../images/tit_01.png)no-repeat center 0;}
  #mainContentsT .title2{background:url(../images/tit_02.png)no-repeat center 0;}*/
  #mainContentsT .title {
    margin: 0 0 20px 0;
    text-align: center;
    padding: 0 7px; }

  #mainContentsT .title img {
    max-width: 100%;
    height: auto;
    width: auto; }

  #mainContentsT .boxTxB {
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 30px 0;
    color: #666; }

  .boxTxB:before {
    content: "";
    display: table; }

  /*clearfix */
  .boxTxB:after {
    content: "";
    display: table;
    clear: both; }

  /*clearfix */
  .boxTxB {
    zoom: 1; }

  /*clearfix */
  #mainContentsT .boxTxB .txL {
    width: 100%;
    font-size: 1.2rem;
    float: none;
    line-height: 1.6;
    padding: 0 10px; }

  #mainContentsT .boxTxB .imgR {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 10px; }

  #mainContentsT .boxTxB .imgR img {
    max-width: 70%;
    height: auto;
    width: auto; }

  #mainContentsT .boxTxB .txR {
    width: 100%;
    font-size: 1.2rem;
    float: none;
    line-height: 1.6;
    padding: 0 10px; }

  #mainContentsT .boxTxB .imgL {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 10px; }

  #mainContentsT .boxTxB .imgL img {
    max-width: 70%;
    height: auto;
    width: auto; }

  #mainContentsT .titleFAQ {
    width: 100%;
    margin: 0 0 12px 0;
    height: 0;
    padding: 44px 0 0 20px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/tit_faq.png) no-repeat 20px 0;
    -moz-background-size: 192px 32px;
    background-size: 192px 32px; }

  #mainContentsT #faqBox {
    max-width: 100%;
    min-width: 100%;
    color: #666;
    padding-left: 20px;
    line-height: 1.4; }

  #mainContentsT .question {
    font-size: 1.4rem;
    min-height: 40px;
    padding: 15px 20px 0 40px;
    background: url(../images/icon_q.png) no-repeat 0 0;
    background-size: 34px 34px;
    margin-bottom: 5px; }

  #mainContentsT .answer {
    font-size: 1.4rem;
    min-height: 40px;
    padding: 15px 20px 0 40px;
    background: url(../images/icon_a.png) no-repeat 0 0;
    background-size: 34px 34px;
    margin-bottom: 15px; }

  #mainContentsT .answer p {
    margin-top: 0; }

  ul.ticketPrice {
    font-size: 14px;
    margin-top: 10px; }

  #footer {
    max-width: 100%; } }
html {
  font-size: 62.5%;
  background-color: #fff; }

body {
  color: #333;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "MS PGothic", "arial", "helvetica", "sans-serif";
  line-height: 160%; }

#global_container {
  text-align: center; }

noscript p {
  position: relative;
  z-index: 255;
  color: #333;
  font-size: 1.8rem;
  text-align: center; }

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: left;
  background-color: #fff; }

.headerMain {
  min-width: 900px;
  box-sizing: border-box;
  background-color: #FFF;
  color: #71C7DD;
  border-bottom: solid 3px #71C7DD;
  padding: 0 0 5px 0; }

h1 {
  margin: 10px 0 5px 15px;
  display: inline-block;
  width: 182px;
  height: 64px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/logo_speething.png) no-repeat 0 0; }

#mainNav {
  display: block;
  float: right;
  padding: 0;
  margin-right: 30px; }
  #mainNav ul {
    list-style-type: none;
    padding: 0; }
    #mainNav ul li {
      margin-right: 1em;
      font-size: 1.2rem;
      display: inline-block;
      cursor: pointer; }

.navButton {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1.3em;
  color: #fff;
  cursor: pointer;
  background-color: #71C7DD; }

.navColorA {
  background-color: #69C58D; }

.navColorB {
  background-color: #6D87DE; }

.navColorC {
  background-color: #C576DE; }

.oneSaveButton {
  background-image: url(../images/icon_save.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
  padding-left: 30px; }

#delete_button {
  background-image: url(../images/icon_delete.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
  padding-left: 30px; }

#upload_button {
  background-image: url(../images/icon_upload.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
  padding-left: 30px; }

#download_button {
  background-image: url(../images/icon_download.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
  padding-left: 30px; }

.sync_buttons {
  display: block;
  box-sizing: border-box;
  min-width: 900px;
  margin: 30px 0 30px 30px; }
  .sync_buttons > div {
    display: inline-block; }

#delete_button {
  margin-right: 10px; }

#upload_button {
  margin-right: 10px; }

#defaultText {
  text-align: center;
  font-size: 2rem;
  color: #888;
  margin-top: 8rem; }

.searchfield {
  text-align: right;
  width: 100%; }

#searchField {
  padding: 5px 10px;
  background-color: #D3EEF5;
  border-style: none;
  border-radius: 36px;
  color: #244A75; }

.enablingAudioDataDownLoading {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #333;
  height: 27px;
  line-height: 1.3em;
  background: url(../images/icons.png) no-repeat -80px -2px; }
  .enablingAudioDataDownLoading.checkedimg {
    background-position: -80px -31px; }
  .enablingAudioDataDownLoading > input, .enablingAudioDataDownLoading span {
    vertical-align: middle;
    display: inline-block; }
  .enablingAudioDataDownLoading span {
    margin-top: 0.5em;
    margin-left: 17px; }
  .enablingAudioDataDownLoading input {
    margin: 0;
    opacity: 0; }

#searchfilter_button {
  padding: 5px;
  border-radius: 4px;
  background-color: #fff;
  color: #71C7DD; }

.speech_counter {
  margin: 0px 30px 10px 0px;
  text-align: right;
  font-size: 1.2rem;
  color: #aaa; }

#dbList {
  min-width: 900px;
  margin-top: 10px;
  padding: 0px 30px 0px 30px;
  font-size: 1.2rem;
  text-align: center; }

#dbList_ul {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dbListHeader {
  color: #fff;
  background-color: #71C7DD;
  min-width: 900px;
  box-sizing: border-box;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1.2rem;
  font-weight: bold; }
  .dbListHeader > * {
    vertical-align: middle; }

.sortEnebled {
  cursor: pointer;
  position: relative; }
  .sortEnebled.sorted {
    background-color: #A9E5F4; }
  .sortEnebled.normalSort:after {
    content: '▼';
    font-size: 0.8em;
    position: absolute;
    right: 5px;
    vertical-align: bottom; }
  .sortEnebled.reverseSort:after {
    content: '▲';
    font-size: 0.8em;
    position: absolute;
    right: 5px;
    vertical-align: bottom; }

.dbList {
  width: 100%;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #71C7DD;
  cursor: pointer; }
  .dbList:hover {
    background-color: #e9f6fa; }
  .dbList.db_selected {
    background-color: #E9F8FC; }
  .dbList > * {
    vertical-align: middle; }

.imaged_checkbox {
  display: block;
  min-width: 27px;
  height: 0px;
  padding-top: 27px;
  line-height: 1.3em;
  overflow: hidden;
  background-position: -80px -2px;
  background-repeat: no-repeat;
  background-image: url(../images/icons.png); }

.checkedimg {
  background-position: -80px -31px; }

.dbCheckbox {
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  margin-left: 10px; }
  .dbCheckbox .imaged_checkbox {
    max-width: 27px; }

#allChecker, .oneSpeechCheckbox {
  opacity: 0; }

.dbListHeader > .dbTitle {
  display: inline-block;
  min-width: 216px;
  box-sizing: border-box;
  padding: 0.5em 1em; }

.dbTitleContainer {
  display: inline-block;
  min-width: 216px;
  box-sizing: border-box;
  padding: 0.5em 1em; }
  .dbTitleContainer .dbTitle {
    border: 1px solid #cad9dd;
    padding: 2px;
    width: 100%; }
    .dbTitleContainer .dbTitle:hover {
      border-color: #71C7DD; }
    .dbTitleContainer .dbTitle:focus {
      background-color: #A9E5F4; }

.dbOneLineText {
  max-width: 216px;
  max-height: 1em;
  white-space: nowrap;
  line-height: 1.3em;
  text-overflow: ellipsis;
  overflow: hidden; }

.dbAudio {
  display: inline-block;
  min-width: 70px;
  width: 70px;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5em 1em; }

.dbFileModified, .dbCreatedTime {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  min-width: 244px; }

.dbDlButton {
  display: block;
  cursor: pointer;
  padding: 0px;
  font-size: 1.2rem;
  height: 15px;
  margin: 6px auto 0px auto;
  width: 0px;
  padding-left: 37px;
  line-height: 1.3em;
  overflow: hidden;
  background-position: -2px -41px;
  background-repeat: no-repeat;
  background-image: url(../images/icons.png); }
  .dbDlButton:hover {
    background-position: -41px -41px; }
  .dbDlButton.noAudioFile {
    color: #333;
    background-color: #ddd;
    border-color: #333;
    cursor: auto; }

.dbFileSize {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 12px;
  min-width: 72px;
  width: 72px;
  text-align: right; }
  .dbFileSize:after {
    right: 0 !important; }

.speechTextContainer {
  display: block;
  position: relative;
  overflow-y: hidden;
  line-height: 160%;
  font-size: 1.3rem;
  text-align: center; }
  .speechTextContainer.opened {
    overflow: visible; }
  .speechTextContainer > textarea {
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 160%;
    font-size: 1.3rem;
    box-sizing: border-box;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    border-color: #71C7DD; }
  .speechTextContainer .readingField {
    margin: 0;
    text-align: left;
    width: 100%;
    line-height: 160%;
    font-size: 1.3rem;
    box-sizing: border-box;
    padding: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #71C7DD; }

.oneSaveButton {
  display: inline-block;
  border-radius: 0px 0px 4px 4px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  line-height: 1.3em;
  color: #fff;
  background-color: #71C7DD;
  cursor: pointer;
  font-size: 1.4rem;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.33); }

.dateContainer {
  display: inline-block;
  margin-right: 0.5em; }

.timeContainer {
  display: inline-block; }

.playButton {
  display: block;
  padding: 0px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  width: 0px;
  padding-left: 37px;
  line-height: 1.3em;
  overflow: hidden;
  background-position: -2px -2px;
  background-repeat: no-repeat;
  background-image: url(../images/icons.png);
  color: #71C7DD; }
  .playButton.playing {
    background-position: -41px -2px; }
  .playButton.disabledButton {
    opacity: 0.2;
    cursor: auto; }

#playCounterContainer {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1; }

#playCounter {
  padding: 0px;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

#playingMeter {
  width: 100%; }

#audioSlider {
  width: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0; }

#dialogContainer {
  color: #333;
  opacity: 0;
  position: fixed;
  z-index: 16;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.33);
  text-align: center; }
  #dialogContainer p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 160%; }

#shutter {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 15; }

.yesNoContainer {
  margin-top: 20px; }

#yes_button {
  margin-right: 20px; }

#dialogCloseButton {
  margin: 30px auto 0px auto; }

#extend_button {
  margin: 30px auto 0 auto; }

#waiter {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  color: #71C7DD;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75); }
  #waiter .waiterTextContainer {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
    #waiter .waiterTextContainer > p {
      font-size: 2rem; }

#speethingProgressBar {
  width: 50%; }

#footer {
  margin-top: 60px;
  background-color: #7187DC;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem; }
  #footer a {
    color: #A9E5F4; }

html[lang='ja'] {
  /* 日時のフォーマット(日本語) */ }
  html[lang='ja'] .speethingItemYear:after {
    content: '年'; }
  html[lang='ja'] .speethingItemMonth:after {
    content: '月'; }
  html[lang='ja'] .speethingItemDay:before {
    content: '('; }
  html[lang='ja'] .speethingItemDay:after {
    content: ')'; }
  html[lang='ja'] .speethingItemDate:after {
    content: '日'; }
  html[lang='ja'] .speethingItemHours:after {
    content: '時'; }
  html[lang='ja'] .speethingItemMin:after {
    content: '分'; }
  html[lang='ja'] .speethingItemSec:after {
    content: '秒'; }

html[lang='en'] {
  /* 日時のフォーマット(英語) */ }
  html[lang='en'] .speethingItemMonth {
    margin-right: 0.5em; }
  html[lang='en'] .speethingItemDay {
    margin-right: 0.5em;
    display: none; }
  html[lang='en'] .speethingItemDate {
    margin-right: 0.5em; }

/*# sourceMappingURL=speething.css.map */
