﻿/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body {
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    clear: both
}
p {
    margin: 0px;
    padding: 0px
}

.navbar {
    margin-bottom: 0px;
    border: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #efefef;
}
.table {
    margin-bottom: 30px
}
.table th {
    width: 30%
}

.img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 30px;
}
.img-thumbnail2 {
    padding: 0;
    border: none;
    border-radius: 15px;
}

@media (min-width: 768px) {
    .btn-group-vertical a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

li[class^="col"]{
    list-style: none;
}

/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
    /*for IE 5.5-7*/
    overflow: hidden;
}
* html .clearfix {
    height: 1px;
    /*\*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
    clear: both;
}

img {
    border: 0;
    vertical-align: bottom;
    margin: auto;
}

a {
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

hr {
    clear: both;
    display: block;
    height: 1px;
    border-top: 1px dotted #333;
    margin: 0;
    padding: 0;
    margin-bottom: 20px
}