/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
.tabmenu{
	position:relative;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #efefef;
}

.tabmenu .fixbar {
	position:relative;
	width: 100%;
	height: 50px;
	background: #efefef;
	z-index: 200;
}

.tabmenu.fixed .fixbar {
  position: fixed;
  top: 0;
  background: #efefef;

}


.tab{
	width:1010px;
	margin: 0 auto;
/*	padding: 0 0 0 5px;	*/
}


.tab li{
	width: 166px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-width: 0 1px 0px 0;
	border-style: solid;
	border-color: #fff;
	float: left;
	margin: 0;
	list-style:none;
	padding: 0;
	cursor:pointer;
}
 


.tab li.select{
	width: 166px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-width: 0 1px 0px 0;
	border-style: solid;
	border-color: #fff;
	float: left;
	margin: 0;
	list-style:none;
	padding: 0;
	font-weight: bold;
	color: #444444;
	background: #d4d4d4;


}

.tab li:first-child{
	border-width: 0 1px 0px 1px;
}

.tab li:hover{
	color:#444444;
	background: #d4d4d4;
}


.show{
	width: 1010px;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 0;
	text-align: left;
}


.hide{
    display:none;
}


.close{
	width: 100%;
	float: left;
	padding: 10px 0 30px 0;
	
}

.close img{
	width: 20px;
	height: auto;
	float: right;
	margin: 0 60px 0 0;
}


#tab-content-wrapper{
	width:100%;
    background: #fff;
	margin:50px 0px 0px 0px;
	position: absolute;
	z-index:9999;
	box-shadow:-webkit-box-shadow: 0 7px 6px -6px #777;
       -moz-box-shadow: 0 7px 6px -6px #777;
            box-shadow: 0 7px 6px -6px #777;


}


.tab-content-wrap{
	width: 316px;
	float: left;
	margin: 15px 0 5px 0;
	border-left: 1px solid #d4d4d4;

}

.tab-content-s-wrap{
	width: 228px;
	float: left;
	margin: 15px 0 5px 0;
	border-left: 1px solid #d4d4d4;

}


.tab-content-title{
	display: block;	
}

.tab-content-title p{
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
}

.tab-content{
	display: block;
}

.tab-content p{
	text-align: left;	
	text-indent: 20px;
	margin: 0 0 14px 0;
}

.tab-content-soft p{
	text-align: left;	
	text-indent: 20px;
	margin: 0 0 10px 0;
	font-size: 15px;
}


tab-content-soft2{
	text-align: left;	
	text-indent: 20px;
	margin: 0;
}


.tab-content-soft2 p{	
	text-align: left;	
	text-indent: 20px;
	font-size: 11px;
	margin: 0;
	color: #777777;
}


.tab-content2{
	width: 218px;
    margin: 15px 15px 15px 15px; 
	display: inline-block;
/display: inline;  /* IE用ハック */
/zoom: 1;  /* IE用ハック */
}

.tab-picture2{
	width: 218px;
	height: auto;
	overflow: hidden;
	margin: 0;
}

.tab-picture2 img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tab-content2 dt{
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 5px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	text-align: left;
}

.tab-content2 dd{
	line-height:25px;
	margin-left: auto;
	padding: 0 5px 0 5px;
	height: 72px;
	overflow: hidden;
	text-align: left;
}

.tab-content3{
	width: 200px;
	height: 100%;
    margin: 15px 15px 15px 15px; 
	display: inline-block;
	text-align: center;
/display: inline;  /* IE用ハック */
/zoom: 1;  /* IE用ハック */
}

.tab-ipicture3{
/*	width: 70px;*/
	margin: 0;
	display: inline-block;
/display: inline;  /* IE用ハック */
/zoom: 1;  /* IE用ハック */
}

.tab-picture3 img{
	width: 50px;
	height: auto;
	margin: 0 0 10px 0;

}

.tab-title3{
	margin: 0;
}

.tab-title3 h3{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}