@charset 'UTF-8';
/* ===== FONTFACE ===== */
@font-face {
    font-family: 'HiraKakuPro-W6-AlphaNum';
    src: url('../fonts/HiraKakuPro-W6-AlphaNum.eot?#iefix') format('embedded-opentype'), url('../fonts/HiraKakuPro-W6-AlphaNum.woff') format('woff'), url('../fonts/HiraKakuPro-W6-AlphaNum.ttf') format('truetype'), url('../fonts/HiraKakuPro-W6-AlphaNum.svg#HiraKakuPro-W6-AlphaNum') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
/* Dots */
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    box-sizing: border-box;
    color: transparent;
    font-size: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    line-height: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '?';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/*===== CSS RESET =====*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
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,
input,
textarea,
select {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline;
}
table {

    /*
        border-collapse: collapse;
        border-spacing: 0;
    */

}
.clear {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}
ul {
    list-style: none;
}
ol {
    list-style: none;
}
* {
    box-sizing: border-box;
}
*:before {
    box-sizing: border-box;
}
*:after {
    box-sizing: border-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}
input,
textarea,
select {
    /*    border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-user-modify: read-write-plaintext-only;
        -webkit-perspective: 1000;
        -webkit-backface-visibility: hidden;*/
}
button,
input,
textarea,
select,
optgroup {
    /*    color: inherit;
        font-family: inherit;*/
}
input,
select {
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 10px;
}
select,
button {
    text-transform: none;
}
.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
    cursor: pointer;
    transform: translate3d(0, 0, 0);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    appearance: button;
}
input[type="search"] {
    box-sizing: content-box;
    appearance: textfield;
    padding: 5px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
small {
    font-size: 80%;
}
/*===== COMMON =====*/
body {
    -webkit-text-size-adjust: none;
    background: #fff;
    color: #000;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;;
    font-style: normal;
    line-height: 1.5;
}
body * {
    max-height: 99999em;
}
body img {
    max-height: none;
}
@media (min-width: 320px) {
    body {
        font-size: 12px;
    }
}
@media (min-width: 375px) {
    body {
        font-size: 14px;
    }
}
html {
    -webkit-touch-callout: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.ft_serif {
    font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}
a {
    color: #000;
    /*text-decoration: none;*/
}
.trans {
    opacity: 1;
}
.trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}
img {
    display: block;
}
.container {
    overflow: hidden;
}
@media only screen and (min-width: 641px) {
    .container {
        position: relative;
        width: 100%;
        min-width: 1000px;
    }
}
.wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 641px) {
    .wrapper {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.icon {
    background-repeat: no-repeat;
    background-position: center center;
}
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0;
}
.icon-to-top {
    position: absolute;
    right: 0;
    display: block;
    width: 187px;
    height: 52px;
    background: url('../images/icon_to_top.jpg') no-repeat;
    background-size: 100%;
}
@media (min-width: 768px) {
    .icon-to-top {
        top: 0;
        right: -10%;
    }
}
.title,
.category-list h2,
.base-desc,
.subheading-category{
    padding-top: 15px;
    font-size: 24px;
    color: #d83e3d;
    font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: 3px;
}

.categories-list div.first
{
    margin-top: 20px;
}

.title:before,
.category-list h2:before,
.base-desc:before,
.subheading-category:before{
    content: '';
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url('../images/icon_cloud.png');
    background-size: 100%;
}
.title span{
    display: block;
    margin-top: 8px;
    line-height: 1.3;
}
.title span img {
    margin: 0 auto;
    max-width: 80%;
}
.title.title-1,
.category-list h2,
.base-desc,
.subheading-category
{
    position: relative;
    color: #694b21;
}
.title.title-1:before,
.category-list h2:before,
.base-desc:before,
.subheading-category:before
{
    width: 36px;
    height: 22px;
    height: 28px;
    background-image: url('../images/icon_cloud_grey.png');
}

.title.title-1:after,
.category-list h2:after,
.base-desc:after,
.subheading-category:after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 8px;
    background: url('../images/border_ticket.jpg') no-repeat center center;
    background-size: cover;
}

.subheading-category
{
    display: block;
}

div.blog .items-row
{
    margin-top: 30px;
}

@media (min-width: 641px) {
    .title {
        padding-top: 24px;
        font-size: 36px;
    }
    .title span {
        margin-top: 12px;
    }
    .title.title-1,
    .category-list h2
    {
        font-size: 30px;
    }
    .title.title-1:after,
    .category-list h2:after{
        height: 11px;
        bottom: -19px;
    }
}

.title-2,
.categories-list h3.item-title,
div.blog .items-row .page-header h2
{
    padding: 3px 7px;
    border-left: solid 6px #694b21;
    border-bottom: dotted 1px #694b21;
    font-size: 16px;
    letter-spacing: 4px;
}
.categories-list h3.item-title
{
    margin-bottom: 10px;
}

div.blog .items-row .page-header h2
{
    margin-bottom: 10px;
}

.badge-info:after
{
    content: "件";
    margin-left: -5px;
}

@media (min-width: 641px) {
    .title-2 {
        padding: 6px 16px;
        font-size: 18px;
    }
}
.title-3 {
    padding: 18px 0 8px;
    background: url('../images/double-border.png') repeat-x top;
    border-bottom: dotted 1px #694b21;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    letter-spacing: 3px;
}
@media (min-width: 641px) {
    .title-3 {
        padding: 17px 0 7px;
        font-size: 22px;
    }
}
/*===== RESPONSIVE =====*/
.sm {
    display: none !important;
}
@media (max-width: 640px) {
    .md {
        display: none !important;
    }
    .sm {
        display: block !important;
    }
    img {
        display: block;
        width: 100%;
        height: auto;
    }
}
/*===== HEADER =====*/
header {
    position: relative;
    height: 50px;
    background-color: #000;
}
header .wrapper {
    height: 100%;
}
header .logo {
    display: inline-block;
    width: 126px;
}
header .logo a {
    display: block;
    padding: 14px 0 13px;
}
header .logo img {
    width: 100%;
}
header .btn-search {
    margin: 9px 0;
    width: 32px;
    height: 32px;
    background-image: url('../images/icon_search.png');
    background-size: 28px 28px;
}

header div.site_search {
    text-align: right;
    float: right;
}

header div.site_search button {
    margin: 9px 0;
    width: 28px;
    height: 28px;
    background-image: url('../images/icon_search.png');
    background-size: 28px 28px;
    color: black;
}

header div.site_search label {
    display: none;
}

header .btn-menu {
    margin: 9px 0 9px 9px;
    width: 32px;
    height: 32px;
    background-image: url('../images/icon_menu.png');
    background-size: 28px 26px;
}
header .menu-active,
header .search-active {
    background-color: #f2b805;
}
header .group-1 {
    display: block;
    margin-top: 22px;
    /*margin: 0 15px;*/
}
header .group-1 .form-control {
    padding: 5px 10px;
    width: 100%;
}
header .group-1 a {
    position: relative;
    font-family: 'HiraKakuPro-W6-AlphaNum';
    font-weight: bold;
}
header .group-1 a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .navbar {
    position: absolute;
    right: 0;
    top: 50px;
    width: 70%;
    z-index: 10;
    background-color: #000;
}
header .navbar a {
    display: block;
    padding: 10px 15px;
    color: white;
}
header .navbar ul {
    overflow: hidden;
}
header .navbar-search {
    display: none;
    padding-bottom: 15px;
}
header .navbar-search li {
    width: 50%;
    float: left;
}
header .navbar-menu {
    display: none;
}
header .navbar-menu .wrapper {
    padding: 0;
}
header .navbar-menu li {
    border-style: solid;
    border-color: white;
    border-top-width: 1px;
}
header .navbar-menu li:first-child {
    border-top: 0;
}
header .navbar-menu li a {
    font-family: 'HiraKakuPro-W6-AlphaNum';
    font-weight: bold;
    text-decoration: none;
}
header .navbar-menu .active {
    border-left-width: 5px;
    border-left-color: #f2b805;
}
header .navbar-menu .active a {
    padding-left: 10px;
}
@media (min-width: 641px) {
    header {
        height: auto;
    }
    header > .wrapper {
        height: 80px;
    }
    header .logo {
        width: 252px;
        margin-left: 6px;
    }
    header .logo a {
        padding: 12px 0 11px;
    }
    header .group-1 {
        /*margin: 6px 0 0;*/
    }
    header .group-1 a,
    header .group-1 form {
        display: inline-block;
        vertical-align: middle;
    }
    header .group-1 a {
        padding: 4px 20px 4px 5px;
        margin-top: 5px;
        font-size: 0.857em;
    }
    header .group-1 a:before {
        left: -7px;
        margin-top: -5px;
    }
    header .group-1 .form-group .btn-search,
    header .group-1 .form-group .form-control {
        display: inline-block;
        vertical-align: middle;
    }
    header .group-1 .form-group .btn-search {
        width: 28px;
        height: 28px;
        margin: 0 6px 0 0;
    }
    header .group-1 .form-group .form-control {
        width: 120px;
        height: 16px;
        padding: 0 10px;
        margin-top: 4px;
        font-size: 0.857em;
    }
    header .navbar {
        position: static;
        width: auto;
    }
    header .navbar-search {
        display: block;
        padding-bottom: 0;
        float: right;
        margin-top: 5px;
    }
    header .navbar-search li {
        width: auto;
        border-left: solid 1px white;
    }
    header .navbar-search li:first-child {
        border-left: 0;
    }
    header .navbar-search li a {
        padding: 0 10px;
        font-size: 0.857em;
    }
    header .navbar-menu {
        display: block;
        height: 72px;
        background: url('../images/bgd_menu.jpg') no-repeat center center;
        background-size: cover;
    }
    header .navbar-menu ul {
        height: 100%;
    }
    header .navbar-menu li {
        width: 142.85714286px;
        height: 100%;
        float: left;
        border-top: 0;
        border-left-width: 1px;
    }
    header .navbar-menu li:last-child {
        border-right-width: 1px;
    }
    header .navbar-menu a {
        padding: 28px 0 20px;
        font-size: 1.143em;
        text-align: center;
    }
    header .navbar-menu a:hover {
        /*        background-color: #f2b805;
                color: #000;*/
        background-color: #f2b805;
        opacity: 0.7;
    }
    header .navbar-menu .active {
        border-left-width: 1px;
        border-color: white;
    }
    header .navbar-menu .active a {
        padding-left: 0;
        background-color: #f2b805;
        color: #000;
    }
}
/*===== FOOTER =====*/
footer {
    position: relative;
    background-color: #000;
}
footer .menu-footer {
    overflow: hidden;
}
footer .link-top {
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    height: 52px;
}
footer ul {
    overflow: hidden;
    margin-top: 24px;
}
footer li {
    width: 50%;
    float: left;
    line-height: 1.6;
}
footer li:first-child {
    margin-top: 0;
}
footer li:first-child a,
.nav-header{
    position: relative;
}
footer li:first-child a:before,
.nav-header:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url('../images/icon_arrow_double.png') no-repeat 0 center;
    background-size: 100%;
}
footer li a,
.nav-header{
    display: inline-block;
    padding-left: 22px;
    color: white;
    text-decoration: none;
}
footer .copyright {
    padding: 20px 15px;
    margin-top: 30px;
    border-top: solid 1px #7f7f7f;
    color: white;
    text-align: center;
}
footer .col-4 {
    overflow: hidden;
}
footer .col-4 ul:nth-child(3) ~ ul {
    margin-top: 0;
}
footer .col-4 .only-item {
    width: 50%;
    float: left;
}
footer .only-item li {
    width: 100%;
}
footer .title-footer {
    font-size: 1.167em;
}
footer .txt-contact {
    font-size: 1.083em;
}
footer .txt-copyright {
    font-size: 0.833em;
}
@media (min-width: 641px) {
    footer {
        padding-top: 32px;
    }
    footer li {
        width: auto;
        float: none;
    }
    footer li:first-child a:before,
    .nav-header:before{
        top: 5px;
    }
    footer .col {
        float: left;
    }
    footer .col-1 {
        width: 288px;
        padding-left: 30px;
    }
    footer .col-2 {
        width: 254px;
    }
    footer .col-3 {
        width: 293px;
    }
    footer .col-4 {
        width: 165px;
    }
    footer .col-4 ul:nth-child(2) ~ ul {
        margin-top: 0;
    }
    footer .col-4 .only-item {
        width: auto;
        float: none;
    }
    footer .copyright {
        padding: 24px 0 30px;
        margin-top: 47px;
    }
    footer .title-footer {
        font-size: 1.786em;
    }
    footer .txt-contact {
        margin-top: 7px;
        font-size: 1.071em;
    }
    footer .txt-copyright {
        margin-top: 4px;
        font-size: 0.857em;
    }
}
/*===== HOMEPAGE =====*/
.slick-slider .slide-item {
    position: relative;
}
.slick-slider .slide-item img {
    width: 100%;
}
.slick-slider .slide-item p {
    position: absolute;
    top: 20px;
    left: 15px;
    color: white;
    font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
    padding: 15px;
    margin-top: -15px;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: solid 2px white;
    border-right: solid 2px white;
}
.slick-slider .slick-prev:before {
    left: 8px;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slick-slider .slick-next:before {
    right: 8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 641px) {
    .slick-slider .slick-prev:hover,
    .slick-slider .slick-next:hover {
        opacity: .8;
    }
    .slick-slider .slick-prev:before,
    .slick-slider .slick-next:before {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
    .slick-slider .slick-prev {
        left: 5.7%;
    }
    .slick-slider .slick-next {
        right: 5.7%;
    }
    .slick-slider .slide-item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .slick-slider .slide-item p {
        top: 160px;
        left: 30px;
        font-size: 30px;
    }
    .slick-slider .slick-active:before {
        content: none;
    }
}
.slick-slider-info {
    margin-top: 10px;
}
.slick-slider-info .item {
    display: block;
    text-align: center;
}
.slick-slider-info .item .time {
    display: block;
    color: #303030;
    font-size: 15px;
    font-weight: bold;
}
.slick-slider-info .item img {
    width: 210px;
    margin: 10px auto;
}
.slick-slider-info .item .font-large {
    font-size: 20px;
}
.slick-slider-info .item .font-small {
    font-size: 15px;
}
.slick-slider-info .item .font-aver {
    font-size: 18px;
}
.slick-slider-info .item p span {
    position: relative;
}
.slick-slider-info .item p span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background-color: #303030;
}
.slick-slider-info .item p span.nb {
    margin-bottom: -5px;
    display: block;
}
.slick-slider-info .item p span.nb:before {
    height: 0;
}
.slick-slider-info .desc {
    width: 100%;
    height: 80px;
    display: table;
    font-weight: bold;
}
.slick-slider-info .desc .inner {
    display: table-cell;
    vertical-align: middle;
}
.slick-slider-info .slick-prev,
.slick-slider-info .slick-next {
    margin-top: -40px;
}
.slick-slider-info .slick-prev:before,
.slick-slider-info .slick-next:before {
    border-top-color: #303030;
    border-right-color: #303030;
}
.slick-slider-info .slick-prev {
    left: -5px;
}
.slick-slider-info .slick-next {
    right: -5px;
}
@media (min-width: 641px) {
    .slick-slider-info {
        margin-top: 38px;
    }
    .slick-slider-info .item .time {
        font-size: 24px;
    }
    .slick-slider-info .item .font-large {
        font-size: 24px;
    }
    .slick-slider-info .item .font-small {
        font-size: 17px;
    }
    .slick-slider-info .item .font-aver {
        font-size: 19px;
    }
    .slick-slider-info .item img {
        margin-bottom: 20px;
    }
    .slick-slider-info .slick-prev,
    .slick-slider-info .slick-next {
        margin-top: -50px;
    }
    .slick-slider-info .slick-prev {
        left: 10px;
    }
    .slick-slider-info .slick-next {
        right: 10px;
    }
}
.performance-information-block {
    padding-bottom: 20px;
    background: url('../images/bgd_info.jpg') no-repeat center center;
    background-size: cover;
}
.performance-information-block > .wrapper {
    padding-bottom: 20px;
    background: url('../images/bgd_content_info.jpg') no-repeat center center;
    background-size: cover;
}
.performance-information-block .info-footer .item {
    display: block;
    width: 290px;
    margin: 15px auto 0;
    padding: 25px 0;
    background: url('../images/bgd_info_footer.png') no-repeat;
    background-size: 100%;
    text-align: center;
}
.performance-information-block .info-footer .item .icon {
    width: auto;
    height: 63px;
    margin: 0 auto;
}
.performance-information-block .info-footer .desc {
    margin-top: 10px;
    height: 48px;
    width: 100%;
    display: table;
    font-weight: bold;
}
.performance-information-block .info-footer .desc .inner {
    display: table-cell;
    vertical-align: middle;
}
.performance-information-block .info-footer .desc p {
    font-size: 16px;
    color: #ab3b38;
}
@media (min-width: 641px) {
    .performance-information-block {
        padding-bottom: 30px;
    }
    .performance-information-block > .wrapper {
        padding-bottom: 32px;
    }
    .performance-information-block .info-footer {
        overflow: hidden;
    }
    .performance-information-block .info-footer .wrapper {
        overflow: hidden;
    }
    .performance-information-block .info-footer .item {
        width: 315px;
        float: left;
        margin-top: 40px;
        margin-left: 27px;
        padding: 26px 0;
    }
    .performance-information-block .info-footer .item:first-child {
        margin-left: 0;
    }
    .performance-information-block .info-footer .desc {
        height: 62px;
    }
    .performance-information-block .info-footer .desc p {
        margin-top: 7px;
        font-size: 26px;
        line-height: 1.2;
    }
}
.topics-block .content {
    margin-top: 20px;
}
.topics-block .content .item {
    padding: 14px 0 10px;
    border-top: dotted 1px #303030;
}
.topics-block .content .item:first-child {
    border-top: 0;
}
.topics-block .content .label-time {
    display: inline-block;
    padding: 0 15px;
    background-color: #303030;
    color: white;
    font-size: 16px;
}
.topics-block .content .desc {
    margin-top: 10px;
}
.topics-block .content .desc a {
    font-size: 16px;
}
@media (min-width: 641px) {
    .topics-block {
        padding-bottom: 90px;
        background: url('../images/bgd_topic.png') no-repeat center center;
        background-size: cover;
    }
    .topics-block .content {
        position: relative;
        margin-top: 80px;
        padding: 24px 28px 14px;
        background-color: white;
        border: solid 1px #bc6b11;
        border-top: 0;
    }
    .topics-block .content:before {
        content: '';
        position: absolute;
        top: -4px;
        left: -1px;
        right: -2px;
        height: 5px;
        background: url('../images/border_topic.png') no-repeat;
        background-size: 100%;
    }
    .topics-block .content .item,
    ul.latestnews_topics li{
        padding: 12px 0;
    }
    .topics-block .content .label-time,
    .topics-block .content .desc {
        display: inline-block;
        vertical-align: middle;
    }
    .topics-block .content .label-time {
        width: 148px;
        font-size: 20px;
    }
    .topics-block .content .desc {
        width: 733px;
        margin: 0 0 0 56px;
    }
    .topics-block .content .desc a,
    ul.latestnews_topics li a{
        display: block;
        font-size: 22px;
        text-decoration: none;
    }
}
.traditional-arts-block {
    margin-top: 20px;
    padding-bottom: 20px;
    background: url('../images/bgd_arts.jpg') no-repeat center center;
    background-size: cover;
}
.traditional-arts-block .wrapper {
    overflow: hidden;
}
@media (min-width: 641px) {
    .traditional-arts-block {
        margin-top: 0;
        padding-bottom: 86px;
    }
    .traditional-arts-block .title {
        padding-top: 34px;
    }
}
.list-item-1 {
    overflow: hidden;
}
.list-item-1 .item {
    display: block;
    position: relative;
    margin-top: 15px;
}
.list-item-1 .item p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: white;
    font-weight: bold;
}
.list-item-1 .icon-arrow {
    position: absolute;
    bottom: -11px;
    right: -9px;
    display: block;
    width: 26px;
    height: 28px;
    background: url('../images/icon_arrow.png') no-repeat;
    background-size: 100%;
}
@media (min-width: 641px) {
    .list-item-1 {
        overflow: hidden;
        margin-top: 44px;
        padding-bottom: 10px;
    }
    .list-item-1 .item {
        width: 186px;
        float: left;
        margin-left: 17.5px;
    }
    .list-item-1 .item:first-child {
        margin-left: 0;
    }
}
@media (max-width: 640px) {
    .list-item-1 .item {
        width: 48%;
    }
    .list-item-1 .item:nth-child(odd) {
        float: left;
    }
    .list-item-1 .item:nth-child(even) {
        float: right;
    }
}
.list-item-2 .item {
    display: block;
    margin-top: 15px;
}
.list-item-2 .item .caption {
    height: 48px;
    padding-top: 12px;
    background: url('../images/bgd_flower.jpg') no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: bold;
}
@media (min-width: 641px) {
    .list-item-2 {
        overflow: hidden;
        margin-top: 37px;
    }
    .list-item-2 .item {
        width: 313px;
        float: left;
        margin-left: 30px;
    }
    .list-item-2 .item:first-child {
        margin-left: 0;
    }
}
.group-link a {
    display: block;
    margin-top: 15px;
}
@media (min-width: 641px) {
    .group-link {
        overflow: hidden;
        margin-top: 46px;
    }
    .group-link a {
        float: right;
    }
    .group-link a:first-child {
        float: left;
    }
}
.national-theatre-block {
    padding-bottom: 70px;
    background: url('../images/bgd_theatre.jpg') no-repeat center center;
    background-size: cover;
}
.national-theatre-block p {
    margin-top: 20px;
    text-align: justify;
    line-height: 1.75;
}
@media (min-width: 641px) {
    .national-theatre-block {
        padding-bottom: 107px;
    }
    .national-theatre-block .title {
        padding-top: 36px;
    }
    .national-theatre-block .title span {
        margin-top: 30px;
    }
    .national-theatre-block p {
        margin-top: 48px;
        font-size: 18px;
    }
}
.list-theatre .item {
    display: block;
    position: relative;
    margin-top: 15px;
}
.list-theatre .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px 0;
    background: rgba(0, 0, 0, 0.8) url('../images/icon_arrow_01.png') no-repeat 97% center;
    background-size: 10px 15px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 641px) {
    .list-theatre {
        overflow: hidden;
        margin-top: 38px;
    }
    .list-theatre .item {
        width: 311px;
        float: left;
        margin-left: 33.5px;
    }
    .list-theatre .item:first-child {
        margin-left: 0;
    }
    .list-theatre .caption {
        padding: 10px 0;
        font-size: 25px;
        line-height: 1;
    }
    .list-theatre .item:last-child .caption {
        padding-right: 10px;
        letter-spacing: -0.08em;
    }
}
/*===== TICKET SHOP =====*/
.breadcrumb {
    overflow: hidden;
    padding: 10px 0;
    padding: 3px 0;
}
.breadcrumb li,
.breadcrumb a {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb li a {
    font-size: 11px;
}
.breadcrumb li + li:before {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.breadcrumb .icon-home {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/icon_home.png') no-repeat;
    background-size: 100%;
}
@media (min-width: 641px) {
    .breadcrumb {
        padding: 7px 0;
    }
    .breadcrumb li a {
        font-size: 14px;
    }
    .breadcrumb li + li:before {
        margin: 0 10px;
    }
    .breadcrumb .icon-home {
        width: 32px;
        height: 29px;
        margin-left: 6px;
    }
}
.banner-ticket {
    position: relative;
    /*height: 250px;*/
    /*background: url('../images/bgd_banner_ticket.jpg') no-repeat center center;*/
    background-size: cover;
}
.banner-ticket img {
    width: auto;
    /*max-width: 100%;*/
    /*    padding: 0 15px;*/
    position: absolute;
    position: relative;
    top: 53%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-content-ticket {
    padding-bottom: 80px;
}
.main-content-ticket .main-desc .txt-style-1 {
    margin-top: 30px;
}
.main-content-ticket .main-desc .txt-style-2 {
    margin-top: 20px;
}
.main-content-ticket .main-desc p {
    font-size: 14px;
}
.main-content-ticket .main-desc .content .txt-small {
    font-size: 12px;
}
.main-content-ticket .main-desc .tel {
    padding: 14px 0 14px 35px;
    background: url('../images/icon_phone.png') no-repeat 0 center;
    background-size: 30px 31px;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 3px;
}
.main-content-ticket .main-desc .dot-yellow {
    position: relative;
    padding-left: 22px;
}
.main-content-ticket .main-desc .dot-yellow:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    background-color: #e4d228;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
@media (min-width: 641px) {
    .main-content-ticket {
        overflow: hidden;
        padding-bottom: 168px;
    }
    .main-content-ticket .main-desc {
        overflow: hidden;
        width: 727px;
        width: 695px;
        float: right;
        margin-top: 16px;
    }
    .main-content-ticket .main-desc p {
        font-size: 18px;
    }
    .main-content-ticket .main-desc .content .txt-small {
        font-size: 14px;
    }
    .main-content-ticket .main-desc .txt-style-1 {
        margin-top: 45px;
    }
    .main-content-ticket .main-desc .tel {
        padding: 17px 0 16px 39px;
        font-size: 26px;
        font-weight: bold;
    }
    .main-content-ticket .main-desc .dot-yellow:before {
        top: 7px;
    }
}
.block-default {
    margin-top: 30px;
}
.block-default .content {
    padding: 15px 0 50px;
}
.block-default .content .content-fl .txt-1 {
    margin-top: 20px;
}
.block-default .content .content-fr {
    margin-top: 15px;
}
.block-default .content .content-fr iframe {
    border: 0;
    width: 100%;
    height: 255px;
}
.block-default .content-1 {
    padding: 10px 0 10px 10px;
}
.block-default.block-1 {
    margin-top: 12px;
}
.block-default.block-1 .content-2 {
    padding: 10px 0;
}
.block-default.block-1 .content-2 .content-fl {
    padding-left: 10px;
}
.block-default.block-1 .content-2 .content-fr iframe {
    border: 0;
    width: 100%;
    height: 237px;
}
@media (min-width: 641px) {
    .block-default {
        margin-top: 35px;
    }
    .block-default .content {
        overflow: hidden;
        padding: 21px 0 99px;
    }
    .block-default .content .content-fl {
        width: 341px;
        float: left;
    }
    .block-default .content .content-fl .txt-1 {
        margin-top: 30px;
    }
    .block-default .content .content-fr {
        margin-top: 0;
        width: 356px;
        float: right;
    }
    .block-default .content-1 {
        padding-top: 16px;
        padding-left: 22px;
    }
    .block-default.block-1 .content-2 {
        overflow: hidden;
        padding: 22px 0 7px;
    }
    .block-default.block-1 .content-2 .content-fl {
        padding-left: 22px;
        width: 336px;
        float: left;
    }
    .block-default.block-1 .content-2 .content-fr {
        width: 361px;
        float: right;
    }
}
.side-bar {
    margin-top: 20px;
}
.side-bar > a {
    display: block;
    margin: 15px auto 0;
    width: 236px;
}
.side-bar .first-link {
    margin-top: 35px;
}
@media (min-width: 641px) {
    .side-bar {
        overflow: hidden;
        width: 236px;
        width: 276px;
        float: left;
        /*margin-top: 48px;*/
    }
    .side-bar > a {
        margin-top: 20px;
    }
}

@media (min-width: 641px) {
    .side-bar {
        overflow: hidden;
        width: 236px;
        width: 276px;
        float: left;
        /*margin-top: 48px;*/
    }
    .side-bar > a {
        margin-top: 20px;
    }
}

.title-side-bar {
    padding: 40px 0;
    background: url('../images/bgd_title_sidebar.jpg') no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
    font-weight: normal;
    color: white;
    text-align: center;
}
@media (min-width: 641px) {
    .title-side-bar {
        height: 90px;
        padding: 33px 0 24px;
        font-size: 25px;
    }
}
.list-links {
    margin-top: 28px;
}
.list-links li {
    border-bottom: dashed 1px #ab3b38;
}
.list-links li a {
    display: block;
    padding: 20px 0 20px 52px;
    background: url('../images/icon_arrow_02.png') no-repeat 99% center, url('../images/icon_flower.png') no-repeat 10px center;
    background-size: 26px 26px, 36px 32px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.list-links .active a,
.list-links .current a {
    background-color: #e7c7c6;
    background-image: url('../images/icon_arrow_02_active.jpg'), url('../images/icon_flower_active.jpg');
    color: white;
}
@media (min-width: 641px) {
    .list-links li a {
        padding-top: 26px;
        padding-bottom: 20px;
        font-size: 16px;
        text-decoration: none;
    }
    .list-links li a:hover {
        background-color: #e7c7c6;
        background-image: url('../images/icon_arrow_02_active.jpg'), url('../images/icon_flower_active.jpg');
        color: white;
    }
    .list-links li:last-child a {
        padding-top: 15px;
        padding-top: 26px;
        padding-bottom: 9px;
        padding-bottom: 20px;
    }
}

/*　オリジナル　*/
.item-101
{
    display: none;
}

ul.breadcrumb li:first-child{
    width: 32px;
    height: 29px;
    background: url(../images/icon_home.png) 0% 0% / 100% no-repeat;
}

@media (min-width: 641px) {
    .main-desc
    {
        /*padding-top: 240px;*/
    }

    .side-bar
    {
        /*padding-top: 240px;*/

    }

    #mod-search-searchword
    {
        width: 150px;
        margin: 0;
    }

    /*　ヘッダーお問い合わせ対応　*/
    ul.menu_contact
    {
        margin-top: 10px;
        float: left;
        display: block;
    }

    ul.menu_contact a
    {
    }

    ul.menu_contact a:before
    {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border: none;
    }
}

.divider
{
    display: none;
}

.side_bunner img
{
    margin-top: 20px;
}


.trainee_topics
{
    padding-top: 20px;
}

.trainee_topics span
{
    font-size: 0.8em;
}

.trainee_topics span.item
{
    display: inline-block;
    width: 555px;
    border-bottom: dotted 1px #303030;
    margin-left: 20px;
}

.category-list h2
{
    margin-bottom: 30px;
}

.category-list fieldset
{
    display: none;
}

table.category
{
    width: 100%;
}

table.category th
{
    font-weight:bold;
    font-weight:bold;
    border-top: solid 1px #ffffff;
    color: #13131e;
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #eeece4;
    background: #800000;
    color: white;
}

table.category th a
{
    color: white;
    padding: 10px;
    display: block;
}

table.category td
{
    padding: 10px 5px;
}

.cat-list-row0,
.cat-list-row1
{
    border-bottom: dotted 1px #303030;
}

.cat-list-row1
{
    background: #eee;
}

.pagination:after
{
    content: "\00a0";
    clear: both;
}

.pagination li
{
    float: left;
    margin-left: 5px;
}

.pagination li a
{
    text-decoration: underline;
}

.search .btn-toolbar
{
    display: none;
}

.result-title
{
    background: #eee;
}

.result-category
{
    display: none;
}

.result-text
{
    padding: 5px;
    margin-bottom: 10px;
}

.search dt
{
    text-decoration: underline;
    padding: 10px 0;
}

@media (max-width: 640px) {
    .side-bar
    {
        padding-top: 0px;
    }

    .trainee_topics
    {
        padding-top: 20px;
    }

    .trainee_topics span
    {
        font-size: 0.8em;
    }

    .trainee_topics span.item
    {
        display: block;
        border-bottom: dotted 1px #303030;
        margin-left: 0;
        width: 100%;
    }

    .date {
        display: inline-block;
        padding: 0 15px;
        background-color: #303030;
        color: white;
        font-size: 16px;
        margin: 10px 0;
    }
}

.item-214
{
    border-right-width: 1px;
}

/*テーブル*/

.rsb {
    border-collapse: collapse;
    width: 100%;
}
.rsb th,
.rsb td {
    padding: 10px;
    border: 1px solid #999;;
}
.rsb th {
    background-color: #eee;
    text-align: center;
    width: 30%;
}

@media screen and (max-width: 400px) {
    .rsb{
        border-top: 1px solid #999;
    }
    .rsb td {
        display: block;
        text-align: center;
    }
    .rsb th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
}

.rsb-02 {
    border-collapse: collapse;
    width: 100%;
}
.rsb-02 th,
.rsb-02 td {
    padding: 10px;
    border: 1px solid #999;
}
.rsb-02 th{
    background-color: #eee;
    text-align: center;
    width: 30%;
}

@media screen and (max-width: 400px) {
    .rsb-02 {
        border-top: 1px solid #999;
    }
    .rsb-02 td {
        display: block;
        text-align: center;
    }
    .rsb-02 th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
}


.rsb-03 {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-collapse: collapse;
    width: 100%;
}
.rsb-03 th,
.rsb-03 td {
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 10px;
}
.rsb-03 th {
    background-color: #eee;
    text-align: left;
}

@media screen and (max-width: 400px) {
    .rsb-03 {
        border: none;
    }
    .rsb-03 thead {
        display: none;
    }
    .rsb-03 tr {
        border-top: 1px solid #999;
        display: block;
        margin-bottom: 20px;
    }
    .rsb-03 td {
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        display: block;
        padding: 10px;
        text-align: right;
    }
    .rsb-03 td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}

/* 施設利用テーブル,組踊研修生メッセージ */
.rsb-04 {
    border-collapse: collapse;
    width: 100%;
}
.rsb-04 th,
.rsb-04 td {
    padding: 5px;
}

.rsb-04 tr:nth-child(odd),
.rsb-04 tr:nth-child(2n+1) {
    background:#eee;
}

.rsb-04 th {
    text-align: center;
    width: 30%;
}

@media screen and (max-width: 400px) {
    .rsb-04{
        border-top: 1px solid #999;
    }
    .rsb-04 td {
        display: block;
        text-align: center;
    }
    .rsb-04 th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
}

/* 組踊研修生　個々メッセージ 背景白） */

/* 施設利用テーブル,組踊研修生メッセージ */

.rsb-04-white {
    border-collapse: collapse;
    width: 100%;
}
.rsb-04-white th,
.rsb-04-white td {
    padding: 5px;
}

.rsb-04-white tr:nth-child(odd),
.rsb-04-white tr:nth-child(2n+1) {
    background:#fff;
}

.rsb-04-white th {
    text-align: center;
    width: 30%;
}

@media screen and (max-width: 400px) {
    .rsb-04-white{
        border-top: 1px solid #999;
    }
    .rsb-04-white td {
        display: block;
        text-align: center;
    }
    .rsb-04-white th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
}


/* 稽古室　テーブル */
.rsb-05 {
    border-top: 1px solid #999;
    border-right: 0px solid #999;
    border-collapse: collapse;
    width: 100%;
}
.rsb-05 th,
.rsb-05 td {
    border-left: 0px solid #999;
    border-bottom: 1px solid #999;
    padding: 3px;
}
.rsb-05 th {
    background-color: #333333;
    color:#fff;
    text-align: left;
}

.rsb-05 tr:nth-child(odd),
.rsb-05 tr:nth-child(2n+1) {
    background:#eee;
}

@media screen and (max-width: 400px) {
    .rsb-05 {
        border: none;
    }
    .rsb-05 thead {
        display: none;
    }
    .rsb-05 tr {
        border-top: 1px solid #999;
        display: block;
        margin-bottom: 20px;
    }
    .rsb-05 td {
        border-right: 0px solid #999;
        border-bottom: 1px solid #999;
        display: block;
        padding: 5px;
        text-align: right;
    }
    .rsb-05 td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}

/* 番号表示 */
ol { margin: 1em 0;
     padding-left: 20px;
     list-style-type: decimal;}

/* リンク装飾 */
.link {
    color:blue;
    text-decoration:underline;

}

/* 組踊研修生テーブル */

.shokai{
    width:100%;
    border: 2px solid #d6ceb4;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.shokai th{
    padding: 6px 8px 5px;
    border-top: solid 1px #ffffff;
    width: 100px;
    overflow: hidden;

    font-style: normal;
    font-weight: 100;
    font-size: 100%;

    word-break: break-all;
    word-wrap: break-word;
    background-color: #eeece4;

    background: #b55353;
    color: white;
    text-align: center;
}

.shokai td{
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #595960;
    background-color: #ffffff;
    border-top: dotted 1px #e0dccc;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
}

.img_width
{
    width: 200px;
}

.performance_title
{
    /*font-weight: bold;*/
    text-align: left;
}

@media screen and (max-width: 800px){

    .shokai th{
        width:100%;
        display:block;
        margin: 0 auto;
        border:none;
        border-radius: 3px;
    }
    .shokai td{
        display: list-item;
        border-top: none !important;
        padding: 5px;
    }

    // 既存記事のレスポンシブ対策用コード
    table {
        width:100% !important;
    }

    table td
    {
        height: auto !important;
    }

    img {
        max-width:100%;
        margin: auto;
    }

    /* ヘッダーお問い合わせ */
    ul.menu_contact
    {
        display: none;
    }

    #mod-search-searchword
    {
        width: 150px;
        margin: 0;
    }

    .menu_select_language
    {
        display: none;
    }

}

/* グーグルマップ */

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 2段組画像 */

.rsb-img ul,
.rsb-img ol,
.rsb-img li { list-style:none;}
.rsb-img img {vertical-align : middle;}
.rsb-img{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.rsb-img li{
    float: left;
    width: 48%;
    margin-bottom: 2%;
}
.rsb-img li:nth-child(2n-1){
    margin: 0 2%;
}
.rsb-img img{
    width: 100%;
}

/* 友の会 次年度・今年度表示 */
li.previous
{
    float: left;
}

li.next
{
    float: right;
}

ul.pagenav
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
}


ul.pagenav:after
{
    content: '　';
    clear: both;
}

ul.pagenav li.previous a,
ul.pagenav li.next a
{
    color: white;
}

ul.pagenav li.previous a:after
{
    content: "<< 前年度へ";
    margin-left: -30px;
    display: inline-block;
    color: black;
    text-decoration: underline;
}

ul.pagenav li.next a:after
{
    content: "次年度へ >>";
    margin-left: -30px;
    display: inline-block;
    color: black;
    text-decoration: underline;
}


/* ボタン */


.myButton {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
    background-color:#33bdef;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:17px 141px;
    text-decoration:none;
    text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
    background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
    background-color:#019ad2;
}
.myButton:active {
    position:relative;
    top:1px;
}

ul.menu_select_language
{
    float: right;
}

@media screen and (max-width: 800px){

    .shokai th{
        width:100%;
        display:block;
        margin: 0 auto;
        border:none;
        border-radius: 3px;
    }
    .shokai td{
        display: list-item;
        border-top: none !important;
        padding: 5px;
    }

    // 既存記事のレスポンシブ対策用コード
    table {
        width:100% !important;
    }

    table td
    {
        height: auto !important;
    }

    img {
        max-width:100%;
        margin: auto;
    }

    /* ヘッダーお問い合わせ */
    ul.menu_contact
    {
        display: none;
    }

    #mod-search-searchword
    {
        width: 150px;
        margin: 0;
    }

    .menu_select_language
    {
        display: none;
    }

}

/* pdf,excelアイコン */

.ico  {
    vertical-align: bottom;
    border: 0;
    float:left;
    height:13px;
    width:15px;
}


/* 改行 */

ul.inner{
    margin: 0 0 0 0;
    padding: 0;
    text-indent: -1.5em;
    padding-left: 1.5em;
}


ul.inner-number{
    margin: 0 0 0 0;
    padding: 0;
    text-indent: -1em;
    padding-left: 1em;
}




/* 企画テーブル */


.rsb-kikaku {
    border-collapse: collapse;
    width: 100%;
}

.rsb-kikaku td {
    padding: 10px;
    border: 1px solid #999;
}

.rsb-kikaku th {
    padding: 10px;
    background-color:#333333;
    border: 1px solid #999;
    width:13%;

}



@media screen and (max-width: 400px) {
    .rsb-kikaku{
        border-top: 1px solid #999;
    }
    .rsb-kikaku td {
        display: block;
        text-align: center;
    }
    .rsb-kikaku th {
        display: block;
        border-top: none;
        border-bottom: none;
        width: 100%;
    }
}


/* 研修生　テーブル */

.rsb-img-k ul,
.rsb-img-k ol,
.rsb-img-k li { list-style:none;}
.rsb-img-k img {vertical-align : middle;}
.rsb-img-k{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.rsb-img-k li{
    float: left;
    width: 18%;
    margin-bottom: 2%;
}
.rsb-img-k li:nth-child(2n-1){
    margin: 0 1%;
}
.rsb-img-k img{
    width: 100%;
}

