@charset "utf-8";

/* ボッシュ */

/*
	11px = 79%
	12px = 86%
	14px = 100%
	16px = 114%
*/

/*
.pt-green {
	background-color: #003E2D;
}
*/

.pt-green .mainNav {
	background-image: url('/__shared/images/bg-mainNav-green.png');
}



.temporaryMenu {
	float: left;
	color: #C3C3C3;
}
.temporaryMenu-link {
	color: #C3C3C3;
	font-size: 12px;
}

.contents-grid-item-link {
	position: relative;
	width: 236px;
	height: 165px;
	border: 1px solid #FFF;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #f1f1f1 0%, #e1e1e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f1f1f1), color-stop(100%,#e1e1e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #f1f1f1 0%,#e1e1e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #f1f1f1 0%,#e1e1e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #f1f1f1 0%,#e1e1e2 100%); /* IE10+ */
	background: linear-gradient(45deg,  #f1f1f1 0%,#e1e1e2 100%); /* W3C */

	border: 1px solid #C3C3C3;
	background: #FFF;
}

.contents-grid-item-image {
	/*
	width: 236px;
	height: 129px;
	*/
	display: block;
	margin: 0 auto;
	max-width: 236px;
	max-height: 129px;
}
.contents-grid-item-title {
	margin: 7px 0 13px 0;
	padding: 0 10px 0 20px;
	background: url(/__shared/images/arrow-blue.png) 10px 50% no-repeat;
	color: #215F8B;
	font-size: 14px;

	position: absolute;
	bottom: 0;

	width: 206px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

	text-shadow: 0 0 3px #FFF,  0 0 3px #FFF,  0 0 3px #FFF;
}

.contents-grid-item-description {
	display: none;
	position: absolute;
	top: 165px;
	left: -1px;
	z-index: 10;
	width: 218px;
	padding: 10px;
	background-color: #205f8a;
	box-shadow: 0px 7px 15px rgba(50, 50, 50, 0.75);
}

.contents-grid-item-name {
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
}

.contents-grid-item-text {
	color: #FFF;
}
.contents-grid-item-link-label {
	color: #FFF;
	font-weight: bold;
	background-image: url(/__shared/images/arrow-white.png);
}
.contents-grid-item-link:hover {
	z-index: 11;
	border-color: #205f8a;
	box-shadow: 0px 7px 15px rgba(50, 50, 50, 0.75);
}
.contents-grid-item-link:hover .contents-grid-item-title {
	background: url(/__shared/images/arrow-down-blue.png) 9px 50% no-repeat;
}
.contents-grid-item-link:hover .contents-grid-item-description {
	display: block;
}




.pt-green .contents-grid-item-description {
	background-color: #004D38;
}
.pt-green .contents-grid-item-link:hover {
	border-color: #004D38;
}





.contents-stage {
	position: relative;
}
.contents-stage-description {
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	padding: 16px 15px 15px 15px;
}
.contents-stage-description * {
	color: #FFFFFF;
}
.contents-stage-description-title {
	font-size: 22px;
	font-weight: bold;
}

.product-list {
	border-top: 1px solid #c3c3c4;
}
.product-list-item {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 188px 10px 186px;
	border-bottom: 1px solid #c3c3c4;
	min-height: 139px !important;
}
.product-list-item-thumbnail {
	position: absolute;
	top: 10px;
	left: 0;
	max-width: 174px;
}
.product-list-item-title {
	margin-bottom: 5px;
}
.product-list-item-group {
	display: block;
	font-size: 12px;
	color: #215F8B;
}
.product-list-item-name {
	font-size: 14px;
	font-weight: bold;
	color: #215F8B;
}
.product-list-item-description {
	font-size: 12px;
}

.product-list-item-specs {
	width: 360px;
	margin: 10px 0 12px 0;
	border-bottom: 1px solid #c3c3c4;
}
.product-list-item-specs-item,
.product-list-item-specs-value {
	padding: 2px /* 5px */ 2px;
	border-top: 1px solid #c3c3c4;
	font-size: 11px;
}
.product-list-item-specs-value {
	width: 110px;
	background-color: #e1e1e2;
}
.product-list-item-details {
	display: block;
	margin-top: 10px;
	padding-left: 10px;
	background: url(/__shared/images/arrow-blue.png) 0 50% no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #215F8B;
}
.product-list-item-price {
	position: absolute;
	top: 10px;
	right: 0;
	width: 176px;
	font-size: 14px;
	font-weight: bold;
}






.contents-main {
}
.contents-main h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #C3C3C3;
	font-size: 18px;
}
.contents-main h2 strong {
	color: #DF0024;
	font-weight: bold;
	font-size: inherit;
}


.contents-main p {
	margin-bottom: 15px;
}
.contents-main {
}


.box {
	border: 1px solid #C3C3C3;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.contents-marginal-item {
	margin-bottom: 15px;
}




.pt-free-call-label {
	font-size: 150%;
	font-weight: bold;
	color: #215F8B;
}
.pt-free-call-number {
	font-size: 200%;
	font-weight: bold;
	color: #DF0024;
}
.pt-free-call-descripton {
	font-size: 120%;
	font-weight: bold;
	color: #215F8B;
}
