@charset "UTF-8";
/* CSS Document */

.contents {
	/*	margin-top: 50px;*/
}


.advantages {
	/*background-color: #fafafa;*/
	/*color: #555555;*/
	/*padding: 10px;*/
	text-align: center;
}

.advantages .title {
	background-image: url("images/efnote5x_kit_bird_blackbg_advantages.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	background-color: #eeeeee;
	padding: 200px 20px 50px;
	margin-bottom: 20px;
	/*text-align: center;*/
}

.advantages h1 {
	/*font-size: 26px;*/
	font-size: 28px;
	color: #eeeeee;
	/*text-align: center;*/
	/*margin: 0;*/
	/*padding: 0;*/
	margin-bottom: 100px;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	word-wrap: break-word;
}

.advantages h4 {
	/*font-size: 20px;*/
	font-size: 20px;
	color: #aaaaaa;
	/*text-align: center;*/
	margin: 0;
	padding: 0;	
	margin-bottom: 10px;
}

.description {
	position: relative;
}

.text {
	display: block;
	position: absolute;
	top: 0px;
	z-index: 10;
	margin: 5%;
	background-color: transparent;
	overflow: hidden;
}

.text.onImg {
	display: block;
	position: absolute;
	top: 0px;
	z-index: 10;
	margin: auto;
	background-color: transparent;
	overflow: hidden;
}

.text_bottom {
	display: block;
	position: absolute;
	background-color: transparent;
	overflow: hidden;
	top: 57%;
}

.text_bottom h4 {
	font-size: 14px;
	color: #aaaaaa;
	margin-top: -15px;
}

.text_bottom h3 {
	margin-bottom: 15px;
}

.text.onImg h3 {
	font-size: 22px;
}

.text_bottom ul {
	list-style-type: square;
}

.text_bottom p {
	font-size: 28px;
	margin: 24px;
}

.text_bottom li {
	list-style-type: square;
	font-size: 20px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 3%;
}

.text p.notes {
	font-size: 11px;
}

.text ul.second {
	padding-top: 5px;
	padding-left: 20px;
}

.text ul.second li {
	font-size: 15px;	
}

.text a {
	color: #999999;	
	text-decoration: underline;
}

.cubic {
	display: inline; /*none*/
}

.compare {
	width: 50%;
	margin: 40px auto 0px auto;
}
.compare a {
	display: block;
	text-align: center;
}

span.hi {
	color: #000000;
}

.sla {
	width: 80%;
	margin: auto;
}

textarea {
	width: 100%;
	resize: none;
	padding: 5px;
}

/* Table */

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
caption {
	font-size: 22px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}
th, td {
	padding: 8px;
	border: solid 1px #cccccc;
	border-left: none;
	border-right: none;
}
th {
	background-color: #eeeeee;
	width: 20%;
}

table ul {
	padding-left: 20px;
}
table li {
	font-size: 16px;
	margin-bottom: 4px;
}
#downloads table .dl-item {
	margin-top: 10px;
	margin-bottom: 10px;
}

#downloads table .dl-item a:hover {
	text-decoration: underline;
}

#downloads table .soon {
	color: #aaaaaa;
}



@media only screen and (max-width: 767px) {
	.block-pile tr,
	.block-pile th,
	.block-pile td {
		display: block;
		border: none;
	}
	.block-pile {
/*		border: solid 1px #cccccc;*/
		border-top: none;
	}
	.block-pile th {
		border-top: solid 1px #cccccc;
		width: 100%;
	}
	.block-pile td {
		border-top: dashed 1px #cccccc;
		border-bottom: dashed 1px #cccccc;
	}
}


/**************
  Media Query
**************/

@media (min-width: 768px) {
	.text_bottom p {
		font-size: 32px;
	}
	.text_bottom li {
		font-size: 32px;
	}
}
@media (min-width: 1080px) {
	.col-width-half {
		width: 50%;
	}
	.text_bottom p {
		font-size: 28px;
	}
	.text_bottom li {
		/*font-size: 28px;*/
		font-size: 24px;
	}
}
@media (min-width: 1440px) {
	.text_bottom p {
		font-size: 32px;
	}
	.text_bottom li {
		font-size: 32px;
	}
}


/* Tablet View */

@media (min-width: 768px){

	.advantages h1 {
		font-size: 40px;
		margin-bottom: 100px;
		text-indent: 0.8em;
		letter-spacing: 0.8em;
	}

	.advantages h4 {
		font-size: 26px;
		margin-bottom: 20px;
	}


	.hero_advantages .float {
		position: absolute;		
	}
	
	.hero_advantages .logo {
		width: 18%;
		float: left
	}
	
	.hero_advantages .title {
		left: 50%;
		width: 100%;
	}

	.hero_advantages h1 {
		font-size: 36px;
		width: 100%;
		padding: 0 20%;
	}

	.text {
		display: block;
		position: absolute;
		top: 0px;
		z-index: 10;
		margin: auto;
		background-color: transparent;
		overflow: hidden;
	}
	
	.text.onImg h3 {
		font-size: 24px;
	}

	.text h4,
	.text.items h4 {
		font-size: 18px;
	}

	.text p {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.text li {

		font-size: 20px;
		margin-bottom: 10px;
	}
	.text p.notes {
		font-size: 20px;	
	}

	.cubic {
		display: inline;
	}
	
	table td.model {
		text-align: center;
		max-width: 15%;
		border-right: dotted 1px #cccccc;
	}

	.div_video {
		margin: 10px 20px 50px;
		width: 50%;
	}

}


/* Desktop View */

@media (min-width: 1440px){
		
	.hero_advantages h1 {
		font-size: 56px;
	}
	
	.compare {
		width: 30%;
		margin: 60px auto 10px auto;
	}
	
	.div_video {
		display: inline-block;
		margin: 10px 0px 50px;
		padding-left: 3%;
		padding-right: 2%;
		width: 49.5%;
	}

}
