
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 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section {
    display: block;
}
html {
    font-size: 62.5%;
}
body {
    color: #333;
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
img {
    border: medium none;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: auto;
}
input, textarea, select, fieldset {
    font-family: inherit;
}
.cf::after {
    clear: both;
    content: "";
    display: table;
}
a {
    color: #3faee2;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dotted #dcdcdc;
}
.btn__link.btn-submit:hover {
    cursor: pointer;
}
.logo {
    box-sizing: border-box;
    float: left;
    height: 50px;
    padding: 10px 10px 0;
    width: 68%;
}
.logo__img {
    width: 172px;
}
.tagline {
    margin: 5px 0 0;
    white-space: nowrap;
}
.tagline > span {
    display: none;
}
.header-account {
    border-left: 1px dotted #dcdcdc;
    box-sizing: border-box;
    float: right;
    padding: 10px 60px 9px 10px;
    width: 100px;
}
.header-account > a {
    color: #333;
    text-decoration: none;
}
.header-account .account__img {
    display: block;
    margin: 0 auto;
    width: 30px;
}
.header-account .account__name {
    color: #3faee2;
    display: none;
}
.account-menu__btn {
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 100px;
    z-index: 5;
}
.account-menu__wrap {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #dcdcdc;
    clear: both;
    display: none;
    margin: 0 0 -1px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.account-menu__list {
    border-top: 1px dotted #dcdcdc;
}
.account-menu__list > a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
    text-decoration: none;
}
.account-menu__list > a::after {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -90px;
    background-size: 228px 207px;
    content: "";
    height: 16.5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 10px;
}
.account-menu.is-active i {
    transform: translate(0px, -50%) rotate(-180deg);
}
.gnav-btn {
    background: #3faee2 none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}
.gnav-btn a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 50px;
    padding: 35px 0 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
.gnav-btn__icon {
    background: #fff none repeat scroll 0 0;
    height: 2px;
    left: 50%;
    margin: -1px 0 0 -12.5px;
    position: absolute;
    top: 20px;
    transition: all 0.1s ease 0s;
    width: 25px;
}
.gnav-btn__icon::before, .gnav-btn__icon::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 25px;
}
.gnav-btn__icon::before {
    margin-top: -8px;
}
.gnav-btn__icon::after {
    margin-top: 6px;
}
.gnav-btn__close {
    display: none;
}
.gnav-btn.is-active .gnav-btn__icon {
    background: transparent none repeat scroll 0 0;
}
.gnav-btn.is-active .gnav-btn__icon::before, .gnav-btn.is-active .gnav-btn__icon::after {
    margin: 0;
}
.gnav-btn.is-active .gnav-btn__icon::before {
    transform: rotate(-45deg);
}
.gnav-btn.is-active .gnav-btn__icon::after {
    transform: rotate(-135deg);
}
.gnav-btn.is-active .gnav-btn__menu {
    display: none;
}
.gnav-btn.is-active .gnav-btn__close {
    display: block;
}
.gnav-menu {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #dcdcdc;
    clear: both;
    display: none;
    top: 50px;
    width: 100%;
}
.gnav-list {
    border-top: 1px dotted #dcdcdc;
}
.gnav-list > a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
    text-decoration: none;
}
.gnav-list > a::after {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -90px;
    background-size: 228px 207px;
    content: "";
    height: 16.5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 10px;
}
.feedback {
    bottom: 30px;
    position: fixed;
    right: 10px;
    z-index: 10;
}
.feedback a {
    background: #e40b13 none repeat scroll 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 46px;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 46px;
}
.feedback a::before {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -114px;
    background-size: 228px 207px;
    content: "";
    display: block;
    height: 12px;
    margin: 0 auto 5px;
    width: 14px;
}
.header--public {
    overflow: hidden;
    text-align: center;
}
.header--public .logo {
    float: none;
    height: auto;
    padding: 15px 0 0;
    width: 100%;
}
.header--public .logo__img {
    width: 200px;
}
.header--public .tagline {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 15px 0 0;
}
.header--public .tagline > span {
    display: block;
}
.header-public {
    padding: 10px 10px 0;
}
.header-public__login > dt {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 4px;
}
.header-public__login > dd {
    margin: 0 0 14px;
}
.header-public__link {
    clear: both;
    font-size: 1.3rem;
    margin: 24px 0 0;
    overflow: hidden;
}
.header-public__link > li {
    margin: 0 0 15px;
}
.header-public__link > li a {
    text-decoration: none;
}
.header-public__btn {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 17px;
    width: 210px;
}
.header-public__btn .btn-strong, .header-public__btn .btn-post, .header-public__btn .btn-pdf {
    padding: 10px 20px;
}
.sidebar {
    background: #fff none repeat scroll 0 0;
}
.sidebar .ttl-main, .sidebar .ttl-main-big {
    margin-left: -1px;
    margin-right: -1px;
}
.side-menu > li:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}
.side-menu__list > a {
    color: #333;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
    text-decoration: none;
}
.side-menu__list > a::after {
    background-image: url("/images/sprite.png");
    background-position: -76.5px -145px;
    background-size: 228px 207px;
    content: "";
    height: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 16px;
}
.side-menu__list > a.is-active::after {
    background-image: url("/images/sprite.png");
    background-position: -147px -145px;
    background-size: 228px 207px;
    height: 16px;
    width: 16px;
}
.side-inner {
    display: none;
}
.side-inner__list {
    border-top: 1px dotted #dcdcdc;
    margin: 0 0 0 10px;
}
.side-inner__list > a {
    color: #333;
    display: block;
    font-size: 1.4rem;
    margin: 0 0 0 -10px;
    padding: 16px 10px;
    position: relative;
    text-decoration: none;
}
.side-inner__list > a::before {
    color: #3faee2;
    content: "┗";
    padding: 0 5px 0 10px;
}
.side-inner__list > a::after {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -90px;
    background-size: 228px 207px;
    content: "";
    height: 16.5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 10px;
}
.side-search-btn {
    background-color: #63cf80;
    border-left: 1px dotted #dcdcdc;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: -44px 0 2px;
    padding: 13px 10px;
    position: relative;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.side-search-btn i {
    font-size: 2rem;
    margin-left: 15px;
    margin-right: 10px;
    padding-top: 2px;
    width: 10px;
}
.side-search-btn::after {
    background-position: -76.5px -145px;
    background-size: 228px 207px;
    content: "";
    height: 16px;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 16px;
}
.side-search-btn.is-active::after {
    background-image: url("/images/sprite.png");
    background-position: -147px -145px;
    background-size: 228px 207px;
    height: 16px;
    width: 16px;
}
.side-search-area {
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    display: none;
    padding: 20px 10px;
    width: 100%;
}
.list-check__label {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 15px;
}
.list-check__inner {
    display: none;
    margin: 10px 0 0;
}
.list-check__inner > .list-check__label {
    margin: 0 0 10px;
}
.list-check__inner > .list-check__label::before {
    content: "┗";
}
.sidebar-btn {
    width: 180px;
}
.sidebar-info .panel {
    border: medium none;
    padding: 10px;
}
.sidebar-info .account__img {
    width: 50px;
}
.sidebar-info .account__name {
    font-size: 1.6rem;
    font-weight: bold;
}
.list-link-panel {
    margin: -10px;
}
.list-link-panel a {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px;
    text-decoration: none;
}
.list-link-panel a.active {
    border-left: 4px solid #3faee2;
    padding-left: 6px;
}
.list-link-panel > li:not(:last-child) {
    border-bottom: 1px dotted #dcdcdc;
}
.list-user {
    margin: -15px;
}
.list-user__item {
    padding: 10px;
}
.list-user__item:not(:last-child) {
    border-bottom: 1px dotted #dcdcdc;
}
.list-user__img {
    float: left;
    width: 40px;
}
.list-user__data {
    padding: 0 0 0 55px;
}
.list-user__name {
    color: #3faee2;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 10px;
    text-decoration: none;
}
.list-user__btn {
    margin: 0 -3px;
    overflow: hidden;
}
.list-user__btn .btn-normal {
    color: #333;
    float: left;
    font-size: 1.2rem;
    padding: 6px 0;
    width: 48%;
}
.list-user__btn .btn-normal:first-child {
    margin-right: 4%;
}
.sidebar-thumbs {
    display: flex;
}
.sidebar-thumbs__thumbs {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
}
.sidebar-thumbs__menu {
    background: #fff none repeat scroll 0 0;
    border-left: 1px dotted #dcdcdc;
    flex: 1 1 0;
}
.sidebar-thumbs__menu > .list-link-panel {
    margin: 0;
}
.sidebar-top {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.sidebar-top .panel {
    border: medium none;
    padding: 15px 10px;
}
.sidebar-ttl {
    background: #ebf7fc none repeat scroll 0 0;
    color: #3faee2;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 7px 10px;
}
.sidebar-ttl::before {
    background: #3faee2 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 1em;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 4px;
}
.sidebar-schedule dd {
    border-bottom: 1px dotted #ccc;
    font-size: 1.3rem;
    margin: 0 0 15px;
    padding: 8px 0 15px;
}
body {
    background: #f0f0f0 none repeat scroll 0 0;
}
.contents {
    position: relative;
}
.module {
    display: flex;
    flex-wrap: wrap-reverse;
}
.module .sidebar {
    width: 100%;
}
.main-top {
    display: flex;
    flex-wrap: wrap-reverse;
}
.main-top > * {
    margin: 0 0 30px;
    width: 100%;
}
.main {
    padding: 10px 0 0;
}
.main-single {
    margin: 0 auto;
    max-width: 880px;
}
.inner-container__side .account__img {
    width: 40px;
}
.footer__copy {
    background: #f0f0f0 none repeat scroll 0 0;
    font-size: 1.1rem;
    padding: 30px;
    text-align: center;
}
.bx-wrapper {
    position: relative;
}
.bx-img {
    text-align: center;
}
.bx-img img {
    height: auto;
    max-height: 215px;
    max-width: 100%;
    width: auto;
}
.bx-prev, .bx-next {
    bottom: 5px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
}
.bx-prev {
    background-image: url("/images/sprite.png");
    background-position: -292px -107px;
    background-size: 456px 414px;
    height: 38px;
    left: 0;
    width: 38px;
}
.bx-next {
    background-image: url("/images/sprite.png");
    background-position: -292px -54px;
    background-size: 456px 414px;
    height: 38px;
    right: 0;
    width: 38px;
}
.bx-pager {
    margin: 30px 50px 0;
    text-align: center;
}
.bx-pager-item {
    display: inline-block;
    margin: 0 5px 10px;
}
.bx-pager-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: 100%;
    width: 10px;
}
.bx-pager-link.active {
    background: #3faee2 none repeat scroll 0 0;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    z-index: 9999;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
    background: #000 none repeat scroll 0 0;
    opacity: 0.7;
}
#colorbox {
    outline: 0 none;
}
#cboxContent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 20px;
}
.cboxIframe {
    background: #fff none repeat scroll 0 0;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
    background: #fff none repeat scroll 0 0;
}
#cboxTitle {
    color: #ccc;
    left: 0;
    position: absolute;
    top: -20px;
}
#cboxCurrent {
    color: #ccc;
    position: absolute;
    right: 0;
    top: -20px;
}
#cboxLoadingGraphic {
    background: rgba(0, 0, 0, 0) url("/images/loading.gif") no-repeat scroll center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxSlideshow {
    color: #fff;
    position: absolute;
    right: 90px;
    top: -20px;
}
#cboxPrevious {
    background: rgba(0, 0, 0, 0) url("/images/controls.png") no-repeat scroll left top;
    height: 65px;
    left: 5px;
    margin-top: -32px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
}
#cboxPrevious:hover {
    background-position: left bottom;
}
#cboxNext {
    background: rgba(0, 0, 0, 0) url("/images/controls.png") no-repeat scroll right top;
    height: 65px;
    margin-top: -32px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 50%;
    width: 28px;
}
#cboxNext:hover {
    background-position: right bottom;
}
.modal-box {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: -10;
}
.modal-box__contents {
    padding: 20px;
    width: 625px;
}
#cboxLoadedContent {
    border-radius: 20px;
}
#colorbox, #cboxWrapper {
    overflow: visible;
}
#cboxClose {
    background-image: url("/images/sprite.png");
    background-position: -234px -229px;
    background-size: 456px 414px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    text-indent: 100%;
    top: -15px;
    width: 40px;
}
.modal-follow {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    box-sizing: border-box;
    display: none;
}
.modal-follow__list {
    min-width: 300px;
}
.modal-follow__list > li:not(:last-child) {
    border-bottom: 1px dotted #dcdcdc;
}
.modal-follow__item {
    padding: 20px 10px;
    position: relative;
}
.modal-follow__item .account {
    max-width: 120px;
}
.modal-follow__item .account > a {
    font-weight: bold;
    text-decoration: none;
}
.modal-follow__item .account__img {
    width: 30px;
}
.modal-follow__item .btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    line-height: 1.3;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}
.ui-helper-clearfix::before, .ui-helper-clearfix::after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-clearfix::after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default;
}
.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    min-height: 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    position: relative;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: 0.7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 1em 2.2em;
}
.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -1e+7px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.ui-datepicker {
    display: none;
    padding: 0.2em 0.2em 0;
    width: 280px;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 5px;
    width: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 4px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 1.6rem;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%;
}
.ui-datepicker th {
    border: 0 none;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
}
.ui-datepicker td {
    border: 0 none;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    font-size: 1.6rem;
    padding: 5px;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: 0.5em 0.2em 0.4em;
    overflow: visible;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto 0.4em;
    width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}
.ui-dialog {
    left: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 0.2em;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}
.ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
}
.ui-dialog .ui-dialog-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    overflow: auto;
    padding: 0.5em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: 0.5em 0.4em 0.5em 0;
}
.ui-dialog .ui-resizable-se {
    background-position: 16px 16px;
    bottom: -5px;
    height: 12px;
    right: -5px;
    width: 12px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 2px;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px -2px;
}
.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    min-height: 0;
    padding: 2px 0.4em;
    text-decoration: none;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.ui-menu .ui-state-disabled {
    font-weight: normal;
    line-height: 1.5;
    margin: 0.4em 0 0.2em;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    padding-left: 2em;
    position: relative;
}
.ui-menu .ui-icon {
    left: 0.2em;
    position: absolute;
    top: 0.2em;
}
.ui-menu .ui-menu-icon {
    float: right;
    position: static;
}
.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}
.ui-progressbar .ui-progressbar-overlay {
    background: rgba(0, 0, 0, 0) url("images/animated-overlay.gif") repeat scroll 0 0;
    height: 100%;
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}
.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}
.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}
.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}
.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    height: 100px;
    width: 0.8em;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-bottom: -0.6em;
    margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.ui-spinner-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    margin: 0.2em 22px 0.2em 0.4em;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: 0.5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}
.ui-spinner a.ui-spinner-button {
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
}
.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    padding: 0.2em;
    position: relative;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    list-style: outside none none;
    margin: 1px 0.2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}
.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #ffffff url("/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #dddddd;
    color: #444444;
}
.ui-widget-content a {
    color: #444444;
}
.ui-widget-header {
    background: #dddddd url("/images/ui-bg_highlight-soft_50_dddddd_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #dddddd;
    color: #444444;
    font-weight: bold;
}
.ui-widget-header a {
    color: #444444;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f6f6f6 url("/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #dddddd;
    color: #0073ea;
    font-weight: bold;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #0073ea;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #0073ea url("/images/ui-bg_highlight-soft_25_0073ea_1x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #0073ea;
    color: #ffffff;
    font-weight: bold;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #ffffff;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #ffffff url("/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50%;
    border: 1px solid #dddddd;
    color: #ff0084;
    font-weight: bold;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ff0084;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #ffffff url("/images/ui-bg_flat_55_ffffff_40x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #cccccc;
    color: #444444;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #444444;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #ffffff url("/images/ui-bg_flat_55_ffffff_40x100.png") repeat-x scroll 50% 50%;
    border: 1px solid #ff0084;
    color: #222222;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #222222;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #222222;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    opacity: 0.7;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}
.ui-state-disabled .ui-icon {
}
.ui-icon {
    height: 16px;
    width: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/images/ui-icons_ff0084_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/images/ui-icons_0073ea_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("/images/ui-icons_666666_256x240.png");
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/images/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("/images/ui-icons_0073ea_256x240.png");
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/images/ui-icons_ff0084_256x240.png");
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 2px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 2px;
}
.ui-widget-overlay {
    background: #eeeeee url("/images/ui-bg_flat_0_eeeeee_40x100.png") repeat-x scroll 50% 50%;
    opacity: 0.8;
}
.ui-widget-shadow {
    background: #aaaaaa url("/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50%;
    border-radius: 0;
    margin: -4px 0 0 -4px;
    opacity: 0.6;
    padding: 4px;
}
body::after {
    content: url("/images/close.png") url("/images/loading.gif") url("/images/prev.png") url("/images/next.png");
    display: none;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    background-color: black;
    display: none;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 9999;
}
.lightbox {
    font-weight: normal;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
.lightbox .lb-image {
    border-radius: 3px;
    display: block;
    height: auto;
    max-width: inherit;
}
.lightbox a img {
    border: medium none;
}
.lb-outerContainer {
    background-color: white;
    border-radius: 4px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}
.lb-outerContainer::after {
    clear: both;
    content: "";
    display: table;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 43%;
    width: 100%;
}
.lb-cancel {
    background: rgba(0, 0, 0, 0) url("/images/loading.gif") no-repeat scroll 0 0;
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}
.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
    outline: medium none;
}
.lb-prev, .lb-next {
    cursor: pointer;
    display: block;
    height: 100%;
}
.lb-nav a.lb-prev {
    background: rgba(0, 0, 0, 0) url("/images/prev.png") no-repeat scroll 10% 48%;
    float: left;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease 0s;
    width: 34%;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
}
.lb-nav a.lb-next {
    background: rgba(0, 0, 0, 0) url("/images/next.png") no-repeat scroll 90% 48%;
    float: right;
    opacity: 0;
    right: 0;
    transition: opacity 0.6s ease 0s;
    width: 64%;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-dataContainer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
}
.lb-dataContainer::after {
    clear: both;
    content: "";
    display: table;
}
.lb-data {
    color: #ccc;
    padding: 0 4px;
}
.lb-data .lb-details {
    float: left;
    line-height: 1.1em;
    text-align: left;
    width: 85%;
}
.lb-data .lb-caption {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.lb-data .lb-number {
    clear: left;
    color: #999999;
    display: block;
    font-size: 12px;
    margin: 10px 0 0;
    padding-bottom: 1em;
}
.lb-data .lb-close {
    background: rgba(0, 0, 0, 0) url("/images/close.png") no-repeat scroll right top;
    display: block;
    float: right;
    height: 40px;
    opacity: 0.7;
    outline: medium none;
    text-align: right;
    transition: opacity 0.2s ease 0s;
    width: 40px;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}
.btn a {
    text-decoration: none;
}
.btn input {
    cursor: pointer;
    line-height: 1;
}
.btn {
    font-size: 1.4rem;
    text-align: center;
}
.btn__link {
    border: medium none transparent;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    padding: 13px 10px 12px;
    text-decoration: none;
}
.btn__txt {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-weight: bold;
}
.btn-clip::before, .btn-post::before, .btn-edit::before, .btn-del::before, .btn-config::before, .btn-myhp::before, .btn-fb::before, .btn-tw::before, .btn-info::before, .btn-favorite::before, .btn-favorite-c::before, .btn-pdf::before, .btn-back::after, .btn-follow::before, .btn-plus::after, .btn-minus::after {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.btn-normal {
    background-color: #f0f0f0;
    background-image: linear-gradient(to top, #f1f0f0, #fff);
    border: 1px solid #dcdcdc;
    color: #999;
    display: block;
}
.btn-normal.is-favorite {
    border-color: #efca00;
}
.btn-normal.is-favorite-b {
    border-color: #efca00;
    color: #333;
}
.btn-normal.is-mybox {
    border-color: #e40b13;
}
.btn-done {
    background: #999 none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.btn-fixed-size-s {
    padding: 12px 10px 10px;
    width: 130px;
}
.btn-strong, .btn-post, .btn-pdf {
    background: #e40b13 none repeat scroll 0 0;
    box-shadow: 0 2px #a3191e;
    color: #fff;
    font-size: 1.5rem;
    padding: 11px 10px;
}
.btn-strong-mini {
    font-size: 1.4rem;
    padding: 6px 22px 4px 16px;
}
.btn-strong-mini::before {
    margin-right: 12px;
    vertical-align: -2px;
}
.btn-important {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 2px #000;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    padding: 12px 10px 11px;
}
.btn-clip {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 2px #000;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    padding: 12px 10px 11px;
}
.btn-login {
    background: #3faee2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    padding: 12px 10px 11px;
}
.btn-clip::before {
    background-image: url("/images/sprite.png");
    background-position: -53px -145px;
    background-size: 228px 207px;
    height: 17px;
    width: 16px;
}
.btn-post {
    white-space: nowrap;
}
.btn-post::before {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -49px;
    background-size: 228px 207px;
    height: 13px;
    width: 13px;
}
.btn-edit, .btn-del {
    padding: 8px 0;
}
.btn-edit::before, .btn-del::before {
    background-image: url("/images/sprite.png");
    background-position: 0 -169.5px;
    background-size: 228px 207px;
    height: 16px;
    transform: translate(0px, -2px);
    width: 16px;
}
.btn-del::before {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -133.5px;
    background-size: 228px 207px;
    height: 15px;
    width: 11px;
}
.btn-edit.btn__link, .btn__link.btn-del {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    width: 100%;
}
.btn-label, .btn-label-round {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #3faee2;
    color: #3faee2;
    cursor: pointer;
    font-weight: bold;
}
.btn-label-round {
    border-radius: 3px;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    margin-right: 10px;
    padding: 5px 5px 4px;
    vertical-align: middle;
}
.btn-config {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    padding: 10px 17px 8px;
}
.btn-config::before {
    background-image: url("/images/sprite.png");
    background-position: -146px 0;
    background-size: 228px 207px;
    height: 19.5px;
    transform: translate(0px, -2px);
    width: 20px;
}
.btn-myhp {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    color: #3faee2;
    padding: 8px 0;
    width: 95px;
}
.btn-myhp::before {
    background-image: url("/images/sprite.png");
    background-position: -63px -86px;
    background-size: 228px 207px;
    height: 20px;
    width: 20px;
}
.btn-fb {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3a559f;
    color: #3a559f;
    padding: 4px 0 4px 38px;
    position: relative;
    text-align: left;
    width: 95px;
}
.btn-fb::before {
    background-image: url("/images/sprite.png");
    background-position: 0 -114.5px;
    background-size: 228px 207px;
    height: 23px;
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 22px;
}
.btn-tw {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #50abf1;
    color: #50abf1;
    padding: 6px 0 5px;
    width: 95px;
}
.btn-tw::before {
    background-image: url("/images/sprite.png");
    background-position: -37.5px -48.5px;
    background-size: 228px 207px;
    height: 25px;
    width: 24px;
}
.btn-info {
    border: 2px solid #3faee2;
    margin: 0 auto;
    padding: 8px 0;
    white-space: nowrap;
    width: 190px;
}
.btn-info::before {
    background-image: url("/images/sprite.png");
    background-position: -88.5px -114.5px;
    background-size: 228px 207px;
    height: 21px;
    width: 21px;
}
.btn-favorite {
    border: 1px solid #efca00;
    color: #efca00;
    padding: 5px 10px;
}
.btn-favorite::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -68px;
    background-size: 228px 207px;
    height: 14.5px;
    transform: translate(0px, -2px);
    width: 15px;
}
.btn-favorite-c {
    border: 1px solid #efca00;
    border-radius: 5px;
    color: #efca00;
    padding: 5px 10px;
}
.btn-favorite-c::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -68px;
    background-size: 228px 207px;
    height: 14.5px;
    transform: translate(0px, -2px);
    width: 15px;
}
.btn-pdf {
    display: block;
    font-size: 1.3rem;
    padding: 7px 0;
    white-space: nowrap;
}
.btn-pdf::before {
    background-image: url("/images/sprite.png");
    background-position: -115.5px -61px;
    background-size: 228px 207px;
    height: 24px;
    width: 21.5px;
}
.btn-back {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    padding: 10px 40px 9px;
}
.btn-back::after {
    background-image: url("/images/sprite.png");
    background-position: 0 -145px;
    background-size: 228px 207px;
    height: 17px;
    margin: 0 0 0 10px;
    transform: translate(0px, -2px);
    width: 22px;
}
.btn-follow {
    border: 2px solid #3faee2;
    padding: 10px 0;
    white-space: nowrap;
    width: 147px;
}
.btn-follow::before {
    background-image: url("/images/sprite.png");
    background-position: -195px 0;
    background-size: 228px 207px;
    height: 15.5px;
    width: 15.5px;
}
.btn-follow > span {
    display: inline-block;
    font-size: 1rem;
    margin: 0 0 0 -5px;
    transform: translate(0px, -5px);
}
.btn-follow.is-active {
    background: #3faee2 none repeat scroll 0 0;
    color: #fff;
}
.btn-follow.is-active::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 1.5rem;
    transform: translate(0px, -1px);
    vertical-align: middle;
}
.btn-plus, .btn-minus {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    padding: 10px 40px 9px;
}
.btn-plus::after, .btn-minus::after {
    background-image: url("/images/sprite.png");
    background-position: -76.5px -145px;
    background-size: 228px 207px;
    height: 16px;
    margin: 0 0 0 10px;
    transform: translate(0px, -2px);
    width: 16px;
}
.btn-minus::after {
    background-image: url("/images/sprite.png");
    background-position: -147px -145px;
    background-size: 228px 207px;
    height: 16px;
    width: 16px;
}
.btn-status {
    color: #999;
    font-size: 1.3rem;
}
.btn-fill {
    background: #3faee2 none repeat scroll 0 0;
    border: 1px solid #3faee2;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 28px;
    line-height: 1;
    padding: 6px 10px;
}
.btn-col {
    margin: 0 5px;
    max-width: 160px;
    width: 40%;
}
.btn-download {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #3faee2;
    padding: 3px;
}
.btn-download::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -111.5px;
    background-size: 228px 207px;
    content: "";
    display: inline-block;
    height: 14.5px;
    width: 14px;
}
.ttl-page {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dotted #dcdcdc;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 13px 130px 12px 10px;
    position: relative;
}
.ttl-main, .ttl-main-big {
    background: #3faee2 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 12px 10px 10px;
}
.ttl-main span, .ttl-main-big span {
    background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    color: #3faee2;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 0 15px;
    padding: 5px 10px 3px;
}
.ttl-main-big {
    font-size: 1.8rem;
}
.ttl-main-big span {
    margin: 0 0 0 5px;
}
.ttl-main--light {
    background: #ebf7fc none repeat scroll 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 12px 10px 10px;
}
.ttl-sub {
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 6px;
}
.ttl-sub::before {
    background: #3faee2 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 1em;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 4px;
}
.ttl-detail {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 25px;
}
.ttl-lv1 {
    font-size: 1.8rem;
    line-height: 1.17;
}
.ttl-heading {
    color: #3faee2;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
}
.ttl-heading .btn-label, .ttl-heading .btn-label-round {
    border-radius: 3px;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 5px 5px 4px;
    vertical-align: middle;
}
.ttl-heading__main {
    margin-right: 18px;
}
.ttl-justify-full .btn-status {
    position: absolute;
    right: 15px;
    top: 15px;
}
.txt {
    font-size: 1.4rem;
    line-height: 1.5;
}
.link-gray {
    color: #999;
}
.caption {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 0 20px;
}
.tab-menu {
    align-items: stretch;
    border-bottom: 3px solid #3faee2;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 0 10px;
}
.tab-menu__switch {
    box-sizing: border-box;
    padding: 0 10px 10px 0;
    width: 33.33%;
}
.tab-menu__link {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    line-height: 1.3;
    min-height: 40px;
    text-align: center;
    text-decoration: none;
}
.tab-menu__link.is-active {
    background: #3faee2 none repeat scroll 0 0;
    color: #fff;
}
.tab-switch {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    width: 120px;
}
.tab-switch__link {
    flex-basis: 100px;
    flex-grow: 1;
}
.tab-switch__link > a {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}
.tab-switch__link:first-child > a {
    border-radius: 4px 0 0 4px;
}
.tab-switch__link:last-child > a {
    border-radius: 0 4px 4px 0;
}
.tab-switch__link.is-active > a {
    background: #3faee2 none repeat scroll 0 0;
    color: #fff;
}
.tab-type > li > a::before {
    background-image: url("/images/sprite.png");
    background-position: -115.5px -30.5px;
    background-size: 228px 207px;
    height: 23px;
    width: 23px;
}
.tab-type > li:first-child > a::before {
    background-image: url("/images/sprite.png");
    background-position: -29.5px -114.5px;
    background-size: 228px 207px;
    height: 22px;
    width: 22px;
}
.tab-type > li:last-child > a::before {
    background-image: url("/images/sprite.png");
    background-position: 0 -86px;
    background-size: 228px 207px;
    height: 21px;
    width: 26px;
}
.tab-type > li.is-active > a::before {
    background-image: url("/images/sprite.png");
    background-position: -115.5px 0;
    background-size: 228px 207px;
    height: 23px;
    width: 23px;
}
.tab-type > li.is-active:first-child > a::before {
    background-image: url("/images/sprite.png");
    background-position: -59px -114.5px;
    background-size: 228px 207px;
    height: 22px;
    width: 22px;
}
.tab-type > li.is-active:last-child > a::before {
    background-image: url("/images/sprite.png");
    background-position: -69px -48.5px;
    background-size: 228px 207px;
    height: 21px;
    width: 26px;
}
.tab-type > li:first-child {
    border-right: 2px solid #3faee2;
}
.tab-type > li:last-child {
    border-left: 2px solid #3faee2;
}
.tab-type > li > a {
    box-sizing: border-box;
    display: block;
    height: 38px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 40px;
}
.tab-type > li > a::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tab-sort {
    width: 105px;
}
.tab-sort > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
}
.tab-sort--template {
    width: 277px;
}
.tab-sort--template > li {
    width: 80px;
}
.tab-sort--template > li:last-child {
    width: 115px;
}
.tab-sort--template > li:last-child > a {
    border: medium none;
}
.tab-sort--template > li > a {
    border-right: 1px solid #3faee2;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 12px 10px;
    text-align: center;
    white-space: nowrap;
}
.tab-sort--community {
    width: 160px;
}
.tab-sort--community > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
}
.tab-layout {
    margin: 0 5px 20px;
}
.tab-layout__col {
    float: left;
    padding: 0 5px;
}
.tab-layout__col:nth-child(3) {
    float: right;
    padding: 10px 5px 0 0;
}
.tab-btn-layout {
    margin: 0 10px 20px;
    position: relative;
}
.tab-btn-layout::after {
    clear: both;
    content: "";
    display: table;
}
.tab-btn-layout__col {
    margin: 0 0 10px;
}
.tab-btn-layout__col:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
}
.list-content__item {
    margin: 0 0 20px;
    position: relative;
}
.list-content__link {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    text-decoration: none;
}
.list-content__ttl {
    color: #3faee2;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
}
.list-content__zoom, .list-content__clap {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 5;
}
.list-content__zoom > a, .list-content__clap > a {
    background: #efca00 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 35px;
    overflow: hidden;
    text-indent: 100%;
    transition: background-color 0.3s ease 0s;
    white-space: nowrap;
    width: 35px;
}
.list-content__zoom > a::before, .list-content__clap > a::before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.list-content__zoom > a::before {
    background-image: url("/images/sprite.png");
    background-position: -35px -386px;
    background-size: 456px 414px;
    height: 23px;
    width: 23px;
}
.list-content__clap > a::before {
    background-image: url("/images/sprite.png");
    background-position: 0 -386px;
    background-size: 456px 414px;
    height: 28px;
    width: 20px;
}
.list-content__category-txt {
    border-bottom: 1px dotted #dcdcdc;
    margin: 0 10px 20px;
    padding: 0 0 10px;
}
.list-content__category-txt > dt {
    float: left;
    font-size: 1.2rem;
}
.list-content__category-txt > dt::after {
    content: ":";
    padding: 0 5px;
}
.list-content__category-txt > dd {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    transform: translate(0px, -5px);
}
.list-content__category-txt::after {
    clear: both;
    content: "";
    display: table;
}
.list-content__item .edit-item__btn, .list-content__item .list-content__comment {
    display: none;
}
.list-content__item.edit-item .edit-item__btn {
    display: block;
}
.list-content__item.comment-item .list-content__comment {
    display: block;
}
.layout-card .list-content__link {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dcdcdc currentcolor;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    padding: 0 0 20px;
}
.layout-card .list-content__img {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 15px;
    text-align: center;
}
.layout-card .list-content__img > img {
    display: block;
    width: 100%;
}
.layout-card .list-content__ttl {
    font-size: 1.6rem;
    padding: 0 10px 15px;
}
.layout-card .icon-eye::before {
    margin: 0 11px 0 0;
}
.layout-card .icon-star::before {
    transform: translate(0px, -2px);
}
.layout-card .edit-item .list-content__link {
    padding-bottom: 70px;
}
.layout-card .edit-item__btn {
    bottom: 10px;
    left: 0;
    margin: 0 5px;
    position: absolute;
    right: 0;
}
.layout-card .edit-item__btn > ul > li {
    box-sizing: border-box;
    float: left;
    padding: 0 5px;
    width: 50%;
}
.layout-card .btn__link {
    min-width: auto;
}
.layout-card__account .account {
    padding: 0 10px 10px;
}
.layout-card__account .account__img {
    width: 25px;
}
.layout-card__account .account__name {
    font-weight: bold;
}
.layout-card__info {
    font-size: 1.3rem;
    margin: 0 10px;
}
.layout-card__info > *::before {
    left: 0;
    position: absolute;
    top: 0;
}
.layout-card__info > li {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 30px;
    position: relative;
    width: 50%;
}
.layout-card__comment {
    color: #3faee2;
    font-size: 1.3rem;
    font-weight: bold;
    transform: translate(0px, 5px);
}
.layout-card__count {
    padding: 0 10px;
}
.layout-card--small {
    margin: 0 5px;
}
.layout-card--small .list-content__item {
    float: left;
    width: 50%;
}
.layout-card--small .list-content__link {
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    padding: 0;
}
.layout-card--small .list-content__img {
    border-bottom: 1px solid #dcdcdc;
    height: 110px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
.layout-card--small .list-content__img > img {
    position: absolute;
}
.layout-card--small .list-content__img > .is-height-img {
    height: auto;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
    width: 100%;
}
.layout-card--small .list-content__img > .is-width-img {
    height: 100%;
    left: 50%;
    max-width: none;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.layout-card--small .list-content__ttl {
    font-size: 1.4rem;
}
.layout-card--small__detail {
    padding: 0 10px 10px;
}
.layout-card--medium {
    margin: 0 5px;
}
.layout-card--medium .list-content__item {
    float: left;
    width: 50%;
}
.layout-card--medium .list-content__link {
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    padding: 0;
}
.layout-card--medium .list-content__ttl {
    height: 54px;
    line-height: 1.4;
    overflow: hidden;
    padding: 0 10px 10px;
}
.layout-list {
    margin: 0 10px;
}
.layout-list .list-content__item {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
}
.layout-list .list-content__link {
    padding: 10px;
}
.layout-list .list-content__ttl {
    border-bottom: 1px dotted #dcdcdc;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.layout-list__item-col {
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.3;
}
.layout-list__status {
    position: relative;
}
.layout-list__name {
    box-sizing: border-box;
    padding: 0 90px 0 0;
    position: relative;
    width: 59%;
}
.layout-list__name-ttl {
    color: #999;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}
.layout-list__comment {
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0 0 35px;
    position: absolute;
    right: 10px;
    text-indent: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.layout-list__comment::before {
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.layout-list__view, .layout-list__favorite {
    left: 60%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0px, -50%);
    width: 20%;
}
.layout-list__view::after, .layout-list__favorite::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 5px;
}
.layout-list__view::after {
    background-image: url("/images/sprite.png");
    background-position: -115.5px -92.5px;
    background-size: 228px 207px;
    height: 13px;
    width: 20px;
}
.layout-list__favorite {
    left: inherit;
    right: 0;
}
.layout-list__favorite::after {
    background-image: url("/images/sprite.png");
    background-position: -195px -68px;
    background-size: 228px 207px;
    height: 14.5px;
    width: 15px;
}
.layout-list__config {
    border-top: 1px dotted #dcdcdc;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 10px 0;
}
.layout-list__config > .btn {
    border-right: 1px dotted #dcdcdc;
    float: left;
    width: 33.33%;
}
.layout-list__date {
    margin: 10px 0 0;
}
.layout-list__category {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.layout-list__download {
    box-sizing: border-box;
    float: right;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 15px 10px 35px;
    position: relative;
    text-decoration: none;
    width: 30%;
}
.layout-list__download span {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-10px, -50%);
}
.layout-list__download::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -111.5px;
    background-size: 228px 207px;
    content: "";
    height: 14.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-30px, -50%);
    width: 14px;
}
.list-dl > dt {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 5px;
}
.list-dl > dt::after {
    content: ":";
    padding: 0 5px;
}
.list-dl > dd {
    font-size: 1.4rem;
    line-height: 1.5;
}
.list-dl-author dt {
    font-weight: normal;
}
.list-dl-author .account {
    width: auto;
}
.list-dl-author .account__img {
    width: 25px;
}
.list-dl--col > dt {
    float: left;
}
.list-dl--col > dd {
    transform: translate(0px, -5px);
}
.list-dl--col::after {
    clear: both;
    content: "";
    display: table;
}
.list-teacher {
    background: #fff none repeat scroll 0 0;
}
.list-teacher a {
    color: #333;
    display: block;
    padding: 20px;
    text-decoration: none;
}
.list-teacher li:not(:last-child) a {
    border-bottom: 1px dotted #dcdcdc;
}
.list-teacher > li {
    position: relative;
}
.list-teacher__img {
    float: left;
    width: 65px;
}
.list-teacher__data {
    font-size: 1.3rem;
    padding: 0 0 0 80px;
}
.list-teacher__name {
    color: #3faee2;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 10px;
    text-decoration: none;
}
#button-search-hide span {
    color: #909090;
    font-size: 35px;
}
.list-teacher .list-dl > dt {
    padding-left: 25px;
    position: relative;
}
.list-teacher .list-dl > dt::before {
    left: 0;
    position: absolute;
    top: 0;
}
.list-inline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.list-border__item {
    border-top: 1px dotted #dcdcdc;
}
.list-border__item:first-child {
    border: medium none;
}
.list-link-badge {
    background: #e40b13 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 1.2rem;
    line-height: 20px;
    margin-left: 10px;
    min-width: 17px;
    padding: 0 2px;
    text-align: center;
}
.list-gallery {
    margin: 0 -5px;
    overflow: hidden;
}
.list-gallery > li {
    box-sizing: border-box;
    float: left;
    padding: 0 5px 10px;
    width: 33.33%;
}
.list-gallery > li > img {
    width: 100%;
}
.loader {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 30px 0 0;
    padding: 8px;
    position: relative;
}
.loader a {
    animation: 1.1s linear 0s normal none infinite running load8;
    border-color: rgba(63, 174, 226, 0.2) rgba(63, 174, 226, 0.2) rgba(63, 174, 226, 0.2) #3faee2;
    border-style: solid;
    border-width: 4px;
    margin: 0 auto;
    transform: translateZ(0px);
    z-index: 101;
}
.loader a, .loader a::after {
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
}
#infscr-loading {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 880px;
    padding: 8px;
    position: absolute;
    width: 100%;
}
#infscr-loading::before {
    animation: 1.1s linear 0s normal none infinite running load8;
    border-color: rgba(63, 174, 226, 0.2) rgba(63, 174, 226, 0.2) rgba(63, 174, 226, 0.2) #3faee2;
    border-style: solid;
    border-width: 4px;
    content: "";
    margin: 0 auto;
    transform: translateZ(0px);
    z-index: 101;
}
#infscr-loading > img {
    display: none;
}
#infscr-loading::before, #infscr-loading::after {
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
}
.input-txt {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
}
.input-txt--wide-xs {
    max-width: 100px;
}
.input-txt--wide-s {
    max-width: 200px;
}
.input-txt--wide-m {
    max-width: 300px;
}
.input-txt--wide-l {
    max-width: 500px;
}
.drop-box {
    border: 1px dashed #dcdcdc;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 60px 10px;
    position: relative;
    text-align: center;
}
.drop-box__ttl {
    background: #fff none repeat scroll 0 0;
    left: 20px;
    padding: 0 5px;
    position: absolute;
    top: -10px;
}
.textarea, .textarea-l {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
}
.textarea-l {
    min-height: 100px;
}
.selectbox {
    border-radius: 5px;
    font-size: 1.6rem;
    min-width: 90%;
    padding: 5px;
}
.form-block {
    max-width: 710px;
}
.form-block dl > dt, .form-block dl > dd {
    display: inline-block;
    margin: 0 10px 0 0;
}
.form-term input {
    width: 45%;
}
.txt-error {
    color: #e40b13;
}
input.form-error[type="text"], textarea.form-error, select.form-error {
    background: #fdd7d9 none repeat scroll 0 0;
}
.form-add-comment {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dcdcdc;
    padding: 0 0 0 45px;
    position: relative;
}
.form-add-comment::before {
    border-right: 2px solid #dcdcdc;
    content: "";
    height: 100%;
    left: 42px;
    position: absolute;
    top: 0;
}
.form-add-comment__txt {
    border: medium none;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
}
.form-add-comment__item {
    background: rgba(0, 0, 0, 0) url("/images/btn-plus.png") no-repeat scroll 50% 50% / 20px auto;
    border: medium none;
    box-sizing: border-box;
    display: block;
    height: 42px;
    left: 1px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 42px;
}
.form-calendar {
    position: relative;
}
.form-calendar::after {
    background-image: url("/images/sprite.png");
    background-position: -33.5px -86px;
    background-size: 228px 207px;
    content: "";
    display: inline-block;
    height: 20.5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 22px;
    z-index: 0;
}
.form-calendar > input {
    background: transparent none repeat scroll 0 0;
    position: relative;
    z-index: 2;
}
.img-box {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 20px;
    text-align: center;
}
.img-box-s {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
}
.account {
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.account__img {
    display: table-cell;
}
.account__img > img {
    border-radius: 3px;
    width: 100%;
}
.account__name {
    display: table-cell;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0 0 0 5px;
    text-align: left;
    vertical-align: middle;
}
.account__year {
    display: block;
    font-size: 1.2rem;
    margin: 5px 0 0;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.row::after {
    clear: both;
    content: "";
    display: table;
}
.col {
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-2 .col {
    width: 50%;
}
.col-3 .col {
    width: 33.33%;
}
.col-4 .col {
    width: 25%;
}
.grid-photo-block {
    display: table;
    width: 100%;
}
.grid-photo-block__col {
    display: table-cell;
    vertical-align: middle;
}
.grid-photo-block__col .txt {
    line-height: 1.3;
}
.grid-photo-block__img {
    padding: 0 10px 0 0;
    width: 90px;
}
.sidebar-info .col2_txt {
    display: table-cell;
    padding: 14px 0 14px 10px;
    vertical-align: middle;
}
.sidebar-info .col2_txt p {
    margin-top: 5px;
}
.sidebar-info a .col2_txt p {
    text-decoration: underline;
}
.sidebar-info a:hover .col2_txt p {
    text-decoration: none;
}
.icon-eye::before, .icon-star::before, .icon-star-b::before, .icon-star--green::before, .icon-comment::before, .icon-pen-b::before, .icon-clock::before, .icon-person::before, .icon-excel::before, .icon-pdf::before, .icon-img::before, .icon-all::before, .icon-download::before, .icon-box::before, .icon-box-b::before, .icon-request::before, .icon-clap::before, .icon-persons::before, .icon-persons-b::before, .icon-myhp::before, .icon-myhp-b::before, .icon-lock::before, .icon-lock-b::before, .icon-out::before, .icon-calendar::before, .icon-map::before, .icon-yen::before, .icon-account::before, .icon-report::before, .icon-timeline::before, .icon-community::before, .icon-teacher::before, .icon-topics::before {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.icon-eye::before {
    background-image: url("/images/sprite.png");
    background-position: -115.5px -92.5px;
    background-size: 228px 207px;
    height: 13px;
    width: 20px;
}
.icon-star::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -68px;
    background-size: 228px 207px;
    height: 14.5px;
    transform: translate(0px, -2px);
    width: 15px;
}
.icon-star-b::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -90px;
    background-size: 228px 207px;
    height: 14px;
    transform: translate(0px, -2px);
    vertical-align: middle;
    width: 15px;
}
.icon-star--green::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -23px;
    background-size: 228px 207px;
    height: 15px;
    transform: translate(0px, -2px);
    vertical-align: middle;
    width: 15px;
}
.icon-comment::before {
    background-image: url("/images/sprite.png");
    background-position: -146px -107.5px;
    background-size: 228px 207px;
    height: 17px;
    width: 19px;
}
.icon-pen-b::before {
    background-image: url("/images/sprite.png");
    background-position: -123.5px -145px;
    background-size: 228px 207px;
    height: 16px;
    width: 16px;
}
.icon-clock::before {
    background-image: url("/images/sprite.png");
    background-position: -23.5px -169.5px;
    background-size: 228px 207px;
    height: 16px;
    width: 16px;
}
.icon-person::before {
    background-image: url("/images/sprite.png");
    background-position: -195px 0;
    background-size: 228px 207px;
    height: 15.5px;
    width: 15.5px;
}
.icon-excel::before {
    background-image: url("/images/sprite.png");
    background-position: 0 -48.5px;
    background-size: 228px 207px;
    height: 30px;
    width: 30px;
}
.icon-pdf::before {
    background-image: url("/images/sprite.png");
    background-position: -39px 0;
    background-size: 228px 207px;
    height: 41px;
    width: 31.5px;
}
.icon-img::before {
    background-image: url("/images/sprite.png");
    background-position: 0 0;
    background-size: 228px 207px;
    height: 41px;
    width: 31.5px;
}
.icon-all::before {
    background-image: url("/images/sprite.png");
    background-position: -78px 0;
    background-size: 228px 207px;
    height: 41px;
    width: 30px;
}
.icon-download::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -111.5px;
    background-size: 228px 207px;
    height: 14.5px;
    width: 14px;
}
.icon-box::before {
    background-image: url("/images/sprite.png");
    background-position: -71px -169.5px;
    background-size: 228px 207px;
    height: 12px;
    width: 16px;
}
.icon-box-b::before {
    background-image: url("/images/sprite.png");
    background-position: -94.5px -169.5px;
    background-size: 228px 207px;
    height: 12px;
    width: 16px;
}
.icon-request::before {
    background-image: url("/images/sprite.png");
    background-position: -47px -169.5px;
    background-size: 228px 207px;
    height: 15px;
    width: 16.5px;
}
.icon-clap::before {
    background-image: url("/images/sprite.png");
    background-position: -146px -80px;
    background-size: 228px 207px;
    height: 20px;
    transform: translate(0px, -5px);
    width: 18px;
}
.icon-persons::before {
    background-image: url("/images/sprite.png");
    background-position: -100px -145px;
    background-size: 228px 207px;
    height: 16px;
    width: 16px;
}
.icon-persons-b::before {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -69.5px;
    background-size: 228px 207px;
    height: 13px;
    vertical-align: -1px;
    width: 13px;
}
.icon-myhp::before {
    background-image: url("/images/sprite.png");
    background-position: -90.5px -86px;
    background-size: 228px 207px;
    height: 17px;
    width: 17px;
}
.icon-myhp-b::before {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -28.5px;
    background-size: 228px 207px;
    height: 13px;
    vertical-align: -1px;
    width: 13px;
}
.icon-lock::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -156px;
    background-size: 228px 207px;
    height: 15px;
    vertical-align: -2px;
    width: 12px;
}
.icon-lock-b::before {
    background-image: url("/images/sprite.png");
    background-position: -218px 0;
    background-size: 228px 207px;
    height: 13px;
    vertical-align: -2px;
    width: 10px;
}
.icon-out::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -45.5px;
    background-size: 228px 207px;
    height: 15px;
    vertical-align: -2px;
    width: 15px;
}
.icon-attention {
    background: #e40b13 none repeat scroll 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 5px;
    padding: 2px 3px;
}
.icon-txt {
    border: 1px solid #333;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 10px 5px 0;
    padding: 2px 10px;
}
.icon-calendar::before {
    background-image: url("/images/sprite.png");
    background-position: -218px -68.5px;
    background-size: 228px 207px;
    height: 8.5px;
    vertical-align: -2px;
    width: 8px;
}
.icon-map::before {
    background-image: url("/images/sprite.png");
    background-position: -173.5px 0;
    background-size: 228px 207px;
    height: 21px;
    width: 14px;
}
.icon-yen::before {
    background-image: url("/images/sprite.png");
    background-position: -195px -133.5px;
    background-size: 228px 207px;
    height: 15px;
    width: 13px;
}
.icon-calendar::before {
    background-image: url("/images/sprite.png");
    background-position: -29.5px -145px;
    background-size: 228px 207px;
    height: 17px;
    width: 16px;
}
.icon-account::before {
    background: rgba(0, 0, 0, 0) url("../images/icon_account.png") no-repeat scroll 0 0;
    height: 22px;
    width: 22px;
}
.icon-report::before {
    background: rgba(0, 0, 0, 0) url("../images/icon_report.png") no-repeat scroll 0 0;
    height: 22px;
    width: 22px;
}
.icon-timeline::before {
    background: rgba(0, 0, 0, 0) url("../images/icon_timeline.png") no-repeat scroll 0 0;
    height: 22px;
    width: 22px;
}
.icon-community::before {
    background: rgba(0, 0, 0, 0) url("../images/icon_community.png") no-repeat scroll 0 0;
    height: 22px;
    width: 22px;
}
.icon-teacher::before {
    background: rgba(0, 0, 0, 0) url("../images/icon_teacher.png") no-repeat scroll 0 0;
    height: 22px;
    width: 22px;
}
.icon-topics::before {
    background: rgba(0, 0, 0, 0) url("../images/icon_topics.png") no-repeat scroll 0 0;
    height: 22px;
    width: 22px;
}
.icon-new {
    background: rgba(0, 0, 0, 0) url("../images/icon_new.png") no-repeat scroll 0 0;
    height: 45px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 45px;
    z-index: 2;
}
.label--science, .label--moral, .label--math {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 4px 10px;
}
.label--science {
    background: #45b035 none repeat scroll 0 0;
}
.label--moral {
    background: #265fa9 none repeat scroll 0 0;
}
.label--math {
    background: #febb31 none repeat scroll 0 0;
}
.label-inline {
    display: inline;
}
.label-inline__item {
    background: #3faee2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    width: 20px;
}
.label-common {
    border: 1px solid #3faee2;
    border-radius: 5px;
    color: #3faee2;
    font-weight: bold;
    line-height: 1;
    padding: 7px 12px;
    vertical-align: middle;
}
strong {
    font-weight: bold;
}
.fwb {
    font-weight: bold;
}
.ta-l {
    text-align: left;
}
.ta-c {
    text-align: center;
}
.ta-r {
    text-align: right;
}
.block-l {
    margin-bottom: 30px;
}
.edits {
    margin-bottom: 6px;
}
.block-m {
    margin-bottom: 20px;
}
.block-s {
    margin-bottom: 10px;
}
.box-l {
    padding: 30px;
}
.box-m {
    padding: 15px;
}
.box-s {
    padding: 10px;
}
.box-menu {
    padding: 14px 18px;
}
.box-border {
    border-bottom: 1px dotted #dcdcdc;
    margin: 0 0 20px;
}
.box-image {
    color: #333;
    display: flex;
    text-decoration: none;
}
.box-image__content {
    flex: 1 1 0;
    margin-left: 15px;
}
.box-image__tag {
    background: #efca00 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.2rem;
    padding: 4px 0 3px;
    position: relative;
    text-align: center;
    top: -20px;
    width: 52px;
}
.box-image__tag.complete {
    background: #333 none repeat scroll 0 0;
}
.box-link, .box-link-arrow, .box-link-txt {
    text-decoration: none;
}
.box-link:not(.box-image), .box-link-arrow:not(.box-image), .box-link-txt:not(.box-image) {
    display: block;
}
.box-link-arrow {
    padding-right: 36px;
    position: relative;
}
.box-link-arrow::after {
    background-image: url("/images/sprite.png");
    background-position: -173.5px -90px;
    background-size: 228px 207px;
    content: "";
    height: 16.5px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 10px;
}
.box-link-txt {
    background: #fff none repeat scroll 0 0;
    font-size: 1.4rem;
    font-weight: bold;
}
.box--bg-light {
    background: #f0f0f0 none repeat scroll 0 0;
}
.panel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    padding: 15px;
}
.panel--active {
    background: #ebf7fc none repeat scroll 0 0;
    padding: 15px;
}
.panel-header {
    padding: 0;
}
.panel-header__action {
    flex-wrap: nowrap;
}
.panel-header__action > li:not(:last-child) {
    margin-right: 10px;
}
.panel-header .ttl-detail {
    margin: 0;
}
.panel-header .btn.list-inline {
    margin-top: -10px;
}
.panel-header .btn.list-inline > li {
    margin-right: 10px;
    margin-top: 10px;
}
.panel-link-item {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    display: block;
    padding: 20px;
    text-decoration: none;
}
.panel-link-item .txt {
    text-decoration: underline;
}
.panel-link-item .caption {
    color: #999;
    margin: 0;
}
.panel-link-item.panel-download {
    display: block;
    padding-right: 45px;
}
.panel-link-item .panel-download__icon {
    right: 20px;
    top: 20px;
}
.panel-download {
    display: inline-block;
    position: relative;
}
.panel-download__icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.sp-hidden {
    display: none;
}
.tablet-hidden {
    display: none;
}
.tablet-show {
    display: block;
}
.pc-show {
    display: none;
}
.login-box {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    margin: 50px auto;
    max-width: 440px;
    padding: 35px 10px;
}
.login-box__logo {
    text-align: center;
}
.login-box .btn-strong, .login-box .btn-post, .login-box .btn-pdf {
    width: 160px;
}
.post-caption {
    word-break: break-all;
}
.post-check__item {
    font-size: 1.4rem;
    margin: 0 0 20px;
}
.post-check__item > dl > dt {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 10px;
    width: 5em;
}
.post-check__item > dl > dd {
    display: inline-block;
}
.post-check__item > dl > dd > label {
    display: inline-block;
    padding: 0 15px 15px 0;
}
.post-check__item-radio {
    margin-bottom: 0;
}
.post-btn {
    width: 160px;
}
.profile-box {
    box-sizing: border-box;
    position: relative;
    top: 10px;
    width: 100%;
}
.profile-box .account__img {
    width: 60px;
}
.profile-box .account__name {
    font-size: 1.6rem;
    font-weight: bold;
}
.profile-box .account__year {
    font-weight: normal;
}
.profile-box .btn-config {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 5;
}
.profile-box .change-password {
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 5;
}
.profile-info dt {
    width: 5em;
}
.profile-info dd {
    padding: 0 0 0 4.5em;
}
.profile-count {
    padding: 0 0 20px;
}
.profile-count__post {
    padding: 0 0 0 23px;
}
.profile-count__view {
    padding: 0 0 0 25px;
}
.profile-post .col, .profile-post .col > dt, .profile-post .col > dd {
    float: left;
    width: auto;
}
.profile-post .col > dd {
    margin: -5px 0 0;
    padding: 0 25px 0 0;
}
.profile-link {
    text-decoration: none;
}
.profile-report .btn-minus {
    display: none;
}
.profile-report__area {
    border-top: 1px dotted #dcdcdc;
    padding: 30px 0;
}
.profile-report__menu {
    align-items: center;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    margin: 0 0 30px;
}
.profile-report__notes {
    font-size: 1.3rem;
    font-weight: bold;
}
.profile-report__notes > li {
    margin: 5px 20px 5px 0;
}
.profile-report__notes > li::before {
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 26px;
}
.profile-report__notes > li:first-child::before {
    background: #efca00 none repeat scroll 0 0;
}
.profile-report__notes > li:last-child::before {
    background: #e40b13 none repeat scroll 0 0;
}
.profile-report__graph {
    overflow-x: auto;
    padding: 0 0 20px;
}
.profile-report__graph-in {
    position: relative;
}
.profile-report__graph__cover {
    height: 358px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1078px;
}
.profile-report__txt {
    margin: 0 auto 10px;
    overflow: hidden;
    width: 1040px;
}
.profile-report__txt > li {
    float: left;
    font-size: 1.2rem;
    text-align: center;
    width: 16.6666%;
}
.profile-graph {
    height: 356px;
    width: 1078px;
}
.edit-profile .account__img {
    width: 60px;
}
.tab-layout .template-btn {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 10px 5px 0;
    width: 100%;
}
.template-request-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.template-request-row .account {
    margin: 0 25px 10px 0;
    width: auto;
}
.template-request-row .account__img {
    width: 40px;
}
.template-request-config {
    margin: 0 0 10px;
}
.template-request-config span {
    display: inline-block;
    line-height: 1.2rem;
    margin: 0 10px 0 0;
}
.template-request-row__col {
    display: flex;
    justify-content: space-between;
}
.template-request-row__col .btn__link {
    padding: 6px 10px;
}
.template-comment-area {
    clear: both;
    overflow: hidden;
}
.template-comment-area a {
    text-decoration: none;
}
.template-comment-area .account__img {
    width: 40px;
}
.template-comment-area .account__year {
    color: #333;
}
.template-comment {
    border-top: 1px dotted #dcdcdc;
    clear: both;
    display: none;
    padding: 20px 0 0;
    width: 100%;
}
.template-comment-btn {
    color: #333;
    float: left;
    margin: 0 0 20px;
    padding: 7px 10px;
}
.feedback-textarea {
    min-height: 270px;
}
.detail-icon-area .list-dl {
    display: inline-block;
    margin: 0 30px 0 0;
    white-space: nowrap;
}
.detail-icon-area .btn {
    display: inline-block;
    vertical-align: bottom;
}
.detail-slider {
    margin: 0 auto 20px;
    max-width: 520px;
}
.detail-btn-list {
    margin: 0 auto 30px;
    max-width: 510px;
}
.detail-btn-list .btn {
    margin: 0 auto 10px;
    width: 245px;
}
.detail-entry {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 20px;
}
.detail-comment a {
    color: #333;
    text-decoration: none;
}
.detail-comment .account__img {
    width: 40px;
}
.detail-comment .account__name {
    color: #3faee2;
    font-weight: bold;
}
.detail-comment .account__year {
    color: #333;
    font-weight: normal;
}
.detail-comment__btn {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 5px;
    position: relative;
    width: 9em;
}
.detail-comment__count {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    left: 100%;
    margin: 0 0 0 10px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
}
.detail-comment__count::before, .detail-comment__count::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px 5px 4px 4px;
    box-shadow: 0 0 blue;
    content: "";
    left: -9px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.detail-comment__count::before {
    border-right: 6px solid #dcdcdc;
    left: -11px;
}
.top-icon::before {
    margin-right: 10px;
}
.top-list {
    margin: 0;
}
.top-card {
    display: flex;
    flex-wrap: wrap;
}
.top-card .list-content__item {
    display: flex;
    float: none;
}
.top-card .list-content__link {
    flex-basis: 100%;
}
.top-account .account__img {
    width: 40px;
}
.top-account .account__name {
    color: #3faee2;
}
.top-account .account__year {
    color: #333;
}
.top-account a {
    color: #333;
    text-decoration: none;
}
.top-info > dt {
    clear: left;
    float: left;
    font-size: 1.4rem;
    padding: 12px 0 0 23px;
    position: relative;
}
.top-info > dt::before {
    left: 0;
    position: absolute;
    top: 12px;
}
.top-info dd:nth-of-type(1) {
    border-top: 1px dotted #ccc;
}
.top-info dd {
    border-bottom: 1px dotted #ccc;
    color: #3faee2;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 0;
    text-align: right;
}
.top-panel {
    background: #fff none repeat scroll 0 0;
    margin-bottom: -1px;
    padding: 0 15px 1px;
}
.top-list-panel {
    display: block;
    margin: 0 -15px;
    padding: 15px;
    position: relative;
    text-decoration: none;
}
.top-list-panel::after {
    border-bottom: 1px dotted #dcdcdc;
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
}
.top-link {
    background-color: #fff;
    border: 2px solid #3faee2;
}
.top-link__block {
    border-bottom: 1px dotted #3faee2;
    display: table;
    font-size: 1.6rem;
    line-height: 1.3;
    width: 100%;
}
.top-link__block:last-child {
    border: medium none;
}
.top-link__block a {
    background: rgba(0, 0, 0, 0) url("/images/icon_bnr_arrow.png") no-repeat scroll 9px center;
    display: table-cell;
    height: 79px;
    padding: 0 11px 0 44px;
    text-decoration: none;
    vertical-align: middle;
}
.top-link__block p {
    padding: 20px 0;
}
.top-bg-about {
    background: rgba(0, 0, 0, 0) url("/images/icon_bnr_about.png") no-repeat scroll right center;
}
.top-bg-list {
    background: rgba(0, 0, 0, 0) url("/images/icon_bnr_list.png") no-repeat scroll right center;
}
.top-bg-map {
    background: rgba(0, 0, 0, 0) url("/images/icon_bnr_map.png") no-repeat scroll right center;
}
.top-bg-graph {
    background: rgba(0, 0, 0, 0) url("/images/icon_bnr_graph.png") no-repeat scroll right center;
}
.top-topics > dd {
    border-bottom: 1px dotted #dcdcdc;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.top-topics > dd:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.top-topics a {
    text-decoration: none;
}
.top-topics a:hover {
    text-decoration: underline;
}
.top-topics-date {
    font-size: 1.3rem;
}
.top-report-label {
    margin: 0 0 5px;
}
.top-content {
    display: flex;
}
.top-content .date {
    background-color: #efca00;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 100px;
    left: 0;
    margin: -14px 0 0 -6%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
    z-index: 2;
}
.top-content .date__year {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.2rem;
    padding: 16px 0 0;
}
.top-content .date__day {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.8rem;
    padding: 2px 0;
}
.top-content .date__week {
    font-size: 2rem;
}
.top-content__item {
    box-sizing: border-box;
    margin: 0 0 10px 10px;
    position: relative;
    width: 50%;
}
.top-content__link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    color: #333;
    display: block;
    height: 100%;
    padding: 10px;
    text-decoration: none;
}
.top-content__item:first-child {
    margin-left: 3%;
    width: 47%;
}
.top-content__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-content__inner__item {
    box-sizing: border-box;
    position: relative;
    width: 49%;
}
.top-content__inner__item:nth-child(1), .top-content__inner__item:nth-child(2) {
    margin-bottom: 10px;
}
.top-content__img {
    height: 130px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.top-content__img > .is-height-img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0px);
    width: 100%;
}
.top-content__img > .is-width-img {
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.top-content__item:first-child .top-content__img {
    height: 255px;
}
.top-content__label {
    bottom: 0;
    left: 0;
    position: absolute;
}
.top-content__item:first-child .top-content__label {
    position: static;
}
.top-content__ttl {
    color: #3faee2;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
}
.top-content__item:first-child .top-content__ttl {
    display: inline-block;
}
.top-content__footer {
    padding-top: 12px;
}
.top-content__item .user__icon {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
    width: 30px;
}
.top-content__item .user {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
}
.top-content__item .icon-eye, .top-content__item .icon-clap {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 30px;
}
.top-content .btn {
    clear: left;
}
.btn-list {
    background-color: #3faee2;
    box-shadow: 0 2px #18719b;
    color: #fff;
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 8px 13px;
    white-space: nowrap;
}
.btn-list::after {
    content: "";
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.top-community {
    background-color: #fff;
}
.top-list-community {
    display: flex;
    flex-wrap: wrap;
}
.top-list-community__item {
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    box-sizing: border-box;
    padding: 13px 12px 0 13px;
    position: relative;
    width: 50%;
}
.top-list-community__item:last-child {
    border-right: medium none;
}
.top-list-community__link {
    color: #333;
    text-decoration: none;
}
.top-list-community__pic {
    width: 100%;
}
.top-list-community__ttl {
    color: #3faee2;
    font-size: 1.4rem;
    padding: 15px 0 14px;
}
.top-list-community__tag span {
    border: 1px solid #333;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 10px 5px 0;
    padding: 2px 5px;
}
.top-list-community__tag span:last-child {
    margin-right: 0;
}
.top-list-community__person {
    font-size: 1.2rem;
    padding: 8px 0 7px;
}
.top-list-community__clap {
    font-size: 1.2rem;
    padding-bottom: 16px;
}
.top-community .btn {
    padding: 15px 0;
}
.top-list-community-link {
    color: #333;
    text-decoration: none;
}
.top-timeline {
    background-color: #fff;
    position: relative;
}
.top-timeline .ttl-main, .top-timeline .ttl-main-big {
    box-sizing: border-box;
    height: 40px;
}
.top-timeline .tab-menu {
    border: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
}
.top-timeline .tab-menu__switch {
    width: 120px;
}
.top-timeline .tab-menu__link {
    background-color: #ebf7fc;
    border: medium none;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1) inset;
    font-size: 1.3rem;
    line-height: 1.5;
    min-height: 30px;
}
.top-timeline .tab-menu__link.is-active {
    background-color: #fff;
    box-shadow: none;
    color: #3faee2;
}
.top-list-timeline__item {
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
    padding: 10px 11px 10px 0;
}
.top-timeline .btn {
    padding: 15px 0;
}
.top-list-timeline__item a {
    text-decoration: none;
}
.top-list-timeline__link {
    background: rgba(0, 0, 0, 0) url("../images/icon_arrow_right.png") no-repeat scroll right center;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.top-list-timeline__date, .top-list-timeline__tag, .top-list-timeline__icon, .top-list-timeline__ttl {
    display: table-cell;
    vertical-align: middle;
}
.top-list-timeline__date {
    color: #333;
    font-size: 1.2rem;
    padding: 0 20px;
    text-decoration: none;
    width: 80px;
}
.top-list-timeline__tag {
    background: rgba(0, 0, 0, 0) url("../images/bg_tag.png") no-repeat scroll left center;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding-left: 12px;
    text-align: center;
    width: 80px;
}
.top-list-timeline__icon {
    text-align: center;
    width: 93px;
}
.top-list-timeline__icon img {
    height: auto;
    width: 40px;
}
.top-list-timeline__ttl {
    color: #3faee2;
    font-size: 1.4rem;
    font-weight: bold;
}
.pdf-contents {
    background: #fff none repeat scroll 0 0;
    min-width: 1040px;
}
.pdf-contents .footer__copy {
    background: #fff none repeat scroll 0 0;
}
.pdf-main {
    margin: 0 auto;
    width: 1040px;
}
.pdf-logo {
    padding: 30px;
    text-align: center;
}
.pdf-logo img {
    width: 230px;
}
.pdf-info {
    display: flex;
}
.pdf-info > dl {
    display: flex;
    flex-grow: 1;
    font-weight: bold;
    line-height: 1;
}
.pdf-info > dl > dt, .pdf-info > dl > dd {
    flex-grow: 1;
}
.pdf-info > dl > dt {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    font-size: 1.5rem;
    padding: 14px 10px 10px;
}
.pdf-info > dl > dd {
    border: 1px solid #999;
    color: #333;
    font-size: 1.6rem;
    padding: 10px 10px 8px;
}
.pdf-ttl-page {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 16px 20px;
}
.pdf-ttl-main {
    border-bottom: 2px solid #333;
    border-top: 2px solid #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 19px 0 15px;
}
.pdf-ttl-sub {
    border: 2px solid #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 20px;
}
.pdf-entry {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 40px;
}
.pdf-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 0;
}
.pdf-list > li {
    margin: 0 0 60px;
}
.pdf-list__img {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 327px;
    margin: 0 0 10px;
    padding: 10px;
    position: relative;
    width: 327px;
}
.pdf-list__img > img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pdf-list__txt {
    font-size: 2rem;
    line-height: 1.5;
    width: 327px;
}
.community-card__info {
    font-size: 1.2rem;
    padding: 0 10px 15px;
}
.community-card__info > li + li {
    margin-top: 8px;
}
.community-panel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
}
.community-panel .btn {
    padding: 20px;
}
.community-panel .btn-plus {
    padding: 14px 15px 12px 50px;
}
.community-panel .btn-plus::after {
    margin: 0 0 0 40px;
}
.community-panel .txt {
    color: #333;
    text-decoration: none;
}
.community-panel .account {
    width: auto;
}
.community-panel .account__img {
    width: 25px;
}
.community-panel .account-label {
    line-height: 25px;
}
.community-ttl-btn {
    padding: 16px 140px 12px 10px;
    position: relative;
}
.community-ttl-btn .btn-strong-mini {
    margin-top: -14px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.community-tab {
    border-bottom: 1px dotted #dcdcdc;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}
.community-tab .tab-sort {
    width: 240px;
}
.community-tab .tab-switch__link + .tab-switch__link {
    border-left: 2px solid #3faee2;
}
.community-ttl-main {
    padding: 17px 10px 15px;
}
.news-detail-box {
    position: relative;
}
.news-detail-box .btn-config {
    position: absolute;
    right: 0;
    top: 0;
}
.news-detail-box .news-detail-btn {
    margin: 0 auto;
    width: 160px;
}
.news-detail-box .btn.list-inline > li {
    margin-right: 20px;
}
.news-detail-label {
    display: inline-block;
    font-size: 1.4rem;
    margin: 10px 0;
}
.news-detail-img > img {
    width: 100%;
}
.news-detail-data {
    font-weight: bold;
}
.news-detail-data .txt {
    padding: 0 0 0 30px;
    position: relative;
}
.news-detail-data .txt::before {
    left: 0;
    position: absolute;
    top: 3px;
}
.news-detail-map {
    color: #333;
    font-size: 1.2rem;
    padding: 2px 10px;
    width: 110px;
}
.news-detail-btn {
    margin: 0 auto 30px;
    width: 245px;
}
.thread-detail-panel {
    padding-bottom: 0;
}
.thread-detail-box {
    position: relative;
}
.thread-detail-box .btn-config {
    position: absolute;
    right: 0;
    top: 0;
}
.thread-detail-box .ttl-detail {
    margin: 0 100px 0 0;
}
.tread-detail-spread {
    margin-left: -15px;
    margin-right: -15px;
}
.thread-detail-list {
    border-bottom: 1px dotted #dcdcdc;
    padding: 10px 15px 10px 65px;
    position: relative;
}
.thread-detail-list:last-child {
    border: medium none;
}
.thread-detail-list .panel--active {
    padding: 10px 15px 10px 65px;
}
.thread-detail-list__img {
    left: 15px;
    position: absolute;
    top: 10px;
    width: 40px;
}
.thread-detail-list__name {
    display: inline-block;
    vertical-align: middle;
}
.thread-detail-list__name a {
    font-weight: bold;
    padding: 0 10px 0 0;
    text-decoration: none;
}
.thread-detail-list__edit {
    position: absolute;
    right: 15px;
    top: 10px;
}
.thread-detail-quote {
    border-left: 2px solid #dcdcdc;
    display: block;
    padding: 0 0 0 13px;
}
.thread-detail-quote__site > img {
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.emergency {
    background-color: #fff;
    border: 1px solid #e40b13;
    box-sizing: border-box;
    display: table;
    padding: 8px 6px;
    width: 100%;
}
.emergency dt {
    background-color: #e40b13;
    border-radius: 3px;
    color: #fff;
    display: table-cell;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 6px 9px;
    vertical-align: middle;
    white-space: nowrap;
}
.emergency dd {
    color: #e40b13;
    display: table-cell;
    font-size: 1.4rem;
    padding-left: 14px;
    vertical-align: middle;
}
.btn-more {
    padding: 0 10px 10px;
}
.btn-more a {
    background-color: #ebf7fc;
    display: block;
    font-size: 1.4rem;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}
.user-tab {
    box-sizing: border-box;
    width: 100%;
}
.user-tab .tab-menu__switch {
    width: 160px;
}
.side-category, .side-search-area {
    background-color: #fff;
}
.side-search-area .ttl-sub {
    background-color: inherit;
    color: #333;
    margin-bottom: 13px;
    padding: 0;
}
.side-category__list > a:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.side-category > li:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}
.side-category__list > a {
    color: #333;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
    text-decoration: none;
}
.side-category__list > a::after {
    background-image: url("/images/sprite.png");
    background-position: -118px -169.5px;
    background-size: 228px 207px;
    content: "";
    height: 9px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 15px;
}
.list-school__label {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 10px;
}
.list-year {
    padding-top: 10px;
}
.list-year__label {
    margin: 0 0 10px;
}
.list-year__label::before {
    content: "┗";
}
.tab-layout__report .tab-type, .tab-layout__user .tab-type {
    width: inherit;
}
.tab-layout__user .tab-sort {
    width: 240px;
}
.tab-layout__user .tab-switch__link {
    border-right: 2px solid #3faee2;
}
.tab-layout__user .tab-switch__link:last-child {
    border: medium none;
}
.tab-layout__report .tab-sort {
    width: 160px;
}
.profile-main-single {
    max-width: 1140px;
    width: 100%;
}
.list-account__fan, .list-account__myfan, .list-account__clap {
    display: inline-block;
    margin: 0 70px 20px 0;
}
.list-account__clap {
    margin-right: 0;
}
.list-account__fan dt, .list-account__myfan dt, .list-account__clap dt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
}
.list-account__fan dd, .list-account__myfan dd, .list-account__clap dd {
    display: inline-block;
    font-size: 1.4rem;
}
.list-account__clap .clap-recent {
    margin-left: 20px;
}
.list-account__post dt, .list-account__view dt {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
}
.list-account__award dt {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 30px;
}
.list-account__award dd {
    display: inline-block;
}
.list-account__award dd span {
    display: inline-block;
    margin: 0 30px 20px 0;
}
.list-account__award dd a {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 20px;
    text-decoration: none;
}
.list-account__post, .list-account__view {
    display: inline-block;
    padding-bottom: 20px;
}
.list-account__post {
    margin-right: 75px;
}
.list-account__post dd, .list-account__view dd {
    display: inline-block;
    font-size: 1.4rem;
}
.profile .profile-report__area {
    display: block;
}
.full__lead {
    font-size: 1.6rem;
    line-height: 1.5;
}
.full__flow {
    background-color: #fff;
    border: 2px solid #3faee2;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ccc;
    font-size: 2.2rem;
    font-weight: bold;
    width: 100%;
}
.full__flow li {
    background: rgba(0, 0, 0, 0) url("../images/icon_arrow_full.png") no-repeat scroll left center;
    float: left;
    padding: 9px 0;
    text-align: center;
    width: 25%;
}
.full__flow li:first-child {
    background-image: none;
}
.full__flow li.cr {
    color: #3faee2;
}
.full-division {
    position: relative;
}
.full-division h3 {
    font-size: 3rem;
    margin-bottom: 35px;
    padding-top: 10px;
    text-align: center;
}
.full__back {
    left: 25px;
    position: absolute;
    top: 45px;
}
.full__back a {
    background: rgba(0, 0, 0, 0) url("../images/icon_arrow_full_back.png") no-repeat scroll left center;
    font-size: 2rem;
    padding-left: 22px;
    text-decoration: none;
}
.full-division .full__box {
    display: table;
    padding-bottom: 30px;
    width: 100%;
}
.full-division .full__box > div {
    display: table-cell;
    text-align: center;
    width: 33.3%;
}
.full-division .full__box a {
    background-color: #ebf7fc;
    border: 6px solid #3faee2;
    border-radius: 96px;
    box-sizing: border-box;
    display: block;
    font-size: 3.6rem;
    height: 192px;
    margin: 0 auto 15px;
    padding-top: 73px;
    text-align: center;
    text-decoration: none;
    width: 192px;
}
.full-division .full__box dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.full-division .full__box dd {
    color: #3faee2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4.8rem;
    font-weight: bold;
}
.full-unit {
    padding: 0;
    position: relative;
}
.full-unit h3 {
    font-size: 3rem;
    margin-bottom: 40px;
    padding-top: 40px;
    text-align: center;
}
.full-report__ttl {
    background-color: #ebf7fc;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 13px 0 12px;
}
.full-report__ttl div {
    display: inline-block;
}
.full-report__ttl div:first-child {
    box-sizing: border-box;
    padding-left: 16px;
    width: 111px;
}
.full-report__list {
    align-items: center;
    border-bottom: 1px dotted #b2b2b2;
    display: flex;
    padding: 13px 19px;
}
.full-report__list:last-child {
    border-bottom: medium none;
}
.full-report__list li {
    box-sizing: border-box;
    display: inline-block;
}
.full-report__list__num {
    color: #fff;
    font-size: 2.4rem;
    height: 34px;
    margin-right: 37px;
    padding: 6px 7px 0 0;
    text-align: center;
    width: 58px;
}
.bg-yellow {
    background: rgba(0, 0, 0, 0) url("../images/bg_full_balloon_yellow.png") no-repeat scroll left center;
}
.bg-red {
    background: rgba(0, 0, 0, 0) url("../images/bg_full_balloon_red.png") no-repeat scroll left center;
}
.bg-green {
    background: rgba(0, 0, 0, 0) url("../images/bg_full_balloon_green.png") no-repeat scroll left center;
}
.full-report__list__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    width: 85%;
}
.full-report__list__ttl a {
    display: inline-block;
    padding-right: 56px;
    text-decoration: none;
    vertical-align: middle;
}
.full-report__list__btn__make a, .full-report__list__btn__request a {
    color: #333;
}
.full-report__list__btn__make {
    margin: 0 30px;
}
.full-report__list__btn__make .btn a {
    width: 130px;
}
.full-report__list__btn__request .btn a {
    width: 134px;
}
.full-report__list__request__num {
    background: rgba(0, 0, 0, 0) url("../images/bg_full_balloon_blue.png") no-repeat scroll left center;
    color: #3faee2;
    font-size: 2.4rem;
    height: 34px;
    margin-left: 10px;
    padding: 6px 0 0 7px;
    text-align: center;
    width: 57px;
}
.full-report__list__lack {
    border: 2px solid #e40b13;
    border-radius: 23px;
    box-sizing: border-box;
    color: #e40b13;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    height: 46px;
    margin-top: -23px;
    padding-top: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 46px;
}
.btn-calendar__make {
    text-align: left;
}
.list-calendar__green a::before, .list-calendar__blue a::before, .list-calendar__yellow a::before {
    border-left: 20px solid #45b035;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 7px;
    vertical-align: middle;
}
.list-calendar__blue a::before {
    border-color: #265fa9;
}
.list-calendar__yellow a::before {
    border-color: #febb31;
}
.calendar__nav .btn {
    display: block;
}
.calendar__nav .btn-today, .calendar__nav .btn-prev, .calendar__nav .btn-next {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #3faee2;
    float: left;
}
.calendar__nav .btn-today {
    margin-right: 10px;
}
.calendar__nav .btn-prev {
    background: #fff url("../images/icon_arrow_calendar_prev.png") no-repeat scroll center center;
    border-radius: 5px 0 0 5px;
    text-indent: -9999px;
}
.calendar__nav .btn-next {
    background: #fff url("../images/icon_arrow_calendar_next.png") no-repeat scroll center center;
    border-left: medium none;
    border-radius: 0 5px 5px 0;
    text-indent: -9999px;
}
.calendar__month {
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 21px;
    padding-top: 12px;
}
.calendar__day {
    margin-left: 5px;
}
.tab-calendar {
    float: right;
    width: 160px;
}
.tab-calendar > li > a {
    border-right: 2px solid #3faee2;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
}
.tab-calendar > li:last-child a {
    border-right: medium none;
}
.block-calendar__week, .block-calendar__month, .block-calendar__day4 {
    display: none;
}
@media print, screen and (min-width: 480px) {
.layout-card .list-content__item {
    box-sizing: border-box;
    float: left;
    margin: 0 0 10px;
    padding: 0 5px;
    width: 50%;
}
}
@media print, screen and (min-width: 600px) {
.list-teacher {
    display: flex;
    flex-wrap: wrap;
}
.list-teacher > li {
    box-sizing: border-box;
    width: 50%;
}
.list-teacher > li:nth-child(2n) {
    border-left: 1px dotted #dcdcdc;
}
}
@media print, screen and (min-width: 768px) {
.header {
    border-bottom: medium none;
    border-top: 4px solid #3faee2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 0 0 30px;
    position: relative;
}
.header__inner {
    position: relative;
}
.logo {
    align-items: center;
    display: flex;
    height: auto;
    padding: 25px 30px 20px;
}
.logo__img {
    width: 228px;
}
.tagline {
    font-size: 1.3rem;
    margin: 0 0 0 15px;
}
.header-account {
    border-left: medium none;
    margin: 0 90px 0 0;
    padding: 0;
    width: 140px;
}
.header-account .account {
    padding: 13px 0 0;
    width: 140px;
}
.header-account .account__img {
    display: table-cell;
    margin: 0;
    width: 40px;
}
.header-account .account__name {
    display: table-cell;
}
.account-menu__btn {
    display: none;
}
.account-menu__wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    position: absolute;
    right: 15px;
    top: 27px;
    width: auto;
}
.account-menu__wrap > li:not(:last-child) {
    border-right: 1px solid #dcdcdc;
}
.account-menu__list {
    border-top: medium none;
    float: left;
}
.account-menu__list > a {
    display: inline;
    padding: 10px 15px;
}
.account-menu__list > a::after {
    content: none;
}
.gnav {
    border-top: 1px solid #dcdcdc;
}
.gnav-btn {
    display: none;
}
.gnav-menu {
    border: medium none;
    display: block;
}
.gnav-menu > li:not(:last-child) {
    position: relative;
}
.gnav-menu > li:not(:last-child)::after {
    background: #dcdcdc none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
}
.gnav-menu > li:nth-child(1) > a::before {
    background-image: url("/images/sprite.png");
    background-position: -436px -72px;
    background-size: 456px 414px;
    height: 17px;
    width: 17px;
}
.gnav-menu > li:nth-child(2) > a::before {
    background-image: url("/images/sprite.png");
    background-position: -436px -200px;
    background-size: 456px 414px;
    height: 17px;
    width: 14px;
}
.gnav-menu > li:nth-child(3) > a::before {
    background-image: url("/images/sprite.png");
    background-position: -436px -169px;
    background-size: 456px 414px;
    height: 16px;
    width: 15px;
}
.gnav-menu > li:nth-child(4) > a::before {
    background-image: url("/images/sprite.png");
    background-position: -436px -137px;
    background-size: 456px 414px;
    height: 17px;
    width: 16px;
}
.gnav-menu > li:nth-child(5) > a::before {
    background-image: url("/images/sprite.png");
    background-position: -195px 0;
    background-size: 228px 207px;
    height: 15.5px;
    width: 15.5px;
}
.gnav-list {
    border-top: medium none;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
    width: 20%;
}
.gnav-list.is-active::before {
    border-bottom: 3px solid #3faee2;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.gnav-list > a {
    box-sizing: border-box;
    display: block;
    min-height: 50px;
    padding: 20px 0 0;
}
.gnav-list > a::after {
    content: none;
}
.gnav-list > a::before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 0;
    vertical-align: middle;
}
.header--public {
    text-align: left;
}
.header--public .logo {
    align-items: inherit;
    display: flex;
    flex-direction: column;
    float: left;
    padding: 25px 0 30px 10px;
    width: auto;
}
.header--public .tagline {
    font-size: 1.3rem;
    margin: 15px 0 0;
}
.header-public {
    float: right;
    padding: 20px 0 0;
}
.header-public .btn-strong, .header-public .btn-post, .header-public .btn-pdf {
    float: left;
    margin: 16px 0 0;
    padding: 6px 10px;
}
.header-public__login {
    float: left;
    margin: 0 10px 0 0;
}
.header-public__login .input-txt {
    font-size: 1.2rem;
    padding: 3px;
    width: 120px;
}
.header-public__link > li {
    display: inline-block;
    margin: 0 25px 0 0;
}
.header-public__link > li a:hover {
    text-decoration: underline;
}
.header-public__btn {
    width: 170px;
}
.sidebar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #dcdcdc #dcdcdc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.side-search-btn {
    display: none;
}
.side-search-area {
    border-bottom: medium none;
    display: block;
}
.sidebar-info .panel {
    padding: 20px;
}
.list-link-panel {
    margin: -20px;
}
.list-user {
    margin: -30px;
}
.sidebar-thumbs {
    display: block;
}
.sidebar-thumbs__thumbs {
    border: 1px solid #dcdcdc;
    margin: 0 0 30px;
}
.sidebar-thumbs__menu {
    border: 1px solid #dcdcdc;
}
.contents {
    box-sizing: border-box;
    margin: 0 10px;
    max-width: 1140px;
}
.contents-inner {
    margin: 0 auto;
    max-width: 1140px;
}
.module {
    display: inherit;
}
.module .sidebar {
    width: 230px;
}
.main-top {
    display: block;
}
.main {
    margin: 0 0 0 260px;
    padding: 0;
}
.main-wrapper {
    float: right;
    margin: 0 0 0 -260px;
    width: 100%;
}
.main-wrapper--left {
    float: left;
    margin: 0 -260px;
    width: 100%;
}
.sidebar {
    float: left;
    position: relative;
    width: 230px;
}
.sidebar-info {
    float: left;
    position: relative;
    width: 230px;
}
.sidebar-thumbs {
    float: left;
    position: relative;
    width: 230px;
}
.sidebar--right {
    float: right;
    position: relative;
    width: 230px;
}
.inner-container {
    display: flex;
    justify-content: space-between;
}
.inner-container__main {
    width: 618px;
}
.inner-container__side {
    width: 230px;
}
.bx-img img {
    max-height: 394px;
}
.modal-follow__list {
    min-width: 500px;
}
.btn-fixed-size-s {
    width: 160px;
}
.ttl-main-big span {
    margin: 0 0 0 15px;
}
.ttl-detail {
    font-size: 2.6rem;
}
.ttl-has-comment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
.ttl-has-comment__ttl {
    flex: 1 1 0;
}
.ttl-has-comment__comment {
    text-align: right;
}
.ttl-justify {
    padding-left: 75px;
    position: relative;
}
.ttl-justify .btn-label, .ttl-justify .btn-label-round {
    left: 0;
    position: absolute;
    top: 0;
}
.ttl-justify-full .btn-status {
    right: 0;
    top: 0;
}
.ttl-justify-full .ttl-heading__main {
    display: block;
    margin-right: 90px;
}
.tab-menu {
    border-bottom-width: 4px;
    padding: 0;
}
.tab-menu__switch {
    padding: 0 10px 10px 0;
    width: 140px;
}
.tab-menu__link {
    font-size: 1.6rem;
}
.tab-layout {
    margin: 0 0 10px;
    position: relative;
}
.tab-layout__col {
    padding: 0 10px 0 0;
}
.tab-btn-layout {
    margin: 0 0 20px;
}
.tab-btn-layout__col:nth-child(1) {
    float: left;
}
.tab-btn-layout__col:nth-child(3) {
    float: right;
    margin: 0 108px 0 0;
}
.layout-card {
    margin: 0 -5px;
    padding: 0 0 40px;
}
.layout-card .list-content__item {
    margin: 0 0 20px;
    padding: 0;
    width: 33.33%;
}
.layout-card .list-content__link {
    border: 1px solid #dcdcdc;
    margin: 0 5px;
}
.layout-card .edit-item .list-content__link {
    padding-bottom: 110px;
}
.layout-card .edit-item__btn {
    margin: 0 10px;
}
.layout-card .edit-item__btn > ul > li {
    float: none;
    margin: 10px 0 0;
    width: 100%;
}
.layout-card__account .account__name {
    padding: 0 0 0 5px;
}
.layout-card__info {
    font-size: 1.2rem;
}
.layout-card__info > li {
    float: none;
    margin: 0 0 10px;
    width: 100%;
}
.layout-card__info > li.icon-comment {
    margin: -10px 0 10px;
}
.layout-card--small {
    margin: 0 -5px;
}
.layout-card--small .list-content__item {
    width: 33.33%;
}
.layout-card--medium {
    margin: 0 -5px;
}
.layout-card--medium .list-content__item {
    width: 33.33%;
}
.layout-list {
    margin: 0;
}
.list-teacher > li {
    width: 100%;
}
.list-teacher > li:nth-child(2n) {
    border-left: medium none;
}
.form-block input[type="text"] {
    width: 300px;
}
.form-block label {
    padding: 0 25px 0 0;
}
.form-term input {
    width: 250px;
}
.account__name {
    font-size: 1.4rem;
    padding: 0 0 0 10px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col {
    padding-left: 15px;
    padding-right: 15px;
}
.row-list.col-2 > *:nth-child(2n+1) {
    clear: left;
}
.row-list.col-3 > *:nth-child(3n+1) {
    clear: left;
}
.row-list.col-4 > *:nth-child(4n+1) {
    clear: left;
}
.box-m {
    padding: 20px;
}
.box-image__tag {
    font-size: 1.3rem;
    padding: 5px 0 4px;
    top: -22px;
}
.box-link-arrow {
    padding-right: 36px;
}
.panel {
    padding: 30px;
}
.panel--active {
    padding: 20px 30px;
}
.panel-header {
    padding: 0;
}
.panel-header__eyecatch {
    width: 878px;
}
.sp-hidden {
    display: block;
}
.sp-show {
    display: none;
}
.login-box {
    margin: 100px auto;
    padding: 70px;
}
.post-img {
    box-sizing: border-box;
    height: 233px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.post-img > img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.profile-box {
    top: 0;
}
.profile-box .btn-config {
    right: 35px;
    top: 35px;
}
.profile-box .change-password {
    right: 130px;
    top: 35px;
}
.profile-count .list-dl {
    margin: 0 40px 0 0;
    width: auto;
}
.profile-count .list-dl > dt {
    display: inline-block;
}
.profile-count .list-dl > dd {
    display: inline;
    padding: 0;
}
.profile-btn-group {
    max-width: 320px;
}
.profile-award {
    margin: 0;
}
.profile-award > dt {
    float: left;
}
.profile-award > dd {
    padding: 0 0 0 80px;
    transform: translate(0px, -5px);
}
.profile-award .col {
    margin: 0 15px 10px;
    padding: 0;
    width: auto;
}
.profile-report__notes {
    align-items: center;
    display: flex;
}
.tab-layout .template-btn {
    padding: 0;
    width: 330px;
}
.tab-layout .template-btn .btn__link {
    width: 160px;
}
.template-request-row {
    justify-content: flex-start;
}
.template-request-row .account {
    margin: 0 25px 0 0;
}
.template-request-config {
    margin: 0;
}
.template-request-row__col {
    float: right;
    width: 265px;
}
.thread-detail-panel {
    padding-bottom: 0;
}
.tread-detail-spread {
    margin-left: -30px;
    margin-right: -30px;
}
.thread-detail-list {
    padding: 20px 30px 20px 80px;
}
.thread-detail-list__img {
    left: 30px;
    top: 20px;
}
.list-account__award dt {
    display: inline-block;
}
.full-unit {
    padding: 0;
}
}
@media print, screen and (min-width: 840px) {
.list-teacher > li {
    width: 50%;
}
.list-teacher > li:nth-child(2n) {
    border-left: 1px dotted #dcdcdc;
}
}
@media print, screen and (min-width: 1140px) {
.logo {
    padding: 25px 0 20px;
}
.tagline > span {
    display: inline-block;
}
.account-menu__wrap {
    right: -10px;
}
.account-menu__list > a:hover {
    text-decoration: underline;
}
.gnav-list > a:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.header--public .logo {
    margin: 0;
    padding-left: 0;
}
.header--public .logo__img {
    width: 280px;
}
.header--public .tagline > span {
    display: inline-block;
}
.header-public {
    padding: 20px 0;
    right: -20px;
}
.header-public__login {
    margin: 0 20px 0 0;
}
.header-public__login .input-txt {
    width: 160px;
}
.header-public__btn {
    width: 170px;
}
.side-menu__list > a:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.side-inner__list > a:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.list-check__label-name {
    cursor: pointer;
}
.list-check__label-name:hover {
    color: #3faee2;
    text-decoration: underline;
}
.list-link-panel a {
    transition: background 0.3s ease 0s;
}
.list-link-panel a:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.sidebar-top {
    border: medium none;
}
.contents {
    margin: 0 auto 30px;
}
.modal-follow__item {
    padding: 20px;
}
.modal-follow__item .account {
    max-width: 165px;
}
.modal-follow__item .account__img {
    width: 50px;
}
.modal-follow__item .btn {
    right: 20px;
}
.btn__txt:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-decoration: underline;
}
.btn-normal {
    transition: background 0.3s ease 0s;
}
.btn-normal:hover:not(.is-favorite):not(.is-mybox) {
    background: #f0f0f0 none repeat scroll 0 0;
}
.btn-done {
    transition: background 0.3s ease 0s;
}
.btn-strong, .btn-post, .btn-pdf {
    transition: transform 0.1s ease 0s, box-shadow 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}
.btn-strong:hover, .btn-post:hover, .btn-pdf:hover {
    box-shadow: 0 0 #a3191e;
    transform: translate(0px, 2px);
}
.btn-important {
    transition: transform 0.1s ease 0s, box-shadow 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}
.btn-important:hover {
    box-shadow: 0 0 #000;
    transform: translate(0px, 2px);
}
.btn-clip {
    transition: transform 0.1s ease 0s, box-shadow 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}
.btn-clip:hover {
    box-shadow: 0 0 #000;
    transform: translate(0px, 2px);
}
.btn-edit.btn__link, .btn__link.btn-del {
    transition: background 0.3s ease 0s;
}
.btn-edit.btn__link:hover, .btn__link.btn-del:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-label, .btn-label-round {
    transition: background 0.3s ease 0s;
}
.btn-label:hover, .btn-label-round:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-config {
    transition: background 0.3s ease 0s;
}
.btn-config:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-myhp {
    transition: background 0.3s ease 0s;
}
.btn-myhp:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-fb {
    transition: background 0.3s ease 0s;
}
.btn-fb:hover {
    background: #98aada none repeat scroll 0 0;
}
.btn-tw {
    transition: background 0.3s ease 0s;
}
.btn-tw:hover {
    background: #deeffc none repeat scroll 0 0;
}
.btn-info {
    transition: background 0.3s ease 0s;
}
.btn-info:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-favorite {
    transition: background 0.3s ease 0s;
}
.btn-favorite:hover {
    background: #fff9d6 none repeat scroll 0 0;
}
.btn-back {
    transition: background 0.3s ease 0s;
}
.btn-back:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-follow {
    transition: background 0.3s ease 0s;
}
.btn-follow:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-plus, .btn-minus {
    transition: background 0.3s ease 0s;
}
.btn-plus:hover, .btn-minus:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.btn-nolink {
    transition: background 0.3s ease 0s;
}
.btn-nolink:hover {
    background: inherit;
}
.tab-menu {
    padding: 0 170px 0 0;
}
.tab-menu__switch {
    padding: 0 10px 0 0;
}
.tab-menu__link {
    border-bottom: medium none;
    border-radius: 5px 5px 0 0;
    min-height: 48px;
    padding: 0 5px;
    transition: background 0.3s ease 0s;
}
.tab-menu__link:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.tab-menu__link.is-active:hover {
    background: #3faee2 none repeat scroll 0 0;
}
.tab-switch__link > a {
    transition: background 0.3s ease 0s;
}
.tab-switch__link > a:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.tab-switch__link.is-active > a:hover {
    background: #3faee2 none repeat scroll 0 0;
}
.tab-layout__col {
    padding: 0;
}
.tab-layout__col:nth-child(2) {
    float: right;
}
.tab-layout__col:nth-child(3) {
    float: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: -63px;
}
.tab-layout .btn-post, .tab-btn-layout .btn-post {
    width: 160px;
}
.tab-btn-layout__col:nth-child(3) {
    margin: 0 190px 0 0;
}
.list-content__zoom > a:hover, .list-content__clap > a:hover {
    background: #bea102 none repeat scroll 0 0;
}
.layout-card .list-content__link {
    box-shadow: 0 1px #dcdcdc;
    transition: border-color 0.3s ease 0s;
}
.layout-card .list-content__link:hover {
    border: 2px solid #3faee2;
    box-shadow: none;
    margin: -1px 4px 0;
    padding: 0 0 19px;
}
.layout-card .edit-item .list-content__link {
    padding-bottom: 60px;
}
.layout-card .edit-item .list-content__link:hover {
    padding-bottom: 59px;
}
.layout-card .edit-item__btn > ul > li {
    float: left;
    width: 50%;
}
.layout-card__info > li {
    float: left;
    margin: 0;
    width: 50%;
}
.layout-card__info > li.icon-comment {
    margin: 0;
}
.layout-card--small .list-content__item {
    width: 20%;
}
.layout-card--small .list-content__link {
    box-shadow: 0 1px #dcdcdc;
    transition: border-color 0.3s ease 0s;
}
.layout-card--small .list-content__link:hover {
    border: 2px solid #3faee2;
    box-shadow: none;
    margin: -1px 4px;
    padding: 0;
}
.layout-card--medium .list-content__item {
    width: 25%;
}
.layout-card--medium .list-content__link {
    box-shadow: 0 1px #dcdcdc;
    transition: border-color 0.3s ease 0s;
}
.layout-card--medium .list-content__link:hover {
    border: 2px solid #3faee2;
    box-shadow: none;
    margin: -1px 4px;
    padding: 0;
}
.layout-list {
    border: 1px solid #dcdcdc;
}
.layout-list .list-content__item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #dcdcdc;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 0;
    padding: 0;
    position: relative;
}
.layout-list .list-content__link {
    transition: background-color 0.3s ease 0s;
}
.layout-list .list-content__link:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.layout-list .list-content__ttl {
    border: medium none;
    padding: 0 10px 0 0;
}
.layout-list__item-col {
    display: table-cell;
    vertical-align: middle;
}
.layout-list__status {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 275px 0 0;
    vertical-align: middle;
    width: 660px;
}
.layout-list__name {
    padding: 10px 110px 10px 0;
}
.layout-list__comment {
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.layout-list__view, .layout-list__favorite {
    position: static;
    text-align: center;
    transform: none;
}
.layout-list__config {
    border: medium none;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.layout-list__config .btn {
    border: medium none;
    float: none;
}
.layout-list__config .btn__txt {
    bottom: 0;
    box-sizing: border-box;
    font-size: 1.2rem;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100px;
}
.layout-list__config .btn__txt > span {
    box-sizing: border-box;
    left: 50%;
    padding: 0 0 0 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.layout-list__config .btn__txt::before {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.layout-list__config .btn__txt:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.layout-list__config .btn-edit, .layout-list__config .btn-del {
    right: 184px;
}
.layout-list__config .btn-del {
    right: 84px;
}
.layout-list__category {
    position: static;
}
.layout-list__download {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.3s ease 0s;
    width: 84px;
}
.layout-list__download:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.layout-list-ttl {
    background: #999 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: table;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 11px;
    text-align: center;
    width: 100%;
}
.layout-list-ttl > li {
    box-sizing: border-box;
    display: table-cell;
    white-space: nowrap;
}
.layout-list-ttl__ttl, .layout-list .list-content__ttl {
    text-align: left;
    width: 200px;
}
.layout-list-ttl__name, .layout-list__name {
    text-align: left;
    width: 240px;
}
.layout-list-ttl__view, .layout-list__view, .layout-list__favorite {
    width: 75px;
}
.layout-list-ttl__favorite {
    padding: 0 275px 0 0;
    width: 345px;
}
.layout-list-ttl__date, .layout-list__date {
    width: 105px;
}
.layout-list__date {
    font-size: 1.2rem;
    text-align: center;
}
.layout-list__category {
    font-size: 1.2rem;
    position: relative;
    width: 115px;
}
.layout-list-ttl__category {
    text-align: left;
    width: 385px;
}
.list-teacher a {
    transition: background 0.3s ease 0s;
}
.list-teacher a:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.list-teacher {
    overflow: hidden;
}
.list-teacher > li {
    width: 33.33%;
}
.list-teacher > li:nth-child(2n) {
    border-left: medium none;
}
.list-teacher > li:not(:nth-child(3n)) {
    border-right: 1px dotted #dcdcdc;
}
.list-teacher > li:nth-child(3n) {
    left: 1px;
    position: relative;
}
.list-teacher > li:nth-child(n+4) a {
    border-bottom: medium none;
}
.list-border__item a {
    text-decoration: none;
}
.list-gallery > li {
    width: 20%;
}
.input-txt {
    font-size: 1.4rem;
}
.textarea, .textarea-l {
    font-size: 1.4rem;
}
.selectbox {
    font-size: 1.4rem;
}
.form-add-comment__txt {
    font-size: 1.4rem;
}
.box-link, .box-link-arrow, .box-link-txt {
    font-size: 1.4rem;
    transition: background 0.3s ease 0s;
}
.box-link:hover, .box-link-arrow:hover, .box-link-txt:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.panel-header-ttl {
    display: flex;
    justify-content: space-between;
}
.tablet-hidden {
    display: block;
}
.tablet-show {
    display: none;
}
.pc-hidden {
    display: none;
}
.pc-show {
    display: block;
}
.profile-box .account {
    left: 30px;
    position: absolute;
    top: 30px;
}
.profile-info {
    margin: 10px 0 20px;
    padding: 0 0 20px 255px;
}
.profile-info .list-dl {
    float: left;
    margin: 0 0 5px;
    padding: 0 10px 0 0;
    width: 180px;
}
.profile-info > *:nth-child(2n) {
    width: 525px;
}
.profile-info > *:nth-child(2n+1) {
    clear: left;
}
.profile-follow {
    display: table;
    margin: 0 0 -10px;
    width: 100%;
}
.profile-follow__follow {
    display: table-cell;
    vertical-align: top;
    width: 325px;
}
.profile-follow__follow .col {
    padding: 0 15px 0 0;
}
.profile-follow__entry {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.profile-follow__entry > dd {
    margin: -23px 0 0;
    padding: 0 0 0 6em;
}
.profile-follow__entry .col {
    width: auto;
}
.profile-link:hover {
    text-decoration: underline;
}
.template-name {
    padding: 0;
    width: 165px;
}
.template-request-row__col {
    margin: -35px 0 25px;
}
.detail-btn-list .btn {
    float: left;
    margin: 0 5px 10px;
}
.top-list .list-content__ttl {
    width: 156px;
}
.top-list-ttl .layout-list-ttl__ttl {
    width: 156px;
}
.top-list-panel {
    transition: background-color 0.3s ease 0s;
}
.top-list-panel:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.top-link__block a {
    transition: background-color 0.3s ease 0s;
}
.top-link__block a:hover {
    background-color: #ebf7fc;
}
.top-content__link {
    transition: border-color 0.3s ease 0s;
}
.top-content__link:hover {
    border: 2px solid #3faee2;
    margin: -1px;
}
.btn-list {
    transition: transform 0.1s ease 0s, box-shadow 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
}
.btn-list:hover {
    box-shadow: 0 0 #18719b;
    transform: translate(0px, 2px);
}
.top-list-community__item {
    width: 25%;
}
.top-list-community-link {
    display: block;
    margin: -13px -12px 0 -13px;
    padding: 13px 12px 0 13px;
    transition: background-color 0.3s ease 0s;
}
.top-list-community-link:hover {
    background: #ebf7fc none repeat scroll 0 0;
}
.top-timeline .tab-menu__link.is-active:hover {
    background: #fff none repeat scroll 0 0;
}
.top-list-timeline__link:hover .top-list-timeline__ttl {
    text-decoration: underline;
}
.news-detail-box .ttl-detail {
    padding: 0 100px 0 0;
}
.news-detail-label {
    margin: 0 10px 0 0;
}
.news-detail-top {
    display: flex;
    justify-content: space-between;
}
.news-detail-img {
    width: 580px;
}
.news-detail-data {
    box-sizing: border-box;
    padding: 30px 20px;
    width: 228px;
}
.thread-detail-list__edit {
    right: 30px;
    top: 20px;
}
}
@media print, screen and (max-width: 840px) {
.full-report__list__ttl {
    width: 70%;
}
}
@media print, screen and (max-width: 767px) {
.sidebar-thumbs {
    margin: 0 0 20px;
}
.sidebar-thumbs__thumbs {
    width: 33%;
}
.sidebar-thumbs__menu > .list-link-panel .active {
    border-left: medium none;
}
.ttl-has-comment__comment {
    font-size: 1.3rem;
    margin: 6px 0;
}
.row-list .col {
    float: none;
    width: auto;
}
.box-image__img {
    width: 28%;
}
.panel-header-ttl__txt {
    margin-bottom: 10px;
}
.top-content {
    display: block;
    padding: 0 10px;
}
.top-content .date {
    margin: 10px;
}
.top-content__item:first-child {
    margin-left: 0;
    width: 100%;
}
.top-content__item:first-child .top-content__img {
    height: 125px;
}
.top-content__item {
    margin-left: 0;
    width: 100%;
}
.top-content__item:first-child .top-content__label {
    margin-bottom: 10px;
}
.top-content__item .user {
    display: block;
    margin-bottom: 10px;
}
.top-content__item .icon-eye {
    margin-left: 0;
}
.top-timeline .tab-menu {
    background-color: #3faee2;
    padding-left: 2%;
    position: relative;
    top: inherit;
}
.top-timeline .tab-menu__link {
    font-size: 1.1rem;
}
.top-timeline .tab-menu__switch {
    padding-bottom: 0;
    width: 25%;
}
.top-list-timeline__link {
    display: block;
}
.top-list-timeline__ttl {
    display: block;
    padding: 10px 10px 0;
}
.top-list-timeline__date {
    padding: 0 10px;
    width: 80px;
}
.user-tab {
    margin-top: 15px;
}
.profile .account-left, .profile .account-center, .profile .account-right {
    display: block;
    padding: 0 0 10px;
}
.exe-most-contents dl {
    display: block;
    width: 100%;
}
.exe-most-contents dl:first-child {
    margin-bottom: 20px;
}
.full__back {
    left: inherit;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    top: inherit;
}
.full-report__list {
    display: block;
    height: 90px;
    padding: 13px 10px;
}
.full-report__list li {
    vertical-align: middle;
}
.full-report__list li.full-report__list__btn__make {
    float: right;
}
.full-report__list__ttl {
    max-width: calc(100% - 70px);
    width: 85%;
}
.full-report__list__num {
    margin-right: 0;
}
.full-report__list__btn__make {
    display: block;
    margin: 15px 0;
}
.btn-calendar__make {
    padding-top: 10px;
}
.btn-calendar__make.block-l {
    margin-bottom: 10px;
}
.calendar__month {
    clear: left;
    float: none;
    margin: 10px 0;
}
.tab-calendar {
    float: none;
}
}
@media print, screen and (max-width: 600px) {
.full-report__list {
    display: block;
    height: 90px;
    padding: 13px 10px;
}
.full__flow {
    background-color: inherit;
    border: medium none;
    color: #ccc;
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
}
.full__flow li {
    background-color: #fff;
    background-image: none;
    border: 2px solid #3faee2;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    margin: 0 0 10px;
    padding: 9px 0;
    text-align: center;
    width: 20%;
}
.full-division h3 {
    font-size: 2.2rem;
}
.full-division .full__box a {
    border: 3px solid #3faee2;
    border-radius: 50px;
    display: block;
    font-size: 2rem;
    height: 100px;
    margin: 0 auto 15px;
    padding-top: 36px;
    width: 100px;
}
.full-division .full__box dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.full-division .full__box dd {
    color: #3faee2;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 3rem;
    font-weight: bold;
}
}
@media print, screen and (max-width: 380px) {
.full-report__list {
    display: block;
    height: 90px;
    padding: 13px 10px;
}
.tab-layout__report .tab-type {
    margin-bottom: 10px;
}
.full-division h3 {
    font-size: 1.8rem;
}
.full-division .full__box a {
    border: 3px solid #3faee2;
    border-radius: 40px;
    display: block;
    font-size: 2rem;
    height: 80px;
    margin: 0 auto 15px;
    padding-top: 27px;
    width: 80px;
}
.profile .account__sns > div {
    font-size: 1.2rem;
    width: 84px;
}
.list-account__clap dt, .list-account__award dt {
    margin-bottom: 10px;
}
.list-account__award dd span:first-child {
    margin-left: 0;
}
}
@media print, screen and (max-width: 312px) {
.full-report__list {
    display: block;
    height: 110px;
    padding: 13px 10px;
}
}
@keyframes load8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@media print, screen and (max-width: 1139px) {
.profile-info {
    margin: 20px 0;
}
}
