@charset "UTF-8";

.center {
	text-align: center;
}

ul {
	list-style-type: none;
	padding: 0;
}

/* COMMON */
.infoW {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	display: block;
	overflow: hidden;
}

.infoTxt {
	margin: 30px auto 40px auto;
	width: 980px;
	text-align: center;
	font-size: 145%;
	line-height: 1.75em;
	color: #000;
}

#infoMain a:hover img {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
}

#infoMain a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* pagetop botton */
.sceneBtn {
	text-align: right;
}

.sceneBtn img {
	margin-left: 10px;
}

.mb40 {
	margin-bottom: 40px !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* INFO CONTENTS */
#infoContents {}

#infoTitleArea {
	margin-bottom: 40px;
	height: 320px;
	background: #FFF url(/info/corporate/ransomware_prevention/images/main.jpg) center center no-repeat;
	display: block;
	overflow: hidden;
}

#infoTitle {
	margin-top: 57px;
}

#infoTitle h1 {}

/* READ */
#topRead {
	text-align: center;
	font-size: 145%;
	color: #000 !important;
}


/* ABOUT,METHOD,SERVICE,CONTACT */
#about,
#method,
#sservice,
#contact {
	padding-top: 80px;
}

#about h2,
#method h2,
#sservice h2,
#contact h2 {
	margin: 0 auto 35px auto;
	width: 980px;
	text-align: center;
}

#aboutArea {
	padding: 32px 0 40px 0;
	border-top: #0E2968 8px solid;
	background: #E6E9F0 url(/info/corporate/ransomware_prevention/images/down1.png) center top no-repeat;
}

#methodArea {
	padding: 32px 0 40px 0;
	border-top: #0184A4 8px solid;
	background: #E5F2F6 url(/info/corporate/ransomware_prevention/images/down2.png) center top no-repeat;
}

#sserviceArea {
	padding: 32px 0 40px 0;
	border-top: #42937B 8px solid;
	background: #ECF4F2 url(/info/corporate/ransomware_prevention/images/down3.png) center top no-repeat;
}


.contentBox {
	margin: 30px auto 0;
	padding: ;
	width: 980px;
	background: #FFF;
	display: block;
	overflow: hidden;
}

.contentRead {
	margin: 0 auto 25px;
	width: 980px;
	text-align: center;
	font-size: 170%;
	letter-spacing: 0.1em;
	color: #323232;
}

.contentPct {
	margin: 0 auto 5px;
	width: 860px;
	display: block;
	overflow: hidden;
}

.contentTxt {
	margin: 0 auto 40px;
	width: 860px;
	display: block;
	overflow: hidden;
}


/* ABOUT */
#about h3 {
	margin: 15px 0 25px 0;
	padding-bottom: 15px;
	width: 980px;
	text-align: center;
	border-bottom: #0E2968 5px solid;
}

#aboutTxt li {
	margin-right: 40px;
	width: 260px;
	float: left;
}

#aboutTxt li:last-child {
	margin-right: 0;
}

#aboutTxt li h4 {
	text-align: center;
	width: 260px;
	height: 85px;
	display: table-cell;
	vertical-align: middle;
	color: #0E2968;
	font-size: 20px;
	border-bottom: #0E2968 5px solid;
}

#aboutTxt li p {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 110%;
}


/* METHOD */
#method h3 {
	margin: 15px 0 25px 0;
	padding-bottom: 15px;
	width: 980px;
	text-align: center;
	border-bottom: #0184A4 5px solid;
}

.methodPct {
	width: 410px;
}

#methodTxt li {
	margin-right: 40px;
	width: 410px;
	float: left;
}

#methodTxt li:last-child {
	margin-right: 0;
}

#methodTxt li h4 {
	text-align: center;
	width: 410px;
	height: 85px;
	display: table-cell;
	vertical-align: middle;
	color: #0184A4;
	font-size: 20px;
	border-bottom: #0184A4 5px solid;
}

#methodTxt li p {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 110%;
}


/* SERVICE */
#sservice h3 {
	margin: 15px 0 25px 0;
	padding-bottom: 15px;
	width: 980px;
	text-align: center;
	border-bottom: #42937B 5px solid;
}

#sserviceTxt {
	margin: 30px auto 40px auto;
	width: 860px;
	font-size: 110%;
}




/* CONTACT */
#contactArea {
	padding: 40px 0;
	border-top: #898989 8px solid;
	background: #F3F3F3;
	display: block;
	overflow: hidden;
}

#inquiryLink {
	margin-right: 40px;
	float: left;
}

#requestLink {
	float: right;
}

@media(max-width:640px) {

	/* COMMON */
	.infoW {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	/* pagetop botton */
	.sceneBtn {
		text-align: right;
		width: 20%;
		margin: 0;
	}

	.sceneBtn img {
		margin-left: 0;
	}

	.mb40 {
		margin-bottom: 20px !important;
	}

	#infoTitleArea {
		margin-bottom: 20px;
		height: auto;
		background: #FFF url(/info/corporate/ransomware_prevention/images/main.jpg) center bottom no-repeat;
		display: block;
		overflow: hidden;
	}

	#infoTitle {
		margin-top: 30px;
	}


	/* ABOUT,METHOD,SERVICE,CONTACT */
	#about,
	#method,
	#sservice,
	#contact {
		padding-top: 40px;
	}

	#about h2,
	#method h2,
	#sservice h2,
	#contact h2 {
		margin: 0 auto 25px auto;
		width: 96%;
		text-align: center;
	}

	#aboutArea {
		padding: 15px 0 20px 0;
		background-size: 10% !important;
		border-top: #0E2968 8px solid;
		background: #E6E9F0 url(/info/corporate/ransomware_prevention/images/down1.png) center top no-repeat;
	}

	#methodArea {
		padding: 15px 0 20px 0;
		background-size: 10% !important;
		border-top: #0184A4 8px solid;
		background: #E5F2F6 url(/info/corporate/ransomware_prevention/images/down2.png) center top no-repeat;
	}

	#sserviceArea {
		padding: 15px 0 20px 0;
		background-size: 10% !important;
		border-top: #42937B 8px solid;
		background: #ECF4F2 url(/info/corporate/ransomware_prevention/images/down3.png) center top no-repeat;
	}


	.contentBox {
		margin: 15px auto 0;
		padding: ;
		width: 96%;
		background: #FFF;
		display: block;
		overflow: hidden;
	}

	.contentRead {
		margin: 0 auto 25px;
		width: 96%;
		text-align: center;
		font-size: 120%;
		letter-spacing: 0.1em;
		color: #323232;
	}

	.contentPct {
		margin: 0 auto 5px;
		width: 96%;
		display: block;
		overflow: hidden;
	}

	.contentTxt {
		margin: 0 auto 40px;
		width: 96%;
		display: block;
		overflow: hidden;
	}


	/* ABOUT */
	#about h3 {
		margin: 15px auto 20px auto;
		padding-bottom: 15px;
		width: 96%;
		text-align: center;
		border-bottom: #0E2968 5px solid;
	}

	#aboutTxt li {
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}

	#aboutTxt li:last-child {
		margin-right: 0;
	}

	#aboutTxt li h4 {
		text-align: center;
		width: 100%;
		height: auto;
		display: block;
		color: #0E2968;
		font-size: 20px;
		border-bottom: #0E2968 5px solid;
	}

	#aboutTxt li p {
		margin: 15px 0 0 0;
		padding: 0;
		font-size: 110%;
	}


	/* METHOD */
	#method h3 {
		margin: 15px 0 25px 0;
		padding-bottom: 15px;
		width: 96%;
		text-align: center;
		border-bottom: #0184A4 5px solid;
	}

	.methodPct {
		width: 96%;
		margin: 0 auto;
		float: none;
	}

	#methodTxt li {
		width: 100%;
		float: none;
		margin: 30px 0 0 0;
	}

	#methodTxt li:last-child {
		margin-right: 0;
	}

	#methodTxt li h4 {
		text-align: center;
		width: 100%;
		height: auto;
		display: block;
		color: #0184A4;
		font-size: 20px;
		border-bottom: #0184A4 5px solid;
	}

	#methodTxt li p {
		margin: 15px 0 0 0;
		padding: 0;
		font-size: 110%;
	}


	/* SERVICE */
	#sservice h3 {
		margin: 15px auto 25px auto;
		padding-bottom: 15px;
		width: 96%;
		text-align: center;
		border-bottom: #42937B 5px solid;
	}

	#sserviceTxt {
		margin: 30px auto 40px auto;
		width: 96%;
		font-size: 110%;
	}




	/* CONTACT */
	#contactArea {
		padding: 20px 0;
		border-top: #898989 8px solid;
		background: #F3F3F3;
		display: block;
		overflow: hidden;
	}

	#inquiryLink {
		float: none;
		margin: 20px 0 0 0;
	}

	#requestLink {
		float: none;
		margin: 20px 0 0 0;
	}
}
