@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;
	}
	
	ul.tabs li.iconPC a {
		display: block;
		height: 100px;
		padding: 0 20px;
		color: #000;
		/*border: 1px solid #fff;*/
		
		text-decoration: none;
		background-image:url(../../../img/dps/bicon/hover/icon_02.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	ul.tabs li.iconMB a {
		display: block;
		height: 100px;
		padding: 0 20px;
		color: #000;
		/*border: 1px solid #fff;*/
		text-decoration: none;
		background-image:url(../../../img/dps/bicon/hover/icon_01.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:center center;
	}
	
	ul.tabs li.iconWB a {
		display: block;
		height: 100px;
		padding: 0 20px;
		color: #000;
		/*border: 1px solid #fff;*/
		text-decoration: none;
		background-image:url(../../../img/dps/bicon/hover/icon_03.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:center center;
	}

	/*-- a:hover --*/
	
	ul.tabs li.iconPC a:hover {
		background-image:url(../../../img/dps/bicon/icon_02.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
	}

	ul.tabs li.iconMB a:hover {
		background-image:url(../../../img/dps/bicon/icon_01.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
	}
	
	
	ul.tabs li.iconWB a:hover {
		background-image:url(../../../img/dps/bicon/icon_03.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
	}
	
	
	/*ul.tabs li a:hover {
		background-image:url(img/bicon/icon_03.png);
		background-repeat:no-repeat;
		background-position:center center;
	}*/
	
	/*-- active a--*/

	ul.tabs li.iconPC.active a{
		background-image:url(../../../img/dps/bicon/icon_02.png);
		background-repeat:no-repeat;
		background-position:center center;
		border-left: none;
		background-size:100%;
	}
	
	ul.tabs li.iconMB.active a{
		background-image:url(../../../img/dps/bicon/icon_01.png);
		background-repeat:no-repeat;
		background-position:center center;
		border-left: none;
		background-size:100%;
	}	
	
	ul.tabs li.iconWB.active a{
		background-image:url(../../../img/dps/bicon/icon_03.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
	}	
	
	ul.tabs li.active  {
		background: #f7941d;
		/*border-bottom: 1px solid #fff;*/
	}
	
	/*-- active a:hover --*/
	
	ul.tabs li.active a:hover {
		background: #f7941d;
	}
	
	ul.tabs li.iconPC.active a:hover {
		background-image:url(../../../img/dps/bicon/icon_02.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
	}
	
	ul.tabs li.iconMB.active a:hover {
		background-image:url(../../../img/dps/bicon/icon_01.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
	}	
	
	ul.tabs li.iconWB.active a:hover {
		background-image:url(../../../img/dps/bicon/icon_03.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:100%;
	}	
	
	
	
	
	
	
	
	
	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-family: Arial;
    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;
	 font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica,sans-serif;
	}	

.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 {

    line-height: 70px;
    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: auto;
    width: 100%;
    padding-left: 10%;

}
.work-section h2 {
    float: left;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}

/* タブ */
.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:80px;
}

.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:80px;
    /*padding: 0 1.36em;*/
    position: relative;
	float:left;
	padding-right:7px;
}
/*.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;
}

.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;
}

.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;
}

.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;
}

.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;
}




/*
.work-section .tabs-nav a.active:after {
    background: url(../img/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 37px;
    height: 19px;
    margin-left: -18px;
}*/

/* パネル */
.tabs-nav2{
	width:430px;
    float: left;
	}

.work-section .section-body {
display: block;
    width: 887px;
    height: 876px;
    float: left;

}

/* 2222222222 */
.work-section .tabs-nav2 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:80px;
}

.tabs-nav2 li h3{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	width:430px;

	}
.tabs-nav2 li p{
	font-size:15px;
	line-height:20px;
	width:430px;
	}

.work-section .tabs-nav2 a {
    display: block;
	width:72px;
	height:80px;
    /*padding: 0 1.36em;*/
    position: relative;
	float:left;
	padding-right:7px;
}
/*.work-section .tabs-nav a:hover,
.work-section .tabs-nav a.active {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}*/

.tabs-nav2 li.aa01, .tabs-nav2 li.aa02, .tabs-nav2 li.aa03, .tabs-nav2 li.aa04, .tabs-nav2 li.aa05{
	width:430px;	
	}

	
.tabs-nav2 li.aa01, .tabs-nav2 li.aa03, .tabs-nav2 li.aa05, .tabs-nav2 li.aa07, .tabs-nav2 li.aa09{
	width:430px;	
	}


.tabs-nav2 li.aa01 a{
	background-image:url(../../../img/dps/icon/index-icon-05.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa01 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-05b.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa02 a{
	background-image:url(../../../img/dps/icon/index-icon-06.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa02 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-06b.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa03 a{
	background-image:url(../../../img/dps/icon/index-icon-01.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa03 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-01b.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa04 a{
	background-image:url(../../../img/dps/icon/index-icon-02.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa04 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-02b.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa05 a{
	background-image:url(../../../img/dps/icon/index-icon-03.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa05 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-03b.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa06 a{
	background-image:url(../../../img/dps/icon/index-icon-04.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa06 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-04b.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa07 a{
	background-image:url(../../../img/dps/icon/07.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa07 a.active{
	background-image:url(../../../img/dps/icon/hover/07.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa08 a{
	background-image:url(../../../img/dps/icon/08.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa08 a.active{
	background-image:url(../../../img/dps/icon/hover/08.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa09 a{
	background-image:url(../../../img/dps/icon/09.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa09 a.active{
	background-image:url(../../../img/dps/icon/hover/09.png);
	background-repeat:no-repeat;
}

.tabs-nav2 li.aa10 a{
	background-image:url(../../../img/dps/icon/10.png);
	background-repeat:no-repeat;
}
.tabs-nav2 li.aa10 a.active{
	background-image:url(../../../img/dps/icon/hover/10.png);
	background-repeat:no-repeat;
}


/*
.work-section .tabs-nav a.active:after {
    background: url(../img/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 37px;
    height: 19px;
    margin-left: -18px;
}*/

/* 333333333 */



.work-section .tabs-nav3 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: 430px;
			height:80px;
}

.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: 72px;
	height:80px;
    /* padding: 0 1.36em; */
    position: relative;
    float: left;
    padding-right: 7px;
}


.tabs-nav3{
	width: 430px;
	margin-top:40px;
    float: left;
	}



.tabs-nav3 li.aa01 a{
	background-image:url(../../../img/dps/icon/index-icon-01.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa01 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-01b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa02 a{
	background-image:url(../../../img/dps/icon/index-icon-02.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa02 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-02b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa03 a{
	background-image:url(../../../img/dps/icon/index-icon-03.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa03 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-03b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa04 a{
	background-image:url(../../../img/dps/icon/index-icon-04.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa04 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-04b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa05 a{
	background-image:url(../../../img/dps/icon/index-icon-05.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa05 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-05b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa06 a{
	background-image:url(../../../img/dps/icon/index-icon-06.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa06 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-06b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa07 a{
	background-image:url(../../../img/dps/icon/index-icon-07.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa07 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-07b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa08 a{
	background-image:url(../../../img/dps/icon/index-icon-08.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa08 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-08b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa09 a{
	background-image:url(../../../img/dps/icon/index-icon-12.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa09 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-12b.png);
	background-repeat:no-repeat;
}

.tabs-nav3 li.aa10 a{
	background-image:url(../../../img/dps/icon/index-icon-13.png);
	background-repeat:no-repeat;
}
.tabs-nav3 li.aa10 a.active{
	background-image:url(../../../img/dps/icon/hover/index-icon-13b.png);
	background-repeat:no-repeat;
}





.bga1{
	background-image:url(../../../img/dps/bg/bg3-01b2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	}
	
.bga2{
	background-image:url(../../../img/dps/bg/bg3-02b2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	}
	
.bga3{
	background-image:url(../../../img/dps/bg/bg3-03b2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

	
	@media screen and (min-width: 1300px) and (max-width: 1440px) {
	
	.work-section .section-body{
		
	display: block;
    width: 600px;
    height: 593px;
    float: left;
		
	}

	
	
	}
	
	@media screen and (min-width: 640px) and (max-width: 1300px) {
	
	.work-section .section-body{
		
	display: block;
    width: 450px;
    height: 444px;
    float: left;
		
	}

	
	
	}
	


	
	@media screen and (min-width: 320px) and (max-width: 640px) {
	
	.work-section .section-body{
		
	display: block;
    width: 450px;
    height: 444px;
    float: left;
		
	}

	
	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          