@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;

  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
a, a:hover{
  color: #43425D;
}
body {
  line-height: 1;
  font-family: メイリオ; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  background-color: #F5F6FA !important; }

.container {
  width: 1170px;
  margin-top: 8%;
  margin-right: auto;
  margin-left: auto; }

.container_full {
  margin-right: 55px;
  margin-left: 55px; }

.content_list_part {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #0000000A;
  border-radius: 5px; }


.head {
  margin: 0.33rem 57px -0.1rem 57px;
  text-align: right;
}

.head .logout {
  display: inline-block;
  width: 74px;
  height: 24px;
  line-height: 24px;
  /* UI Properties */
  background: #FFCA83 0% 0% no-repeat padding-box;
  border-radius: 14px;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.head .h {
  font-size: 14px;
}
.clear {
    clear:both;
}
.f-right {
    float: right;
}
.f-left {
    float: left;
}
.relative {
    position: relative;
}
.absolute, .p-center {
    position: relative;
}
.p-center img, .p-center .cent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
[v-cloak] {
    display:none;
}

/** header tabs **/
.tabs-bottom {
   border-bottom: 1px solid #8B83BA;
}
.tabs .item {
    font-size: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #8B83BA;
    border-radius: 4px 4px 0px 0px;
    margin: 0 12px 0 0;
    float: left;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-width: 1px 1px 0;
    cursor: default;
}
.tabs .item.active {
    color: #FFFFFF;
    background-color: #8B83BA;
}
.tabs .item a {
    display: block;
}
