@charset "Shift_JIS";

/*
	================================================================================================
		「パッチ末端」用スタイル
	================================================================================================
*/

/*
	============================================================================
		
	============================================================================
*/

#contents .modellist,
#contents .modellist-old {
	margin: 1em 0 1.5em;
}

#contents .modellist li {
	float: left;
	width: 29%;
	line-height: 1.75;
	list-style: none;
}

#contents .modellist-old li {
	list-style: circle;
	line-height: 1.75;
}

#contents li.stepListItem {
	margin-bottom: 1em;
}

#contents .procedure li {
	margin-bottom: 1.5em;
}

#contents .agreement {
	width: 90%;
	margin: 0 auto 1.5em;
	padding: 1em;
	background: #fff;
	border: solid 1px #c6d3dd;
}

#contents .agreement .agreement_box {
	margin: auto;
	text-align: center;
}

#contents .agreement .agreement_box h3 {
	margin: .5em .5em 1.5em;
	padding: .25em;
	background: #def;
	border: none;
}

#contents .agreement .agreement_box iframe {
	margin: 0 auto 1.5em;
	width: 90%;
	height: 220px;
	border: #ccc 1px solid;
}

#contents .agreement .agreement_box .fileInfo {
	color: #0072b5;
	font-weight: bold;
}



