/* SideBar
===============================================================*/
div#SideBar {
	width: 257px;
	float: right;
	margin-top: 54px;
}

div#SideBar .box {
	background: #f0f0f0;
	margin-bottom: 10px;
}



div#SideBar h2.search {
	border-bottom: #f9f9f9 2px solid;
	color: #000000;
	font-size: 18px;
	padding: 9px 0 3px 38px;
	background: url(../images/products/ico_search.png) no-repeat 14px 13px;
}

div#SideBar h2.cha {
	border-bottom: #f9f9f9 2px solid;
	color: #000000;
	font-size: 18px;
	padding: 9px 0 3px 38px;
	background: url(../images/products/ico_chara.png) no-repeat 14px 13px;
}

div#SideBar h2.cat {
	border-bottom: #f9f9f9 2px solid;
	color: #000000;
	font-size: 18px;
	padding: 9px 0 3px 38px;
	background: url(../images/products/ico_cat.png) no-repeat 14px 13px;
}

div#SideBar h2.type {
	border-bottom: #f9f9f9 2px solid;
	color: #000000;
	font-size: 18px;
	padding: 9px 0 3px 38px;
	background: url(../images/products/ico_type.png) no-repeat 14px 13px;
}

div#SideBar h2.tsuki {
	border-bottom: #f9f9f9 2px solid;
	color: #000000;
	font-size: 18px;
	padding: 9px 0 3px 38px;
	background: url(../images/products/ico_month.png) no-repeat 14px 13px;
}


div#SideBar ul {
	padding: 9px 17px 19px;
}

div#SideBar ul li {
	border-bottom: #c4c4c4 1px dashed;
	font-weight: bold;
}

div#SideBar ul li a {
	display: block;
	padding: 8px 0 8px 9px;
	text-decoration: none;
	background: url(../images/company/common/ar.png) no-repeat right center;
}

div#SideBar ul li a:hover,
div#SideBar ul li a.here {
	color: #b464af;
}

div#Main div#SideBar div.search p.search {
	text-align: center;
	padding: 10px;
}

div#Main div#SideBar div.search p.search input {
	padding: 5px;
	background: #fbfbfb;
	border: solid 1px #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(204, 204, 204);
	border-right: none;
	width: 180px;
	height: 30px;

}


div#Main div#SideBar div.search p.search a {
	background: #4fc5ec;
	display: inline-block;
	height: 30px;
	width: 42px;
	border: solid 1px #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(204, 204, 204);
	border-radius: 0 15px 15px 0;
	padding-left: 0px;
	border-left: none;
	position: relative;
	top: -3px;
}

div#Main div#SideBar div.search p.search a:hover {
	filter: brightness(120%);

}

dl.acc {
	padding: 9px 17px 19px;
}

dl.acc dt {
	background: url(../images/products/arr_down.png) 95% center no-repeat;
	border-bottom: #c4c4c4 1px dashed;
	font-weight: bold;
	padding: 8px 0 8px 9px;
	text-decoration: none;
	cursor: pointer;
}

dl.acc dt.active {
	background: url(../images/products/arr_up.png) 95% center no-repeat;
}

dl.acc dd {
	display: none;
	padding: 5px;
}

div#Main div#SideBar div.box dl#slidetoggle_menu.acc dd ul li a {
	padding: 0;
}

div#Main div#SideBar div.box dl#slidetoggle_menu.acc dd ul {
	padding: 0;
}

div#Main div#SideBar div.box dl#slidetoggle_menu.acc dd ul li {
	border: none;
}

div#Main div#SideBar div.box dl#slidetoggle_menu.acc dd ul a {
	display: block;
	background: none;
	font-weight: normal;
	padding: 5px 0;
	margin: 0 0 0 1em;
	text-indent: -1em;
}

div#Main div#SideBar div.box dl#slidetoggle_menu.acc dd ul a:hover {
	color: #25C6DA;
}

#Main div#SideBar div.box ul.cat li {
	border: none;
}


#Main div#SideBar div.box ul.cat li a {
	background: no-repeat;
	padding: 0;
}

#Main div#SideBar div.box ul.cat li a:hover {
	color: #25C6DA;
}


#Main div#SideBar div.box ul.type li {
	border: none;
	display: inline-block;
}


#Main div#SideBar div.box ul.type li a {
	background: no-repeat;
	display: inline-block;
	padding: 0;
}

#Main div#SideBar div.box ul.type li a:hover {
	color: #25C6DA;
}

#Main div#SideBar div.box h4 {
	padding: 15px 0 0 15px;
	margin-bottom: -10px;
}

#Main div#SideBar div.box ul.tsuki {}

#Main div#SideBar div.box ul.tsuki li {
	border: none;
	display: inline-block;
	font-weight: normal;
}


#Main div#SideBar div.box ul.tsuki li a {
	background: no-repeat;
	display: inline-block;
	padding: 0;
	font-weight: normal;
}

#Main div#SideBar div.box ul.tsuki li a:hover {
	color: #25C6DA;
}












/* Main（common）
===============================================================*/
div#Main {
	clear: both;
	overflow: hidden;
}

div#Main .mainwrap {
	float: left;
	width: 971px;
	/* 	padding-bottom: 30px; */
}

div#Main .mainwrap h2 {
	height: 54px;
	text-indent: -9999px;
}



/* 検索
===============================================================*/
div#Main .products h2 {
	background: url(../images/products/h201.png) no-repeat 0 0;
}

div#Main .products .search_tit {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

div#Main .white_boxes {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	background: #ffffff;
	padding: 40px;
}

div#Main div.white_boxes h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes p.search input {
	padding: 10px;
	background: #fbfbfb;
	border: solid 1px #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(204, 204, 204);
	width: 500px;
	font-size: 16px;
	height: 44px;
	margin-right: 2px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes p.search a {
	background: #008897;
	display: inline-block;
	height: 45px;
	width: 90px;
	border: solid 1px #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(204, 204, 204);
	border-radius: 0 20px 20px 0;
	padding-left: 15px;
	padding-top: 9px;
	border-left: none;
	position: relative;
	top: -3px;
	color: #fff;
	font-weight: bold;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes p.search a:hover {
	filter: brightness(120%);
	text-decoration: none;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.aks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.aks li a {
	padding: 10px 35px;
	border: solid 2px #ccc;
	border-radius: 20px;
	background: url(/images/common/arr_d_b.png) no-repeat 85% center;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.aks li a.here,
html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.aks li a:hover {
	padding: 10px 35px;
	border: solid 2px #008897;
	border-radius: 20px;
	background: #008897;
	text-decoration: none;
	color: #fff;
	background: url(/images/common/arr_d_w.png) no-repeat 85% center #008897;
}



html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.bnr {
	display: none;
	flex-wrap: wrap;
	width: 1070px;
	margin: 0 auto;
}

div#Main div.white_boxes ul.bnr {
	display: flex;
	justify-content: space-around;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.bnr.a {

	display: flex;
	justify-content: space-around;
}


html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.bnr li {
	margin-bottom: 40px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes ul.bnr li a:hover {
	filter: brightness(120%);
}


html body div#AllBox div#Contents.cf div#Main div.white_boxes div.nen h4 {
	color: #008897;
	background: #fff;
	margin-top: -32px;
	display: block;
	width: 100px;
	margin-bottom: 20px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes div.nen h4.nen {
	width: 60px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes div.nen h4.type {
	width: 70px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes div.nen {
	border-top: solid 1px #ccc;
	margin-bottom: 40px;
	padding-top: 20px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes div.nen ul {
	clear: both;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes div.nen ul li {
	float: left;
	margin-right: 10px;
}

html body div#AllBox div#Contents.cf div#Main div.white_boxes div.nen ul li a {
	/* 	background: url(../images/products/li_bg.jpg) no-repeat left center; */
	padding-left: 0px;
}





/* 詳細
===============================================================*/


html body div#AllBox div#Contents.cf div#Main div.white_boxes.products02 {
	width: 961px;
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
	background: #ffffff;
	padding: 40px;
}

div#Main div.white_boxes.products02 h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#Main div.mainwrap.products.products02 div.white_boxes.products02 p.ph {
	border: solid 3px #ccc;
	width: 444px;
	float: left;
}

#Main div.mainwrap.products.products02 div.white_boxes.products02 p.ph img {
	width: 100%;
	height: auto;
}

div#Main div.mainwrap.products.products02 div.white_boxes.products02.cf dl.bs {
	float: right;
	width: 410px;
}


#Main div.mainwrap.products.products02 div.white_boxes.products02 table {
	width: 410px;
	float: right;
	margin-top: -15px;
}

#Main div.mainwrap.products.products02 div.white_boxes.products02 table th {
	width: 115px;
	padding: 15px 0 15px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: #c4c4c4 1px dashed;
}

#Main div.mainwrap.products.products02 div.white_boxes.products02 table td {
	text-align: left;
	border-bottom: #c4c4c4 1px dashed;
	padding: 15px 0 15px 0;
}

#Main div.mainwrap.products.products02 div.white_boxes.products02 table th.end {
	width: 115px;
	text-align: left;
	vertical-align: top;
	border-bottom: none;
}

#Main div.mainwrap.products.products02 div.white_boxes.products02 table td.end {
	text-align: left;
	border-bottom: none;
}

div#Main div.mainwrap.products.products02 div.white_boxes.products02.cf p.btn {
	float: right;
	padding-right: 70px;
}

div#Main div.mainwrap.products.products02 div.white_boxes.products02.cf p.btn a {
	display: block;
	width: 230px;
	text-align: center;
	background: #4fc5ec;
	border-radius: 30px;
	color: #fff;
	padding: 8px 0 8px 0px;
}


div#Main div.mainwrap.products.products02 div.white_boxes.products02.cf p.btn a:hover {
	filter: brightness(110%);
	text-decoration: none;
}


div.pager {
	margin: 50px auto 50px;
}

div.pager ul {
	text-align: center;
}

div.pager ul li {
	display: inline-block;
	margin: 0 5px;
}

div.pager a {
	width: 50px;
	border: 2px solid #ccc;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 15px;
	text-decoration: none;
	border-radius: 20px;
	text-align: center;
}

div.pager a:hover {
	background-color: #80C2EA;
	color: #ffffff;
	border: 2px solid #80C2EA;
}

div.pager span {
	width: 50px;
	background-color: #80C2EA;
	border: 2px solid #80C2EA;
	color: #ffffff;
	line-height: 18px;
	padding: 5px 15px;
	border-radius: 20px;
	text-align: center;
}




form#search p.search a#sub img {
	position: relative;
	top: -2px;
	margin-right: 3px;
}




html body div#AllBox div#HeaderBox div.h_wrap.cf div.second.pc form#search p.search a#sub img {
	top: 0px;
}