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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html
, body {
  background-color: white;
}

body
, button {
  color: #515151;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
}

input
, option
, select
, textarea {
  border: 1px solid #c2c2c2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1e1e1e;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 11pt;
  line-height: 1.2;
  outline: none;
  padding: 5px;
  resize: none;
}

h1, h2, h3, h4, h5, h6
, .headline1
, .headline2
, .headline3
, .headline4
, .headline5
, .headline6 {
  font-weight: bold;
  margin: 10px;
}

h1, .headline1 {
  font-size: 26px;
}

h2, .headline2 {
  font-size: 24px;
}

h3, .headline3 {
  font-size: 22px;
}

h4, .headline4 {
  font-size: 20px;
}

h5, .headline5 {
  font-size: 18px;
}

h6, .headline6 {
  font-size: 16px;
}

a {
  color: #0E7AC4;
  cursor: pointer;
  text-decoration: underline;
}

p {
  padding: 5px;
}

textarea {
  border: 1px solid #c2c2c2;
  display: block;
  padding: 5px;
  width: 95%;
}

/**
 * section
 */
.section {
  padding: 10px;
}
.section + .section {
  margin-top: 10px;
}
.section > .section {
  margin: 10px;
}
.section--border {
  background-color: white;
  border: 1px solid #c2c2c2;
}

/**
 * customLayout
 */
.customLayout {
  overflow: hidden;
  *zoom: 1;
}
.customLayout_item
, .customLayout_item--left {
  float: left;
}
.customLayout_item--right {
  float: right;
}

/**
 * tblHeaderTop
 */
.tblHeaderTop--fit {
  width: 100%;
}
.tblHeaderTop_headline
, .tblHeaderTop_col {
  padding: 10px;
}
.tblHeaderTop_headline {
  color: #0E7AC4;
  font-weight: bold;
  text-align: center;
}
.tblHeaderTop--border .tblHeaderTop_tr + .tblHeaderTop_tr {
  border-top: 1px solid #c2c2c2;
}
.tblHeaderTop--border .tblHeaderTop_head .tblHeaderTop_tr {
  border-bottom: 1px solid #0E7AC4;
}

/**
 * tblFixedForm
 */
.tblFixedForm_headline {
  border-bottom: 1px solid #0E7AC4;
  color: #0E7AC4;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
.tblFixedForm-col {
  border: 1px solid #c2c2c2;
}
.tblFixedForm-col_input {
  border: none;
  display: block;
  width: 100%;
}

/**
 * tblHeaderLeft
 */
.tblHeaderLeft--fit {
  width: 100%;
}
.tblHeaderLeft_headline
, .tblHeaderLeft_col {
  padding: 10px;
}
.tblHeaderLeft_headline {
  color: #0E7AC4;
  font-weight: bold;
  text-align: right;
}
.tblHeaderLeft--border .tblHeaderLeft_tr {
  border-top: 1px solid #c2c2c2;
}
.tblHeaderLeft--border .tblHeaderLeft_tr:last-child {
  border-bottom: 1px solid #c2c2c2;
}

@media screen and (max-width: 600px) {
  body.rwd .tblHeaderLeft .tblHeaderLeft_headline, body.rwd .tblHeaderLeft .tblHeaderLeft_col {
    display: block;
  }
  body.rwd .tblHeaderLeft .tblHeaderLeft_headline {
    text-align: left;
  }
  body.rwd .tblHeaderLeft .tblHeaderLeft_col {
    padding-top: 0;
  }
}
/**
 * list
 */
.list .list_item {
  padding: 5px;
}
.list--solid .list_item + .list_item {
  border-top: 1px solid #c2c2c2;
}
.list--dashed .list_item + .list_item {
  border-top: 1px dashed #c2c2c2;
}
.list--side .list_item {
  display: inline;
}
.list--side .list_item + .list_item {
  margin-left: 5px;
}
.list--sideSolid .list_item + .list_item {
  border-left: 1px solid #c2c2c2;
}
.list--sideDashed .list_item + .list_item {
  border-left: 1px dashed #c2c2c2;
}

/**
 * breadCrumbs
 */
.breadCrumbs_item {
  display: inline-block;
}
.breadCrumbs_item + .breadCrumbs_item {
  margin-left: 5px;
}
.breadCrumbs_item--now {
  color: #0E7AC4;
  font-weight: bold;
}

/**
 * pageNav
 */
.pageNav_item {
  display: inline-block;
  padding: 5px;
}
.pageNav_item + .pageNav_item {
  margin-left: 5px;
}
.pageNav_item--now {
  background-color: #0E7AC4;
  color: #fff;
}

.pageNav_link {
  color: #0E7AC4;
}

/**
 * arrow
 */
.arrow {
  background-color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .arrow {
    background-color: transparent;
    display: table;
    height: 30px;
    padding: 0;
  }
}

.arrow_item {
  color: #c2c2c2;
  margin: 5px 0;
}
.arrow_item:not(:last-child):after {
  content: '\00bb';
  margin: 0 5px;
}
.arrow_item--now {
  color: #0E7AC4;
}
.arrow_item--end {
  color: #1e1e1e;
}
@media screen and (min-width: 600px) {
  .arrow_item {
    color: #515151;
    display: table-cell;
    padding-left: 20px;
    padding-right: 5px;
    position: relative;
    vertical-align: middle;
  }
  .arrow_item:nth-of-type(1) {
    padding-left: 5px;
  }
  .arrow_item:before {
    border: 15px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    height: 0;
    z-index: 1;
  }
  .arrow_item:not(:last-child):after {
    content: '';
    margin: 0;
  }
  .arrow_item--end {
    background-color: #1e1e1e;
    color: white;
  }
  .arrow_item--end:before {
    border-left-color: #1e1e1e;
  }
  .arrow_item--now {
    background-color: #0E7AC4;
    color: white;
  }
  .arrow_item--now:before {
    border-left-color: #0E7AC4;
  }
}

/**
 * btn
 */
.btn {
  background-color: whitesmoke;
  border: none;
  border-bottom: 3px solid #c2c2c2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1e1e1e;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  outline: none;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.btn:hover
, .btn:active {
  background-color: #c2c2c2;
}
.btn:hover {
  border-bottom-color: #8f8f8f;
}
.btn:active {
  border-bottom: none;
  -moz-box-shadow: 0 3px 10px #515151 inset;
  -webkit-box-shadow: 0 3px 10px #515151 inset;
  box-shadow: 0 3px 10px #515151 inset;
  margin-top: 3px;
}
.btn--blue {
  background-color: #0E7AC4;
  border-bottom-color: #073f65;
  color: white;
}
.btn--blue:hover
, .btn--blue:active {
  background-color: #073f65;
}
.btn--blue:hover {
  border-bottom-color: #000306;
}
.btn--blue:active {
  background-color: #073f65;
}
.btn--red {
  background-color: #EF4836;
  border-bottom-color: #b11e0e;
  color: white;
}
.btn--red:hover
, .btn--red:active {
  background-color: #b11e0e;
}
.btn--red:hover {
  border-bottom-color: #520e07;
}
.btn--red:active {
  background-color: #b11e0e;
}
.btn--disabled
, .btn[disabled] {
  border-bottom: none;
  -moz-box-shadow: 0 0 5px #515151 inset;
  -webkit-box-shadow: 0 0 5px #515151 inset;
  box-shadow: 0 0 5px #515151 inset;
  cursor: not-allowed;
}
.btn--disabled
, .btn--disabled:hover
, .btn[disabled]
, .btn[disabled]:hover {
  background-color: whitesmoke;
}

/**
 * progressbar
 */
.progressbar {
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

.progressbar_outline {
  background-color: #222;
  height: 30px;
  overflow: hidden;
}

.progressbar_outline--border {
  border: 1px solid #222;
}

.progressbar_outline--border-radius {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.progressbar_bar {
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
}

.progressbar_percent {
  bottom: 0;
  color: #fff;
  height: 10pt;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.progressbar_percent:after {
  content: '%';
}

/**
 * inputTxt
 */
.inputTxt {
  width: 90%;
}
.inputTxt:focus {
  border-color: #46acf2;
}
.inputTxt--number {
  text-align: right;
}
.inputTxt--number:focus {
  text-align: left;
}
.inputTxt--important {
  background-color: #FFFFDD;
}
.inputTxt--readonly
, .inputTxt[readonly] {
  background-color: whitesmoke;
}
.inputTxt--disabled
, .inputTxt[disabled] {
  cursor: not-allowed;
}
.inputTxt--side + .inputTxt--side {
  margin-left: 5px;
}
.inputTxt--block {
  display: block;
}
.inputTxt--block + .inputTxt--block {
  margin-top: 5px;
}

/**
 * textarea
 */
.textarea {
  width: 90%;
}
.textarea:focus {
  border-color: #46acf2;
}
.textarea--important {
  background-color: #FFFFDD;
}
.textarea--readonly
, .textarea[readonly] {
  background-color: whitesmoke;
}
.textarea--disabled
, .textarea[disabled] {
  cursor: not-allowed;
}

/**
 * select
 */
.select--important {
  background-color: #FFFFDD;
}
.select--disabled
, .select[disabled] {
  background-color: whitesmoke;
  cursor: not-allowed;
}

/**
 * label
 */
.inputLabel:not(.inputLabel--block) {
  margin-left: 5px;
}
.inputLabel--block {
  display: block;
  margin: 5px 0;
}

/**
 * pre
 */
.pre {
  background-color: #1e1e1e;
  color: #cccccc;
  margin: 10px;
  padding: 20px;
}

/**
 * html body
 */
html
, body {
  width: 100%;
}

html {
  min-height: 100%;
  position: relative;
}

/**
 * wrap
 */
.wrap {
  width: 100%;
}

/**
 * container
 */
.container {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 1024px) {
  body.rwd .container {
    max-width: 1000px;
    width: auto;
  }
}
/**
 * header
 */
.globalHeader {
  background-color: white;
  border-bottom: 1px solid #c2c2c2;
  border-top: 3px solid #0E7AC4;
  margin-bottom: 20px;
  width: 100%;
}

body:not(.rwd) .globalHeader {
  min-width: 1000px;
}

.globalHeader-logo {
  margin-right: 10px;
  width: 250px;
}
.globalHeader-logo_link {
  background-image: url('../img/logo/logo_mini.png');
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 250px;
}

.globalHeader-pageinfo_menubtn {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
  margin-right: 10px;
}
.globalHeader-pageinfo_menubtn:active {
  margin-top: 0px;
  padding-top: 13px;
}

.globalHeader-userinfo {
  margin-left: auto;
  margin-right: 10px;
}
.globalHeader-userinfo_name {
  margin-right: 10px;
}
.globalHeader-userinfo_logout {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.globalHeader-userinfo_logout:active {
  margin-top: 0px;
  padding-top: 13px;
}

/**
 * footer
 */
.globalFooter {
  background-color: #1e1e1e;
  bottom: 0px;
  position: absolute;
  width: 100%;
}
body:not(.rwd) .globalFooter {
  min-width: 1000px;
}
.globalFooter_inline {
  margin: 0 auto;
  width: 1000px;
}
.globalFooter_copyright {
  color: white;
  font-size: 12px;
  padding: 5px;
  text-align: right;
}

.globalFooterMenu {
  -webkit-flex-basis: 250px;
  flex-basis: 250px;
  margin-top: 10px;
}
.globalFooterMenu_headline, .globalFooterMenu-list_link {
  color: white;
  font-size: 12px;
}
.globalFooterMenu-list_link:hover {
  color: #0E7AC4;
}

/**
 * modal
 */
@media screen and (min-width: 600px) {
  .modal {
    width: 50%;
  }
  .modal-content {
    width: 50%;
  }
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal-content {
  background-color: white;
  bottom: 0;
  -moz-box-shadow: 0 0 20px #0E7AC4;
  -webkit-box-shadow: 0 0 20px #0E7AC4;
  box-shadow: 0 0 20px #0E7AC4;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  /* height: 250px; */
  height: 540px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  /* width: 1000px; */
  width: 100%;
}
.modal-content_header
, .modal-content_footer {
  -webkit-align-items: center;
  align-items: center;
  background-color: whitesmoke;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  height: 80px;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-content_header {
  border-bottom: 1px solid #c2c2c2;
}
.modal-content_section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  /* height: 180px; */
  height: 360px;
}
.modal-content_footer {
  margin-top: auto;
}
.modal-content_footer .btn + .btn {
  margin-left: 5px;
}
.modal-content_section + .modal-content_footer {
  border-top: 1px solid #c2c2c2;
}

.modal.menu .modal-content-section_btn {
  padding: 10px 5px;
  margin: 0 10px 10px 0;
  width: 240px;
}
/* .modal.menu .modal-content-section_btn:nth-child(5n) { */
  /* margin-right: 0; */
/* } */

/**
 * sidecntl
 */
.sideCntl {
  bottom: 100px;
  display: none;
  position: fixed;
  right: 0;
}
.sideCntl_item {
  background-color: #1e1e1e;
  display: block;
  height: 50px;
  width: 50px;
}
.sideCntl_item:hover {
  background-color: #0E7AC4;
}

.sideCntl_top {
  position: relative;
}
.sideCntl_top:before {
  bottom: 0;
  border: 10px solid transparent;
  border-bottom-color: white;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin: 10px auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.sideCntl_menu {
  display: -webkit-flex;
  display: flex;
}
.sideCntl_menubar {
  background-color: white;
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 70%;
}
.sideCntl_menubar + .sideCntl_menubar {
  margin-top: 7px;
}

/**
 * popup
 */
.popupView {
  background-color: #FFFFDD;
  display: none;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

/**
 * load
 */
.load {
  background-color: rgba(255, 255, 255, 0.8);
  display: table;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.load-inner {
  display: table-cell;
  vertical-align: middle;
}
.load_anime {
  animation: loadAnime 1s infinite steps(8, start);
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 -30px 0 0 #0e7ac4, 21px -21px 0 0 #1797ee, 30px 0 0 0 #46acf2, 21px 21px 0 0 #76c1f5, 0 30px 0 0 #8eccf7, -21px 21px 0 0 #a5d7f9, -30px 0 0 0 #bde1fa, -21px -21px 0 0 #d5ecfc;
  -webkit-box-shadow: 0 -30px 0 0 #0e7ac4, 21px -21px 0 0 #1797ee, 30px 0 0 0 #46acf2, 21px 21px 0 0 #76c1f5, 0 30px 0 0 #8eccf7, -21px 21px 0 0 #a5d7f9, -30px 0 0 0 #bde1fa, -21px -21px 0 0 #d5ecfc;
  box-shadow: 0 -30px 0 0 #0e7ac4, 21px -21px 0 0 #1797ee, 30px 0 0 0 #46acf2, 21px 21px 0 0 #76c1f5, 0 30px 0 0 #8eccf7, -21px 21px 0 0 #a5d7f9, -30px 0 0 0 #bde1fa, -21px -21px 0 0 #d5ecfc;
  height: 10px;
  margin: 50px auto;
  width: 10px;
}
.load_msg {
  color: #0E7AC4;
  text-align: center;
}

@keyframes loadAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * fixedHead
 */
.fixedhead--x {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 1000px;
}
.fixedhead--y {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.fixedhead--xy {
  overflow-x: scroll;
  overflow-y: scroll;
  width: 100%;
}

/**
 * bg
 */
.bg--white {
  background-color: white;
}
.bg--gray {
  background-color: whitesmoke;
}
.bg--blue {
  background-color: #0E7AC4;
}
.bg--red {
  background-color: #EF4836;
}
.bg--orange {
  background-color: #e98b2a;
}
.bg--green {
  background-color: #5dac81;
}
.bg--yellow {
  background-color: #FFFFDD;
}
.bg--black {
  background-color: #1e1e1e;
}

/**
 * flexLayout
 */
.flexLayout {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flexLayout--wrap-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexLayout--wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexLayout--wrap-wrapreverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flexLayout--direction-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flexLayout--direction-columnreverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flexLayout--direction-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flexLayout--direction-rowreverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flexLayout--justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flexLayout--justify-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexLayout--justify-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flexLayout--justify-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flexLayout--justify-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flexLayout--align-baseline {
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flexLayout--align-center {
  -webkit-align-items: center;
  align-items: center;
}
.flexLayout--align-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flexLayout--align-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flexLayout--align-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flexLayout--alignContent-around {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flexLayout--alignContent-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flexLayout--alignContent-center {
  -webkit-align-content: center;
  align-content: center;
}
.flexLayout--alignContent-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flexLayout--alignContent-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flexLayout--alignContent-stretch {
  -webkit-align-content: stretch;
  align-content: stretch;
}
.flexLayout--alignSelf-baseline {
  -webkit-align-self: baseline;
  align-self: baseline;
}
.flexLayout--alignSelf-center {
  -webkit-align-self: center;
  align-self: center;
}
.flexLayout--alignSelf-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.flexLayout--alignSelf-start {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.flexLayout--alignSelf-stretch {
  -webkit-align-self: stretch;
  align-self: stretch;
}

/**
 * txt
 */
.txt--short {
  font-size: 8pt;
}
.txt--tall {
  font-size: 11pt;
}
.txt--grand {
  font-size: 14pt;
}
.txt--venti {
  font-size: 18pt;
}
.txt--white {
  color: white;
}
.txt--gray {
  color: whitesmoke;
}
.txt--blue {
  color: #0E7AC4;
}
.txt--red {
  color: #EF4836;
}
.txt--orange {
  color: #e98b2a;
}
.txt--green {
  color: #5dac81;
}
.txt--yellow {
  color: #FFFFDD;
}
.txt--black {
  color: #1e1e1e;
}
.txt--bold {
  font-weight: bold;
}
.txt--left {
  text-align: left;
}
.txt--center {
  text-align: center;
}
.txt--right {
  text-align: right;
}

/**
 * syamei logo
 */
.header-logo {
  text-align: center;
}

img.logo-syamei {
  width: 280px;
  margin-left: 6px;
}