/*
===============================================
 /pro-cam/update/fail.css
===============================================
*/

#contents h1.title {
	clear: both;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 1px solid #D0D0D0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
}

#contents h2.title {
	font-size: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    padding-left: 13px;
}


/* ----------------------------
	gray_title
---------------------------- */
#contents section h3.gray_title{
    font-weight: bold;
    background-color: #EDEDED;
    font-size: 14px;
    padding: 0.5em 1em;
    margin: 0 0 15px 0;
}

/* ----------------------------
	notice_pink
---------------------------- */
#contents .notice_pink{
    background-color: #ffeffd;
    padding: 1em;
}

/* ----------------------------
	stepArea 
---------------------------- */
#contents ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 1em;
	margin-bottom: 0;
}
#contents ol.stepList > li{
    margin: 0 0 1em 0;
}

#contents ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents ol.stepList > li:before {
	content: counter(square);
    counter-increment: square;
    color: #fff;
    display: block;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    font-weight: 700;
    float: left;
	background-color: #999;
}

#contents ol.stepList > li >p{
	display: table-cell;
    margin: 0;
    padding-top: 3px;
}

#contents ol.stepList span.square{
	background: #ccc;
    padding: 0 6px;
    margin: 0 4px;
    color: #fff;
    font-weight: bold;
	vertical-align: text-top;
}

/* stepArea colorsetting */

#contents ol.stepList> li:before,
#contents ol.stepList span.square{
	background-color: #414141;
}

/* 20240701 */
#contents ul li a.textLink{
	display: inline-block;
	margin-bottom: 0.3em;
	background-position: 0 6px;
}

@media screen and (max-width: 640px){
    #contents ol.stepList{
	margin-left: 5px;
    }
    
	#contents ol.stepList > li >p{
		padding-top: 0;
	}

	#contents .Gray {
		width: 100%;
	}
}
