.campaign .main{
	background:url(../images/head_malebk.png) top left no-repeat;
	position:relative;
	}


.tabs {
    position: relative;
	margin: 150px auto 40px auto;
	width: 960px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	top: 40px;
}
.tabs input#tab-3{
	top: 80px;
}
.tabs input#tab-4{
	top: 120px;
}
.tabs input#tab-5{
	top: 160px;
}
.tabs input#tab-6{
	top: 200px;
}
.tabs input#tab-7{
	top: 240px;
}
.tabs input#tab-8{
	top: 280px;
}
.tabs input#tab-9{
	top: 320px;
}
.tabs input#tab-10{
	top: 360px;
}
.tabs input#tab-11{
	top: 400px;
}
.tabs input#tab-12{
	top: 440px;
}
.tabs input#tab-13{
	top: 480px;
}


.tabs label {
	/* background: #5ba4a4;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%); */
	background-color:#333;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
	/* padding: 0 20px; */
	display: block;
	width: 100px;
	/* color: #385c5b; */
	color:#FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 0 0 3px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

.tabs label:after {
/*     content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%; */
}

.tabs input:hover + label {
	/* background: #5ba4a4; */
	
	background: #f0e7d9;
	background: -moz-linear-gradient(top,  #f0e7d9 0%, #d5cea6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e7d9), color-stop(100%,#d5cea6));
	background: -webkit-linear-gradient(top,  #f0e7d9 0%,#d5cea6 100%);
	background: -o-linear-gradient(top,  #f0e7d9 0%,#d5cea6 100%);
	background: -ms-linear-gradient(top,  #f0e7d9 0%,#d5cea6 100%);
	background: linear-gradient(to bottom,  #f0e7d9 0%,#d5cea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e7d9', endColorstr='#d5cea6',GradientType=0 );
	color:#333;
	
}

.tabs label:first-of-type {
    z-index: 13;
}

.tab-label-2 {
    z-index: 12;
}

.tab-label-3 {
    z-index: 11;
}

.tab-label-4 {
    z-index: 10;
}

.tab-label-5 {
    z-index: 9;
}

.tab-label-6 {
    z-index: 8;
}

.tab-label-7 {
    z-index: 7;
}

.tab-label-8 {
    z-index: 6;
}

.tab-label-9 {
    z-index: 5;
}

.tab-label-10 {
    z-index: 4;
}

.tab-label-11 {
    z-index: 3;
}

.tab-label-12 {
    z-index: 2;
}

.tab-label-13 {
    z-index: 1;
}

.tabs input:checked + label {
    /* background: #fff; */
	z-index: 15;
	
	background: #f0e7d9;
	background: -moz-linear-gradient(top,  #f0e7d9 0%, #d5cea6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e7d9), color-stop(100%,#d5cea6));
	background: -webkit-linear-gradient(top,  #f0e7d9 0%,#d5cea6 100%);
	background: -o-linear-gradient(top,  #f0e7d9 0%,#d5cea6 100%);
	background: -ms-linear-gradient(top,  #f0e7d9 0%,#d5cea6 100%);
	background: linear-gradient(to bottom,  #f0e7d9 0%,#d5cea6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e7d9', endColorstr='#d5cea6',GradientType=0 );
	color:#333;
	
}

.clear-shadow {
	clear: both;
}

.tab_content {
    background: #fff;
	position: relative;
    width: auto;
	margin: -525px 0 0 100px;
	height: 960px;
	z-index: 5;
	overflow: hidden;
    /* box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 3px; */
	background: url(../images/tab_contbk.gif) top left no-repeat;
}

.tab_content div {
    position: absolute;
	top: 0;
	padding: 50px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.tab_content div{
	/* transision */
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabs input.tab-selector-1:checked ~ .tab_content .content-1,
.tabs input.tab-selector-2:checked ~ .tab_content .content-2,
.tabs input.tab-selector-3:checked ~ .tab_content .content-3,
.tabs input.tab-selector-4:checked ~ .tab_content .content-4,
.tabs input.tab-selector-5:checked ~ .tab_content .content-5,
.tabs input.tab-selector-6:checked ~ .tab_content .content-6,
.tabs input.tab-selector-7:checked ~ .tab_content .content-7,
.tabs input.tab-selector-8:checked ~ .tab_content .content-8,
.tabs input.tab-selector-9:checked ~ .tab_content .content-9,
.tabs input.tab-selector-10:checked ~ .tab_content .content-10,
.tabs input.tab-selector-11:checked ~ .tab_content .content-11,
.tabs input.tab-selector-12:checked ~ .tab_content .content-12,
.tabs input.tab-selector-13:checked ~ .tab_content .content-13 {
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: all ease-out 0.3s 0.3s;
}







.tab_content div p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0;
}

.tab_content .txt_profile{
	margin:0 0 30px 0;
	}

.tab_content .point{
	float:left;
	margin:0 15px 0 0;
	}
	
.tab_content .txt_point{
	margin:0 0 15px 0;
	}
	
.tab_content .rec_bk{
	background-color:#f5ece0;
	display:block;
	clear:both;
	overflow:hidden;
	padding:0 20px 15px 20px;
	}
	
.tab_content .rec_bk ul{
	width:230px;
	font-size:10px;
	line-height:1.3;
	float:left;
	}
	
.tab_content .rec_bk ul.center{
	margin:0 25px;
	}

.tab_content .rec_bk ul .title{
	margin:0 0 10px 0;
	background:url(../images/com_titlebk.gif) top left no-repeat;
	width:230px;
	height:44px;
	font-size:13px;
	line-height:44px;
	height:44px;
	text-align:center;
	}
	
.tab_content .rec_bk ul .jacket{
	float:left;
	margin:0 10px 0px 0;
	}
	
.tab_content .rec_bk ul .exlink{
	float:right;
	background:url(../images/icon_arrow.gif) left center no-repeat;
	line-height:11px;
	height:11px;
	padding:0 0 0 15px;
	font-size:11px;
	}