@charset "utf-8";

/* ボッシュ */

.O-Header__search {
	display: none;
}



.press-category {
	text-align: center;
	margin: -20px auto 60px auto;

	font-size: 3rem;
	margin-top: 40px;
	margin-bottom: 70px;
	text-align: center;
	font-weight: 200;
	line-height: 1.2;
	/*
	color: #50237f;
	*/
}




#articleList {
	list-style-type: none;
	padding-left: 0;
}


.articleRow {
	display: inline-table;
	width: 100%;
}

.articleDate {
	display: table-cell;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	width: 100px;
	white-space: nowrap;
}

.articleTitle {
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}


.articleTitle br {
	content: ' ';
}
.articleTitle br:after {
	content: ' ';
}


.articleTitle p {
	margin-top: 0;
	margin-bottom: 0;
}

.supercategoryHeadline,
.sortKeyHeadline {
	margin-top: 40px;
	margin-bottom: 20px;
}
.labelSupercategory,
.labelSortKey {
	margin-bottom: 20px;
}

.yearFullHeadline,
.yearHeadline,
.monthHeadline {
	margin-top: 40px;
}


.divider {
	margin-top: 40px;
	border-width: 0px;
}


#yearLinks,
#tabLinks {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 40px;
	padding-left: 0;
}
.yearLink,
#tabLinks > li,
#subcategoryLinks .linkList > li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #CCC;
	font-weight: bold;
	font-size: 1.75rem;
	transition: border cubic-bezier(.38,.04,.35,.96) 600ms;
}
.yearLink:hover,
#tabLinks > li:hover,
#subcategoryLinks .linkList > li:hover {
	border-color: #005691;
}




.pastLink {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pastLink a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #CCC;

}



.linkList {
	display: inline-block;
	list-style-type: none;
	margin-top: 0;
	padding-left: 0;
}
.linkList > li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}

.downAndTopLinks {
}
.downLink,
.topLink {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.link-list__item--year {
	font-weight: bold;
	font-size: 1.75rem;
}


@media screen and (max-width:991px)  {

	.press-category {
		font-size: 2rem;
	}
	.linkList > li {
		font-size: 1.5rem !important;
	}
}
