@charset "UTF-8";
/* CSS Document */

.main_img_block {
	width:100%;
	margin-bottom:30px;
	background:url(../encryption/img/bg_main_01.jpg) repeat-x center center;
}

.main_img_box {
	width:100%;
	background:url(../encryption/img/bg_main_02.jpg) no-repeat center center;
}

.main_img_inner {
	position:relative;
	width:980px;
	height:310px;
	margin:0 auto;
	padding:0;
	z-index:1;
}

.encryption_block {
	width:980px;
	margin:0 auto 50px;
}

.encryption_block02 {
	width:920px;
	margin:60px auto 0;
	padding: 0 30px 10px 30px;
}

.encryption_block .title01_box {
	padding-bottom: 15px;
}
.encryption_block .title01_inner {
	padding: 15px 30px 0 30px;
}

.txtarea30 {
	width:920px;
	margin:30px auto 0;
	padding: 0 30px 40px 30px;
	background: url(../primer/img/stopline.jpg) center bottom no-repeat;
}

.txtarea30_last {
	clear: both;
	margin: 0 15px 30px 15px;
}

.bg_gry {
	background:#efefef;
	padding:15px 20px;
	margin:20px 0;
}
.bg_gry p {
	color: #505050;
}

.encryption_soft {
	margin-bottom:50px;
}

.encryption_soft h4 {
	padding-left:15px;
	margin-bottom:8px;
	background:url(../img_common/title02_icon.gif) no-repeat 5px center;
	font-size:123%;
}

.encryption_soft img{
	float:left;
	width:225px;
	border-top:#ff9b00 solid 2px;
}

.encryption_soft p{
	float:right;
	width:725px;
	padding-top:10px;
	border-top:#dddddd solid 2px;
}


.encryption_soft ul{
	float:right;
	width:725px;
	padding-top:10px;
}

/* bitlocker */

.bitlocker_box h4 {
	padding-left:15px;
	margin-bottom:8px;
	background:url(../img_common/title02_icon.gif) no-repeat 5px center;
	font-size:123%;
}

 .bitlocker_list {

 }

 .bitlocker_list  li {
 	margin-top: 5px;
 	padding-left: 18px;
 	position: relative;
	list-style-type: none;
 }
 .bitlocker_list  li::before {
 	background: #7b7b7b;
 	border-radius: 50%;
 	content: "";
 	width:8px;
 	height:8px;
 	position: absolute;
 	top: 4px;
 	left: 0;
 }

 .bitlocker_step {
	 border-top: 2px solid #efefef;
	 	position: relative;
	 	padding: 30px 0 10px 21px;
		margin-top: 30px;
 }

 .step01::before {
 	color: #ff9b00;
	content: "1.";
 	position: absolute;
	display: block;
 	top: 30px;
 	left: 0;
 }
 .step02::before {
	 color: #ff9b00;
	 content: "2.";
	 position: absolute;
	 display: block;
	 top: 30px;
	 left: 0;
 }
 .step03::before {
	 color: #ff9b00;
	 content: "3.";
	 position: absolute;
	 display: block;
	 top: 30px;
	 left: 0;
 }
 .step04::before {
	 color: #ff9b00;
	 content: "4.";
	 position: absolute;
	 display: block;
	 top: 30px;
	 left: 0;
 }
 .step05::before {
	 color: #ff9b00;
	 content: "5.";
	 position: absolute;
	 display: block;
	 top: 30px;
	 left: 0;
 }
 .step06::before {
	color: #ff9b00;
	content: "6.";
	position: absolute;
	display: block;
	top: 30px;
	left: 0;
 }
 .step07::before {
	color: #ff9b00;
	content: "7.";
	position: absolute;
	display: block;
	top: 30px;
	left: 0;
 }

 .main_bitlocker_img_block {
 	width:100%;
 	margin-bottom:30px;
 	background:#f1f1f1;
 }

 .main_bitlocker_img_box {
 	width:100%;
 	background:url(../encryption/bitlocker/img/bg_main_02.jpg) no-repeat center center;
 }
