@charset "utf-8";


#contents ul{
	padding:0;
	margin: 0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents a.textLink{
    background-position: 0 6px;
}


/*　注釈 */

#contents .annotation{
	text-indent: -1em;
	font-size: 0.86rem;
	line-height: 1.8em;
}
	
#contents p.annotation{
	margin-left: 1.5em;
}



/* Add */
.logoArea{
	clear :both;
}

.logoArea img{
	float: right;
}

#contents p{
	margin: 0 0 0.8em;
}

#contents p > img{
	margin: 1.5em 0;
	display: block;
}

a.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	padding-left:1em;
	margin-left: 4px;
}

.indent_05{
	margin-left: 0.5em !important;
}

#contents ol.step3_ol{
	margin-left: 2em;
}

#contents ol.step3_ol li{
	list-style: decimal;
	margin-bottom: 2em;
}

@media (max-width: 640px){
	
	#contentsArea .logoArea img{
		float: none;
		display: block;
		margin: 0 auto;
	}
	#contents ol.step3_ol{
		margin-left: 1.5em;
	}

}

/*===========================================
	stepArea
=============================================*/

div.stepArea-top {
	position:relative;
	margin:20px 0 0 0;
	padding:8px 0 0 28px;
}



@media (max-width: 640px) {
	
	div.stepArea-top {
		padding:8px 0 0 4px;
	}

}

.step {
	padding-bottom:2px;
	font-size:18px;
	font-weight:bold;
	border-bottom:#666 1px solid;
	clear:both;
}

.step_num {
	color:#CC0000;
	padding:0 0.6em 0 0;
}

/*===========================================
	div.completeMsg
=============================================*/

div.completeMsg {
	color:#BF0000;
	font-size:1.4em;
	font-weight:bold;
	height: 64px;
}

@media (max-width: 640px) {
	div.completeMsg {
		font-size:1.1em;
		line-height:1.3em;
		padding:1em 0 0 0;
	}
}


