﻿@charset "utf-8";
#new-version dl {
      display: flex;
      flex-wrap: wrap;
    }
#new-version dl dt {
      /*padding:2px;*/
      text-indent : 1rem;
    }
#new-version dl dd {
      /*padding:2px;*/
      font-weight: bold;
      text-indent : 1rem;
    }

.information dl 
{
    padding : 10px;
    }
.information dl dt {
      padding:2px;
      font-size : smaller ;
      text-indent : 1rem;
    }
.information dl dd {
      font-size : smaller ;
      text-indent : 2rem;
    }


#history h1 {
	font-size: 14px;
	vertical-align: middle;
	color: #666666;
	clear: both;
	width: 690px;
	height: 20px;
	line-height: 20px;      /* vertical-alignを有効にするため設定 */
	overflow: hidden;
	padding: 4px 0px 0px 1px;
	background-color: #dbdbdb;
}

.table-verupuser
{
      font-size : 11px ;
      margin: 1em;
}