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

/* index */
h3.stitle01{
	background:#c4c4c4;
	border-bottom:1px solid #dddddd;
	padding:14px 0 10px;
	text-align:center;
	font-size:170%;
	font-weight:bold;
	line-height:1;
}
h4.sstitle01{
	font-size:124%;
	font-weight:bold;
	line-height:1;
	/*background:url(../images/catalog/index/bg_line_dot_01.gif) repeat-x left bottom;
	margin:0 0 30px;*/
	padding:0 0 14px;
}
h4.sstitle01 span{
	border-left:6px solid #ff0000;
	padding-left:15px;
}
h4.sstitle02{
	border-left:6px solid #ff0000;
	margin:0 0 10px;
	padding-left:15px;
	font-size:124%;
	font-weight:bold;
	line-height:1;
}
@media screen and (max-width:767px){
	h3.stitle01{
		font-size: 16px;
		padding: 15px 15px 10px;
	}
	h4.sstitle01 {
		margin-bottom: 15px;
	}
	h4.sstitle02 {
		padding-left: 10px;
	}
}

.listWrap{
	background:#fff;
	border-bottom:2px solid #d4d4d4;
	margin:0 0 30px;
	padding:20px 0 20px 70px;
}

#index03 .listWrap {
	padding: 25px 0 25px 70px;
}

.productList,
.purposeList{
	overflow:hidden;
	width:865px;
	margin:0 -35px 0 0;
}
.productList li{
	display:inline;
	float:left;
	width:180px;
	height:80px;
	margin:0 35px 30px 0;
	text-align:right;
}
.purposeList li{
	display:inline;
	float:left;
	width:180px;
	height:80px;
	margin:0 35px 16px 0;
	text-align:right;
}
.productList li a,
.purposeList li a{
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
.productList li a:hover,
.purposeList li a:hover{
	text-decoration:none;
}
.purposeList li a:hover img{
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	opacity: .75;
}
.productList li a:hover .thumb{
	top:-80px;
}
.productList .thumb,
.purposeList .thumb{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.productList .catName{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
	padding:0 8px 0 0;
	padding-left: 6px;
	display:inline;
	position:relative;
	z-index:1;
}
.purposeList .catName {
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
	padding:0 8px 0 8px;
	padding-left: 12px;
	display:inline;
	position:relative;
	z-index:1;
}
@media screen and (max-width:767px){
	.listWrap {
		padding: 5px;
	}
	.listWrap:last-of-type {
		margin-bottom: 20px;
	}
	.productList,
	.purposeList {
		width: 303px;
		margin: 3px auto 20px;
	}
	.productList li ,
	.purposeList li{
		display: inline-block;
		margin: 0 3px 5px;
		width: 145px;
	}
	.productList li {
		height:63px;
	}
	#index03 .listWrap {
	padding: 10px;
	box-sizing: border-box;
}
	.solution_main_link .thumb {
		display:none;
	}
	.solution_main_link {
		background:url(../images/products/solution_sp.jpg) no-repeat 0 .45em;
		background-size:100% 100%;
	}
}

.desc{
	margin:0 0 20px 10px;
}
@media screen and (max-width:767px){
	.desc{
		margin:0 0 15px 0;
	}
}




.row2Block{
	overflow:hidden;
	margin:0 0 20px;
}

.col01{
	float:left;
	width:310px;
}
.col02{
	float:right;
	width:640px;
}

.atnList{
	overflow:hidden;
	padding:30px;
	border:1px solid #cecece;
}
.atnList dt{
	width:60px;
	padding:0 0 35px;
	float:left;
	clear:left;
}
.atnList dd{
	padding:0 0 35px 80px;
}

.listFigure{
	overflow:hidden;
	margin:20px 0 0;
}
.listFigure li{
	display:inline;
	float:left;
	margin-left:30px;
}
.listFigure li:first-child{
	margin-left:0;
}

.bnrList{
	overflow:hidden;
	margin:0 0 60px;
}

.bnrList li{
	display:inline;
	float:left;
	margin-left:20px;
	width:310px;
	height:60px;
}
.bnrList li:first-child{
	margin-left:0;
}
.bnrList li a{
	display:block;
	width:100%;
	height:100%;
}
@media screen and (max-width:767px){
	.listCircle li{
		margin-bottom: 10px;
	}
	.row2Block .col01,.row2Block .col02{
		width: auto;
		float: none;
	}
	.row2Block .col01 {
		margin-bottom: 20px;
	}
	.atnList {
		padding: 20px 20px 5px;
		margin: 0 10px;
		height: auto !important;
	}
	.atnList dd {
		padding-bottom: 15px;
	}
	.listFigure {
		margin-top: 15px;
		margin-left: -60px;
	}
	.listFigure li {
		margin: 0 10px 10px 0;
	}
	.bnrList{
		text-align: center;
		margin-bottom: 25px;
	}
	.bnrList li{
		display:inline-block;
		text-align: center;
		margin: 0 0 5px;
		float: none;
		width: auto;
	}
}

.atnText{
	margin:15px 0 0;
	border:1px solid #ff0000;
	color:#ff0000;
	font-size:139%;
	font-weight:bold;
	text-align:center;
	line-height:1;
	padding:15px;
}

.bdrBox{
	margin:0 0 40px;
	padding:30px;
	border:1px solid #cecece;
}

.whiteBox{
	overflow:hidden;
}
.whiteBox li{
	display:inline;
	float:left;
	width:310px;
	height:293px;
	border-bottom:2px solid #d6d6d6;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:20px;
}
.whiteBox li:first-child{
	margin-left:0;
}
.whiteBox a{
	display:block;
	height:100%;
	padding:30px;
	box-sizing:border-box;
}
.whiteBox a:hover{
	text-decoration:none;
}
.whiteBox li > a {
	color: #333;
}
.whiteBox .caption{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 0.2em;
	padding-left: 12px;
	font-size:124%;
	font-weight:bold;
	line-height:1;
	margin:0 0 15px;
}
.funcList{
	margin:0 0 60px;
}
.toolList{
	margin:0 0 40px;
}
.funcList li {
	height:25em;
	background-position:left bottom;
}
.funcList li.item01{
	background-image:url(../images/products/bg_func_01.png);
}
.funcList li.item02{
	background-image:url(../images/products/bg_func_02.png);
}
.funcList li.item03{
	background-image:url(../images/products/bg_func_03.png);
}
.toolList li.item01{
	background-image:url(../images/products/bg_tool_01.png);
}
.toolList li.item02{
	background-image:url(../images/products/bg_tool_02.png);
}
.toolList li.item03{
	background-image:url(../images/products/bg_tool_03.png);
}
.funcList a{
	padding: 25px 30px;
}
.funcList .caption{
	background-position: 0 0.3em;
	line-height:1.2;
	margin:0 0 2px;
}
.funcList .captionIcon {
	text-align: center;
	margin-bottom: 0.6em;
}
@media screen and (max-width:767px){
	.atnText {
		font-size: 16px;
		margin: 15px 10px 0;
		line-height: 1.3;
		padding: 10px;

	}
	.bdrBox{
		margin:0 10px 30px;
		padding:15px;
	}
	.whiteBox li{
		display:block;
		float: none;
		width: auto;
		height: auto;
		margin:0 0 10px;
		background-position: 50% 100%;
	}
	.whiteBox a{
		padding: 20px 15px;
	}
	.whiteBox .caption {
		margin-bottom: 10px;
	}
	.funcList,.toolList {
		margin: 0 5px 20px;
	}
	.funcList.whiteBox p a {
		padding: 70px 0px;
	}
	.toolList.whiteBox p a {
		padding: 90px 0px;
	}
	.funcList li.item01,
	.funcList li.item02,
	.funcList li.item03,
	.toolList li.item01,
	.toolList li.item02,
	.toolList li.item03{
	background-image:none;
}
}


/* index_category */
.categoryArea{
	margin:0 0 60px;
	background:#fff;
	border-bottom:2px solid #d4d4d4;
	border-top-width: 6px;
	border-top-style: solid;
}
#nepros		{border-top-color:#484848;}
#tool-set	{border-top-color:#cf3939;}
#chest			{border-top-color:#7e4497;}
#cycle-tool				{border-top-color:#46a35a;}
#special-tool			{border-top-color:#2a9b84;}
#official				{border-top-color:#2da0b5;}

#general-purpose-tool 	{border-top-color:#d70a30;}
#measurement 			{border-top-color:#b70c5e;}
#insulation			{border-top-color:#e5004f;}
#power 					{border-top-color:#c80d48;}
#other							{border-top-color:#a50b73;}
#bicycle-tool			{border-top-color:#7dc058;}
#motor-cycle-tool 	{border-top-color:#45b352;}
#plumbing-tool 			{border-top-color:#009944;}
#medical 		{border-top-color:#0068b7;}




.categoryArea h2{
	padding:15px 35px;
	background:url(../images/catalog/index/bg_line_dot_01.gif) repeat-x left bottom;
	font-size:170%;
	font-weight:bold;
}
.categoryArea ul{
	width:660px;
	margin:0 -20px 0 0;
	padding:30px 35px 0;
	overflow:hidden;
}
.categoryArea ul li{
	display:inline-block;
	vertical-align:top;
	width:200px;
	padding:0 16px 25px 0;
}
.categoryArea ul li a {
	color: #333;
}
.categoryArea ul li a:hover img{
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	opacity: .75;
}

.categoryArea ul li span{
	display:block;
}
.categoryArea .thumb{
	margin:0 0 10px;
}

.categoryArea .itemName{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 0.4em;
	padding-left: 12px;
}
.attention_inslation {
	background:#ffffff;
	margin-top:20px;
}
.attention_inslation dl dd.attention {
	padding-bottom:0!important;
}
.attention_inslation dl dd.attention p{
	color:#ff0000;
	font-weight:bold;
	}

@media screen and (max-width:767px){
	.categoryArea {
		border-top-width: 4px;
		margin-bottom: 20px;
	}
	.categoryArea h2 {
		font-size: 18px;
		padding: 10px 15px;
	}
	.categoryArea ul {
		width: auto;
		margin: 0 0 10px;
		padding: 10px 15px 0;
	}
	.categoryArea ul li {
		padding: 0px 15px 20px 35px;
	}
	.categoryArea .thumb {
		margin-bottom: 5px;
	}
}

/* category_dev */

h2.catTitle {
	background: url(../images/common/bg_tit_02_top.png) no-repeat 0 0;
	margin-bottom: 20px;
}


h2.catTitle .wrap {
	display: block;
	background: url(../images/common/bg_tit_02_btm.png) repeat-x 0 100%;
	padding: 15px 0;
	overflow:hidden;
}
h2.catTitle .productName {
	float:left;
	font-size: 200%;
	font-weight: 700;
	font-family: "ヒラギノ角ゴ Pro W6","メイリオ",Meiryo, Osaka;
	line-height: 1.2;
	padding:5px 0 0;
}
h2.catTitle .catName{
	float:left;
	color:#fff;
	position:relative;
	top:10px;
	left:0;
	margin:0 10px 7px 0;
	padding:5px 15px;
	line-height:1;
}
h2.catTitle .catThumb{
	float:right;
}
@media screen and (max-width:767px){
	h2.catTitle .productName {
		font-size: 18px;
		font-family: inherit;
	}
	h2.catTitle .catName {
		top: 0;
	}
	h2.catTitle .productName {
		padding-top: 2px;
	}
	h2.catTitle .catThumb {
		display: none;
	}
}

.productTableBox {
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #ffffff;
}
.productTableBox:last-child,
.productTableBox.last {
	border-bottom: 1px solid #ccc;
}
.productTableBox:hover {
	background: #f7c7ca;
}
.productTableBox > div {
	width: 50%;
	float: left;
}
.productTableBox a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 8px 0;
	color: #333;
}
.productTableBox a:hover {
	text-decoration: none;
}
.productTableBox .inCol02 a {
	border-left: 1px dashed #ccc;
}
.productTableBox .name {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.productTableBox .mNumber {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	-ms-word-break: break-all;
	word-break: break-all;
}
.productTableBox .icon {
	display: table-cell;
	vertical-align: middle;
}
.productTableBox .inCol01 .icon {
	width: 55px;
}
.productTableBox .inCol02 .icon {
	width: 120px;
}
.productTableBox .inCol02 .icon img {
	width: 100px;
}
@media screen and (max-width:767px){
	.productTableBox .inCol01 {
		width: 60%;
	}
	.productTableBox .inCol02 {
		width: 40%;
	}
	.productTableBox .inCol02 a {
		display: block;
	}
	.productTableBox .name {
		padding: 0 10px;
	}
	.productTableBox .mNumber {
		padding: 0 0 0 10px;
	}
	.productTableBox .inCol01 .icon {
		width: 45px;
	}
	.productTableBox .inCol02 .icon {
		width: 90px;
		padding-left: 10px;
	}
	.productTableBox .inCol02 .mNumber,
	.productTableBox .inCol02 .icon {
		display: block;
	}
}

.good_design {
	background:#333;
	color:#fff;
	padding:4px;
	margin-bottom: 8px;
}

.relationArea{
	background:#fff;
	border-bottom:2px solid #d4d4d4;
	margin:45px 0 0;
	padding:50px 80px;
}
.relationArea .desc{
	margin:0 0 20px;
	padding:0;
}
.relationArea .desc a{
}
.relationArea .relationList{
	overflow:hidden;
}
.relationArea .relationList li{
	display:inline;
	float:left;
	margin-left:20px;
	width:120px;
	min-height:90px;
}
.relationArea .relationList li:first-child{
	margin-left:0;
}
.relationArea .relationList li a{
	display:block;
	width:100%;
}
@media screen and (max-width:767px){
	.relationArea {
		padding: 20px;
	}
	.relationArea .relationList {
		margin-left: -10px;
	}
	.relationArea .relationList li {
		width: 46%;
		margin-left: 10px;
	}
	.relationArea .relationList li:first-child {
		margin-left: 10px;
	}
	.relationArea .relationList li .itemName {
		display: block;
	}
}


/* category_detail */
.catalog_detail #main {
	background: #fff;
}

.productTitle {
	padding-bottom: 10px;
	background: #ececec;
}


.productTitle .wrap {
	background:#fff;
	border-left:6px solid #ff0000;
	display: block;
	margin:0 0 5px;
	padding: 10px 0 5px 15px;
	overflow:hidden;
}
.productTitle .productName {
	float:left;
	font-size: 154%;
	font-weight: bold;
	line-height: 1.2;
	position:relative;
}
.productTitle .catArea {
	clear:both;
	display:block;
}
.productTitle .catName{
	float:left;
	color:#fff;
	position:relative;
	left:0;
	margin:0 10px 0 0;
	padding:5px 15px;
	line-height:1;
}
.productTitle .itemName{
	display:block;
	clear:both;
	font-size:200%;
	font-weight:bold;
}
.productTitle .mNum{
	text-align:right;
	font-size:124%;
	font-weight:bold;
}
h4.sideSubTit {
margin: 20px 0 10px;
border-left: 4px solid #ff0000;
font-size: 108%;
font-weight: bold;
padding: 0 0 0 5px;
line-height: 1;
	
}
@media screen and (max-width:767px){
	.productTitle {
		padding-bottom: 0;
	}
	.productTitle .wrap {
		padding: 8px 0 5px 12px;
	}
	.productTitle .productName {
		font-size: 14px;
		padding-top: 5px;
	}
	.productTitle .itemName{
		font-size: 16px;
	}
	.productTitle .catName {
		margin-bottom: 5px;
	}
}

.baseArea{
	margin:0 0 60px;
	padding: 20px;
}
.baseArea h3,.detailArea h3{
	background: url(../images/common/bg_tit_02_top.png) no-repeat 0 bottom;
	padding:0 0 5px;
	margin-bottom: 20px;
	font-size:124%;
	font-weight: 700;
}
.baseArea h4{
	border-bottom:1px dashed #d3d3d3;
	margin:0 0 10px;
	padding:0 0 7px;
}
.detailArea {
	padding: 0 20px;
}
.detailArea h4{
	border-left:6px solid #ff0000;
	margin:0 0 10px;
	padding:0 0 0 8px;
	line-height:1;
	font-size:124%;
	font-weight:bold;
}
.baseArea h4 span{
	border-left:6px solid #ff0000;
	padding:0 0 0 8px;
	line-height:1;
	font-size:124%;
	font-weight:bold;
}
.detailArea h5{
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.baseArea {
		margin-bottom: 0;
		padding: 15px;
	}
	.detailArea {
		padding: 15px;
	}
	.detailArea table {
		width: 100% !important;
	}
}

.wrap2Block{
	overflow:hidden;
}
.wrap2Block .col01{
	float:left;
	width:320px;
}
.wrap2Block .col02{
	float:right;
	width:328px;
}
.mainImage {
	width: 322px;
	height: 242px;
	overflow: hidden;
	margin:0 auto 3px;
	text-align: center;
	position: relative;
}
.mainImage li {
	position: absolute;
	width: 322px;
	height: 242px;
	top: 0;
	left: 0;
}
.mainImage li.show {
	z-index: 10;
}
.mainImage li.show img {
	position: relative;
}
.mainImage img {
	border:1px solid #ccc;
}
.itemCaption {
	text-align: left;
	color: #555;
	margin-bottom: 4px;
	line-height: 1.1;
	font-size: 107.7%;
}
.clickCap {
	text-align:right;
	margin-bottom: 5px;
	color: #999;
	font-size:10px;
}
.thumbImage{
	overflow:hidden;
	margin-left: -10px;
}
.thumbImage li{
	display:inline;
	float:left;
	width:100px;
	height:76px;
	margin-left:10px;
	margin-bottom: 10px;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.catalogYoutube {
	margin: 10px 0;
}
.setTable{
	width:100%;
	margin:0 0 15px;
}
.setTable th,.setTable td{
	box-sizing:border-box;
	border:1px solid #ddd;
	/*text-align:center;*/
}
.setTable th{
	background:#f1f1f1;
	font-weight:bold;
	padding: 2px 12px 0px;
	min-width: 4em;
}
.setTable td{
	background:#fff;
	overflow:hidden;
	padding: 1px 12px 0;
}
.setTable caption {
	caption-side:bottom;
	margin-top: 5px;
	font-size: 92.3%;
}
.type01{
	overflow:hidden;
	margin:0 0 3px -6px;
}
.type01 li{
	display:inline;
	float:left;
	margin-left:6px;
}
.hanreilink {
	text-align: right;
	margin-bottom: 10px;
}
.content_area {
	margin-bottom: 20px;
}
@media screen and (max-width:767px){
	.wrap2Block .col01,
	.wrap2Block .col02 {
		width: auto;
		float: none;
	}
	.mainImage {
		width: 276px;
		height: 210px;
		margin: 0 auto;
	}
	.mainImage li {
		width: 274px;
		height: 500px;
	}
	.mainImage li a {
		display: block;
	}
	.thumbImage {
		margin-left: -6px;
	}
	.thumbImage li {
		margin-left: 6px;
		margin-bottom: 6px;
		width: 86px;
		height: 64px;
		background: #fff;
		display: inline-block;
		box-sizing: inherit;
	}
	.catalogYoutube {margin-top: 10px;}
	.setTable { margin-bottom: 20px;}
	.type01 {margin-left: -6px;}
	.type01 li {margin-bottom: 4px;}
	.type01 li:first-child{margin-left: 6px;}
	.hanreilink {
		margin-bottom: 20px;
	}
	.clickCap {
		margin-bottom: 10px;
	}
}

.productText{
	background:#fff;
	margin:0 0 20px;
	padding:20px;
}
@media screen and (max-width:767px){
	.productText {
		padding: 15px;
	}
}

.purposeNav{
	overflow:hidden;
	margin:0 0 20px 0;
}
.purposeNav li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;

}
.spList{
	overflow:hidden;
}
.spList dt{
	clear:left;
	float:left;
	width:8em;
	font-weight:bold;
}
.spList dd{
	padding-left:8.5em;
}

.detailTable{
	width:100%;
	margin:0 0 15px;
}
.detailTable th,.detailTable td{
	padding:12px;
	box-sizing:border-box;
	border:1px solid #ccc;
	text-align:center;
}

.detailTable th{
	background:#f1f1f1;
	font-weight:bold;
}
.detailTable td{
	background:#fff;
	overflow:hidden;
	text-align:left;
	padding-left:15px;
}

.tableCaution{
	margin:0 0 30px;
}
.tableCaution li{
	text-indent:-1em;
	padding-left:1em;
}

.productFootNav{
	overflow:hidden;
	margin:30px -10px 15px 0;
}
.productFootNav li{
	background:#fff;
	display:inline;
	float:left;
	width:216px;
	height:57px;
	margin:0 10px 15px 0;
	border:1px solid #d3d3d3;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-position: 167px 50%;
	font-size:108%;
	font-weight:bold;
}
.productFootNav li:hover {
	background-color: #ffefef;
}
.productFootNav a{
	display:table;
	text-align:center;
	width:100%;
	height:100%;
	padding:0 0 0 18px;
	box-sizing:border-box;
	color: #333;
}
.productFootNav a:hover {
	text-decoration: none;
}
.productFootNav a span{
	display:table-cell;
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 center;
	padding-left: 12px;
	text-align:left;
	height:100%;
	vertical-align:middle;
	line-height: 1.3;
	padding-right: 38px;
}
.productFootNav .item01{
	background-image:url(../images/catalog/product/icon_foot_01.png);
}
.productFootNav .item02{
	background-image:url(../images/catalog/product/icon_foot_02.png);
}
.productFootNav .item03{
	background-image:url(../images/catalog/product/icon_foot_03.png);
}
.productFootNav .item04{
	background-image:url(../images/catalog/product/icon_foot_04.png);
}
.productFootNav .item05{
	background-image:url(../images/catalog/product/icon_foot_05.png);
}
.productFootNav .item06{
	background-image:url(../images/catalog/product/icon_foot_06.png);
}
@media screen and (max-width:767px){
	.tableCaution {
		margin-bottom: 20px;
	}
	.productFootNav {
		width: auto;
		margin-top: 0;
	}
	.productFootNav li {
		width: 48%;
		height: 70px;
		margin: 0 5px 5px 0;
		-webkit-background-size: 25px 20px;
		background-size: 25px 20px;
		background-position: 100% 50%;
	}
	.productFootNav a {
		padding: 0 0 0 10px;
	}
	.productFootNav a span {
		padding-right: 20px;
		line-height: 1.4;
	}
	.purposeNav {
		margin-bottom: 0;
	}
}

.col02>div{
	width:100%;
}
/* features */



.cautionList{
	margin:0 0 10px;
	font-size:85%;
}
.cautionList li{
	text-indent:-1em;
	padding-left:1em;
}
.funcWrap {
	overflow:hidden;
	margin:0 0 50px;
	padding: 20px;
	background: #fff;
}


.funcWrap .text{
	margin:0 0 10px;
}
.funcWrap .image{
	margin:0 0 10px;
}

.funcWrap .bdrBox{
	margin:0 0 10px;
}
.funcWrap .col01{
	float:left;
	width:370px;
}
.funcWrap .col02{
	float:right;
	width:280px;
}

.funcWrap .row{
	clear:both;
}

.btnSingle{
	text-align:center;
}
.btnSingle a {
	background:#fff;
	width:230px;
	border:1px solid #d3d3d3;
	box-sizing:border-box;
	background-repeat:no-repeat;
	font-size:108%;
	font-weight:bold;
	padding:20px 0;
	text-align:center;
	display:inline-block;
}

.btnSingle a span{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 center;
	padding-left: 12px;
	text-align:left;
}

.txtBold{
	font-weight:bold;
}

.txtLink{

	background: url(../images/common/icon_arrw_02.png) no-repeat 0 .4em;

	padding-left: 10px;

	margin-bottom: 8px;

	font-weight: 700;
}

@media screen and (max-width:767px){
	.funcWrap {
		margin-bottom: 10px;
		padding: 15px;
	}
	.funcWrap .col01 {
		margin-bottom: 0;
	}
	.funcWrap .col01,
	.funcWrap .col02 {
		width: auto;
		float: none;
	}
	.funcWrap .image {
		text-align: center;
		float: none;
	}
}

/*detail*/
.detailArea h3 {
	margin-top:30px!important;
}
.detailArea table{
	width:100%;
	margin-bottom: 20px;
}
.detailArea table.imgArea{
	width:600px;
}
.detailArea table.imgArea td{
	padding: 0;
}
/*.detailArea table td {
	text-align: center;
}*/
.detailArea table ul{
	text-align: left;
}
.detailArea table td .caption3{
	margin-top:10px;
	text-align: left;
}
/*.detailArea table td {
	padding: 5px 5px 12px;
}*/
.detailArea table.setTable,
.detailArea table.spec,
.detailArea table.content {
	margin-bottom: 15px;
}
.detailArea table.setTable th,.detailArea table.setTable td,
.detailArea table.spec th,.detailArea table.spec td,
.detailArea table.content th,.detailArea table.content td {
	padding:2px;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.detailArea table.spec th,.detailArea table.spec td {
	padding: 3px;
}
.detailArea table.content th,.detailArea table.content td {
	border-right: none;
	border-left: none;
}
.detailArea table.spec td.spec1,
.detailArea td.spec1,
.wrap2Block .setTable td:nth-child(1),
.wrap2Block .setTable th:nth-child(1){ 
	text-align: left;
	border-right:none!important;
	border-left:none!important;
}

.detailArea table.spec td.spec2,
.detailArea td.spec2,
.wrap2Block .setTable td:nth-child(2),
.wrap2Block .setTable th:nth-child(2){ 
	text-align: center;
	border-right:none!important;
	border-left:none!important;
}
.detailArea table.spec td.spec3,
.detailArea td.spec3,
.wrap2Block .setTable td:nth-child(3),
.wrap2Block .setTable th:nth-child(3){
 text-align: right;
 border-right:none!important;
	border-left:none!important;
}

.detailArea table th{
	background:#f1f1f1;
	font-weight:bold;
	text-align:center;
}
.detailArea table{
	margin-top:10px;
}
.detailArea table td{
	background:#fff;
	overflow:hidden;
	padding: 0 10px;
}
.detailArea h6 {
	font-weight:bold;
	font-size:108%;
}
.annot {
	margin:0 0 15px;
}
@media screen and (max-width:767px){

	.detailArea table { margin-bottom: 10px;}
}
/*close*/
.close_info {
	background-color: #f60;
	padding:10px;
	margin-bottom:20px;
}
.close_info h6 {
	font-size:154%;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.close_info p{
	text-align:right;
}
.close_info a.link01{
	color:#fff;
	background: url(../images/common/icon_arrw_05.png) no-repeat 0 .45em;
	padding-left: 12px;
}

.title01 .innerTit span.close {
  color:#f60;
}

.sideMenu.close .sideTit {
	background: #f60;
}

/* ソリューション別インデックス用CSS */
img.index_link_banner {
    width: 100%;
    margin: 0 0 10px 0;
}

.solution_main_link a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.solution_main_link .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.solution_main_link .catName {
  background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
  padding: 0 8px 0 8px;
  padding-left: 12px;
  display: inline;
  position: relative;
  z-index: 1;
}

.solution_main_link {
    width: 825px;
    height: 120px;
    text-align: right;
}

.solutionListAll {
	width: 825px;
}

/* ソリューション別インデックス　スマホ用 */
@media screen and (max-width:767px){
.clearfix {zoom:1;}
.solution_main_link {
  display: block;
  width: 350px;
  height: 110px;
  margin: 3px auto 20px;
  text-align: right;
}

}
dl.solutionList dt ,
dl.solutionList02 dt,
dl.solutionList03 dt{
	font-size:100%;
	font-weight:bold;
	line-height:1;
	margin:10px 10px 10px 0;
	padding:4px 0 4px 4px;
  border-left: 6px solid #ff0000;
}

dl.solutionList {
	display: block;
  float: left;
  width: 234px;
}
dl.solutionList02 {
	display: block;
  float: left;
  width: 400px;
}
dl.solutionList03 {
	display: block;
  float: right;
  width: 180px;
}

dl.solutionList dd.single,
dl.solutionList03 dd.single {
	height: 80px;
}
.solutionList li{
	display:inline;
	float:left;
	width:180px;
	height:80px;
	margin:0 12px 0px 0;
	text-align:right;
}
.solutionList dd a,
.solutionList02 dd a,
.solutionList03 dd a{
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	text-align: right;
}
.solution_main_link a,
.solutionList dd a:hover,
.solutionList02 dd a:hover,
.solutionList03 dd a:hover{
	text-decoration:none;
}
.solution_main_link a:hover img,
.solutionList dd a:hover img,
.solutionList02 dd a:hover img,
.solutionList03 dd a:hover img{
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	opacity: .75;
}

.solutionList .thumb,
.solutionList02 ul .thumb,
.solutionList03 .thumb{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.solutionList .catName{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
	padding:0 64px 0 0;
	padding-left: 6px;
	display:inline;
	position:relative;
	z-index:1;
}
.solutionList02 .catName{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
	padding:0 4px 0 0;
	padding-left: 6px;
	display:inline;
	position:relative;
	z-index:1;
}

.solutionList03 .catName{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
	padding:0 4px 0 0;
	padding-left: 6px;
	display:inline;
	position:relative;
	z-index:1;
}
@media screen and (max-width:767px){
#index03 .clearfix { 
    width: 100%;
}

dl.solutionList,
dl.solutionList02,
dl.solutionList03 {
  float: none!important;
  width: 100%
}

.solutionList .thumb,
.solutionList02 ul .thumb, 
.solutionList03 .thumb{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width: 145px
}

.solutionList li{
	display:inline;
	width:145px;
	height:64.4375px;
	margin: 0px;
	text-align:right;
}

li.efficiency {
    margin-left: 6px;
}

.solutionList .catName{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
	padding:0 156px 0 0;
	padding-left: 6px;
	display:inline;
	position:relative;
	z-index:1;
}

.solutionList03 .catName{
	background: url(../images/common/icon_arrw_01.png) no-repeat 0 .45em;
	padding:0 153px 0 0;
	padding-left: 6px;
	display:inline;
	position:relative;
	z-index:1;
}


ul.solutionList .catName{
    padding: 0 4px 0 0;
	padding-left: 6px;
}

dl.solutionList dd.single,
dl.solutionList02 dd,
dl.solutionList03 dd.single {
  width: 296px;
	height: 60px;
  margin: 0 auto;
}

dl.solutionList03 dd.single {
    margin-bottom: 20px
}

}

#howtouse {
	border-top:1px dotted #777;
	margin-top:40px;
	padding-top:20px;

}

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

opacity rollover

---------------------------------------- */
.type01 a:hover img {
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	opacity: .60;
}