@charset "utf-8";

/* basic
-------------------------------------------------------------------------------*/

div#footer {
	padding-top: 10.5em;
}

#primary {
	float: left;
	width: 70.8em;
}

#primary h2 {
	border-bottom: .07em solid;
	padding-bottom: .15em;
}

#primary h2 + p {
	font-size: 14px;
	margin: 1.4em 0 3em;
}

#primary h2 + p  + p {
	text-align: right;
}

#primary h2 + p  + p span {
	font-size: 13px;
	display: inline-block;
	padding-left: 3.6em;
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #000;
	line-height: 2.1;
	background-image: url(/store/techo/2015/planner/all_about/images/ico_zoom.png);
	background-size: 2.1em 2.1em;
	padding-left: 1.9em;
}

#primary h2 + p  + p span:before {
	content: '...';
}

/* table
-------------------------------------------------------------------------------*/

#primary table {
	width: 70.8em;
	table-layout: fixed;
	margin: 1.6em 0 10em;
}

#primary th,
#primary td {
	padding: 1em 0;
	text-align: center;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#primary th:first-child {
	color: #316b86;
}

#primary thead th,
#primary thead td {
	background: #316b86;
	color: #fff;
}

#primary thead td {
	width: 13.8em;
}

#primary thead th {
	border-left: #fff 1px solid;
	width: 19em;
}

#primary thead span {
	font-size: 14px;
}

#primary tbody tr > * {
	font-size: 18px;
	border-bottom: 1px dotted;
}

#primary tbody td {
	border-left: #7f7f7f 1px solid;
	color: #4c4c4c;
}

#primary tfoot tr > * {
	font-size: 18px;
	border-top: #7f7f7f 1px solid;
}

#primary tbody td a {
	display: inline-block;
	width: 16em;
	font-size: 10px;
}

#primary tbody td a span {
	position: relative;
	display: block;
}

#primary tbody td a span:before {
	content: " ";
	position: absolute;
	bottom: .5em;
	right: .3em;
	width: 2.6em;
	height: 2.6em;
	background: url(/store/techo/2015/planner/all_about/images/ico_zoom.png) no-repeat;
	background-size: 2.6em 2.6em;
}

.ie #primary tbody td a:hover span:before {
	background: url(/store/techo/2015/planner/all_about/images/ico_zoom_alpha.png) no-repeat;
}

#primary tbody td a img {
	position: relative;
	z-index: -1;
}

#primary tfoot td {
	border-left: #7f7f7f 1px solid;
	color: #7f7f7f;
	font-size: 10px;
	padding: 2em 2em 1em;
	text-align: left;
	vertical-align: top;
}

#primary tfoot td > span {
	display: inline-block;
	font-size: 14px;
	min-height: 5.9em;
}

#primary tfoot td a + a {
	margin-top: .6em;
}

/* section
-------------------------------------------------------------------------------*/

.section + .section {
    margin-top: 10em;
}

#primary .section h3 {
	margin-bottom: 1em;
}

.section p {
    font-size: 14px;
    padding-right: 22em;
}

.section > img {
	float: right;
	width: 26.8em;
	margin-top: .5em;
}

.section > a {
	float: right;
	margin-top: .5em;
}

.section > a span {
	position: relative;
	display: block;
	width: 26.8em;
}

.section > a span:before {
	content: " ";
	position: absolute;
	bottom: .5em;
	left: .5em;
	width: 2.6em;
	height: 2.6em;
	background: url(/store/techo/2015/planner/all_about/images/ico_zoom.png) no-repeat;
	background-size: 2.6em 2.6em;
}

.ie .section > a:hover span:before {
	background: url(/store/techo/2015/planner/all_about/images/ico_zoom_alpha.png) no-repeat;
}

.section > a img {
	position: relative;
	z-index: -1;
}