@charset "utf-8";
/* support ichigan guide cleaning sensor_a.html .css */

#contents img.movieicon{
	padding: 0 0.25em;
    vertical-align: middle;
}

#contents ul.disc{
	list-style-type: disc;
    padding-left: 1.5em;
}

#contents .notice_gray {
    border: 1px solid #CCCCCC;
    background: #F5F5F5;
    padding: 1em;
    margin-bottom: 2em;
}

#contents .notice_gray div.attentionBox {
    background: url(/support/ichigan/share3/images/ico_attention.png) no-repeat;
    margin: 0;
    padding: 0.5em 0 0 3em;
    min-height: 25px;
}

#contents .notice_gray div.attentionBox p {
    margin: 0px;
}

#contents .pct{
    margin: 2em 0;
    text-align: center;
}

#contents img.icon_window {
    padding-left: 0.25em;
}

/* stepArea  */
#contents .stepArea{
	margin: 2em 0;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
    padding-left: 0;
}
#contents .stepArea ol.stepList > li{
    margin: 1em 0 0;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    font-weight: 700;
    float: left;
	background-color: #505050;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}

#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
    margin: 0;
    font-weight: bold;
    padding-left: 1em;
}

#contents .stepArea ol.stepList > li >p.lead + p{
    margin-left: 36px;
    margin-top: 5px;
}

#contents .stepArea ol.stepList > li dl{
	margin-top: 1em;
	margin-bottom: 10px;
}

#contents .stepArea ol.stepList > li dl dd{
	margin-bottom: 1em;
}

#contents .stepArea ol.stepList > li > ul.disc{
	padding-left: 1.5em;
}
#contents .stepArea ol.stepList > li ul.innerList,
#contents .stepArea ol.stepList > li ol.innerList{
	margin: 1em 0 1em 1.5em;
}

#contents .stepArea ol.stepList span.square{
	background: #ccc;
    padding: 0 6px;
    margin: 0 4px;
    color: #fff;
    font-weight: bold;
	vertical-align: text-top;
}

@media (max-width: 640px){
	#contents ul.disc{
		margin-left: 0;
	}
    
    #contents .pct {
        margin: 1em 0 0;
    }
    
    #contents .pct img{
        max-width: 300px;
        width: 100%;
    }
    
	#contents .stepArea{
		margin-left: 0;
	}
    
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList > li > * {
		margin-left: 0;
	}
    
    #contents .stepArea ol.stepList > li > a.textLink{
        margin-left: 36px;
    }
    
}