/*globalnav*/
/*------------------------------------------------------------------------------*/
#globalnav li.globalnav_product a{
	border-bottom: 3px solid #00467E;
	color:#00467E;
	transition: all 0.6s;
}

/* link */
/*--------------------------------------------------------------------------------*/
.link a {
	color:#0667b7;
}
.link a:hover {
	text-decoration:underline;
}

/*title*/
/*--------------------------------------------------------------------------------*/
#subtitle02{
	width:100%;
	height:150px;
	background:url(../image/common/subtitle02_bg.jpg) no-repeat center top;
	overflow:hidden;
}
#subtitle02_in {
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	display:table;
}
#subtitle02_in h2 {
	display:table-cell;
	font-size:36px;
	font-weight:bold;
	vertical-align:middle;
	color:#ffffff;
	line-height:1.2;
}
.subtitle03 {
	width:100%;
	position:relative;
	margin-bottom:40px;
}
.subtitle03::before {
	content:"";
	width:100%;
	height:4px;
	position:absolute;
	bottom:-8px;
	background:url(../image/common/subtitle03_border.jpg) repeat-x;
}
.subtitle03 h3 {
	font-size:22px;
	font-weight:bold;
	background:url(../image/common/subtitle03_bg.png) no-repeat left 8px;
	background-size:22px auto;
	line-height:1.2;
	padding:7px 0 7px 31px;
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator {
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	text-align:right;
	padding:10px 0;
}
#locator a {
	color:#00467E;
	border-bottom:1px solid #00467E;
	transition:all 0.3s;
}
#locator a:hover {
	border-bottom:1px solid rgba(0,70,126,0);
	opacity:0.7;
}

/*layout*/
/*--------------------------------------------------------------------------------*/
#contents {
	width:100%;
	max-width:1120px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}
#contents_left {
	width:75%;
	float:left;
}
#contents_right {
	width:21.5%;
	float:right;
}

/* db top　*/
/*------------------------------------------------------------------------------*/
#home_category_btn li {
	width:48.5%;
	margin-left:3%;
	float:left;
	height:auto;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	display:table;
	transition:all 0.3s;
	opacity:1;
}
#home_category_btn li:nth-child(2n+1) {
	margin-left:0;
	clear:both;
}
#home_category_btn li.bl-hover {
	opacity:0.7;
}
#home_category_btn li .image {
	display:table-cell;
	width:50%;
}
#home_category_btn li .image img {
	width:100%;
	height:auto;
}
#home_category_btn li .category_name {
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
	font-size:18px;
}
#home_category_btn li .category_name a {
	color:#00467E;
	font-weight:bold;
}

/* db search */
/*------------------------------------------------------------------------------*/
.search_sort {
	margin-bottom:20px;
}
.search_sort dt,
.search_sort dd {
	display:inline-block;
}
.search_sort dd ul li {
	display:inline-block;
	margin:0 7px;
}
.search_sort dd ul li a:hover {
	text-decoration:underline;
	color:#00467e;
}
.item_box_wrapper {
	margin-bottom:20px;
}
.pager {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
.pager .page-numbers.current {
	padding:3px 5px;
	color:#fff;
	background:#00467e;
}
.pager .page-numbers {
	padding:3px 5px;
}
.pager a.page-numbers:hover {
	text-decoration:underline;
	color:#00467e;
}

/* table */
/*------------------------------------------------------------------------------*/
table.tab01_db {
	width:100%;
}
table.tab01_db tr th {
	background:#00467E;
	color:#fff;
	border-left:1px solid #0F60A2;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	line-height:1.2;
	padding:10px 0;
}
table.tab01_db tr th:nth-child(5)  {
	padding:10px 0;
	width:13% ;
}
table.tab01_db tr td {
	background:#F1F1F1;
	border:1px solid #CCCCCC;
	text-align:center;
	padding:10px 1%;
	vertical-align:middle;
}
table.tab01_db tr td:nth-child(odd) {
	background:#e7e7e7;
}
table.tab01_db tr td a {
	color:#00467e;
}
table.tab01_db td a:hover {
	text-decoration:underline;
}
table.tab01_db tr td:first-child {
	width:10%;
}
table.tab01_db tr td:nth-child(2) {
	width:18%;
}
table.tab01_db tr td:nth-child(3) {
	width:12%;
}
table.tab01_db tr td:nth-child(4) {
	width:16.5%;
}
table.tab01_db tr td:nth-child(5) {
	width:8.5%;
}
table.tab01_db tr td:nth-child(6) {
	width:8.5%;
}
table.tab01_db tr td:nth-child(7) {
	width:10%;
}

table.tab02_db {
	width:100%;
}
table.tab02_db tr th {
	background:#00467E;
	color:#fff;
	border-top:1px solid #0F60A2;
	border-bottom:1px solid #0F60A2;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.2;
	padding:10px 1%;
	width:25%;
}
table.tab02_db tr td {
	background:#F1F1F1;
	border:1px solid #CCCCCC;
	padding:10px 1%;
	vertical-align:middle;
}

/* item */
/*------------------------------------------------------------------------------*/
#item_box01 {
	margin-bottom:50px;
}
#item_box01::after {
  content:"";
  display:table;
  clear:both;
}
.item_photo_box {
	width:35.7%;
	float:right;
}
.item_photo a {
	display: none;
}
.item_photo a.on {
	display: block;
}
.item_photo {
	width: 100%;
	height: 220px;
	display:block;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    position: relative;
}
.verlign_m {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.item_photo img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
    max-width: 100%;
    max-height: 218px;
    width: auto;
    height: auto;
	margin:auto;
	display:block;
}
.item_photo_thumbnail {
    margin-top: 5px;
    text-align: left;
    width: 100%;
    overflow: hidden;
}
.item_photo_thumbnail::after {
  content:"";
  display:table;
  clear:both;
}
.item_photo_thumbnail li {
    width: 23.8%;
	float:left;
    height: 50px;
    background: #FFF;
    position: relative;
    display: block;
    margin-left: 1.6%;
    border: 1px solid #CFCFCF;
    overflow: hidden;
	margin-bottom:5px;
}
.item_photo_thumbnail li:nth-child(4n+1){
  margin-left:0;
}
.item_photo_thumbnail img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: 48px;
    max-width: 100%;
	width:auto;
	height:auto;
    margin: auto;
	cursor: pointer;
}
.item_text {
	width:60%;
	float:left;
}
.item_text .brand {
	font-size:15px;
	font-weight:bold;
	color:#00467E;
	line-height:1.2;
	margin-bottom:3px;
}
.product_title {
	position:relative;
	margin-bottom:27px;
	padding-bottom:8px;
	display:table;
	width:100%;
}
.product_title::before {
	content:"";
	width:100%;
	height:4px;
	position:absolute;
	bottom:-8px;
	left:0;
	background:url(../image/common/subtitle03_border.jpg) repeat-x;
}
.product_title .product_name {
	font-size:22px;
	font-weight:bold;
	line-height:1.3;
	width:auto;
	float:left;
	padding-right:10px;
}
.product_title .product_number {
	width:auto;
	float:right;
	padding-top:5px;
	text-align:right;
	line-height:1.3;
}
.cate_list {
	margin-bottom:10px;
}
.cate_list li {
	display:inline-block;
	margin-right:13px;
}
.purpose_list {
	margin-bottom:5px;
}
.purpose_list li {
	display:inline-block;
	color:#0666B7;
	font-weight:bold;
	border:1px solid #0666B7;
	padding:4px 15px;
	margin-right:5px;
	margin-bottom:5px;
}
.purpose_list li.rohs {
	color:#fff;
	background:#0666B7;
}
.item_catch {
	margin-bottom:20px;
}
.btn_2row li {
	width:48.5%;
	float:left;
	margin-left:3%;
}
.btn_2row li:first-child {
	margin-left:0;
}
.btn_2row li:first-child a{
	border:2px solid #0667B7;
	color:#0667B7;
	padding:12px 0;
	width:100%;
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	border-radius:12px;
}
.btn_2row li:nth-child(2) a{
	border:2px solid #507E8D;
	background:#507E8D;
	padding:10px 0;
	color:#fff;
	width:100%;
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	border-radius:12px;
}
.btn_2row li a:hover {
	opacity:0.7;
}
.free_area_text {
	margin-bottom:15px;
}
.free_area_image img {
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#item_box02 {
	margin-bottom:50px;
}
#item_box03, #item_box04, #item_box05, #item_box06 {
	margin-bottom:50px;
}
.btn_link_area::after {
  content:"";
  display:table;
  clear:both;
}
.btn_link_area {
	margin-bottom:50px;
}
.btn_link_area li {
	width:32%;
	float:left;
	margin-left:2%;
}
.btn_link_area li:first-child {
	margin-left:0;
}
.btn_link_area li a {
	display:block;
	color:#00467F;
	font-size:15px;
	font-weight:bold;
	border:2px solid #00467E;
	padding:12px 0;
	border-radius: 12px;
	text-align:center;
}
.btn_link_area li a:hover {
	opacity:0.7;
}
.same_cate_products ul::after {
  content:"";
  display:table;
  clear:both;
}
.same_cate_products li {
	width:23.5%;
	float:left;
	margin-left:2%;
}
.same_cate_products li:first-child {
	margin-left:0;
}
.same_cate_products li.bl-hover {
	opacity:0.7;
}
.same_cate_products li .name {
	color:#00467e;
	text-decoration:underline;
	margin-top:5px;
}
.same_cate_products li.bl-hover .name {
	text-decoration:none;
}
.same_cate_img {
	width:100%;
	height:130px;
	border:1px solid #cccccc;
	display:block;
	position:relative;
}
.same_cate_img img {
	max-width:100%;
	max-height:128px;
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.same_cate_img a:hover img {
	opacity:1;
}

/*subnav db_search */
/*------------------------------------------------------------------------------*/
#side_search {
	background:#F6F6F6;
	padding-bottom:5px;
}
.side_search_title {
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size: 16px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	background: #00467E;
	margin-bottom:15px;
}
.side_search_title02 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:8px;
}
#side_search_cate_brand {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:25px;
}

#side_search_other {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:25px;
}
#side_search_standard {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:25px;
}
#side_search_number {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:25px;
}
#side_search_keyword {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:25px;
}
select#side_search_category_list {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #CCCCCC;
	box-shadow:none;
	width:100%;
	color:#B8B8B8;
	padding:10px 40px 10px 5px;
	font-size:13px;
	margin-bottom:10px;
	background:#ffffff url(../image/common/arr05.png) no-repeat right 5px center;
	background-size:28px auto;
	cursor:pointer;
	position:relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
select#side_search_category_list::-ms-expand {
    display: none;
}
select#side_search_category_list:focus {
	color:#666666;
}
select#side_search_category_list_child {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #CCCCCC;
	box-shadow:none;
	width:100%;
	color:#B8B8B8;
	padding:10px 40px 10px 5px;
	font-size:13px;
	background:#ffffff url(../image/common/arr05.png) no-repeat right 5px center;
	background-size:28px auto;
	cursor:pointer;
	margin-bottom:20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
select#side_search_category_list_child::-ms-expand {
    display: none;
}
select#side_search_category_list_child:focus {
	color:#666666;
}
select.side_search_list {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #CCCCCC;
	box-shadow:none;
	width:100%;
	color:#B8B8B8;
	padding:10px 40px 10px 5px;
	font-size:13px;
	margin-bottom:20px;
	background:#ffffff url(../image/common/arr05.png) no-repeat right 5px center;
	background-size:28px auto;
	cursor:pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
select.side_search_list::-ms-expand {
    display: none;
}
select.side_search_list:focus {
	color:#666666;
}
.search_btn input {
	width:100%;
	display:block;
	background:#fff;
	box-shadow:none;
	border:3px solid #00467E;
	cursor:pointer;
	border-radius:5px;
	color:#00467E;
	font-size:15px;
	font-weight:bold;
	padding:7px 0;
}
.search_btn input:hover {
	opacity:0.7;
}
.box_number, .box_keyword {
	width:100%;
	border:1px solid #CCCCCC;
	background:#ffffff;
	position:relative;
}
.box_number input[type="text"],
.box_keyword input[type="text"] {
	border:none;
	color:#B8B8B8;
	font-size:14px;
	padding:10px 5px;
	width:calc(100% - 38px);
}
.box_number input:focus,
.box_keyword input:focus {
	color:#666666;
}
.box_number input[type="submit"],
.box_keyword input[type="submit"] {
	position:absolute;
	right:5px;
	top:5px;
	width:28px;
	height:28px;
	background:url(../image/common/btn_search_db.png) no-repeat 0 0;
	background-size:28px auto;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
.box_number input[type="submit"]:hover,
.box_keyword input[type="submit"]:hover {
	opacity:0.7;
}
.standard_type {
	color:#666666;
	font-size:14px;
	margin-bottom:5px;
}
#side_search_standard input[type="text"] {
	width:50px;
	border:1px solid #cccccc;
	font-size:14px;
	padding:5px;
	margin:0 5px;
	display:inline-block;	
}
.box_diameter {
	margin-bottom:10px;
}
.box_length {
	margin-bottom:10px;
}
.box_thick {
	margin-bottom:20px;
}
.hide_box {
	width:100%;
	background:#ffffff;
	border:1px solid #cccccc;
	margin-bottom:20px;
}
.btn_search_db {
	padding:10px 40px 10px 5px;
	font-size:13px;
	width:100%;
	background:url(../image/common/btn_open.png) no-repeat right 5px center;
	background-size:28px auto;
	line-height:18px;
	color:#b8b8b8;
	transition:all 0.2s;
	cursor:pointer;
}
.btn_search_db.on {
	background:url(../image/common/btn_close.png) no-repeat right 5px center;
	background-size:28px auto;
}
.hide_area {
	display:none;
	padding:5px 10px 10px;
}
.hide_area label {
	display:block;
}
.hide_area label input {
	margin-right:5px;
	vertical-align:middle;
}

.other_open {
	position:relative;
	cursor:pointer;
}
.other_open::before {
	content:"\00ff0d";
	font-weight:bold;
	font-size:18px;
	position:absolute;
	display:block;
	right:4%;
	top:-1px;

}
.other_open.close::before {
	content:"\00ff0b";
	
}
