@charset "utf-8";
/* CSS Document */


.tit_dt {
	color: #213665;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

#license_kind {
	margin-top: 2em;
}

#license_kind dd {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0.8em;
}


.license_hr_before {
	margin: 40px 0 0 0;
}

.license_hr_before a {
	margin-left: 1em;
}



#evaluation {
border: 1px dotted #3a3311;
padding: 10px 3%;
font-size: 100%;
width: 90%;
margin: 2em auto;
}
#evaluation strong {
	color: #675a1b;
}


#rotate {
clear: both;
margin-top: 30px;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
	font-size: 114%;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a span {
    width: 300px; /* IE 6 treats width as min-width */
    min-width: 300px;
    height: 30px; /* IE 6 treats height as min-height */
    min-height: 25px;
    padding-top: 13px;
    padding-right: 0;
}

.license_wk {
	border-left: 3px solid #675a1b !important;
	padding-left: 1em !important;
	height: 30px;
	color: #675a1b !important;
	width: 90%;
	margin: 30px 0 0 !important;
	font-weight: bold;
}

.ent_dd {
	color: #960;
}



#ide_license table{
    border-top:1px solid #3e4400;
    border-left:1px solid #3e4400;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	width: 90%;
}
#ide_license td.thmodoki {
    border-right:1px solid #3e4400;
    border-bottom:1px solid #3e4400;
    color:#fff;
    background-color:#747b27;
    background-position:left top;
    padding:0.1em 0.5em;
    text-align:center;
}
#ide_license th{
    border-right:1px solid #3e4400;
    border-bottom:1px solid #3e4400;
    padding:0.1em 0.5em;
	text-align: center;
}
#ide_license td{
    border-right:1px solid #3e4400;
    border-bottom:1px solid #3e4400;
    padding:0.1em 0.5em;
	text-align: center;
}
#ide_license table col.col1 {
  background: #d4d4b4;
}
#ide_license table col.col2 {
  background: #e6e6d0;
}
#ide_license table col.col3 {
  background: #f8f8f2;
}
#ide_license table col.col4 {
  background: #fff;
}
#ide_license table col.col5 {
  background: #f8f8f2;
  text-align: center;
}
#ide_license table col.col6 {
  background: #fff;
}