@charset "UTF-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/christ-hoikuen/css/fontawesome/fa-solid-900.eot");
  src: url("/wp-content/themes/christ-hoikuen/css/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/christ-hoikuen/css/fontawesome/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/christ-hoikuen/css/fontawesome/fa-solid-900.woff") format("woff"), url("/wp-content/themes/christ-hoikuen/css/fontawesome/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/christ-hoikuen/css/fontawesome/fa-solid-900.svg#css/fontawesome") format("svg");
}

body {
/*    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;*/
    font-family: "Kiwi Maru", serif;
    color: #333;
    background-color: #fff;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
html {
    font-size: 16px;
    line-height: 1.8;
    word-wrap: break-word;
}
@media screen and (max-width: 960px) {
    html {
        font-size: 15px;
    }
}
@media screen and (max-width: 640px) {
    html {
        font-size: 14px;
    }
}

/* LAYOUT */

.section {
    margin: 90px 0;
}
.column .section {
    margin: 40px 0;
}
.section-900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.section-680,
.page-fullsize .section-680 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.entry-list .post {
    margin: 15px 0;
}
.entry-header {
    margin-bottom: 45px;
}

/* HEADER */

@media screen and (min-width: 681px) {
    /* PC */
    #header {
        position: relative;
        padding: 0 0 5px 0;
        max-width: 960px;
        margin: 0 auto 0 auto;
    }
    #header:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    #header .logo {
        width: 100%;
        text-align: center;
    }
    .top-submenu {
        position: relative;
        margin: 0 auto 0 auto;
        z-index: 1000;
        max-width: 980px;
    }
    #topmenu {
        position: absolute;
        top: 0px;
        right: 10px;
        z-index: 100;
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 100%;
    }
    #topmenu li {
        display: inline-block;
    }
    #topmenu li a {
        display: inline-block;
        min-width: 80px;
        font-size: 13px;
        text-align: center;
        margin: 0 0 0 10px;
        padding: 7px 10px 11px 10px;
        color: white;
/*        background-color: #65a94b;*/
/*        background-color: #e94b46;*/
        background-color: #555555;
        border-radius: 0 0 10px 10px;
        font-weight: 600;
    }
    #topmenu li a:hover {
        opacity: 0.75;
    }
    /*
    #topmenu li:first-child a,
    #topmenu li:first-child a:hover {
        color: #121216;
        background-color: transparent;
        font-weight: 500;
    }
    #topmenu li:first-child a:hover {
        opacity: 0.8;
    }
    #topmenu li:first-child a:before {
        content: "\f015";
        font-family: "FontAwesome";
        margin-right: 3px;
    }
    */

    #site-logo {
        padding: 50px 0 0 0;
        text-align: center;
    }
    #site-logo a,
    #site-logo a:visited,
    #site-logo a:hover {
        display: inline-block;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        outline: none;
        text-decoration: none;
        margin: 0;
        padding: 0;
        height: 100px;
        width: 285px;
        background-image: url("../images/logo.png");
        background-size: 285px 100px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 0% 100%;
    }
    #header .global-menu {
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-align: left;
    }
    .global-menu #menu {
        list-style-type: none;
        width: 100%;
        margin: 0 auto 18px auto;
        padding: 0;
        line-height: 100%;
    }
    .global-menu #menu:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    .global-menu #menu li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        padding-left: 5px;
    }
    .global-menu #menu li a {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 12px 18px;
        color: #333;
        font-size: 15px;
        line-height: 1.0;
        text-decoration: none;
        font-weight: 500;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        border-radius: 30px;
    }
    .global-menu #menu li ul {
        list-style: none;
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        width: 150%;  /* Dirty Fix */
        margin: 0;
        padding: 0;
    }
    .global-menu #menu li ul li {
        overflow: hidden;
        width: 100%;
        height: 0;
        color: white;
        transition: .2s;
    }
    .global-menu #menu > li:hover > a,
    .global-menu #menu > li.current-catetory-ancestor > a,
    .global-menu #menu li.current-menu-item > a,
    .global-menu #menu li.active > a {
        color: white;
        background-color: #65a94b;
/*        background-color: #e94b46;*/
    }
}
@media screen and (min-width : 681px) {
    #header .global-menu #menu {
        margin-top: 10px;
        text-align: center;
    }
}
@media screen and (min-width : 960px) {
    #header .logo {
        float: left;
        width: 310px;
        box-sizing: border-box;
    }
    #header .global-menu {
        float: left;
        width: 650px;
        box-sizing: border-box;
    }
    #header .global-menu #menu {
        margin-top: 64px;
        text-align: right;
    }
    #site-logo {
        padding-top: 30px;
        text-align: left;
    }
}

@media screen and (max-width: 680px) {
    /* MOBILE MENU */
    #nav-toggle {
        box-sizing: border-box;
        display: none;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 56px;
        height: 56px;
        cursor: pointer;
        z-index: 101;
        padding: 17px 12px 0 12px;
        font-size: 10px;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #65a94b;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle span:nth-child(3) {
        top: 20px;
    }

    #header-container {
        position: relative;
        z-index: 500;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 1px 0;
    }
    .global-menu {
        letter-spacing: 1px;
        font-size: 16px;
    }
    .global-menu ul {
        padding: 0;
        margin: 0;
    }
    .global-menu ul li {
        display: block;
        text-align: left;
    }
    .global-menu ul li a {
        text-align: left;
    }
    #header {
        position: fixed;
        box-sizing: border-box;
        width: 100%;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
    /* Fixed reset */
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 499;
        position: relative;
        border-bottom: solid 1px #65a94b;
    }
    #header-container .logo {
        color: #333;
        font-size: 26px;
        padding: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .global-menu {
        position: absolute;
        top: -500px;
        background-color: #65a94b;
        background-color: rgba(101, 169, 75, 0.88);
        text-align: left;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 100%;
    }
    .global-menu ul {
        list-style: none;
        padding: 0;
        font-size: 14px;
    }
    .global-menu ul li {
        float: none;
        position: static;
        border-bottom: solid 1px #85c96b;
        font-weight: 500;
        font-size: 13px;
    }
    .global-menu ul li small {
        display: none;
    }
    .global-menu ul li a.active,
    .global-menu ul li a:hover,
    .global-menu ul li.home a.active,
    .global-menu ul li.home a:hover {
        background-color: #65a94b;
        border-radius: 0;
    }
    .global-menu ul li.home:hover:after,
    .global-menu ul li:hover:after {
        background: none;
        bottom: -5px;
    }
    #header .global-menu ul li a,
    #header.fixed .global-menu ul li a {
        box-sizing: border-box;
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 15px 12px 15px;
    }
    #nav-toggle {
        display: block;
    }
    #header.open {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .open #nav-toggle {
        background-color: #65a94b;
    }
    .open #nav-toggle span {
        background-color: white;
    }
    .open .global-menu {
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    #header #site-logo {
        margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
    }
    #header .logo a,
    #header .logo a:visited,
    #header .logo a:hover {
        display: block;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        outline: none;
        text-decoration: none;
        margin: 0;
        padding: 0;
        height: 35px;
        width: 210px;
        background-image: url("../images/logo_mobile.png");
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 0% 0%;
    }
}
/* for Retina */
@media screen and (max-width: 680px) and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx) {
    #header .logo a,
    #header .logo a:visited,
    #header .logo a:hover {
        background-image: url("../images/logo_mobile@2x.png");
        background-size: 210px 35px;
    }
}

/* FOOTER */

.footer-map {
    background-color: #fdfdef;
    padding: 10px 20px;
}
.footer-map .section {
    margin-top: 38px;
    margin-bottom: 38px;
}

#footer {
    color: #fff;
    background-color: #65a94b;
    padding: 40px 0 40px 0;
    text-align: left;
}
.footer-content {
    max-width: 960px;
    margin: 0 auto 0 auto;
}
#footer p {
    margin: 0;
}
#footer .footer-info {
    color: white;
    padding: 15px;
    font-weight: 500;
}
#footer .footer-info-content {
    box-sizing: border-box;
    max-width: 820px;
    margin: 0 auto 0 auto;
    background-color: #55993b;
}
#footer .footer-info .info-table {
    padding: 15px;
    font-size: 14px;
}
#footer .footer-info .info-table p {
    border-top: solid 1px #95c96b;
    padding-top: 0.5em;
    margin: 0.5em 0 0 0;
}
#footer .footer-info .info-table p:first-child {
    border-top-style: none;
    padding-top: 0;
    margin-top: 0;
}
#footer .footer-info a,
#footer .footer-info a:visited,
#footer .footer-info a:hover {
    color: #fff;
}
#footer .footer-info a:hover {
    opacity: 0.75;
}
#footer .footer-info a.badge,
#footer .footer-info a.badge:visited,
#footer .footer-info a.badge:hover {
    margin-left: 5px;
    font-size: 11px;
/*    font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 800;
    color: #55993b;
    background-color: #fff;
    padding: 3px 8px;
    border-radius: 20px;
}
#footer .footer-info a.badge:hover {
    opacity: 0.85;
}

#footer img {
    max-width: 80%;
    height: auto;
}
#footer a,
#footer a:visited,
#footer a:hover {
    color: #3E3A39;
}
#footer a:hover {
    opacity: 0.8;
}

.footer-group-links {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fdfdef;
    padding: 30px 25px;
    text-align: left;
    font-size: 14px;
}
.footer-group-links p {
    margin-bottom: 0.7em;
}
.footer-group-links .group-title {
    font-size: 16px;
}
.footer-group-links .group-badge {
    display: inline-block;
    padding: 3px 6px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #454545;
}
.footer-group-links img {
    max-width: 240px;
    height: auto;
}
.footer-group-links .fx-column:first-child {
    text-align: right;
}

@media screen and (max-width: 640px) {
    #footer {
        padding-top: 40px;
    }
    #footer img {
        max-width: 150px;
        height: auto;
    }
    .footer-group-links {
        text-align: center;
    }
    .footer-group-links img {
        max-width: 240px;
        height: auto;
    }
    .footer-group-links .fx-column:first-child {
        text-align: center;
    }
}
.copyright {
    font-size: 13px;
    padding: 15px;
}

/* TOP-IMAGE */

#top-slide-container {
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    max-width: 1400px;
    padding: 0;
}

/* SLIDESHOW */

.slide-message {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding-top: 160px;
    text-align: center;
}
.slide-container {
    box-sizing: border-box;
    position: relative;
    top: 0;
    max-width: 1400px;
    min-height: 340px;
    margin: 0 auto 0 auto;
    padding: 0;
    overflow: hidden;
}
.rslides {
    position: relative;
    list-style: none;
    max-width: 1400px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100% !important;
    max-width: 1400px;
    height: 500px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.rslides li div {
    max-width: 1400px;
    height: 500px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: right;
    overflow: hidden;
}
.rslides1_on {
    animation-duration: 5.5s;
    animation-name: slidein;
    -webkit-animation-timing-function: cubic-bezier(.39,.575,.555,1);
    animation-timing-function: cubic-bezier(.39,.575,.555,1)
}
@keyframes slidein {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 980px) {
    .rslides {
        height: 400px;
    }
    .rslides li {
        height: 400px;
    }
    .slide li div {
        height: 400px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
    .slide-message {
        padding-top: 120px;
    }
    .slide-message img {
        width: 420px;
        height: auto;
    }
}
@media screen and (max-width: 640px) {
    .slide-container {
        min-height: 260px;
    }
    .rslides {
        height: 260px;
    }
    .rslides li {
        height: 260px;
    }
    .slide li div {
        height: 260px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
    .slide-message {
        padding-top: 100px;
    }
    .slide-message img {
        width: 240px;
        height: auto;
    }
}

/* PAGETOP */

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#pagetop a,
#pagetop a:visited,
#pagetop a:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
    display: block;
    opacity: 0.75;
    line-height: 1.0;
}
#pagetop a:hover {
    text-decoration: none;
    opacity: 0.9;
}
@media print {
    #pagetop {
        display: none;
    }
}

/* FUNCTION: nb-news */

h2, h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
}
.column h2,
.column h3 {
    text-align: left;
}
h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 2.5em 0 1em 0;
}
.news-container {
    box-sizing: border-box;
    margin: 30px auto 30px auto;
    max-width: 960px;
    text-align: center;
}
@media screen and (min-width: 641px) {
    h2, h3 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 42px;
    }
    .column h2,
    .column h3 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 26px;
    }
    .news-container {
        margin: 40px auto 40px auto;
    }
}
.nb-news {
    line-height: 1.1;
}
.nb-news table {
    border-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: solid 2px #dfdfdf;
}
.nb-news table tr {
    border-bottom: solid 2px #dfdfdf;
}
.nb-news table tr th,
.nb-news table tr td {
    border-style: none;
    padding: 18px 0;
    text-align: left;
    font-size: 15px;
}
.nb-news td a,
.nb-news td a:visited,
.nb-news td a:hover {
    color: #000;
}
.nb-news td.news-date {
    width: 100px;
    font-size: 14px;
    text-align: center;
}
.nb-news td.news-date span {
    display: block;
}
.nb-news td.news-category {
    width: 110px;
}
.nb-news td.news-category a,
.nb-news td.news-category a:visited,
.nb-news td.news-category a:hover {
    display: block;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #454545;
    text-align: center;
}
.nb-news td.news-link a:hover {
    opacity: 0.7;
}
.nb-news td.news-title {
    margin: 0;
    padding: 0 10px;
}
@media screen and (max-width: 480px) {
    .nb-news table tr {
        padding: 5px 0;
        border-top-style: none;
    }
    .nb-news table tr th,
    .nb-news table tr td {
        padding: 2px 4px;
    }
    .nb-news td.news-link {
        padding-left: 4px;
    }
    .nb-news td.news-date {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nb-news td.news-title {
        padding: 4px;
    }
    h3.news-title img {
        width: 50%;
        height: auto;
        margin-bottom: 20px;
    }
}

/* PAGES */

.page-header {
    width: 100%;
    height: 260px;
/*    background-color: #fdfdef;*/
    background-image: url("../images/bg-header.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.page-header h2 {
    display: inline-block;
    padding: 20px 30px;
    margin-top: 80px;
    font-size: 32px;
    letter-spacing: 4px;
    text-indent: 4px;
    color: #333;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
/*    background-color: rgba(101, 169, 75, 0.88);*/
    text-align: center;
}
@media screen and (max-width: 640px) {
    .page-header h2 {
        font-size: 24px;
        letter-spacing: 2px;
        text-indent: 2px;
    }
}

.more-link {
    text-align: left;
    margin: 1.6em 0;
}
.more-link a,
.more-link a:visited,
.more-link a:hover {
    color: #ea5750;
    border: solid 1px #ea5750;
    padding: 7px 14px;
    border-radius: 30px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.more-link a:hover {
    color: #fff;
    background-color: #ea5750;
}
.more-link a::before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right: 8px;
}
@media screen and (max-width: 640px) {
    .more-link {
        text-align: center;
    }
}

.top-balloon-image {
    position: relative;
    top: -70px;
    margin-bottom: -60px;
    text-align: center;
}
.top-balloon-image img {
    max-width: 90%;
}
@media screen and (min-width: 641px) {
    .top-balloon-image {
        position: relative;
        top: -140px;
        margin-bottom: -130px;
        text-align: center;
    }
}

.privacy-policy {
    background-color: #f3f3f3;
    margin: 2px;
    padding: 10px;
    font-size: 83%;
}

.hoiku-link {
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
}
.link-christ-hoikuen {
/*    background-color: #FFFFFa;*/
    background-color: #fff;
    border: solid 2px #94c74c;
}
.link-christ-hoikuen:hover {
    border: solid 2px red;
    opacity: 0.75;
}
.link-kirikabu {
    background-color: #FFFCF5;
    border: solid 2px #6f4629;
}
.link-kirikabu:hover {
    border: solid 2px red;
    opacity: 0.75;
}

.link-category a,
.link-category a:visited,
.link-category a:hover {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background-color: #3E3A39;
    text-align: center;
    margin-left: 15px;
}
.link-category a:hover {
    opacity: 0.7;
}

.sitetop-header {
    width: 100%;
    background-image: url("../images/sitetop-header.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding: 80px 0 0 0;
    margin: 0;
    text-align: center;
}
.sitetop-header .section {
    margin-top: 0 !important;
}
.hoiku-box span {
    box-sizing: border-box;
    display: inline-block;
    background-color: #fcf0d9;
    font-size: 13px;
    padding: 8px 3px;
    margin-top: 0.5em;
    margin-bottom: 2em;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .sitetop-header a,
    .hoiku-box span {
        font-size: 11px;
        width: 70%;
        height: auto;
    }
}
.sitetop-footer {
    font-size: 13px;
}
.sitetop-footer img {
    margin: 1em 0;
}

.entry-list table {
    background-color: #fcfce0;
}

.post-link a,
.post-link a:visited,
.post-link a:hover {
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: #65a94b;
    text-align: center;
}

table.bg-ivory {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 3px;
    border-style: none;
}
table.bg-ivory tr {
    border-style: none;
}
table.bg-ivory tr th,
table.bg-ivory tr td {
    background-color: #fcfce0;
    border-style: none;
    padding: 6px 8px;
}
table.bg-ivory tr th {
    background-color: #fde7c2;
    border-style: none;
}

.footer-menu {
    padding: 30px 0;
}
.footer-menu a,
.footer-menu a:visited,
.footer-menu a:hover {
    display: inline-block;
    color: #333;
    padding: 0 10px;
    font-weight: 500;
}

@media screen and (max-width: 640px) {
    .footer-menu a,
    .footer-menu a:visited,
    .footer-menu a:hover {
        font-size: 13px;
        padding: 0 5px;
    }
}

.hoiku-mokuhyou h4 {
    font-weight: 500;
    font-size: 18px;
    margin: 2.5em 0 1em 0;
}
.hoiku-mokuhyou h4::before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 8px;
    color: #ea5750;
}

.photo-gallery {
    margin-top: 40px;
}
.photo-gallery img {
    width: 100%;
    height: auto;
}

.mini-section {
    margin: 40px 0;
}

.faq-list {
    margin: 40px 0;
}
.faq-list details {
    margin-bottom: 30px;
}
.faq-list details summary {
    font-weight: 500;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #fdfdef;
}
.faq-list details .answer {
    padding: 15px;
}

table.bordered {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-style: none;
    border-top: solid 1px #333;
    border-left: solid 1px #333;
}
table.bordered thead tr {
    background-color: #f3f3f3;
}
table.bordered tr {
    border-style: none;
}
table.bordered tr th,
table.bordered tr td {
    border-style: none;
    padding: 6px 8px;
    border-style: none;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
}

span.underline {
    text-decoration: underline;
}
span.red {
    color: red;
}

table.faq-q1 tr td:nth-child(1),
table.faq-q1 tr td:nth-child(3),
table.faq-q1 tr td:nth-child(4) {
    text-align: center;
}

