@charset "utf-8";
/*!
Theme Name: å¾¡è³æ¿
Description: å¾¡è³æ¿ã®ãã¼ãã§ãã
Author: ãã¼ã ãããHD
Author URL: http://www.homenet-hd.co.jp/
Version: 1.0
------------------------------------------ */
/* Variables
------------------------------------------ */
/* Object-oriented CSS
------------------------------------------ */
.m-b5 {
    margin-bottom: 5px
    }
.m-b10 {
    margin-bottom: 10px
    }
.m-b20 {
    margin-bottom: 20px
    }
.m-b30 {
    margin-bottom: 30px
    }
.m-t20 {
    margin-top: 20px
    }
.m-t140 {
    margin-top: 140px
    }
.m-t180 {
    margin-top: 180px
    }
.p-t20 {
    padding-top: 20px
    }
.p-b20 {
    padding-bottom: 20px
    }
.p-tb20 {
    padding-top: 20px;
    padding-bottom: 20px
    }
.p-l30 {
    padding-left: 30px
    }
.p-l100 {
    padding-left: 100px
    }
.hr-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC
    }
.left {
    float: left
    }
.right {
    float: right
    }
@media (min-width: 992px) {
    .pL0 {
        padding-left: 0 !important
        }
    .pR0 {
        padding-right: 0 !important
        }
    }
.red {
    color: #d82b17
    }
.btn {
    border-radius: 0
    }
.btn-primary {
    background-color: #d82b17;
    border: none;
    height: 55px;
    padding: 0;
    width: 360px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px
    }
@media (max-width: 768px) {
    .btn-primary {
        width: 220px
        }
    }
.btn-primary:hover {
    background-color: #820016 !important
    }
/* Header
------------------------------------------ */
header {
    padding: 0
    }
header h1 {
    font-size: 10px
    }
.navbar {
    position: relative
    }
.navbar-default {
    background: black;
    background: -moz-linear-gradient(top, black 0%, #900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, #900));
    background: -webkit-linear-gradient(top, black 0%, #900 100%);
    background: -o-linear-gradient(top, black 0%, #900 100%);
    background: -ms-linear-gradient(top, black 0%, #900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(#900));
    background: linear-gradient(to bottom, black 0%, #900 100%);
    border-color: #e09500;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px
    }
@media (max-width: 480px) {
    .navbar-default .navbar-header a img {
        margin-top: 5px;
        width: 75%
        }
    }
@media (max-width: 480px) {
    .navbar-default button {
        margin-top: 0
        }
    }
.navbar-default ul {
    padding-top: 10px
    }
.navbar-default li {
    position: relative
    }
.navbar-default li .separator {
    color: #fff;
    position: absolute;
    right: -2px;
    top: 4px
    }
@media (max-width: 768px) {
    .navbar-default li .separator {
        display: none
        }
    }
@media (min-width: 769px) {
    .navbar-default li .caret {
        display: none
        }
    }
.navbar-default li > a:hover {
    background-color: #d82b17 !important;
    color: #fff !important
    }
.navbar-default li > a {
    color: #fff !important;
    padding: 5px 18px;
    text-decoration: none
    }
.navbar-default li ul {
    padding: 0
    }
.navbar-toggle {
    background-color: #fff
    }
@media (min-width: 979px) {
    .dropdown:hover > .dropdown-menu {
        display: block
        }
    }
.dropdown-menu {
    background: #900;
    border: none
    }
.dropdown-menu li > a {
    padding: 10px 0
    }
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: -100%;
        min-width: 276px;
        text-align: center
        }
    }
/* ããã¿ã¼
------------------------------------------ */
footer {
    background: black;
    background: -moz-linear-gradient(top, black 0%, #900 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, #900));
    background: -webkit-linear-gradient(top, black 0%, #900 100%);
    background: -o-linear-gradient(top, black 0%, #900 100%);
    background: -ms-linear-gradient(top, black 0%, #900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(#900));
    background: linear-gradient(to bottom, black 0%, #900 100%);
    border-top: 1px solid #e09500;
    font-size: 12px;
    padding: 25px 15px 10px;
    text-align: center
    }
footer a {
    color: #fff
    }
footer a:hover {
    color: #fff
    }
/* TOP
------------------------------------------ */
/* ------ main_v ------ */
#main_v {
    border: 1px solid #e09500;
    margin: 20px auto;
    padding: 5px 5px
    }
@media all and (max-width: 767px) {
    #main_v {
        margin-left: 10px;
        margin-right: 10px
        }
    }
/* ------ sub-nav ------ */
#sub-nav {
    margin-bottom: 20px
    }
#sub-nav .visible-xs-block {
    text-align: center
    }
#sub-nav .visible-xs-block .button {
    margin-bottom: 10px
    }
#sub-nav ul {
    margin: 0;
    padding: 0
    }
#sub-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0 2px;
    float: left;
    width: 20%
    }
#sub-nav li img {
    border: 1px solid #000
    }
@media all and (max-width: 480px) {
    #sub-nav li {
        width: 100%;
        margin-bottom: 10px
        }
    }
/* ----- ã³ã³ã»ãã -----*/
#concept {
    margin-bottom: 40px
    }
@media all and (max-width: 992px) {
    #concept img {
        margin-bottom: 20px
        }
    }
#concept .concept-title-01 {
    font-size: 28px
    }
#concept .concept-title-02 {
    color: #c30d23;
    font-size: 24px
    }
#concept p {
    font-size: 16px
    }
/* ----- ãããã¯ã¹ -----*/
#topics {
    margin-bottom: 30px
    }
.topics_wrapper {
    margin-bottom: 20px
    }
.topics_wrapper .left {
    float: left;
    width: 50px
    }
.topics_wrapper .post_wrapper_scroll {
    height: 390px;
    padding-right: 20px;
    overflow-y: scroll
    }
@media all and (max-width: 480px) {
    .topics_wrapper .post_wrapper_scroll {
        overflow-y: none
        }
    }
.topics_wrapper .post {
    float: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #fff;
    width: 100%
    }
.topics_wrapper .post .text {
    float: left;
    width: 70%
    }
.topics_wrapper .post .text .date {
    font-weight: bold
    }
.topics_wrapper .post .text .title {
    font-size: 24px;
    font-weight: bold
    }
.topics_wrapper .post .text .title a {
    color: #fff
    }
.topics_wrapper .post .text .title a:hover {
    color: #d82b17
    }
.topics_wrapper .post .text .category {
    font-size: 12px
    }
@media all and (max-width: 767px) {
    .topics_wrapper .post .text .title {
        font-size: 18px
        }
    }
.topics_wrapper .post .thumb {
    text-align: center;
    float: right;
    width: 180px;
    height: auto
    }
@media all and (max-width: 414px) {
    .topics_wrapper .post .thumb {
        width: 80px;
        height: auto
        }
    }
/* page
------------------------------------------ */
/* ä¸å±¤ãã¼ã¸ã®ã³ã³ãã³ãå */
.page-body {
    margin: 0 auto 20px
    }
@media all and (min-width: 1200px) {
    .page-body {
        /*padding-right: 100px;
        	padding-left: 100px;*/
        }
    .page-wide-600 {
        padding-right: 200px;
        padding-left: 200px
        }
    }
/* ------ å¨ä½ã®ãã¶ã¤ã³
------------------------------------------ */
body {
    background: url(images/body-bg.png);
    background-color: #000;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "ãã©ã®ãè§ã´ Pro W3", "Hiragino Kaku Gothic Pro", ã¡ã¤ãªãª, Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic", sans-serif
    }
@media (max-width: 768px) {
    body {
        font-size: 16px
        }
    }
h1 {
    color: #900
    }
h2 {
    background: url(./images/cloud-symbol.png) no-repeat center left;
    background-size: 56px;
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
    margin: 0 0 30px 0;
    min-height: 56px;
    padding-left: 66px
    }
@media (max-width: 992px) {
    h2 {
        font-size: 28px
        }
    }
@media (max-width: 768px) {
    h2 {
        background: none;
        border-bottom: 1px solid #fff;
        border-left: 4px solid #fff;
        font-size: 24px;
        line-height: 32px;
        min-height: 0;
        padding: 0 0 4px 8px
        }
    }
@media (max-width: 480px) {
    h2 {
        font-size: 18px
        }
    }
h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 8px;
    border-left: 4px solid #fff;
    margin-bottom: 20px
    }
@media (max-width: 480px) {
    h3 {
        font-size: 18px
        }
    }
h4 {
    font-size: 22px;
    font-weight: 800;
    margin: 20px 0 20px 0;
    padding: 0 0 5px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999
    }
@media (max-width: 768px) {
    h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 20px 0 20px 0
        }
    }
h5 {
    font-size: 20px;
    font-family: "Shuei Mincho L", YuMincho, "æ¸¸ææ", serif;
    letter-spacing: 0.15em;
    margin-bottom: 30px
    }
@media (max-width: 768px) {
    h5 {
        font-size: 18px;
        font-weight: bold;
        margin: 20px 0 20px 0
        }
    }
a {
    color: #d82b17;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
    }
a:hover {
    color: #820016;
    text-decoration: underline
    }
@media (min-width: 1200px) {
    .container {
        width: 1030px
        }
    }
img {
    height: auto;
    max-width: 100%
    }
.under {
    border-top: 1px solid #999;
    font-size: 12px;
    margin-top: 25px;
    padding-top: 5px;
    text-align: right
    }
/* tabs */
.nav-tabs > li {
    font-size: 12px;
    text-align: center;
    width: 20%
    }
.nav-tabs > li > a {
    background-color: #d82b17;
    color: #fff
    }
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #820016
    }
@media (max-width: 480px) {
    .nav-tabs > li > a {
        font-size: 10px;
        padding-left: 0;
        padding-right: 0
        }
    }
/* ------ nav-pills ------ */
.nav-pills {
    margin-bottom: 20px
    }
.nav-pills li {
    width: 20%;
    margin: 0;
    padding: 1px
    }
.nav-pills li a {
    font-size: 12px;
    text-align: center;
    background-color: #d82b17;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff
    }
.nav-pills li a:hover {
    background-color: #820016
    }
.nav-pills li + li {
    margin: 0
    }
.nav-justified {
    width: 100%
    }
.nav-justified li {
    display: table-cell;
    width: 1%
    }
@media (max-width: 480px) {
    .nav-pills li a {
        font-size: 10px;
        padding-left: 0;
        padding-right: 0
        }
    }
/* ã«ã©ã ã®éé */
/* ãã³ãã */
.breadcrumbs {
    font-size: 10px;
    margin: 10px
    }
/* ------ table ------ */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #d82b17 !important
    }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none
    }
.table-hover > tbody > tr:hover {
    background-color: transparent
    }
/* ------ to page-top ------ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px
    }
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: rgba(35, 24, 21, 0.6);
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px
    }
@media (max-width: 768px) {
    .pagetop {
        right: 25px
        }
    }
/* ------ Wordpressã®ã£ã©ãªã¼ ------ */
.gallery .gallery-item {
    margin: 0 0 5px
    }
.gallery .gallery-item .gallery-icon {
    padding-right: 5px
    }
.gallery .gallery-item .gallery-icon img {
    border: 0 !important;
    height: auto;
    max-width: 100%
    }
.gallery .gallery-item .gallery-caption {
    line-height: 15px;
    margin: 4px 0 7px
    }
.tiled-gallery .tiled-gallery-item .tiled-gallery-caption {
    font-size: 12px;
    padding: 6px 0;
    text-align: center;
    display: none
    }
/* ------ Contact Form 7 ------ */
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, select, input {
    color: #000
    }
.submit {
    margin-top: 1em;
    text-align: center
    }
.submit input[type=submit] {
    color: #000;
    margin-left: 16px;
    width: 90px
    }
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    width: 100%;
    border: 1px solid #CCC
    }
/* ------ Breadcrumb NavXT ------ */
#breadcrumbs {
    font-size: 10px;
    margin: 0 auto 20px
    }
/* ------ colã®é«ããæãã ------ */
.row-center {
    letter-spacing: -0.4em
    }
.row-center > [class*="col-"] {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    float: none !important
    }