@charset "utf-8";
/* CSS Document */

#h1_02mission {
	background-image: url(../img/page_title02_bg.jpg);
}
#h1_03company {
	background-image: url(../img/page_title03_bg.jpg);
}
#h1_04products {
	background-image: url(../img/page_title04_bg.jpg);
}
#h1_05recruit {
	background-image: url(../img/page_title05_bg.jpg);
}
#h1_06contact {
	background-image: url(../img/page_title06_bg.jpg);
}

/* パンくずリスト */
#bread-crumb-list {
	width: 760px;
/* 横幅は任意の値 */
	float: left;
	text-align: left;
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
	padding-top: 5px;
	margin-bottom: 20px;
}
#bread-crumb-list li {
	display: inline;
	padding-right: 2px;
	text-align: left;
	float: left;
}
#bread-crumb-list li a {
  color: #333333; /* 通常時の文字色 */
}
#bread-crumb-list li a:hover {
  text-decoration: underline;
  color: #bbbbbb; /* マウスオーバー時の文字色 */
} #right ul {
	margin-bottom: 10px;
}

/* サイド　詳細メニュー */
#detail_menu li {
	font-size: 12px;
	background-image: url(../img/side/detailmenu_bg.jpg);
	height: 60px;
	width: 180px;
	padding-left: 40px;
	display: block;
	width: 200px;
	display: block;
	border-bottom: 1px solid;
	background-image: none;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 0;
}
#detail_menu li::before{
	content: "";
	position: absolute;
	left: 15px;
	background-color: #446da1;
	height: calc(tan(60deg) * 17px / 2);
	width: 12px;
	clip-path: polygon(0% 0, 100% 50%, 0 100%);
}
#detail_menu a {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-left: 40px;
	color: #293e5c;
	transition: .4s;
}
#detail_menu a:hover {
	text-decoration: underline;
	color: #00F;
	text-decoration: underline;
	/* color: #ffffff; */
	background: #efeeeb;
	text-decoration: none;
	/* background:#7dbcb0; */
	color: #000;
	transition: .4s;
}
/* メインコンテンツ */	
h2 {
	background-image: url(../img/detail_title_bg.jpg);
	height: 33px;
	width: 700px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: block;
	padding-left: 40px;
	padding-top: 2px;
}

/* 社是 */
#sec_mission {
	width:780px;
	text-align: center;
	overflow: hidden;
	vertical-align: bottom;
}

/* 営業活動方針 */
#sec_policy {
	overflow: hidden;
	margin-left: 80px;
}
#sec_policy li {
	line-height: 2em;
}

/* 会社概要 */
#sec_company {
	overflow: hidden;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 80px;
}
#sec_company th {
	background-color: #FC6;
	padding: 20px;
}
#sec_company td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	padding: 20px;
}
#sec_company li {
	margin-bottom: 5px;
}

/* 組織図 */
#sec_organization {
	width: 680px;
	margin-right: 90px;
	margin-left: 90px;
	overflow: hidden;
}

/* 本社所在地 */
#sec_accessmap {
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
}
#map {
	width: 480px;
	float: right;
	/* padding-top: 19px; */
}

/* 沿革 */
#sec_history {
	overflow: hidden;
	margin-right: 20px;
	margin-left: 80px;
}
#sec_history th {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#sec_history td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
}
#sec_history p {
	margin-bottom: 10px;
}

/* 主要取引先 */
#sec_organization td {
	padding-bottom: 10px;
}

/* 製品紹介 */
.products {
	margin-left: 20px;
	overflow: hidden;
	margin-bottom:20px
}
.products h2 {
	background-image: url(../img/products_title_bg.jpg);
	height: 33px;
	width: 700px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
	padding-left: 40px;
	padding-top: 2px;
}
.gallery {
	float: left;
	width: 232px;
}
.gallery ul {
	overflow:hidden;
	margin-top:10px;
}
.gallery li {
	display:block;
	float:left;
	background:#fff;
}
.gallery li img {
	cursor:pointer;
}
#p6 .gallery #datapdf {
	margin-bottom: 20px;
	overflow: hidden;
}
#p6 .gallery #datapdf p {
	float: left;
	width: 160px;
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
}

#p8 .gallery #datapdf {
	margin-bottom: 20px;
	overflow: hidden;
}
#p8 .gallery #datapdf p,#p9 .gallery #datapdf p,#p10 .gallery #datapdf p,#p11 .gallery #datapdf p{
	float: left;
	width: 160px;
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
}
.category {
	width: 480px;
	margin-bottom: 0px;
	float: right;
	margin-right: 20px;
}
.category h3 {
	font-size: 14px;
}
.category p {
	font-size: 14px;
	margin-left: 20px;
	line-height: 1.5em;
}
.category p span{
	font-size: 13.6249px;
}
/* .category p:first-child {
	font-size: 13.6249px;
} */
/* .fontsmall {
	font-size: 13.6249px;
} */
.category hr {
	margin-bottom: 10px;
	margin-top: 10px;
}


/* 採用情報 */
#sec_recruit {
	overflow: hidden;
	margin-left: 60px;
}
#sec_recruit p {
	line-height: 1.5em;
}

/* お問い合わせ */
#sec_tel {
	overflow: hidden;
	margin-left: 60px;
}
#sec_form {
	overflow: hidden;
	margin-left: 60px;
}
#sec_tel td {
	padding-top: 5px;
	padding-bottom: 5px;
}
