@charset "utf-8";

/* index
-------------------------------------------------------------------------------*/

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

#articleSlide {
	margin: 2.8em 0 1.7em;
}

#primary {
	float: left;
	width: 70.8em;
	margin-top: 1.7em;
}

#primary h3 {
	margin-bottom: 1.75em;
}

#primary h3:first-child {
	margin-bottom: .75em;
}

#primary h3 span {
	font-size: 14px;
	padding-left: 2em;
}

#primary h3:first-child + div {
	margin-bottom: 8.6em;
}

#primary h3:first-child + div img {
	margin-bottom: 3em;
}

#primary h3:first-child + div p {
	font-size: 0;
	text-align: right;
	position: relative;
}

#primary h3:first-child + div p > span {
	font-size: 14px;
	color: #7f7f7f;
	display: inline-block;
	position: absolute;
	left: 0;
	line-height: 2;
	padding: .1em 0;
}

#primary h3:first-child + div p a {
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	width: 56em;
	height: 2.8em;
}

#primary h3:first-child + div p a span {
	font-size: 15px;
	line-height:1.9;
}

#primary h3:first-child + div p a span:before {
	content: "\e607";
	font-size: 14px;
	font-family: techoicons;
	position: relative;
	vertical-align: middle;
	color: #000;
	padding-right: .5em;
	position: relative;
    top: -.1em;
}

.ie #primary h3:first-child + div p a:hover span:before {
    color: #7f7f7f;
}

#primary h4 {
	position: relative;
}

#primary h4 span {
	position: absolute;
	top: 0;
	right: 0;
}

#primary > a {
	display: block;
	margin-top: 6.3em;
	height: 14em;
	padding: 6em 0 0 7em;
	overflow: hidden;
	color: #316b86;
	border-radius: 1em;
	background: url(../images/btn_tt.jpg) no-repeat;
	background-size: 70.8em 20em;
	letter-spacing: .45em;
}

.ie #primary > a:hover {
	filter: alpha(opacity="50");
}

#primary > a span {
	font-size: 40px;
}

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

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

.section div {
	margin: 4.2em 0 1.2em;
	position: relative;
}

.section div a:first-child {
	float: left;
}

.section ul {
	float: left;
	margin-left: 1.9em;
	padding-left: 2em;
	border-left: 1px dotted;
}

.section#acc ul {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.section ul > li {
	float: left;
}

.section ul > li + li {
	margin-left: .4em;
}

.section dl {
	width: 16em;
	line-height: 1.4;
	margin-top: 2.5em;
}

.section#acc dl {
	width: 16.9em;
	margin-top: 0;
}

.section#cousin dl {
	margin-top: 3.6em;
}

.section dd:first-child {
	height: 19.8em;
}

.section#cousin dd:first-child {
	height: 23.3em;
}

.section#acc dd:first-child {
	height: 17.9em;
	
}

.section dd:first-child img {
	height: 100%!important;
	width: auto!important;
}

.section .items > a dd:first-child img {
	max-height: 13.7em;
	margin-top: -1em;
}

.section#cousin .items > a dd:first-child img {
	max-height: 15.6em;
	margin-top: 0;
}

.section ul dd:first-child {
	height: 16em;
	padding-bottom: 3.8em;
}

.section#cousin ul dd:first-child {
	height: 19.5em;
	padding-bottom: 3.8em;
}

.section#acc ul dd:first-child {
	height: 14.1em;
	padding-bottom: 3.8em;
}

.section ul + a {
	position: absolute;
	top: 6.6em;
	right: 0;
	display: block;
	color: #fff;
	text-align: center;
	overflow: hidden;
	border-radius: .3em;
	width: 2em;
	height: 4.5em;
}

.ie .section ul + a:hover {
	filter: alpha(opacity="50");
	color: #fff;
}

.section ul + a {
	background: #a43d5b;
}

.section + .section ul + a {
	background: #5b2748;
}

.section#cousin ul + a {
	top: 10.1em;
	background: #e94762;
}

.section#acc ul + a {
	top: 10.1em;
	background: #f5c949;
}

.section ul + a:before {
	content: "\e60a";
	font-family: techoicons;
	line-height: 3.75;
	font-size: 12px;
	position: relative;
}

.section p {
	text-align: right;
	font-size: 0;
}

.section p span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.section p a {
	width: 9em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}

.section p a + a {
	margin-left: .6em;
}