html {
	position: relative;
	min-height: 100%;
}

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
}

section {
	padding: 150px 0;
}

img {
	max-width: 100%;
}


pre, code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

/* 無効化
table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}
*/

h1.title,
h2.title {
	font-size: 2.3rem;
}

blockquote {
        padding: 10px 20px;
        margin: 0 0 20px 20px;
        border-left: 5px solid #eee;
        font-style: italic;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Plugins */
.plugin {
	margin-top: 3rem;
}

.plugin-label {
	font-size: 1em;
	text-transform: uppercase;
}

.plugin ul {
	list-style: none;
	padding: 0 0 0 10px;
}

.plugin li {
	margin-bottom: 7px;
}

/* My CSS */
body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.plugin-content ul {
  padding: 0;
  position: relative;
}

.plugin-content ul li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;/*左側の線*/
  background-color: #f1f8ff;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

div.card-body h1 {
  font-size: 20px;
}

div.card-body h2.title {
  font-size: 20px;
}

div.card-body h2 {
  font-size: 18px;
  padding: 3px 5px;
  border-left: 6px double #000;
}

div.card-body h3 {
  font-size: 1.2em; 
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 1rem 1rem;
  color: #000;
  border-bottom:solid 5px #ff6347;
}

div.card-body .title {
  padding: initial;
  border-left: initial;
}

div.card-body .title {
	font-weight: bold;
	margin-bottom: 20px;
}

div.card-body p {
	line-height: 1.6;
	margin-top:16px;
	margin-bottom:16px;
}

table {
	width:450px;
	max-width:100%;
}

th, td {
	text-align:center;
	padding: 0.25em 0em;
}

th:first-child, td:first-child {
    width: 120px;
}

ul.rss li {
line-height:1.5;
padding:0.5em 0 0.5em 0;
border-bottom:dashed 1px #AAA;
list-style-type:none!important;
list-style-type: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

#jspluginSearchText {
	width:60%;
}
