/*TOPバナー*/

.topbanner {
    position: relative;
}

.topbanner H1 {
    position: absolute;
    background: none;
    top: 60px!important;
    left: 60px!important;
    margin-left: 150px!important;
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0)!important;
    font-size: 21px;
    line-height: 1;
    padding: 5px 10px;
}

.topbanner p {
    position: absolute;
    top: 110px;
    left: 0;
    margin-left: 210px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.4;
    padding: 10px 10px;
    border-top: 2px solid;
    border-color: #eb8185;
    border-width: 2px;
}

.topbanner a {
    color: rgb(255, 255, 255)!important;
}

.topbanner-products {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 75%;
}


/*製品情報・ニュース欄*/

.items {
    background-image: URL("/sites/default/files/thkcom/ja/products/support/tts_headerbanner03.png");
    display: flex;
    justify-content: space-between;
    flex-basis: 50%;
}

.item-img {
    margin: 0px 5px 0px;
}

.item-body {
    margin: 10px 8px 10px;
}

.item-title {
    margin: 0px 0px 5px;
    padding: 0px 0px 5px 0px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid;
    border-color: #ffffffbb;
    border-width: 2px;
}

.item-body p {
    margin: 0px 12px 0px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.item-body a {
    color: rgb(255, 255, 255)!important;
}


/*テーブル*/

table {
    border-collapse: collapse;
}

table thead tr td {
    background-color: #b1b1b1;
    color: #fff;
}

table tr {
    background-color: #FCF5F7;
    border-bottom: 2px solid #fff;
}

table th,
table td {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    background-color: #FCF5F7;
}

td {
    padding: 0.3em 0.8em 0.3em;
}

.kaiin {
    background-color: #ffdad4;
}

.marubatsu {
    padding-left: 2.4em;
    padding-right: 0em;
}

small {
    font-size: 8px;
}


/*ボタン*/

btn-list {
    display: -webkit-flex;
    display: flex;
}

.btn-list li {
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%;
    text-align: center;
    margin-right: 3%;
    list-style: none;
}

.btn-list li:last-child {
    margin-right: 0;
}

.btn-basic {
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #fff !important;
    transition: .3s;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.btn-basic:hover {
    opacity: .7;
    text-decoration: none;
}

.btn-basic.color-red {
    background: #c51919;
}

.btn-basic.color-blk {
    background: #000;
}

.btn-basic.color-wht {
    background: #fff;
    border: 1px solid #c51919;
    color: #c51919 !important;
}
h2{
    background: #FFF url(/sites/default/files/thkcom/widgets/body/headings/heading_h2.gif) repeat-x scroll;
}
