/**************************************************************
【記事最後】
**************************************************************/
h2#last {
font-size : 90%;
color : #ff0000;
font-weight : normal;
display:inline !important;
  word-break:keep-all;
  display: inline;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

/**************************************************************
スマホ改行なし
**************************************************************/
@media screen and (max-width: 480px) {
br { display : none ; }
}

/* すべてのセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
    border: 1px solid black !important;
}
.tablepress {
    table-layout: auto;
}

/**************************************************************
【見いだしタグh1】
**************************************************************/
h1#fast {
font-size : 90%;
color : #ff0000;
font-weight : normal;
display:inline !important;
  word-break:keep-all;
  display: inline;
}

/**************************************************************
【見出しの設定】
**************************************************************/
h2#webcri {
    position: relative;
    padding-left: 25px;
    border-bottom: 3px solid #b5c500;
    color: #666;
    font-size: 23px;
    line-height: 32px;
	margin-right: 1px;
}

h2#webcri:before {
    position: absolute;
    top: -8px;
    left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background: #a9b801;
    content: "";
}

h2#webcri:after {
    position: absolute;
    top: 8px;
    left: 2px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    height: 8px;
    width: 8px;
    background: #a9b801;
    content: "";
}

/**************************************************************
【下のフッター的な色かえる】
**************************************************************/
#footer {
	clear: both;
	width: 100%;
	min-width: 1100px;
	/*height: 330px;*/
	position: relative;
	background: #000000;
	color: #000000;
}
#footer a {
	text-decoration:none;
	color: #000000;
}









