@charset "UTF-8";

/*
	================================================================================================
		support handycam download avchd_tool  common.css
	================================================================================================
*/
/* CSS Document */

#contents .txtright {
    text-align: right;
}

#contents .bluestep li {
    list-style: none;
}

#contents .bluestep li p {
    text-indent: -1em;
}

#contents .bluestep li span .stepicon {
    margin-right: 5px;
}

#contents .center {
    text-align: center;
}

#contents img {
    width: auto;
    max-width: 100%;
}

#contents .annotation {
    padding-left: 1em;
    text-indent: -1em;
}

#contents table.disc_list {
    width: 100%;
}

#contents table.disc_list th {
    background: #666666;
    color: #FFF;
}

#contents table.disc_list th span {
    color: #F8E49C;
}

#contents table.disc_list .gray {
    background-color: #F3F3F3;
}

#contents table.disc_list td {
    text-align: center;
}

#contents .txtorange {
    color: #FF6600;
}

#contents .checklist dt {
    padding-left: 1em;
    text-indent: -2em;
}


#contents ol.otxt {
  counter-reset: li; 
  list-style: none; 
}

#contents ol.otxt li {
  line-height: 1.8;
}

#contents ol.otxt > li::before {
  margin-right: 0.25rem;
  content:counter(li) ".";
  counter-increment: li;
  font-weight: bold;
}

#contents .pctright {
    text-align: right;
}

#contents .ttl {
    background-color: #111166;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}