@charset "utf-8";
/* CSS Document */

/*===========================================
	HT-AN7（BRAVIA Theatre U）update.css
=============================================*/

/* caution,checklist */
#contents ul.caution{
    list-style-type: disc;
    margin-left: 2.5em;
}

#contents ul.caution li span.lead{
    font-weight: bold;
    font-size: 1.23rem;
    margin-bottom: 0.2em;
    display: block;
}

#contents ul.checklist{ 
    margin-left: 0;
    list-style: none;
}

#contents ul.checklist li{ 
    position: relative;
    padding-left: 25px;
    margin-left: 0;
}

#contents ul.checklist li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
  }
 
 #contents ul.checklist li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 2px;
 }

/* procedure */
#contents ol.procedure{
    margin-top: 1em;
    font-weight: bold;
}

#contents ol.procedure li{
    margin-bottom: 1em;
}

#contents ol.procedure_2{
    margin: 1em 0 0 1em;
    padding: 0;
    font-weight: bold;
}

#contents ol.procedure span,
#contents ol.procedure div,
#contents ol.procedure_2 span{
    font-weight: normal;
} 

#contents .border_box {
    border: 2px solid #000;
}

@media (max-width: 640px){	
	#contents ul.caution{
		margin-left: 1.5em;
	}
}