@charset 'utf-8';
/**
 * Base CSS
 *
 * @copyright   Copyright (c) Yoshika
 * @author      Yoshika (@rnsk)
 * @link        http://rnsk.net/
 */

a:not(.btn) { color: #333; text-decoration: none; }
a:not(.btn):hover { color: #999; }

/*---- Layout ----*/
body {
    color: #333;
    border-top: solid 10px #0021b8;
}

#wrap {
    width: 100%;
    position: relative;
    min-height: 100%;
}

#header {
    padding-top: 15px;
    min-height: 90px;
}

#header {
    background-color: #8cbdf7;
}

.header-links a:not(.btn) { color: #fff; text-decoration: none; }
.header-links a:not(.btn):hover { color: #333; }

#main {
    padding-bottom: 230px;/* footer の高さ + 余白 */
}

#contents {
    background-color: #fff;
}

#links {
    width: 100%;
    height: 180px;
    padding: 20px 0;
    background-color: #7c7c7c;
    position: absolute;
    bottom: 50px;
}

.footer-links {
    border-left: 1px solid #fff;
    padding-left: 20px;
    list-style: none;
}

.footer-links li { padding-bottom: 10px; }
.footer-links li:last-child { padding-bottom: 0; }

.footer-links a:not(.btn) { color: #fff; text-decoration: none; }
.footer-links a:not(.btn):hover { color: #333; }

#footer {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    background-color: #1b1b1b;
    color: #fff;
}

.copyright {
    font-size: 12px;
    line-height: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
}


/*---- Page ----*/
.breadcrumb {
    background-color: inherit;
    padding: 0;
    margin: 15px 0;
}

.site-title {
    font-size: 32px;
    font-weight: bold;
}

.side-block {
    border-top: solid 10px #7c7c7c;
    background-color: #eee;
}

.side-block ul {
    width: 90%;
    margin: 15px auto;
}

.side-block ul li {
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0;
    margin-top: 15px;
    padding: 5px 20px;;
}

.main-block  {
    padding-bottom: 20px;
}

.main-block .head {
    border-left: 5px solid #0021b8;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    border-top: none;
    border-bottom: 1px dashed #ccc;
}

.table ul,
.table dl {
    margin: 0;
}

.wsp-container h2 {
	font-size: 18px;
}


/*---- Home ----*/
.home #header {
    background-image: url(../img/bg_wrap.jpg);
    background-size: cover;
    background-position: center;
}

.intro-image {
    padding: 50px 0;
}

.intro_message {
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,
             #fff 1px -1px 0px, #fff -1px -1px 0px;
    letter-spacing: 0.2rem;
}

#intro .panel {
    background-color: rgba(255,255,255,0.6);
    border-radius: 2px;
}

#intro .panel-default>.panel-heading {
    color: #333;
    background-color: rgba(245,245,245,0.7);
    border-color: #ddd;
}

#intro .panel-title {
    text-align: center;
    font-weight: bold;
}

.popover {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 250px;
    margin: 200px auto 40px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.55);
    overflow: visible;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 300px;
    height: 200px;
}

.swiper-slide:not(.swiper-slide-next):not(.swiper-slide-prev):not(.swiper-slide-active) {
    opacity: 0.4;
}

.banner-block {
    background-color: #eee;
}

.banner {
    width: 90%;
    margin: 15px auto;
    border: 1px solid #ccc;
    background-color: #fff;
}

.banner img {
    margin: auto;
    padding: 20px 15px;
    display: block;
    max-width: 100%;
    height: auto;
}

.news-block {
    padding: 20px;
}

.news-block .head {
    border-left: 5px solid #0021b8;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-block ul {
    margin-bottom: 20px;
}

.news-block ul li {
    line-height: 30px;
    border-bottom: 1px dashed #333;
    margin: 0;
    margin-top: 15px;
    padding: 0 30px;;
}


/*---- Archive ----*/
.entry {
    padding: 0;
    margin-bottom: 30px;
}

.entry-thumb {
    position: relative;
    border-bottom: 3px solid #8cbdf7;
}

.entry-thumb img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.entry-title {
    margin: 0;
    padding: 10px 0;
}

.archive.tax-business_category .entry {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px #adadad;
}

.archive.tax-business_category .entry-thumb {
    position: relative;
    margin: -20px -20px 0;
    border-bottom: 3px solid #8cbdf7;
}

.archive.tax-business_category .entry-thumb img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.archive.tax-business_category .entry-title {
    margin: 0;
    padding: 15px 0 10px 0;
}

/*---- download ----*/
.download-box {
    border: none;
    width: 100% !important;
    box-sizing: border-box;
}

.download-box-content h1 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #09c;
    padding: .75em 1em;
}

.download-box-content p {
    text-align: left;
}

.download-button {
    font-size:13px !important;
}

.download-count {
    display: none;
}

.dlm-download-complete::after {
    content: '' !important;
}

.download-button {
    text-align: center;
    text-decoration: none !important;
    padding: .75em 1em;
    color: #fff !important;
    display: block;
    font-size: 1em;
	font-weight: bold;
    line-height: 1.5em;
    background-color: #09c;
    background-image: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0086b2;
    cursor: pointer;
}

.download-button small {
    display: none !important;
}
