@charset "utf-8";

/* ボッシュ */

/*
	11px = 79%
	12px = 86%
	14px = 100%
	16px = 114%
*/

html {
	background: #87888A;
}

body {
	-webkit-text-size-adjust: 100%;
}
body * {
	color: #404245;
	font: 14px Arial, Helvetica,sans-serif;
}
body.fontSize--S * {
	font-size: 12px;
}
body.fontSize--M * {
	font-size: 14px;
}
body.fontSize--L * {
	font-size: 16px;
}

body a {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
b {
	font-weight: bold;
}
sub {
	/*
	vertical-align: sub;
	*/
	font-size: 80%;
}
sup {
	vertical-align: super;
	font-size: 80%;
}


.pageContainer {
	width: 1002px;
	margin: 0 auto;
	background: #FFF;
}

.header {
	position: relative;
	height: 80px;
}
.header-actions {
	display: table;
	width: 982px;
	margin: 0 10px;
	height: 17px;
	background: #F1F1F1;
}
.header-actions-group {
	display: table-cell;
}
.header-actions-item {
	float: left;
	display: inline;
	margin: 0 10px;
	line-height: 13px;
}
.header-actions-item-link {
	padding: 2px 5px;
	font-size: 11px;
	line-height: 13px;
	color: #808285;
}
.header-actions-group--languages {
	height: 17px;
	border-left: 1px solid #C3C3C3;
}
.header-languages-item {
	display: inline;
	margin: 0 5px;
}
.header-logo {
	position: absolute;
	top: 17px;
	right: 10px;
}
.header-title {
	position: absolute;
	top: 37px;
	left: 10px;
	line-height: 26px;
	font-weight: bold;
}
.header-title-link {
	font-size: 18px;
	font-weight: 400;
}

.mainNav {
	position: relative;
	margin: 0 10px 10px 10px;
	height: 30px;
	background: url(/__shared/images/bg-mainNav.png) repeat-x;
}
.mainNav * {
	z-index: 10;
	font-weight: bold;
}
.mainNav-item {
	float: left;
	height: 30px;
}
.mainNav-item-link {
	display: block;
	padding: 5px 10px 4px 10px;
	height: 21px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background: url('/__shared/images/bg-mainNav-separator.png') right top no-repeat;
}
.mainNav-item-current,
.mainNav-item:hover {
	color: #003B6A;
	background: url(/__shared/images/bg-mainNav-hover.png) right top;
}
.mainNav-item-current .mainNav-item-link,
.mainNav-item:hover .mainNav-item-link {
	color: #003B6A;
}
.mainNav-subitems {
	display: none;
	position: absolute;
	top: 30px;
	min-width: 200px;
	padding: 20px 14px 20px 14px;
	background: #FFF;
	border: 1px solid #404245;
	border-width: 0 1px 1px 0;
	box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
}
.mainNav-item:hover .mainNav-subitems {
	display: block;
}
.mainNav-subitems-item-link {
	display: block;
	padding: 4px 10px 5px 15px;
	background: url('/__shared/images/arrow-black.png') no-repeat 7px 9px;
	border-radius: 5px;
	font-size: 12px;
}
.mainNav-subitems-item-link:hover {
	background-color: #F1F1F1;
	padding: 4px 10px 5px 15px;
}

.mainNav-item-search {
	position: absolute;
	display: block;
	top: 0;
	right: 6px;
	height: 30px;
}

.mainNav-search {
	position: relative;
	width: 136px;
	height: 18px;
	margin: 4px 0 0 0;
	padding: 0;
	background-color: #DDD;
	border: 1px solid #003b6a;
}

.mainNav-search-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 106px;
	height: 14px;
	margin: 0;
	padding: 3px;
	border-width: 0;
	font-weight: normal;
	font-size: 11px;
}
.mainNav-search-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
}

.subMenu {
	float: left;
	width: 228px;
	margin: 0 0 0 10px;
	padding: 0;
}

.subNav {
	width: 228px;
	margin: 5px 0 30px 0;
}
.subNav * {
	font-weight: bold;
}
.subNav li a {
	display: block;
	padding: 5px 0 5px 17px;
	background: url('/__shared/images/arrow-black.png') no-repeat 7px 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 15px;
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}
.subNav li a:hover,
.subNav li a.current {
	background-color: #F1F1F1;
}
.subNav li > ul {
	margin-left: 10px;
}
.subNav > li a {
	width: 211px;
}
.subNav > li > ul > li > a {
	width: 194px;
}
.subNav > li > ul > li > ul > li > a {
	width: 177px;
}
.subNav > li > ul > li > ul > li > ul > li > a {
	width: 167px;
}

.contents {
	float: right;
	width: 734px;
	min-height: 500px;
	margin: 0 10px 25px 0;
	background-color: #FFF;
}

.contents-title {
	width: 734px;
	margin: 15px 0 14px 0;
	font-size: 157%;
	font-weight: bold;
}

.contents-stage {
	width: 734px;
	margin-bottom: 25px;
}

.contents-stage-lead {
	margin-top: 14px;
	font-weight: bold;
}

.contents-grid {
	width: 734px;
	margin-bottom: 14px;
}
.contents-grid-item {
	list-style-type: none;
	float: left;
	width: 238px;
	margin: 0 0 16px 9px;
}
.contents-grid-item:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.contents-grid-item-link {
	display: block;
	cursor: pointer;
}
.contents-grid-item-image {
	margin-bottom: 10px;
}
.contents-grid-item-title {
	margin-bottom: 4px;
	line-height: 18px;
	font-size: 100%;
	font-weight: bold;
}
.contents-grid-item-text {
	margin-bottom: 4px;
	font-size: 86%;
}
.contents-grid-item-link-label {
	padding: 0px 0px 0px 9px;
	line-height: 16px;
	font-size: 86%;
	background: url('/__shared/images/arrow-blue.png') no-repeat scroll 0 4px transparent;
	color: #215F8B;
}


.contents-main {
	clear: both;
	float: left;
	width: 484px;
}
.contents-main-headline,
.contents-main h2 {
	margin: 0 0 11px 0;
	line-height: 20px;
	font-size: 114%;
	font-weight: bold;
}
.contents-main-text,
.contents-main p {
	margin: 0 0 4px 0;
	line-height: 18px;
	font-size: 100%;
}
.contents-main-text:last-child,
.contents-main-text:last-of-type,
.contents-main p:last-child,
.contents-main p:last-of-type {
	margin-bottom: 11px;
}

.contents-main h2:not(:first-child) {
	margin: 20px 0 11px 0;
}

.contents-main hr {
	clear: both;
	height: 1px;
	margin: 4px 0;
	border: 1px solid #C3C3C3;
	border-width: 1px 0 0 0;
}

.contents-list {
	margin: 0 0 11px 0;
	border-top: 1px solid #C3C3C3;
}
.contents-list-item {
	list-style-type: none;
}
.contents-list-item-link {
	display: block;
	padding: 7px 7px 7px 10px;
	border-bottom: 1px solid #C3C3C3;
	font-size: 100%;
	background: url('/__shared/images/arrow-black.png') no-repeat scroll 0 50% transparent;
}


.no-wrap {
	white-space: nowrap;
}


.link-arrow {
	padding-left: 10px;
	font-size: 100%;
	background: url('/__shared/images/arrow-blue.png') no-repeat scroll 0 50% transparent;
	color: #215F8B;
}
.link-arrow:hover {
	text-decoration: underline;
}

.link-arrow.link-arrow--back {
	background: url('/__shared/images/arrow-left-blue.png') no-repeat scroll 0 50% transparent;
}





.linkList {
	margin-bottom: 15px;
	border-top: 1px solid #C3C3C3;
}
.linkList li {
	border-bottom: 1px solid #C3C3C3;
}
.linkList li a {
	display: block;
	padding: 5px 0 5px 10px;
	background: transparent url(/__shared/images/arrow-blue.png) 0 50% no-repeat;
	color: #215F8B;
}


.table {
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.table th {
	padding: 4px;
	background-color: #F1F1F1;
	border: 1px solid #C3C3C3;
	font-weight: normal;
	vertical-align: top;
}
.table td {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #C3C3C3;
	vertical-align: top;
}

.tablePlain {
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.tablePlain th {
	padding: 4px;
	background-color: #F1F1F1;
	border: 1px solid #C3C3C3;
	font-weight: normal;
}
.tablePlain td {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #C3C3C3;
}

.list {
}
.list li {
	list-style-type: square;
	margin-left: 20px;
}
.list li:not(:last-child) {
	margin-bottom: 4px;
}


.contents-marginal {
	float: right;
	width: 238px;
	margin-bottom: 9px;
}
.contents-marginal-item {
	margin-bottom: 14px;
}



.teaser {
	position: relative;
	margin-bottom: 20px;
	background-color: #F1F1F1;
}
.teaser-link {
	display: block;
}
.teaser-text {
	display: block;
	padding: 10px 15px 10px 82px;
	font-size: 12px;
	color: #215F8B;
	background: url('/__shared/images/arrow-blue.png') no-repeat scroll 72px 14px transparent;
	display: inline-block;
}
.teaser-image {
	position: absolute;
	top: 0;
	left: 15px;
}


.share-box {
	padding: 7px 10px;
	background-color: #F1F1F1;
}
.share-headline {
	margin-bottom: 4px;
	font-weight: bold;
}



.footer {
	clear: both;
	padding: 0 10px 10px 10px;
	background: #87888A;
}
.footer * {
	font-size: 12px;
	font-weight: bold;
	color: #C3C3C4;
}

.footer-backToTop {
	display: inline-block;
	padding: 8px 0 5px 14px;
	background: url('/__shared/images/arrow-up-white.png') 0 14px no-repeat;
	color: #FFF;
}
.footer-backToTop:hover {
	color: #EFEFEF;
	background-image: url('/__shared/images/arrow-up-gray.png');
}

.footer-actions {
	float: right;
	display: table;
	list-style-type: none;
	height: 22px;
}
.footer-actions * {
	color: #FFF;
}
.footer-actions *:hover {
	color: #EFEFEF;
}

.footer-actions-item {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}
.footer-actions-item-link {
	display: block;
}

.footer-fontSizes-outer {
	width: auto;
}
.footer-fontSizes {
	display: inline-block;
	height: 22px;
	white-space: nowrap;
}
.footer-fontSizes-item {
	float: left;
	margin-right: 5px;
}
.footer-fontSizes-item-link {
	display: table-cell;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: url(/__shared/images/bg-fontSize.png) no-repeat;
	text-align: center;
	vertical-align: middle;
}
.footer-fontSizes-item-link:hover,
.footer-fontSizes-item-link.selected {
	background-image: url(/__shared/images/bg-fontSize-hover.png);
	color: #999;
}
#fontSize--S {
	font-size: 10px !important;
}
#fontSize--M {
	font-size: 15px !important;
}
#fontSize--L {
	font-size: 20px !important;
}
.footer-fontSizes-label {
	padding-top: 5px;
}

.footer-print-link {
	display: inline-block;
	height: 20px;
	padding: 8px 10px 5px 30px;
	background: url(/__shared/images/icon-footer-print.png) 5px 7px no-repeat;
}
.footer-print-link:hover {
	background-image: url(/__shared/images/icon-footer-print-hover.png);
}

.footer-facebook-link {
	padding-left: 10px;
	background: url(/__shared/images/icon-footer-facebook.png) 0 0 no-repeat;
}
.footer-facebook-link:hover {
	background: url(/__shared/images/icon-footer-facebook-hover.png) 0 0 no-repeat;
}
.footer-twitter-link {
	padding-left: 19px;
	background: url(/__shared/images/icon-footer-twitter.png) 0 0 no-repeat;
}
.footer-twitter-link:hover {
	background: url(/__shared/images/icon-footer-twitter-hover.png) 0 0 no-repeat;
}
.footer-youtube-link {
	padding-left: 18px;
	background: url(/__shared/images/icon-footer-youtube.png) 0 0 no-repeat;
}
.footer-youtube-link:hover {
	background: url(/__shared/images/icon-footer-youtube-hover.png) 0 0 no-repeat;
}

.footer-divider {
	clear: both;
	margin: 0 -10px 10px -10px;
	height: 1px;
	border-color: #C3C3C4;
	border-width: 0 0 1px 0;
}

.footer-headline {
	margin-top: 11px;
}

.footer-relatedLinks li {
	display: inline;
}
.footer-relatedLinks li:after {
	content: ' | ';
}
.footer-relatedLinks li:last-of-type:after {
	content: '';
}
.footer-relatedLinks li a {
	font-size: 12px;
}

.footer-copyright {
	margin-top: 10px;
	color: #C3C3C4;
}



.hidden {
	display: none;
}


.touch {
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	-webkit-overflow-scrolling: touch;
}
