@charset "UTF-8";
@import url("whhg.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************************************
 	mixin								*
*****************************************/
/****************************************
 	keyframes							*
*****************************************/
@-moz-keyframes slideIn {
  0% {
    bottom: -30px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    bottom: -30px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    bottom: -30px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-moz-keyframes slideOut {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes slideOut {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: -30px;
    opacity: 0;
  }
}
@keyframes slideOut {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: -30px;
    opacity: 0;
  }
}
/****************************************
 	基本設定								*
*****************************************/
html {
  height: 100%;
}

body {
  background: #fffefc url("../images/background.png") no-repeat scroll center center;
  font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
  font-size: 12px;
  color: #726868;
}

input, select, textarea {
  font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
  font-size: 12px;
  color: #726868;
}

textarea {
  line-height: 16px;
}

a {
  text-decoration: none;
  color: #726868;
}
a:hover {
  color: #819faa;
}

* {
  box-sizing: border-box;
}

/****************************************
 	ログイン								*
*****************************************/
#login {
  overflow: hidden;
}
#login > .login {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 250px;
}
#login > .login > .login-inner {
  position: relative;
  top: -150px;
  left: -50%;
}
#login > .login > .login-inner h1 {
  text-align: center;
}
#login > .login > .login-inner h1 img {
  display: inline-block;
  width: 256px;
}
#login > .login > .login-inner h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 10px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
}
#login > .login > .login-inner ul {
  margin-bottom: 10px;
}
#login > .login > .login-inner ul li {
  position: relative;
  margin-bottom: 5px;
}
#login > .login > .login-inner ul li i {
  display: block;
  position: absolute;
  padding: 10px 15px;
  background-color: rgba(210, 210, 210, 0.4);
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#login > .login > .login-inner ul li input[type='text'], #login > .login > .login-inner ul li input[type='password'] {
  padding-left: 50px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#login > .login > .login-inner ul li input[type='text']:active, #login > .login > .login-inner ul li input[type='text']:focus, #login > .login > .login-inner ul li input[type='password']:active, #login > .login > .login-inner ul li input[type='password']:focus {
  padding: 8px 8px 8px 50px;
  border-color: #aaa;
  box-shadow: none;
}
#login > .login > .login-inner button {
  width: 100%;
  padding: 5px 0;
}
#login > .login > .login-inner p.alert {
  display: none;
  margin-top: 10px;
  padding: 8px 10px;
  background-image: url("../images/speckle.png");
}

/****************************************
 	レイアウト							*
*****************************************/
#fixd {
  z-index: 10;
  position: fixed;
  width: 100%;
}
#fixd header {
  margin: 0 10px 20px;
}

#wrapper {
  padding-top: 60px;
}
#wrapper #content #breadcrumb {
  margin: 0 10px 10px;
}
#wrapper #content #main .search {
  margin-bottom: 0;
}
#wrapper footer {
  clear: both;
  margin: 0 10px;
}

/****************************************
 	ヘッダー								*
*****************************************/
header {
  overflow: hidden;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../images/speckle.png");
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
header #logo {
  float: left;
}
header #logo:hover {
  background-color: rgba(224, 224, 224, 0.3);
  /* background-image: url("../images/speckle_r.png"); */
}
header #logo > a {
  display: inline-block;
  padding: 9px 15px 4px;
}
header nav {
  float: left;
  border-left: 1px solid rgba(64, 64, 64, 0.5);
  border-right: 1px solid rgba(210, 210, 210, 0.7);
}
header nav > ul > li {
  float: left;
  border-left: 1px solid rgba(210, 210, 210, 0.7);
  border-right: 1px solid rgba(64, 64, 64, 0.3);
}
header nav > ul > li.on > a {
  background-color: rgba(224, 224, 224, 0.3);
  /* background-image: url("../images/speckle_r.png"); */
}
header nav > ul > li > a {
  display: inline-block;
  padding: 15px 13px 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
header nav > ul > li > a:hover {
  background-color: rgba(224, 224, 224, 0.3);
  /* background-image: url("../images/speckle_r.png"); */
}
header nav > ul > li > a > i {
  margin-right: 5px;
  vertical-align: bottom;
}
header nav > ul > li:hover > ul {
  display: block;
}
header nav > ul > li > ul {
  z-index: 20;
  display: none;
  position: absolute;
  background-color: rgba(210, 210, 210, 0.5);
  background-image: url("../images/admin/speckle.png");
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
header nav > ul > li > ul > li {
  border-top: 1px solid rgba(210, 210, 210, 0.7);
}
header nav > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(64, 64, 64, 0.3);
}
header nav > ul > li > ul > li.on > a {
  background-image: url("../images/speckle_r.png");
}
header nav > ul > li > ul > li > a {
  display: inline-block;
  min-width: 120px;
  padding: 12px 13px 11px;
}
header nav > ul > li > ul > li > a:hover {
  background-image: url("../images/speckle_r.png");
}
header #menu {
  display: none;
}

/****************************************
 	パンくず								*
*****************************************/
#breadcrumb {
  overflow: hidden;
  padding: 12px 15px 0;
}
#breadcrumb > ul > li {
  float: left;
}
#breadcrumb > ul > li:not(:first-child):before {
  content: ">";
  opacity: 0.6;
  margin: 0 8px;
}
#breadcrumb > ul > li > a {
  opacity: 0.6;
}
#breadcrumb > ul > li > a:hover {
  opacity: 1;
}

/****************************************
 	メイン								*
*****************************************/
#main article, #popup article {
  float: left;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 10px;
}
#main article.col12, #popup article.col12 {
  width: 100%;
}
#main article.col11, #popup article.col11 {
  width: 91.6667%;
}
#main article.col10, #popup article.col10 {
  width: 83.3333%;
}
#main article.col9, #popup article.col9 {
  width: 75%;
}
#main article.col8, #popup article.col8 {
  width: 66.6667%;
}
#main article.col7, #popup article.col7 {
  width: 58.3333%;
}
#main article.col6, #popup article.col6 {
  width: 50%;
}
#main article.col5, #popup article.col5 {
  width: 41.6667%;
}
#main article.col4, #popup article.col4 {
  width: 33.3333%;
}
#main article.col3, #popup article.col3 {
  width: 25%;
}
#main article.col2, #popup article.col2 {
  width: 16.6667%;
}
#main article.col1, #popup article.col1 {
  width: 8.33333%;
}
#main article.clear, #popup article.clear {
  clear: both;
}
#main article section, #popup article section {
  margin-bottom: 20px;
  padding: 10px;
}
#main article section.pack, #popup article section.pack {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main article section#title, #popup article section#title {
  margin-bottom: 0;
}
#main article section#title h1, #popup article section#title h1 {
  font-size: 24px;
}
#main article section#title h1 > a.button,
#main article section#title h1 > button, #popup article section#title h1 > a.button,
#popup article section#title h1 > button {
  font-size: 14px;
  vertical-align: text-bottom;
}
#main article section#title h1 > a.button.right,
#main article section#title h1 > button.right, #popup article section#title h1 > a.button.right,
#popup article section#title h1 > button.right {
  float: right;
}
#main article section#title h1 > a.button.right:not(:last-child),
#main article section#title h1 > button.right:not(:last-child), #popup article section#title h1 > a.button.right:not(:last-child),
#popup article section#title h1 > button.right:not(:last-child) {
  margin-left: 5px;
}
#main article section#title h1 > a.button, #popup article section#title h1 > a.button {
  padding: 7px 8px;
}
#main article section#title h1 > button, #popup article section#title h1 > button {
  padding: 4px;
}
#main article section#title h1 i, #popup article section#title h1 i {
  margin-right: 3px;
  font-size: 12px;
  vertical-align: bottom;
}
#main article section#cover, #popup article section#cover {
  position: relative;
  margin-bottom: 0;
}
#main article section#cover img, #popup article section#cover img {
  width: 100%;
}
#main article section#cover p, #popup article section#cover p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}
#main article section#cover p i, #popup article section#cover p i {
  margin-right: 3px;
  vertical-align: top;
}
#main caption, #popup caption {
  padding: 0 5px;
  background-color: #f5f5f5;
}
#main caption h2, #popup caption h2 {
  margin: 10px 5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
#main caption h2 > i, #popup caption h2 > i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 11px;
}
#main caption h2 > a, #popup caption h2 > a {
  float: right;
  font-size: 12px;
}
#main caption h2 > a:hover, #popup caption h2 > a:hover {
  text-decoration: underline;
}
#main caption h2 > a + a, #popup caption h2 > a + a {
  margin-right: 10px;
}
#main caption h2 > a > i, #popup caption h2 > a > i {
  margin-right: 5px;
  font-size: 11px;
}
#main caption h2 > span.total, #popup caption h2 > span.total {
  float: right;
}

/****************************************
 	テーブル								*
*****************************************/
table.list {
  width: 100%;
}
table.list th.check label, table.list td.check label {
  min-width: auto;
  margin-right: 0;
}
table.list th.check label span, table.list td.check label span {
  margin-right: 0;
  width: 16px;
  height: 16px;
}
table.list th.check label span:after, table.list td.check label span:after {
  top: 1px;
  font-size: 8px;
}
table.list th.check span.blank, table.list td.check span.blank {
  display: block;
  height: 21px;
}
table.list tr {
  height: 38px;
}
table.list thead th {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table.list thead th.lead {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
table.list thead a.asc:after, table.list thead a.desc:after {
  margin-left: 3px;
  vertical-align: bottom;
  color: #666;
  font-size: 11px;
}
table.list thead a.asc.asc:hover:after, table.list thead a.asc.desc:after, table.list thead a.desc.asc:hover:after, table.list thead a.desc.desc:after {
  content: "";
  font-family: 'WebHostingHub-Glyphs';
}
table.list thead a.asc:hover:after, table.list thead a.asc.asc:after, table.list thead a.desc:hover:after, table.list thead a.desc.asc:after {
  content: "";
  font-family: 'WebHostingHub-Glyphs';
}
table.list thead a.asc:hover, table.list thead a.desc:hover {
  text-decoration: underline;
}
table.list tbody tr:first-child > td.sort > a.up, table.list tbody tr:last-child > td.sort > a.down {
  display: none;
}
table.list tbody tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.025);
}
table.list tbody tr[data-href]:hover > td:not(.check) {
  cursor: pointer;
}
table.list tbody tr[data-status="danger"] td {
  background-color: rgba(128, 0, 0, 0.2);
}
table.list tbody tr[data-status="danger"]:hover td {
  background-color: rgba(128, 0, 0, 0.3);
}
table.list tbody tr[data-status="warning"] td {
  background-color: rgba(128, 64, 0, 0.2);
}
table.list tbody tr[data-status="warning"]:hover td {
  background-color: rgba(128, 64, 0, 0.3);
}
table.list tbody tr[data-status="clear"] td {
  background-color: rgba(128, 128, 128, 0.2);
}
table.list tbody tr[data-status="clear"]:hover td {
  background-color: rgba(128, 128, 128, 0.3);
}
table.list tbody tr[data-href]:hover td {
  background-color: rgba(204, 204, 204, 0.3);
}
table.list tbody tr.checked:hover td {
  background-color: rgba(250, 242, 204, 0.7);
}
table.list tbody tr.checked td {
  background-color: rgba(252, 248, 227, 0.7);
}
table.list tbody tr:hover td.body p {
  z-index: 10;
  overflow: auto;
  position: absolute;
  height: 300px;
  padding: 10px;
  background-color: rgba(32, 32, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  line-height: 15px;
}
table.list tbody tr:hover td.body span {
  display: block;
}
table.list tbody td {
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 1px 0;
  line-height: 18px;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
table.list tbody td.body p {
  overflow: hidden;
  padding: 5px 0;
  height: 21px;
}
table.list tbody td.body span {
  display: none;
  opacity: 0.6;
}
table.list tbody td.memo {
  width: 50px;
  text-align: center;
}
table.list tbody td.memo > i {
  font-size: 14px;
  vertical-align: bottom;
}
table.list tbody td.memo > p {
  display: none;
  position: absolute;
  padding: 5px;
  background-color: #000;
  color: #fff;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
}
table.list tbody td.sort > a + a {
  margin-left: 5px;
}
table.list tbody td.sort > a > i {
  font-size: 20px;
  vertical-align: middle;
}
table.list tfoot td {
  padding: 10px 0 8px;
}
table.list thead ul li, table.list tfoot ul li {
  display: inline-block;
}
table.list thead ul.action, table.list tfoot ul.action {
  float: left;
}
table.list thead ul.link, table.list tfoot ul.link {
  float: left;
  margin-left: 2px;
}
table.list thead ul.link li.on a, table.list tfoot ul.link li.on a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
table.list thead ul.link li a, table.list tfoot ul.link li a {
  display: inline-block;
  margin: 0 2px;
  padding: 8px 10px;
  color: #aaa;
}
table.list thead ul.link li a:hover, table.list tfoot ul.link li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
table.list thead ul.paginate, table.list tfoot ul.paginate {
  float: right;
}
table.list thead ul.paginate li, table.list tfoot ul.paginate li {
  margin-left: 5px;
}
table.list thead ul.paginate li.view, table.list tfoot ul.paginate li.view {
  padding: 8px 8px 9px;
  margin-right: 5px;
}
table.list thead ul.paginate li.current, table.list tfoot ul.paginate li.current {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaa;
  font-size: 11px;
  color: #fff;
}
table.list thead ul.paginate li a, table.list tfoot ul.paginate li a {
  padding: 4px 10px;
  background-color: transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaa;
  font-size: 11px;
  color: #aaa;
}
table.list thead ul.paginate li a:hover, table.list tfoot ul.paginate li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/****************************************
 	フォーム								*
*****************************************/
table.form {
  width: 100%;
}
table.form tbody tr:first-child th, table.form tbody tr:first-child td {
  border-top-width: 0;
}
table.form tbody th, table.form tbody td {
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 1px 0;
}
table.form tbody th {
  width: 20%;
}
table.form tbody td.body p {
  line-height: 15px;
}
table.form tbody td p {
  padding: 9px 5px;
}
table.form tbody td p.explain {
  margin-top: 5px;
  font-size: 11px;
  color: #999;
}
table.form tbody td p > a.button {
  margin-left: 10px;
}
table.form tbody td span.explain {
  margin-left: 5px;
  font-size: 11px;
  color: #999;
}
table.form tbody td a.button {
  padding: 6px;
  font-size: 10px;
}
table.form tbody td img {
  max-width: 100%;
}
table.form tbody td img.thumbnail {
  height: 100px;
}
table.form tbody td .cover {
  position: relative;
}
table.form tbody td .cover p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
table.form tbody td .cover p i {
  margin-right: 3px;
  vertical-align: top;
}
table.form tbody td .cover a {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px;
  color: #fff;
}
table.form tbody td ul.isource > li {
  display: inline-block;
  padding: 6px;
  border: 1px dotted #b3b3b3;
  background-color: #f9f9f9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
table.form tbody td ul.isource > li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}
table.form tbody td ul.isource > li:before {
  content: "";
  font-family: 'WebHostingHub-Glyphs';
  margin-right: 3px;
  vertical-align: bottom;
  font-size: 0.9em;
}
table.form tbody td ul.category > li {
  display: inline-block;
}
table.form tbody td ul.category > li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}
table.form tbody td ul.category > li a {
  display: inline-block;
  padding: 6px;
  border: 1px solid #b3b3b3;
  background-color: #f5f2f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
table.form tbody td ul.tag > li {
  display: inline-block;
}
table.form tbody td ul.tag > li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}
table.form tbody td ul.tag > li a {
  display: inline-block;
  padding: 6px;
  border: 1px solid #b3b3b3;
  background-color: #f5f2f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
table.form tbody td ul.tag > li a:before {
  content: "";
  font-family: 'WebHostingHub-Glyphs';
  margin-right: 3px;
  vertical-align: bottom;
  font-size: 0.9em;
}
table.form tbody td ul.link > li {
  display: inline-block;
}
table.form tbody td ul.link > li:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}
table.form tbody td ul.link > li a {
  display: inline-block;
  padding: 6px;
  border: 1px solid #b3b3b3;
  background-color: #f5f2f2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /*
  &:before{
  	@include Icon('\f022');
  	margin-right: 3px;
  	vertical-align: bottom;
  	font-size: 0.9em;
  }
  */
}
table.form tfoot td {
  padding: 9px 10px;
}
table.form tfoot td a.button {
  vertical-align: middle;
}
table.form tfoot td .right {
  float: right;
}
table.form tfoot td .right:not(:last-child) {
  margin-left: 5px;
}
table.form tfoot td span.attention {
  margin-left: 5px;
  vertical-align: bottom;
  color: #ccc;
  font-size: 11px;
}

section.pack table.form tbody td {
  border-bottom: none;
}

/****************************************
 	フォーム（記事表示）					*
*****************************************/
section:nth-child(2) table.article caption h2 a.delete {
  display: none;
}

table.article {
  width: 100%;
}
table.article tbody td.body {
  padding: 20px;
  line-height: 18px;
}
table.article tbody td.body a {
  text-decoration: underline;
}
table.article tbody td.body strong {
  font-weight: bold;
}
table.article tbody td.body > h2 {
  margin: 25px 5px 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.6em;
  font-weight: bold;
  text-shadow: none !important;
}
table.article tbody td.body > h3 {
  margin: 15px 0;
  padding: 10px 15px;
  border-left: 4px solid #e30;
  font-size: 1.4em;
  font-weight: bold;
}
table.article tbody td.body > h3:first-child {
  margin-top: 0;
}
table.article tbody td.body > h4 {
  color: #e30;
  font-size: 1.2em;
  font-weight: bold;
}
table.article tbody td.body > p {
  padding: 7px 0;
  line-height: 18px;
}
table.article tbody td.body > [class^='gkblock'] {
  margin: 15px 0;
  padding: 15px 20px;
  background-color: #f0f0f0;
  border: 1px solid #aaa;
}
table.article tbody td.body > blockquote {
  position: relative;
  margin: 10px 0;
  padding: 15px 15px 15px 40px;
  background-color: #f0f0f0;
}
table.article tbody td.body > blockquote:before {
  content: "";
  font-family: 'WebHostingHub-Glyphs';
  position: absolute;
  left: 10px;
  font-size: 18px;
  color: #aaa;
}
table.article tbody td.body > table {
  width: 100%;
}
table.article tbody td.body > hr {
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  margin: 10px;
}
table.article tfoot td {
  padding-top: 10px;
}
table.article tfoot td a {
  display: inline-block;
  padding: 10px;
}
table.article tfoot td a i {
  margin-right: 3px;
  vertical-align: top;
}

/****************************************
 	redactor（jQuery）					*
*****************************************/
.redactor-box .redactor-editor {
  padding: 20px 18px 12px;
}
.redactor-box .redactor-editor ul > li {
  list-style-type: initial;
}
.redactor-box .redactor-editor ol > li {
  list-style-type: number;
}
.redactor-box textarea.open {
  background-color: #ececec !important;
  color: #2b2b2b !important;
  border: 1px solid #aaa;
  box-shadow: none;
}

/****************************************
 	サマリー								*
*****************************************/
table.summary {
  width: 100%;
}
table.summary caption h2 {
  margin-bottom: 10px !important;
}
table.summary tbody tr:first-child > td:first-child {
  border-right: 1px solid #aaa;
}
table.summary tbody tr:nth-child(2) td {
  width: 100%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
table.summary tbody tr:last-child > td:first-child {
  border-right: 1px solid #aaa;
}
table.summary tbody tr td {
  width: 50%;
  padding: 15px 0;
  text-align: center;
}
table.summary tbody tr td > h3 {
  display: inline-block;
  font-size: 30px;
}
table.summary tbody tr td > span {
  margin-left: 5px;
  font-size: 14px;
  color: #aaa;
}
table.summary tbody tr td > h4 {
  font-size: 24px;
}
table.summary tbody tr td > p {
  margin-top: 5px;
  color: #aaa;
}

/****************************************
 	Nothing（登録なし）					*
*****************************************/
.nothing {
  padding: 25px !important;
  background-color: #f9f9f9;
  border: 1px dotted #ccc;
}
.nothing p {
  color: #999;
}

/****************************************
 	ポップアップ							*
*****************************************/
#overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

#popup {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
}
#popup > .popup-inner {
  position: relative;
  left: -50%;
}
#popup > .popup-inner article section {
  background-color: rgba(64, 64, 64, 0.4);
  border: 1px solid rgba(64, 64, 64, 0.4);
}
#popup > .popup-inner h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/****************************************
 	検索／アクション						*
*****************************************/
#main article section.search input[type='text'].search,
#main article section.action input[type='text'].search {
  width: 225px;
}
#main article section.search input[type='text'].datepicker,
#main article section.action input[type='text'].datepicker {
  width: 75px;
}
#main article section.search input[type='text'].timepicker,
#main article section.action input[type='text'].timepicker {
  width: 45px;
}
#main article section.search select,
#main article section.action select {
  width: auto;
  height: 33px;
}
#main article section.search button,
#main article section.action button {
  vertical-align: inherit;
}

#main article section.action {
  background-color: rgba(0, 0, 64, 0.3);
}

/****************************************
 	フッター								*
*****************************************/
footer {
  padding: 10px;
}
footer > p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/****************************************
 	メッセージ							*
*****************************************/
.message {
  z-index: 30;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  -moz-animation-name: slideIn;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.message.close {
  opacity: 0;
  cursor: default;
  -moz-animation-name: slideOut;
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.message .alert {
  padding: 10px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}

.alert {
  color: #fff;
}
.alert.danger {
  background-color: rgba(175, 47, 47, 0.8);
  border-color: #a62d2d;
}
.alert.warning {
  background-color: rgba(255, 169, 31, 0.8);
  border-color: #ff9806;
}
.alert.info {
  background-color: rgba(47, 132, 177, 0.8);
  border-color: #2f84b1;
}
.alert.primary {
  background-color: rgba(65, 166, 255, 0.8);
  border-color: #3f97fe;
}
.alert.success {
  background-color: rgba(89, 173, 47, 0.8);
  border-color: #4f9b2b;
}
.alert.clear {
  background-color: rgba(128, 128, 128, 0.8);
  border-color: #808080;
}
.alert > i {
  margin-right: 5px;
  vertical-align: middle;
}

/****************************************
 	パーツ（フォーム）					*
*****************************************/
input[type='text'], input[type='email'], input[type='password'], select, textarea {
  width: 100%;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaa;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
input[type='text']:disabled, input[type='email']:disabled, input[type='password']:disabled, select:disabled, textarea:disabled {
  cursor: no-drop;
}
input[type='text']:active, input[type='text']:focus, input[type='email']:active, input[type='email']:focus, input[type='password']:active, input[type='password']:focus, select:active, select:focus, textarea:active, textarea:focus {
  border-color: #66afe9;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
input[type='text'].mini, input[type='email'].mini, input[type='password'].mini, select.mini, textarea.mini {
  width: 50px;
}
input[type='text'].short, input[type='email'].short, input[type='password'].short, select.short, textarea.short {
  width: 100px;
}
input[type='text'].short2, input[type='email'].short2, input[type='password'].short2, select.short2, textarea.short2 {
	width: 150px;
}
input[type='text'].medium, input[type='email'].medium, input[type='password'].medium, select.medium, textarea.medium {
  width: 200px;
}
input[type='text'].semilong, input[type='email'].semilong, input[type='password'].semilong, select.semilong, textarea.semilong {
  width: 300px;
}
input[type='text'].long, input[type='email'].long, input[type='password'].long, select.long, textarea.long {
  width: 400px;
}
input[type='text'].small, input[type='email'].small, input[type='password'].small, select.small, textarea.small {
  height: 100px;
}
input[type='text'].tall, input[type='email'].tall, input[type='password'].tall, select.tall, textarea.tall {
  height: 350px;
}
input[type='text'].grande, input[type='email'].grande, input[type='password'].grande, select.grande, textarea.grande {
  height: 500px;
}
input[type='text'].venti, input[type='email'].venti, input[type='password'].venti, select.venti, textarea.venti {
  height: 650px;
}

input[type='text'], input[type='email'], input[type='password'] {
  padding: 8px;
}

select {
  padding: 6px 7px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  height: 200px;
  padding: 9px;
}

label {
  position: relative;
  display: inline-block;
  top: 3px;
  min-width: 70px;
  margin-right: 10px;
  vertical-align: top;
  line-height: 1.6;
}
label input[type='radio'],
label input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
}
label input[type='radio']:disabled + span,
label input[type='checkbox']:disabled + span {
  background-color: #d5d5d5;
  cursor: no-drop;
}
label input[type='radio']:checked + span:after,
label input[type='checkbox']:checked + span:after {
  position: absolute;
  font-family: "WebHostingHub-Glyphs";
}
label input[type='checkbox'] + span {
  width: 21px;
  height: 21px;
}
label input[type='radio']:checked + span:after {
  top: 0;
  left: 3px;
  color: rgba(255, 255, 255, 0.9);
  content: "\f189";
}
label input[type='radio']:checked + span,
label input[type='checkbox']:checked + span {
  background-color: rgba(64, 64, 64, 0.8);
}
label input[type='checkbox'].plus + span:after {
  top: 1px;
  left: 4px;
  color: rgba(64, 64, 64, 0.1);
  content: "\002b";
  position: absolute;
  font-family: "WebHostingHub-Glyphs";
  font-size: 11px;
}
label input[type='checkbox']:checked + span:after {
  top: 0;
  left: 3px;
  color: rgba(255, 255, 255, 0.9);
  content: "\2713";
}
label input[type='radio'] + span + b img {
  opacity: 0.5;
}
label input[type='radio']:checked + span + b img {
  opacity: 1;
}
label span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-size: 12px;
}
label b {
  color: #726868;
  display: inline-block;
  position: relative;
  top: -6px;
}

button, .button {
  background-color: transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaa;
  font-size: 11px;
  color: #726868;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
button:disabled, .button:disabled {
  cursor: no-drop;
}
button:hover, .button:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
button.danger, .button.danger {
  color: #fff;
  background-color: rgba(175, 47, 47, 0.8);
  border-color: #a62d2d;
}
button.warning, .button.warning {
  color: #fff;
  background-color: rgba(255, 169, 31, 0.8);
  border-color: #ff9806;
}
button.info, .button.info {
  color: #fff;
  background-color: rgba(47, 132, 177, 0.8);
  border-color: #2f84b1;
}
button.primary, .button.primary {
  color: #fff;
  background-color: rgba(65, 166, 255, 0.8);
  border-color: #3f97fe;
}
button.success, .button.success {
  color: #fff;
  background-color: rgba(89, 173, 47, 0.8);
  border-color: #4f9b2b;
}
button.clear, .button.clear {
  color: #fff;
  background-color: rgba(128, 128, 128, 0.8);
  border-color: #808080;
}

button {
  padding: 6px 10px;
  vertical-align: middle;
  cursor: pointer;
}

a.button {
  display: inline-block;
  padding: 9px 10px;
}

/****************************************
 	パーツ（アンダーバー）				*
*****************************************/
span.ubar {
  padding: 0 2px;
  border-bottom: 2px solid;
}
span.ubar.danger {
  border-color: #a62d2d;
}
span.ubar.warning {
  border-color: #ff9806;
}
span.ubar.info {
  border-color: #2f84b1;
}
span.ubar.primary {
  border-color: #3f97fe;
}
span.ubar.success {
  border-color: #4f9b2b;
}
span.ubar.clear {
  border-color: #808080;
}

/****************************************
 	パーツ（その他）						*
*****************************************/
input.half {
  ime-mode: disabled;
}

.highlight {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGQwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmRkMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 221, 0, 0.1)), color-stop(100%, rgba(255, 221, 0, 0.5)));
  background: -moz-linear-gradient(rgba(255, 221, 0, 0.1), rgba(255, 221, 0, 0.5));
  background: -webkit-linear-gradient(rgba(255, 221, 0, 0.1), rgba(255, 221, 0, 0.5));
  background: linear-gradient(rgba(255, 221, 0, 0.1), rgba(255, 221, 0, 0.5));
}

p.empty, span.empty {
  opacity: 0.6;
}

.tl {
  text-align: left !important;
  padding-right: 0 !important;
}

.tc {
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tr {
  text-align: right !important;
  padding-left: 0 !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.dib {
  display: inline-block !important;
}

.lh1 {
  line-height: 1px !important;
}

.lh2 {
  line-height: 2px !important;
}

.lh3 {
  line-height: 3px !important;
}

.lh4 {
  line-height: 4px !important;
}

.lh5 {
  line-height: 5px !important;
}

.lh6 {
  line-height: 6px !important;
}

.lh7 {
  line-height: 7px !important;
}

.lh8 {
  line-height: 8px !important;
}

.lh9 {
  line-height: 9px !important;
}

.lh10 {
  line-height: 10px !important;
}

.lh11 {
  line-height: 11px !important;
}

.lh12 {
  line-height: 12px !important;
}

.lh13 {
  line-height: 13px !important;
}

.lh14 {
  line-height: 14px !important;
}

.lh15 {
  line-height: 15px !important;
}

.lh16 {
  line-height: 16px !important;
}

.lh17 {
  line-height: 17px !important;
}

.lh18 {
  line-height: 18px !important;
}

.lh19 {
  line-height: 19px !important;
}

.lh20 {
  line-height: 20px !important;
}

.lh21 {
  line-height: 21px !important;
}

.lh22 {
  line-height: 22px !important;
}

.lh23 {
  line-height: 23px !important;
}

.lh24 {
  line-height: 24px !important;
}

.lh25 {
  line-height: 25px !important;
}

.lh26 {
  line-height: 26px !important;
}

.lh27 {
  line-height: 27px !important;
}

.lh28 {
  line-height: 28px !important;
}

.lh29 {
  line-height: 29px !important;
}

.lh30 {
  line-height: 30px !important;
}

.lh31 {
  line-height: 31px !important;
}

.lh32 {
  line-height: 32px !important;
}

.lh33 {
  line-height: 33px !important;
}

.lh34 {
  line-height: 34px !important;
}

.lh35 {
  line-height: 35px !important;
}

.lh36 {
  line-height: 36px !important;
}

.lh37 {
  line-height: 37px !important;
}

.lh38 {
  line-height: 38px !important;
}

.lh39 {
  line-height: 39px !important;
}

.lh40 {
  line-height: 40px !important;
}

.lh41 {
  line-height: 41px !important;
}

.lh42 {
  line-height: 42px !important;
}

.lh43 {
  line-height: 43px !important;
}

.lh44 {
  line-height: 44px !important;
}

.lh45 {
  line-height: 45px !important;
}

.lh46 {
  line-height: 46px !important;
}

.lh47 {
  line-height: 47px !important;
}

.lh48 {
  line-height: 48px !important;
}

.lh49 {
  line-height: 49px !important;
}

.lh50 {
  line-height: 50px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w310 {
  width: 310px !important;
}

.w320 {
  width: 320px !important;
}

.w330 {
  width: 330px !important;
}

.w340 {
  width: 340px !important;
}

.w350 {
  width: 350px !important;
}

.w360 {
  width: 360px !important;
}

.w370 {
  width: 370px !important;
}

.w380 {
  width: 380px !important;
}

.w390 {
  width: 390px !important;
}

.w400 {
  width: 400px !important;
}

.w410 {
  width: 410px !important;
}

.w420 {
  width: 420px !important;
}

.w430 {
  width: 430px !important;
}

.w440 {
  width: 440px !important;
}

.w450 {
  width: 450px !important;
}

.w460 {
  width: 460px !important;
}

.w470 {
  width: 470px !important;
}

.w480 {
  width: 480px !important;
}

.w490 {
  width: 490px !important;
}

.w500 {
  width: 500px !important;
}

/****************************************
 	エラー								*
*****************************************/
#error #main section {
  padding: 20px;
}
#error #main h2 {
  margin: 0 0 10px;
  font-size: 24px;
}
#error #main h3 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
}
#error #main p {
  line-height: 16px;
}
#error #main li {
  line-height: 16px;
}
#error #main pre {
  margin: 10px 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
#error #main a {
  opacity: 0.6;
}
#error #main a:hover {
  opacity: 1;
}

/****************************************
 	レスポンシブル						*
*****************************************/
/* スマホ -------------------------------------------------- */
@media only screen and (max-width: 766px) {
  #main article {
    width: 100%;
  }
  #main article[class^='col'] {
    width: 100%;
  }
  #main section {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }

  table.list th:not(.check), table.list td:not(.check) {
    font-size: 9px;
    line-height: 9px;
  }
  table.list thead th,
  table.list tbody td {
    white-space: nowrap;
    padding: 6px;
  }
  table.list thead th.tc,
  table.list tbody td.tc {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  table.list thead ul.action, table.list thead ul.paginate, table.list tfoot ul.action, table.list tfoot ul.paginate {
    float: none;
    display: block;
    padding: 10px 0;
  }

  header {
    background-color: white;
  }
  header nav {
    display: none;
    border: 1px solid rgba(210, 210, 210, 0.7);
    border-width: 1px 0 0;
  }
  header nav > ul > li {
    width: 100%;
    border: 1px solid rgba(210, 210, 210, 0.7);
    border-width: 0 0 1px;
  }
  header nav > ul > li > a {
    width: 100%;
  }
  header nav > ul > li > ul {
    overflow: hidden;
    position: static;
    display: block;
    background-color: transparent;
    box-shadow: none;
  }
  header nav > ul > li > ul > li {
    float: left;
    width: 50%;
  }
  header nav > ul > li > ul > li:not(:last-child) {
    border-bottom: none;
  }
  header nav > ul > li > ul > li > a {
    width: 100%;
    padding-left: 30px;
  }
  header #menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 23px;
  }
  header #menu a.asideBtn,
  header #menu a.navBtn {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 19px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  header #menu a.asideBtn + a,
  header #menu a.navBtn + a {
    margin-left: 3px;
  }
  header #menu a.asideBtn.active span:nth-of-type(1),
  header #menu a.navBtn.active span:nth-of-type(1) {
    -moz-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    top: 1px;
  }
  header #menu a.asideBtn.active span:nth-of-type(2),
  header #menu a.navBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #menu a.asideBtn.active span:nth-of-type(3),
  header #menu a.navBtn.active span:nth-of-type(3) {
    -moz-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  header #menu a.asideBtn span,
  header #menu a.navBtn span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  header #menu a.asideBtn span:nth-of-type(1),
  header #menu a.navBtn span:nth-of-type(1) {
    top: 0;
  }
  header #menu a.asideBtn span:nth-of-type(2),
  header #menu a.navBtn span:nth-of-type(2) {
    top: 8px;
  }
  header #menu a.asideBtn span:nth-of-type(3),
  header #menu a.navBtn span:nth-of-type(3) {
    bottom: 0;
  }

  #main article {
    padding: 0;
  }

  table.list thead th.sphide,
  table.list tbody td.sphide {
    display: none;
  }

  table.form th, table.form td {
    font-size: 9px;
  }

  table.article tbody td {
    padding: 10px;
  }
  table.article tbody td img {
    max-width: 100%;
  }
  table.article tbody td iframe {
    max-width: 100%;
  }
}
/* タブレット -------------------------------------------------- */
@media only screen and (min-width: 767px) and (max-width: 1054px) {
  #main article {
    width: 100%;
  }
  #main article[class^='col'] {
    width: 100%;
  }
  #main section {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }

  table.list th:not(.check), table.list td:not(.check) {
    font-size: 9px;
    line-height: 9px;
  }
  table.list thead th,
  table.list tbody td {
    white-space: nowrap;
    padding: 6px;
  }
  table.list thead th.tc,
  table.list tbody td.tc {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  table.list thead ul.action, table.list thead ul.paginate, table.list tfoot ul.action, table.list tfoot ul.paginate {
    float: none;
    display: block;
    padding: 10px 0;
  }

  header #logo a {
    padding: 8px 20px 3px;
  }
  header nav > ul > li > a {
    padding: 16px 5px 13px;
    font-size: 9px;
  }
  header nav > ul > li > a > i {
    display: none;
  }
}
/* ノートパソコン -------------------------------------------------- */
/*
@media only screen and (min-width: 1055px) and (max-width: 1400px) {
  #main article {
    width: 100%;
  }
  #main article[class^='col'] {
    width: 100%;
  }
  #main section {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
  }

  table.list th:not(.check), table.list td:not(.check) {
    font-size: 9px;
    line-height: 9px;
  }
  table.list thead th,
  table.list tbody td {
    white-space: nowrap;
    padding: 6px;
  }
  table.list thead th.tc,
  table.list tbody td.tc {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  table.list thead ul.action, table.list thead ul.paginate, table.list tfoot ul.action, table.list tfoot ul.paginate {
    float: none;
    display: block;
    padding: 10px 0;
  }

  header nav > ul > li > a {
    padding: 16px 7px 13px;
    font-size: 10px;
  }
  header nav > ul > li > a > i {
    font-size: 8px;
  }
}
*/