@charset "UTF-8";

/* Base */


/*body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 960px; }*/
html, body {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
/*h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text_-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }*/


/*
 * Work section
 */
 
	ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.abgne_tab {
		clear: left;
		width: 100%;
		background: #f7941d;
		margin:0 auto;
		overflow-x: hidden;
	}
	ul.tabs {
		width: 550px;
		margin:0 auto;
		/*height: 32px;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;*/
	}
	ul.tabs li {
		float: left;
		width:90px;
		
		line-height: 31px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		/*border: 1px solid #999;*/
		/*border-bottom: 1px solid #999;
		border-left: 1px solid #999;
		border-left: none;*/
		background: #f7941d;
		text_-align:center;
		margin-left:20px;
		
		

	}
	ul.tabs li:nth-child(1){
		border-left: none;
		}
	
	 .logott{

		background-image:url(/../../../img/dps/bicon/icon_04.png);
				background-size:100%;
		background-repeat:no-repeat;
		background-position:center center;	
		
    float: left;
    width: 90px;
	height:100px;
    line-height: 31px;
    overflow: hidden;
	display:block;
    text_-align: center;
	margin:0 auto;  
		}
	
	/*-- li a --*/
	
	ul.tabs li a {
		display: block;
		height: 150px;
		padding: 0 20px;
		color: #000;
		/*border: 1px solid #fff;*/
		text_-decoration: none;
	}
	

	div.tab_container {
		clear: left;
		width: 100%;
		/*border: 1px solid #999;*/
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding-top:30px;
		
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 0 0px;
	}
	
.myButton {
	moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #34EC44;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #64db2f), color-stop(1, #159219));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #31DA3A 5%, #49D22D 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #57BB27 5%, #1C6D24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #64db2f;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 2px solid #159219;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
  
    font-size: 19px;
    font-weight: bold;
    padding: 15px 24px;
    text_-decoration: none;
    text_-shadow: 0px 1px 0px #42DA4E;
}
.myButton:hover {
	moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #34EC44;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #64db2f), color-stop(1, #159219));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #31DA3A 5%, #49D22D 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #57BB27 5%, #1C6D24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
    background-color: #64db2f;
}
.myButton:active {
	position:relative;
	top:1px;
}

.txtStyleA p{
	 font-size: 1em;
	 line-height: 24px;
	 color: #666666;
	
	}	

.work-section {
	margin:0 auto;
	display:block;
	width:100%;
	
    position: relative;
    z-index: 10;
   /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
}
.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
display: block;
width: 100%;

    text_-transform: uppercase;
/*    position: relative;
    z-index: 10;*/
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
    margin: 0 auto;
    width: 1080px;
    position: relative;
   
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */

}
.work-section h2 {
    float: left;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}


.work-section .tabs-nav3 li {
   /* border-right: 1px solid rgb(218, 218, 218);*/
    float: left;
    position: relative;
    margin-right: 15px;
   /* -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);*/
    transition: .3s;
			
}

.tabs-nav3 li h3{
	font-size:18px;
	font-weight:bold;
	line-height:20px;


	}
.tabs-nav3 li p{
	font-size:15px;
	line-height:16px;

	}

.work-section .tabs-nav3 a {
    display: block;
    width: 120px;
    
    line-height: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    /* padding: 0 1.36em; */
    position: relative;
    float: left;
    color: #fff;
    text-decoration: none;
}


.tabs-nav3{
    margin: 0 auto;
    float: left;
    position: absolute;
    left: 8%;
    top: 5px;
    z-index: 9999;
	}

.work-section .tabs-nav3 .heigh50 a{
	height: 49px;

}

.image-wrapper > img{
	display: block;
	padding-left: 40px;

}

.picSize img{
	display: block;
	width: 432px;
	height: 675px;
	margin-right: 50px;
	margin-top:50px; 
	
}
.bs2Pos{
	position: absolute;
    top: -128px;
    left: 85px;


}

.tabs-nav3 li.aa01 a{
/*	background-image:url(/img/product/VENTUSZ/btn_01.jpg);*/
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;


	
    transition: .3s;
    opacity: .3;
}
.tabs-nav3 li.aa01 a.active{
/*	background-image:url(/img/product/VENTUSZ/btna_01.jpg);*/
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;
	border: 1px solid #f00;
	color: #fff;
	opacity: 1;
}

.tabs-nav3 li.aa02 a{
/*	background-image:url(/img/product/VENTUSZ/btn_02.jpg);*/
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;

    transition: .3s;
    opacity: .3;

}
.tabs-nav3 li.aa02 a.active{
/*	background-image:url(/img/product/VENTUSZ/btna_02.jpg);*/
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;
	border: 1px solid #f00;
	color: #fff;
    opacity: 1;

}

.tabs-nav3 li.aa03 a{
/*	background-image:url(img/product/VENTUSZ/btn_03.jpg);*/
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;
	
    transition: .3s;	
    opacity: .3;
}
.tabs-nav3 li.aa03 a.active{
/*	background-image:url(img/product/VENTUSZ/btna_03.jpg);*/
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;
	border: 1px solid #f00;
	color: #fff;
    opacity: 1;
}

.tabs-nav3 li.aa04 a{
	background-image:url(img/product/VENTUSZ/btn_04.jpg);
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;

}
.tabs-nav3 li.aa04 a.active{
	background-image:url(img/product/VENTUSZ/btna_04.jpg);
	background-repeat:no-repeat;
	background-size: 60%;
	background-position: center;
	color: #f00;
}





/* タブ */
.work-section .tabs-nav {
    /*border-left: 1px solid rgb(218, 218, 218);
    float: right;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
            box-shadow: inset 1px 0 rgb(255, 255, 255);*/
	width:430px;
	float:left;	
			
}
.work-section .tabs-nav li {
   /* border-right: 1px solid rgb(218, 218, 218);*/
    float: left;
    position: relative;
   /* -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);*/
			/*width:490px;*/
			height:30px;
}

.tabs-nav li h3{
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	width:430px;

	}
.tabs-nav li p{
	font-size:15px;
	line-height:16px;
	width:430px;
	}

.work-section .tabs-nav a {
    display: block;
	width:72px;
	height:30px;
    /*padding: 0 1.36em;*/
    position: relative;
	float:left;
	padding-right:7px;
	color: #333;
	text-decoration: none;
	transition: 1s;
}

/*.work-section .tabs-nav a:hover,
.work-section .tabs-nav a.active {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}*/




.tabs-nav li.aa01 a{
	/*background-image:url(../../../img/dps/icon/index-icon-09.png);*/	
	background-repeat:no-repeat;

}
.tabs-nav li.aa01 a.active{
	/*background-image:url(../../../img/dps/icon/hover/index-icon-09b.png);*/
	background-repeat:no-repeat;
	color: #f00;	
}

.tabs-nav li.aa02 a{
	/*background-image:url(../../../img/dps/icon/index-icon-07.png);*/
	background-repeat:no-repeat;

}
.tabs-nav li.aa02 a.active{
	/*background-image:url(../../../img/dps/icon/hover/index-icon-07b.png);*/
	background-repeat:no-repeat;
	color: #ff0;
}

.tabs-nav li.aa03 a{
	/*background-image:url(../../../img/dps/icon/index-icon-08.png);*/
	background-repeat:no-repeat;

}
.tabs-nav li.aa03 a.active{
	/*background-image:url(../../../img/dps/icon/hover/index-icon-08b.png);*/
	background-repeat:no-repeat;
	color: #004eff;
}

.tabs-nav li.aa04 a{
	/*background-image:url(../../../img/dps/icon/index-icon-02.png);*/
	background-repeat:no-repeat;

}
.tabs-nav li.aa04 a.active{
	/*background-image:url(../../../img/dps/icon/hover/index-icon-02b.png);*/
	background-repeat:no-repeat;
	color: #cd00cf;
}

.tabs-nav li.aa05 a{
	/*background-image:url(../../../img/dps/icon/index-icon-10.png);*/
	background-repeat:no-repeat;
}
.tabs-nav li.aa05 a.active{
	/*background-image:url(../../../img/dps/icon/hover/index-icon-10b.png);*/
	background-repeat:no-repeat;
}

.tabs-nav li.aa06 a{
	background-image:url(../../../img/dps/icon/index-icon-11.png);
	background-repeat:no-repeat;
}
.tabs-nav li.aa06 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-11b.png);
	background-repeat:no-repeat;
}

.tabs-nav li.aa07 a{
	background-image:url(../../../img/dps/icon/index-icon-04.png);
	background-repeat:no-repeat;
}
.tabs-nav li.aa07 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-04b.png);
	background-repeat:no-repeat;
}



