/****************************************

			製品ページ総合
			   
****************************************/

/* カレントページ点灯 */
#menuon_sub a, #menuon_sub a:hover {
	background:rgba(90,179,253,1.00);
} 
#menuon_subsub_kanto a, #menuon_subsub_kanto a:hover {
	background:#99FF66;
} 
#menuon_subsub_kansai a, #menuon_subsub_kansai a:hover {
	background:#FFCC00;
} 


/* 製品ページリスト */
.kakouintro_bg {
	width:100%;
	overflow:hidden;
	/*background-image:url(image/company/company_intro.png);*/
	background-position:center top;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.kakouintro_main {
	z-index:10;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-right: 15px;
	padding-left: 15px;
}
	/* 挨拶 */
	.kakou_introtext {
		z-index:10;
		font-size:36px;
		letter-spacing:6px;
		margin-top:68px;
	}
	.kakou_introtext_blue {
		z-index:10;
		font-size:26px;
		color:#0d6fb8;
		letter-spacing:4px;
		margin-top:20px;
	}
	.kakou_introtext_small {
		z-index:10;
		font-size:16px;
		color:#000;
		letter-spacing:2px;
		margin-top:20px;
	}




/* 4つの事業 */
.kakouintro_division_waku {
	width:100%;
	padding:0px;
	/*padding-top:4%;*/
	/*padding-bottom:4%;*/
	margin-left:auto;
	margin-right:auto;
	/*border:#ccc 1px solid;*/
	background-color:#232323;
}
.kakouintro_division_blue {
	z-index:10;
	font-size:40px;
	color:#0d6fb8;
	letter-spacing:4px;
	margin-top:1%;
	margin-bottom:1%;
	text-align:center;
}
.kakouintro_division {
	width:90%;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

.kakouintro_division_title {
	font-size:30px;
	letter-spacing:1px;
	padding:10px;
	text-align:center;
}
.kakouintro_kakou_title {
	font-size:30px;
	color:rgba(255,255,255,1.00);
	letter-spacing:1px;
	padding:10px;
	text-align:center;
}





.kakouintro_listwaku {
		position:relative;
		width:100%;
		height:auto;
		overflow: hidden;
}

		.kakouintro_listwaku img {
			width:100%;
		}

		.promolink {
			display: block;
			position: relative;
		}
		.promolink .overlay_pre {
			background-color: rgba(0,0,0,0.2);
			color: white;
			font-size: 0.75rem;
			line-height: 1rem;
			opacity: 1;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			text-align: center;
			transition: opacity 0.25s
		}
		.promolink .overlay {
			background-color: rgba(0,0,0,0.7);
			color: white;
			font-size: 0.75rem;
			line-height: 1rem;
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			text-align: center;
			transition: opacity 0.25s
		}
		.promolink .overlay_pre .text {
			position: absolute;
			font-size:20px;
			line-height:26px;
			top: 50%;
			left: 1em;
			right: 1em;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
		}
		.promolink .overlay .text {
			position: absolute;
			font-size:20px;
			line-height:26px;
			top: 50%;
			left: 1em;
			right: 1em;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
		}
		.promolink:hover .overlay_pre {
			opacity: 0;
			transition-duration: 0.125s
		}
		.promolink:hover .overlay {
			opacity: 1;
			transition-duration: 0.125s
		}



	.kakouintro_listtext_waku {
		width: 100%;
		height:70px;
		color: #fff;
		background-image:url(image/kakou/kakou_intro_titlebg.png);
		background-position:center;
		background-repeat:no-repeat;
		z-index: 999;
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		margin-bottom:20px;
	}
		.kakouintro_listtext_l {
			font-size:14px;
			text-align:left;
			margin-bottom:2px;
			font-weight:400;
			letter-spacing:0px;
			padding-top:14px;
			text-align:center;
		}
		.kakouintro_listtext_s {
			font-size:14px;
			text-align:left;
			white-space:nowrap;
			overflow:hidden;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.kakouintro_partner {
			font-size:12px;
			text-align:left;
			/*white-space:nowrap;
			overflow:hidden;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;*/
			padding-top:4px;
			padding-left:10px;
		}
		.kakouintro_kouhanlist {
			font-size:12px;
			text-align:left;
			/*white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;*/
			padding-top:4px;
			color:rgba(255,255,255,1.00);
		}
		.mb40 {
			margin-bottom:40px;
		}

.marginone {
	padding:1px !important;
}
.left_bgcolor {
	background-color:#f3f3f3;
	padding:40px;
}
.right_bgcolor {
	background-color:#232323;
	padding:40px;
}





/* 各事業　加工詳細の表 */
table.kakoutype01 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	font-size:14px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.kakoutype01 th {
	padding: 8px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #C4D3E6;
}
table.kakoutype01 td {
	padding: 8px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align:left;
}



/* 各事業　メーカー名 */
table.kakoutype02 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	font-size:14px;
	border-top: 1px dotted #333;
}
	/*table.kakoutype01 th {
		padding: 8px;
		font-weight: normal;
		vertical-align: top;
		border-bottom: 1px solid #ccc;
		background-color: #C4D3E6;
	}*/
	table.kakoutype02 td {
		padding: 10px;
		vertical-align:middle;
		border-bottom: 1px dotted #333;
		text-align:left;
	}

.kakou_makerbutton_waku {
	z-index:10;
	width:100px;
}
	.kakou_makerbutton {
		background-color: #0d6fb8;
		color: #fff;
		font-size: 14px;
		padding-top: 4px;
		padding-bottom: 4px;
		text-align: center;
		text-decoration: none;
		display: block;
	}
	.kakou_makerbutton:hover {
		text-decoration: none;
		background-color: #3F98DB;
		color: #fff;
	}







.kakou_jigyo_makername {
	width:100%;
}
	.kakou_jigyo_makername ul {
		font-size:14px;
		text-align:left;
		border-top:#333 1px dotted;
		list-style:none;
		padding:0px !important;
	}
	.kakou_jigyo_makername ul li {
		text-align:left;
		padding:20px;
		border-bottom:#333 1px dotted;
		list-style:none;
	}







/* 50音表記 */
.kakouintro_50hyoki{
	width:100%;
	text-align:right;
	font-size:16px;
	margin-bottom:20px;
}



/* 4つの事業（企業別） */
.kakou_maker_text_m{
	width:100%;
	text-align:left;
	font-size:16px;
}
.kakou_maker_text_s{
	width:100%;
	text-align:left;
	font-size:14px;
}



/* 見直し日 */
.kakou_update {
	margin-top:4px;
	width:100%;
	text-align:right;
	font-size:14px;
}






/*************************************************************************************************************

			bootstrap
			   
**************************************************************************************************************/

@media (max-width: 1500px) {

}

/*************************************************************************************************************
			Tablet (～1366px）　Tablet用
**************************************************************************************************************/

@media (max-width: 1366px) {

}

/*************************************************************************************************************
			Large (992px～1280px）　PC用
**************************************************************************************************************/

@media (max-width: 1280px) {

.kakouintro_main {
	z-index:10;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-right: 15px;
	padding-left: 15px;
}

		.promolink .overlay_pre .text {
			position: absolute;
			font-size:16px;
			line-height:26px;
			top: 50%;
			left: 1em;
			right: 1em;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
		}
		.promolink .overlay .text {
			position: absolute;
			font-size:16px;
			line-height:26px;
			top: 50%;
			left: 1em;
			right: 1em;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%)
		}

}



/*************************************************************************************************************
			Medium (～1024px）　iPad用
**************************************************************************************************************/

@media (max-width: 1024px) {


}




/*************************************************************************************************************
			Small (～767px）　スマートフォン用
**************************************************************************************************************/

@media (max-width: 768px) {
	
#contents {
	width:100%;;
	/*padding-top:350px;*/
	padding-left:0px;
	padding-right:0px;
}

#side_menu {
	display:none;
}

.kakouintro_main {
	z-index:10;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-right: 15px;
	padding-left: 15px;
}

	.kakou_introtext {
		z-index:10;
		font-size:26px;
		letter-spacing:6px;
		margin-top:68px;
	}
	.kakou_introtext_blue {
		z-index:10;
		font-size:18px;
		color:#0d6fb8;
		letter-spacing:4px;
		margin-top:20px;
	}




}
