/* CSS Document */


body div.wrap article section img {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin:  0 auto;
}
body div.wrap article section ul.tabs {
	width: 100%;
	height: 3rem;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	list-style: none;
	font-size: 0;
	text-align: center;
}
body div.wrap article section ul.tabs li {
	display: inline-block;
	width: 25%;
	height: auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:  1px solid #ccc;
	border-radius: .5rem .5rem 0 0;
	vertical-align: bottom;
}
body div.wrap article section ul.tabs li a,
body div.wrap article section ul.tabs li a:link,
body div.wrap article section ul.tabs li a:visited {
	display: block;
	width: 100%;
	height: 3rem;
	padding: 1rem 0 0 0;
	margin:  0 0 0 0;
	text-align: center;
	font-size: .8rem;
}
body div.wrap article section ul.tabs li a:active,
body div.wrap article section ul.tabs li a:hover {
	
}
body div.wrap article section ul.tabs li.current {
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-left:  1px solid #999;
}
body div.wrap article section ul.tabs li.current a {
	color: #e23e26;
}

body div.wrap article section ul.tabs li:nth-child(4) a {
	padding: .3rem 0 0 0;
	line-height: 1.2rem;
}


body div.wrap article section.price_list div.table_wrap {
	width: 100%;
	height: auto;
	padding: 0 1rem 3rem 3rem;
}
body div.wrap article section.price_list h1,
body div.wrap article section.price_list div.table_wrap h2,
body div.wrap article section.price_list div.table_wrap h3 {
	font-size: 1rem;
}
body div.wrap article section.price_list div.table_wrap h3 {
	color: #e23e26;
}
body div.wrap article section.price_list div.table_wrap h3 + p {
	font-size: .9rem;
}
body div.wrap article section.price_list div.table_wrap ol {
	font-size: .8rem;
}

body div.wrap article section.price_list h1 {
	margin-top: 0;
	font-size: 1.1rem;
	font-weight: 600;
}
body div.wrap article section.price_list h1 + p {
	font-size: .8rem;
}

body div.wrap article section.price_list table {
	font-size: .8rem;
	border: 1px solid #ccc;
}
body div.wrap article section.price_list table.table_full {
	width: 100%;
	height: auto;
	border-top: 1px solid #ccc;
}
body div.wrap article section.price_list table.half_left {
	width: 48%;
	height: auto;
	float: left;
	border-top: 1px solid #ccc;
}
body div.wrap article section.price_list table.half_right {
	width: 48%;
	height: auto;
	float: right;
	border-top: 1px solid #ccc;
}
body div.wrap article section.price_list table tr {
	width: 100%;
	height: auto;
}
body div.wrap article section.price_list table tr th {
	width: auto;
	height: auto;
	padding: .5rem .5rem .5rem .5rem;
	margin:  0;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	/*color: #e95532;*/
}
body div.wrap article section.price_list table tr th[colspan="2"] {
	padding: .5rem .5rem 0 .5rem;
	border-bottom: none;
}
body div.wrap article section.price_list table tr td {
	width: auto;
	height: auto;
	padding: .5rem .5rem .5rem .5rem;
	margin:  0;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section.price_list table tr td.caveat {
	font-size: .8rem;
	color: #999;
}
body div.wrap article section.price_list table + p {
	font-size: .8rem;
	color: #e95532;
	margin: .5rem 0 0 .5rem;
}
body div.wrap article section.price_list div + p {
	font-size: .8rem;
	color: #e95532;
	margin: -2rem 0 3rem 3.5rem;
}
body div.wrap article section.price_list p + p {
	font-size: .8rem;
	color: #000;
	margin: -3rem 0 3rem 3.5rem;
}
body div.wrap article section.price_list p + p.caption {
	font-size: .8rem;
	color: #000;
	margin: 0 0 3rem 2rem;
}
body div.wrap article section.price_list div.arrow01 {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	margin:  .5rem 0;
	background-image: url("../images/arrow01.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

body div.wrap article section.price_list table.table_full tr.gout th {
	color: #999;
}
body div.wrap article section.price_list table.table_full tr.gout td {
	color: #999;
}

body div.wrap article section.downloads {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
body div.wrap article section.downloads ul {
	/*width: 40rem;*/
	height: auto;
	padding: 0 0 .5rem 3rem;
	margin:  0 auto 0 auto;
	list-style: none;
}
body div.wrap article section.downloads ul li {
	background-image: url(../images/pdf/Adobe_PDF_file_icon_32x32.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: .4rem 0 .5rem 3rem;
	margin: 0 0 1rem 0;
	font-size: .9rem;
}


@media (max-width: 767px) {
	
	body div.wrap article section img {
		width: 100%;
	}
	body div.wrap article section div.steps {
		padding: 1rem 0;
	}
body div.wrap article section ul.tabs {
	width: 100%;
		height: auto;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
	list-style: none;
	font-size: 0;
		text-align: left;
		border-collapse: collapse;
}
body div.wrap article section ul.tabs li {
		display: block;
		width: 100%;
	height: auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:  1px solid #ccc;
		border-radius: 0 0 0 0;
		/*vertical-align: bottom;*/
}
body div.wrap article section ul.tabs li a,
body div.wrap article section ul.tabs li a:link,
body div.wrap article section ul.tabs li a:visited {
	display: block;
	width: 100%;
	height: 3rem;
		padding: 1rem 0 0 1rem;
	margin:  0 0 0 0;
		text-align: left;
	font-size: .8rem;
}
body div.wrap article section ul.tabs li a:active,
body div.wrap article section ul.tabs li a:hover {
	
}
body div.wrap article section ul.tabs li.current {
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #fff;
	border-left:  1px solid #999;
}
body div.wrap article section ul.tabs li.current a {
	color: #e23e26;
}

body div.wrap article section ul.tabs li:nth-child(4) a {
	padding: .3rem 0 0 1rem;
	line-height: 1.2rem;
}

	body div.wrap article section.price_list img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	body div.wrap article section.price_list {
		padding: 0 0 0 0;
	}
	body div.wrap article section.price_list p + a {
		width: 90%;
		margin: 0 auto;
		padding-left: 1rem;
	}
	body div.wrap article section.price_list h2 {
		font-size: 1rem;
		margin: 0 0 1rem 1rem;
		font-weight: bold;
	}
	body div.wrap article section.price_list h3 {
		font-size: .9rem;
		margin: 0 0 1rem 0;
		font-weight: normal;
		color: #e95532;
	}
	body div.wrap article section.price_list ol {
		padding: 0 1rem 3rem 1rem;
	}
	body div.wrap article section.price_list ol li {
		margin: 0 0 .5rem 1.5rem;
	}

	body div.wrap article section.price_list div.table_wrap {
		width: 100%;
		height: auto;
		padding: 0 1rem 3rem 1rem;
	}
	body div.wrap article section.price_list table {
		border-collapse: collapse;
	}
	body div.wrap article section.price_list table.table_full {
		width: 100%;
		height: auto;
		border-top: 1px solid #ccc;
	}
	body div.wrap article section.price_list table.half_left {
		width: 100%;
		height: auto;
		float: none;
		border-top: 1px solid #ccc;
	}
	body div.wrap article section.price_list table.half_right {
		width: 100%;
		height: auto;
		float: none;
		/*border-top: 1px solid #ccc;*/
		border-top: none;
	}
	body div.wrap article section.price_list table tr {
		width: 100%;
		height: auto;
	}
	body div.wrap article section.price_list table tr th {
		display: block;
		width: 100%;
		height: auto;
		padding: .5rem .5rem .5rem .5rem;
		margin:  0;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
		/*color: #e95532;*/
	}
	body div.wrap article section.price_list table tr th[colspan="2"] {
		padding: .5rem .5rem 0 .5rem;
		border-bottom: none;
	}
	body div.wrap article section.price_list table tr td {
		display: block;
		width: 100%;
		height: auto;
		padding: .5rem .5rem .5rem .5rem;
		margin:  0;
		font-weight: normal;
		text-align: right;
		border-bottom: 1px solid #ccc;
	}
	body div.wrap article section.price_list table tr td.caveat {
		font-size: .8rem;
		color: #999;
	}
	body div.wrap article section.price_list table + p {
		font-size: .8rem;
		color: #e95532;
		margin: .5rem 0 0 .5rem;
	}
	body div.wrap article section.price_list h3 + p {
		font-size: .8rem;
		color: #e95532;
		margin: -1rem 0 .5rem 1.5rem;
	}
	body div.wrap article section.price_list div + p {
		font-size: .8rem;
		color: #e95532;
		margin: -2rem 0 3rem 1.5rem;
	}
	body div.wrap article section.price_list p + p {
		font-size: .8rem;
		color: #000;
		margin: -3rem 0 3rem 1.5rem;
	}
	body div.wrap article section.price_list p + p.caption {
		margin: 0 0 1rem 2rem;
	}
	
/*
	body div.wrap article section.downloads {
		margin-top: 2rem;
		margin-bottom: 0;
		padding-top: 4rem;
		padding-bottom: 0;
		background-image: url("../images/hotcomstation/bkg-download.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
*/
	body div.wrap article section.downloads ul {
		width: 100%;
		height: auto;
		padding: 0 0 .5rem 0;
		margin:  0 auto 0 auto;
		list-style: none;
	}
	body div.wrap article section.downloads ul li {
		background-image: url(../images/pdf/Adobe_PDF_file_icon_32x32.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding: .4rem 0 .5rem 2rem;
		margin: 0 0 1rem 0;
	}
	
}
