@charset "UTF-8";

/*------------------------------------------------

   office

------------------------------------------------*/

/*　新着情報　*/

.news_text {
	width:680px;
	float:right;
}


/*　企業情報　*/


.com_info {
	margin-top:20px;
}

.news_cate01,.news_cate02{
	display:none;
}


/*　自社の強み　*/

.com_stre {
	margin-top:20px;
}
/*　沿革　*/

.com_hist {
	margin-top:20px;
}
/*　製品・技術情報　社屋・工場の風景　*/

.com_product {
	margin-top:20px;
}
.com_pro_txt {
	margin-bottom:20px;
}
ul.com_pro_img {
	display: flex;
	justify-content: space-between;
}
ul.com_pro_img li {
	list-style:none;
	text-align:center;
}
ul.com_pro_img li img{
	width:240px;
}
/*　視察・インターンシップ受入れ、リクルート関係　*/

.com_int {
	margin-top:20px;
}

/*　関連会社・主要取引先・所属団体　*/

.com_rela{
	margin-top:20px;
}

/*　印刷ボタン　*/

.of_print{
	margin-bottom:20px;
	clear:both;
}
.of_print a{
	width:40%;
	padding:20px;
	color:#fff;
	background-image: linear-gradient(
	-45deg,
	#0e74a4 25%,
	#3e81a0 25%, #3e81a0 50%,
	#0e74a4 50%, #0e74a4 75%,
	#3e81a0 75%, #3e81a0
	);
	background-size: 5px 5px;
	display:block;
	text-align:center;
	margin:0 auto;
	font-size:140%;
}