@charset "utf-8";
/*-----------------------------------------------------

	security.css
	レイアウト用CSS

------------------------------------------------------*/

.secList {
	list-style-type: decimal;
	padding: 1em;
}

.secList li { padding: 1em;}

.centerBox { text-align: center; margin: 1em auto; font-size: 1.4em;}

.rightBox { text-align: right;}

.secList h4 {font-size: 1.2em; font-weight: bold;}

.QA dl{
     line-height:1.6em;

}
.QA dl dt{
     text-indent: -5.0em;   
     padding: 0 20px 0px 4.5em;
	font-size:1.2em;
	font-weight: bold;
}
.QA dl dd {
     text-indent: -3em;   
     padding: 0 20px 2em 3em;
}
.infoMs {color:#ff5e08; font-weight: bold;}

.spOnly {display: none;}

.icon01 {
	width: 180px;
	position: relative;
	left: 530px;
	margin-bottom: -50px;
}

.icon01 img {
	width: 100%;
}

.icon02 {
	width: 220px;
	position: relative;
	left: 480px;

}

.icon02 img {
	width: 100%;
}




