/*! normalize.css v2.1.3 | 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    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
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * 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 {
    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"], /* 1 */
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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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 */ /* 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;
}

/* ==========================================================================
Base Styles
========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  line-height: 2;
  font-family: sans-serif;
  font-weight: 200;
  background: #eceff1;
  color: #263238;
  position: relative;
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.logo {
  display: block;
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a:hover {
  opacity: 0.8;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("./img/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url("./img/MaterialIcons-Regular.woff2") format('woff2'), url("./img/MaterialIcons-Regular.woff") format('woff'), url("./img/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px /* Preferred icon size */;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
/* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
/* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
/* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
#wrapper {
  min-height: 100%;
  width: 100%;
  display: table;
}
.contents {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 16px;
}
.contents h2 {
  color: #607d8b;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  border-bottom: solid 2px #e0e0e0;
}
.contents .right_text {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 16px;
}
.contents h3 {
  color: #607d8b;
  padding: 0;
  margin: 0;
}
i {
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
a i,
h2 i {
  position: relative;
  top: 0.1em;
  margin-right: 4px;
}
.button,
button {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  background: #26a69a;
  outline: 0;
  border: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 0 1em;
}
.button:hover,
button:hover {
  opacity: 0.8;
}
.button i,
button i {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  top: 0;
}
.button.red,
button.red {
  background: #f44336;
}
.button.yellow,
button.yellow {
  background: #ffab00;
}
.button.turquoise,
button.turquoise {
  background: #26a69a;
}
.button.darkgray,
button.darkgray {
  background: #607d8b;
}
.button[disabled],
button[disabled] {
  background: #607d8b;
}
.isadmin {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 70px;
  display: block;
  text-align: left;
  padding: 20px 0;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
}
.isadmin .label {
  color: #757575;
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 0;
  pointer-events: none;
}
.isadmin label {
  cursor: pointer;
  display: block;
  background: #ddd;
  color: #999;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 70px;
  text-align: center;
  border-radius: 2px;
}
.isadmin label:before {
  content: 'check_box_outline_blank';
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: relative;
  top: 0.1em;
  margin-right: 2px;
}
.isadmin label:after {
  content: '管理者';
}
.isadmin input {
  display: none;
}
.isadmin input:checked + label {
  color: #fff;
  background: #26a69a;
}
.isadmin input:checked + label:before {
  content: 'check_box';
}
.isadmin input:checked + label:after {
  content: '管理者';
}
.input,
.textarea {
  display: block;
  text-align: left;
  padding: 20px 0;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
}
.input .label,
.textarea .label {
  color: #757575;
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 0;
  pointer-events: none;
}
.input input,
.textarea input {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  text-indent: 0.01px;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #e0e0e0;
}
.input input:focus,
.textarea input:focus {
  padding-bottom: 0;
  border-bottom: solid 2px #ffab00;
}
.textarea {
  height: 160px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.textarea textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  text-indent: 0.01px;
  border-bottom: solid 1px #e0e0e0;
  line-height: 20px;
  height: 140px;
  padding-top: 8px;
}
.textarea textarea:focus {
  padding-bottom: 0;
  border-bottom: solid 2px #ffab00;
}
.textarea.min {
  height: 100px;
}
.textarea.min textarea {
  height: 80px;
}
.checkbox label {
  display: block;
  background: #ddd;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
}
.checkbox label:before {
  content: 'check_box_outline_blank';
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: relative;
  top: 0.1em;
  margin-right: 4px;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label {
  background: #26a69a;
  color: #fff;
}
.checkbox input:checked + label:before {
  content: 'check_box';
}
.notice {
  background: #f44336;
  color: #fff;
  font-size: 9px;
  vertical-align: top;
  padding: 2px;
  border-radius: 2px;
}
.chk_text {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}
select {
  height: 28px;
}
/* ==========================================================================
login
========================================================================== */
.login {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
  background: url("./img/bg.jpg");
  background-size: cover;
  background-position: center center;
}
.login .logo {
  margin-bottom: 8px;
}
.login .body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.login .desc {
  color: #fff;
  font-size: 16px;
}
.login form {
  display: inline-block;
  width: 350px;
  border-radius: 4px;
  padding: 16px;
}
.login .input {
  background: rgba(255,255,255,0.1);
}
.login .input .label {
  left: 8px;
  top: 4px;
  color: #fff;
}
.login .input input {
  padding: 0 8px;
  color: #fff;
}
/* ==========================================================================
nav
========================================================================== */
.nav_left {
  min-height: 100%;
  display: table-cell;
  vertical-align: top;
  width: 260px;
  padding: 16px;
  background: #263238;
}
.nav_left .logo {
  max-width: 100%;
  margin-bottom: 32px;
}
.nav_left .logo img {
  max-width: 100%;
}
.nav_left li a {
  display: block;
  text-decoration: none;
  color: #b0bec5;
  border-bottom: solid 1px #37474f;
  line-height: 40px;
  font-size: 16px;
}
.nav_left li:last-child a {
  border: 0;
}
/* ==========================================================================
記事一覧
========================================================================== */
.tr {
  display: table;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: top;
  padding: 0 8px;
}
.td:first-child {
  padding-left: 0;
}
.td:last-child {
  padding-right: 0;
}
ul.story_list li.add {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
ul.story_list li.story {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
  margin-bottom: 16px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
ul.story_list li.story form > .tr {
  border-bottom: solid 4px rgba(224,224,224,0.2);
  padding-bottom: 16px;
}
ul.story_list li.story h3 .id {
  background: #607d8b;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
ul.story_list li.story .tr {
  table-layout: fixed;
}
ul.story_list li.story .actions {
  padding-top: 16px;
  text-align: right;
}
ul.story_list li.story .actions button,
ul.story_list li.story .actions .button {
  display: inline-block;
  width: auto;
}
ul.story_list li.story .left,
ul.story_list li.story .right {
  display: table-cell;
  vertical-align: top;
}
ul.story_list li.story .left {
  padding-right: 16px;
  width: 240px;
}
ul.story_list li.story .right {
  padding-left: 16px;
  border-left: solid 1px rgba(224,224,224,0.5);
}
ul.story_list li.story .main_img {
  background: #eceff1;
  margin-bottom: 16px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
ul.story_list li.story .main_img img {
  position: absolute;
  height: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
ul.story_list li.story h4 {
  font-size: 14px;
  color: #607d8b;
  line-height: 1;
  position: relative;
  margin-bottom: 8px;
}
ul.story_list li.story .story_menu {
  margin-bottom: 16px;
  border-bottom: solid 4px rgba(224,224,224,0.2);
  padding-bottom: 8px;
}
ul.story_list li.story .story_menu:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
ul.story_list li.story .story_menu li {
  display: inline-block;
}
ul.story_list li.story .story_menu li a {
  display: block;
  text-decoration: none;
  background: #ddd;
  border-radius: 2px;
  color: #666;
  font-size: 14px;
  padding: 0 1em;
}
ul.story_list li.story .story_menu li.active a {
  color: #fff;
  background: #26a69a;
}
ul.story_list li.story .story_menu li label {
  display: block;
  text-decoration: none;
  background: #ddd;
  border-radius: 2px;
  color: #666;
  font-size: 14px;
  padding: 0 1em;
}
ul.story_list li.story .story_menu li.active a {
  color: #fff;
  background: #26a69a;
}
ul.story_list li.story .layout_1,
ul.story_list li.story .layout_2,
ul.story_list li.story .layout_3 {
  display: inline-block;
}
ul.story_list li.story .layout_1 label,
ul.story_list li.story .layout_2 label,
ul.story_list li.story .layout_3 label {
  padding: 0 1em;
  display: block;
  background: #ddd;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  color: #aaa;
  font-size: 14px;
}
ul.story_list li.story .layout_1 label:before,
ul.story_list li.story .layout_2 label:before,
ul.story_list li.story .layout_3 label:before {
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: relative;
  top: 0.1em;
  margin-right: 4px;
}
ul.story_list li.story .layout_1 input,
ul.story_list li.story .layout_2 input,
ul.story_list li.story .layout_3 input {
  display: none;
}
ul.story_list li.story .layout_1 input:checked + label,
ul.story_list li.story .layout_2 input:checked + label,
ul.story_list li.story .layout_3 input:checked + label {
  background: #26a69a;
  color: #fff;
}
ul.story_list li.story .layout_1 label:before {
  content: 'looks_one';
}
ul.story_list li.story .layout_2 label:before {
  content: 'looks_two';
}
ul.story_list li.story .layout_3 label:before {
  content: 'looks_3';
}
ul.story_list li.story .result {
  color: #f44336;
}
ul.story_list li.story .date {
  color: #757575;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
ul.story_list li.story .img_description {
  font-size: 12px;
  line-height: 16px;
}
/* ==========================================================================
メッセージ
========================================================================== */
ul.message_list li {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
  margin-bottom: 16px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
ul.message_list li.noitem {
  padding: 16px;
  text-align: center;
  color: #999;
}
ul.message_list li.unread .username:before {
  content: '● ';
  color: #f44336;
}
ul.message_list li.send {
  border-left: solid 4px #8bc34a;
}
ul.message_list li.send .username {
  color: #607d8b;
}
ul.message_list li.receive {
  border-right: solid 4px #ff9800;
}
ul.message_list li.receive .username {
  color: #607d8b;
}
ul.message_list li .username {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  border-bottom: solid 1px #eee;
}
ul.message_list li .username i {
  vertical-align: top;
  position: relative;
  top: -0.1em;
  margin-right: 4px;
}
ul.message_list li .date {
  text-align: right;
  line-height: 1;
  font-size: 12px;
  color: #757575;
  width: 100%;
  padding: 0 16px 16px 16px;
}
ul.message_list li .body {
  padding: 16px;
  font-size: 14px;
  text-align: justyfy;
  line-height: 1.7;
}
ul.message_list li a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #263238;
}
ul.message {
  padding-bottom: 200px;
}
ul.message li {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
  margin-bottom: 16px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
ul.message li.send {
  border-left: solid 4px #8bc34a;
}
ul.message li.send .username {
  color: #607d8b;
}
ul.message li.receive {
  border-right: solid 4px #ff9800;
}
ul.message li.receive .username {
  color: #607d8b;
}
ul.message li .username {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  border-bottom: solid 1px #eee;
}
ul.message li .username i {
  vertical-align: top;
  position: relative;
  top: -0.1em;
  margin-right: 4px;
}
ul.message li .date {
  text-align: right;
  line-height: 1;
  font-size: 12px;
  color: #757575;
  width: 100%;
  padding: 0 16px 16px 16px;
}
ul.message li .body {
  padding: 16px;
  font-size: 14px;
  text-align: justyfy;
  line-height: 1.7;
}
.message_input {
  width: 100%;
  padding-left: 260px;
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
}
.message_input textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  text-indent: 0.01px;
  line-height: 20px;
  height: 160px;
  padding: 16px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  border-top: solid 1px #ccc;
}
/* ==========================================================================
アカウント管理
========================================================================== */
ul.user_list li.search,
ul.user_list li.user,
ul.user_list li.add {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
  margin-bottom: 16px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
ul.user_list li.search .actions,
ul.user_list li.user .actions,
ul.user_list li.add .actions {
  padding-top: 16px;
  text-align: right;
}
ul.user_list li.search .actions button,
ul.user_list li.user .actions button,
ul.user_list li.add .actions button,
ul.user_list li.search .actions .button,
ul.user_list li.user .actions .button,
ul.user_list li.add .actions .button {
  display: inline-block;
  width: auto;
}
ul.user_list li.user form > .tr {
  padding-bottom: 0px;
}
ul.user_list li.user .story {
  padding-bottom: 8px;
  border-bottom: solid 4px rgba(224,224,224,0.2);
}
ul.user_list li.user .story li {
  margin-bottom: 8px;
  line-height: 1.4;
}
ul.user_list li.user .story li a {
  color: #26a69a;
  text-decoration: none;
}
ul.user_list li.user .story li a:hover {
  text-decoration: underline;
}
ul.user_list li.user .story li a:before {
  content: 'book';
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  position: relative;
  top: 0.1em;
  margin-right: 4px;
}
ul.user_list li.user h3 .id {
  background: #607d8b;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
ul.user_list li.search .tr {
  table-layout: fixed;
}
ul.user_list li.search .input {
  margin-bottom: 0;
}
/* ==========================================================================
ページャ
========================================================================== */
ul.pager {
  display: block;
  text-align: center;
}
ul.pager li {
  display: inline-block;
  background: #607d8b;
  line-height: 40px;
  height: 40px;
  vertical-align: top;
  border-radius: 2px;
}
ul.pager li p,
ul.pager li a {
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0 0.5em;
  min-width: 2em;
}
ul.pager li i {
  vertical-align: top;
  line-height: 40px;
  height: 40px;
}
ul.pager li.active {
  background: #26a69a;
}
ul.pager li.disabled {
  opacity: 0.7;
}
ul.pager li a:hover {
  background: #26a69a;
}
/* =======================================================================
ui-error
======================================================================= */
ui-error {
  z-index: 10000;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  padding: 32px;
  display: table;
  background: rgba(236,239,241,0.8);
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
ui-error.show {
  pointer-events: auto;
  opacity: 1;
}
ui-error.error .error_window h2 {
  color: #f44336;
}
ui-error.error .error_window h2:before {
  content: "report_problem";
}
ui-error .error_wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
}
ui-error .error_window {
  display: inline-block;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 0 16px 16px 16px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
ui-error .error_window h2 {
  color: #26a69a;
  text-align: center;
  font-size: 16px;
  border-bottom: solid 1px #e0e0e0;
  line-height: 48px;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
ui-error .error_window h2:before {
  content: "info";
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1em;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
ui-error .error_window p {
  color: #607d8b;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 16px;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
ui-error .error_window .buttonArray {
  text-align: center;
}
ui-error .error_window .buttonArray.select button {
  display: inline-block;
  width: auto;
}
/* =======================================================================
ユーザー情報
======================================================================= */
.account_data {
  color: #b0bec5;
  font-size: 12px;
}
/* =======================================================================
アカウント管理ページのタブ切り替え
======================================================================= */
input.tab_btn {
  display: none;
}
.panel_area {
  background: #fff;
}
.tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}
.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.tab_area label.tab1_label {
  background: #ddd;
  color: #666;
}
.tab_area label.tab2_label {
  background: #ddd;
  color: #666;
}
.tab_area label.tab3_label {
  background: #ddd;
  color: #666;
}
#tab1:checked ~ .account_menu .tab_area .tab1_label {
  background: #26a69a;
  color: #fff;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .account_menu .tab_area .tab2_label {
  background: #26a69a;
  color: #fff;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}
#tab3:checked ~ .account_menu .tab_area .tab3_label {
  background: #26a69a;
  color: #fff;
}
#tab3:checked ~ .panel_area #panel3 {
  display: block;
}
.account_menu {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
  margin-bottom: 16px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
.tab_area {
  margin-bottom: 16px;
  border-bottom: solid 4px rgba(224,224,224,0.2);
  padding-bottom: 8px;
}
.tab_area:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.tab_area li {
  display: inline-block;
}
.tab_area li label {
  display: block;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 1em;
  width: auto;
}
