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



@font-face {
	font-family:font;
	src: url(../font/font.eot); /* IE9 Compat Modes */
	src: url(../font/font.eot?#iefix) format(embedded-opentype), /* IE6-IE8 */
	     url(../font/font.woff) format(woff), /* Modern Browsers */
	     url(../font/font.ttf)  format(truetype), /* Safari, Android, iOS */
	     url(../font/font.svg#svgFontName) format(svg); /* Legacy iOS */
}
@font-face {
	font-family:j_font;
	src: url(../font/j_font.eot); /* IE9 Compat Modes */
	src: url(../font/j_font.eot?#iefix) format(embedded-opentype), /* IE6-IE8 */
		 url(../font/j_font.ttf)  format(truetype); /* Safari, Android, iOS */
}

@font-face {
    font-family:ifont;
    src: url(../font/i_font.eot);
    src: url(../font/i_font.eot?#iefix) format(embedded-opentype),
         url(../font/i_font.woff) format(woff),
         url(../font/i_font.ttf) format(truetype),
         url(../font/i_font.svg#mfg_labs_iconsetregular) format(svg);
    font-weight: normal;
    font-style: normal;
}

.icon {
  font-family:ifont;
  font-style: normal;
  speak: none;
  font-weight: normal;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}

.icon-arrow_right:before          { content: "\2192"; }

/*base*/
body{
	font-family:font;
	color:#333;
	line-height:1.4em;
}

a{
	color:#ffffff;
	text-decoration:none;
}

/*stracture*/
#wrap{
	margin:auto;
	height:100%;
	width:100%;
	min-width:320px;
	background: url(../img/bg1.png) no-repeat top left , url(../img/bg2.png) no-repeat bottom left , url(../img/bg3.png) no-repeat top right , url(../img/bg4.png) no-repeat bottom right , url(../img/bg5.png) repeat-y top left , url(../img/bg6.png) repeat-y top right , rgb(125,126,125); /* Old browsers */
	background: url(../img/bg1.png) no-repeat top left , url(../img/bg2.png) no-repeat bottom left , url(../img/bg3.png) no-repeat top right , url(../img/bg4.png) no-repeat bottom right , url(../img/bg5.png) repeat-y top left , url(../img/bg6.png) repeat-y top right , -moz-linear-gradient(left,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: url(../img/bg1.png) no-repeat top left , url(../img/bg2.png) no-repeat bottom left , url(../img/bg3.png) no-repeat top right , url(../img/bg4.png) no-repeat bottom right , url(../img/bg5.png) repeat-y top left , url(../img/bg6.png) repeat-y top right , -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: url(../img/bg1.png) no-repeat top left , url(../img/bg2.png) no-repeat bottom left , url(../img/bg3.png) no-repeat top right , url(../img/bg4.png) no-repeat bottom right , url(../img/bg5.png) repeat-y top left , url(../img/bg6.png) repeat-y top right , -webkit-linear-gradient(left,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/bg1.png) no-repeat top left , url(../img/bg2.png) no-repeat bottom left , url(../img/bg3.png) no-repeat top right , url(../img/bg4.png) no-repeat bottom right , url(../img/bg5.png) repeat-y top left , url(../img/bg6.png) repeat-y top right , -o-linear-gradient(left,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: url(../img/bg1.png) no-repeat top left , url(../img/bg2.png) no-repeat bottom left , url(../img/bg3.png) no-repeat top right , url(../img/bg4.png) no-repeat bottom right , url(../img/bg5.png) repeat-y top left , url(../img/bg6.png) repeat-y top right , -ms-linear-gradient(left,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: url(../img/bg1.png) no-repeat top left , url(../img/bg2.png) no-repeat bottom left , url(../img/bg3.png) no-repeat top right , url(../img/bg4.png) no-repeat bottom right , url(../img/bg5.png) repeat-y top left , url(../img/bg6.png) repeat-y top right , linear-gradient(to right,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 */

}

#header{
	position:fixed;
	top:0px;
	height:6%;
	min-height:35px;
	width:100%;
	padding-top:6px;
	padding-left:6px;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	font-size:120%;
	z-index:999;
}

.title{
	display:inline-block;
	height:50px;
	width:320px;
	padding-top:5px;
	padding-left:30px;
	background:url(../img/top_logo.png) no-repeat left top;
}

#footer{
	position:fixed;
	bottom:0px;
	height:30px;
	min-height:30px;
	width:100%;
	padding-top:6px;
	padding-left:6px;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
	font-size:80%;
	z-index:999;
}

#main{
	margin:auto;
	height:100%;
	width:100%;
	padding:0px 0px 6% 0px;
	z-index:0;
}

#mainvisual{
	height:120px;
	padding:80px 0 0 10px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=1 ); /* IE6-9 */
	border-bottom:10px solid #222222;
}

h4{
	font-size:220%;
}

.j_font{
		font-family:j_font;
}
.block{
	height:200px;
	width:90%;
	max-width:800px;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
	color:#ffffff;
}

.cover{
	position:relative;
	top:0px;
	height:80%;
	padding-left:5px;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	border-radius:6px 6px 0px 0px;
}

.tab{
	position:relative;
	bottom:0px;
	height:20%;
	background:rgb(50,50,50); /* Old browsers */
	background:rgba(0,0,0,0.7);
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	border-radius:0px 0px 6px 6px;
}

.sta_icon{
	display:inline-block;
	margin-top:5px;
	margin-left:10px;
	height:26px;
	width:26px;
	float:left;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #aaaaaa;
	border-left:2px solid #eeeeee;
	border-right:2px solid #999999;
	border-radius:6px;
}

.ps{
	background: rgb(0,85,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(163,193,255,1) 0%, rgba(6,104,224,1) 49%, rgba(0,85,255,1) 50%, rgba(74,131,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(163,193,255,1)), color-stop(49%,rgba(6,104,224,1)), color-stop(50%,rgba(0,85,255,1)), color-stop(100%,rgba(74,131,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(163,193,255,1) 0%,rgba(6,104,224,1) 49%,rgba(0,85,255,1) 50%,rgba(74,131,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(163,193,255,1) 0%,rgba(6,104,224,1) 49%,rgba(0,85,255,1) 50%,rgba(74,131,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(163,193,255,1) 0%,rgba(6,104,224,1) 49%,rgba(0,85,255,1) 50%,rgba(74,131,247,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(163,193,255,1) 0%,rgba(6,104,224,1) 49%,rgba(0,85,255,1) 50%,rgba(74,131,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4188d2', endColorstr='#0d58a6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.fl{
	background: rgb(234,85,7); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,204,177,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9640', endColorstr='#ff7400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.dw{
	background: rgb(22,193,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(195,255,163,1) 0%, rgba(76,206,6,1) 49%, rgba(22,193,0,1) 51%, rgba(75,216,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(195,255,163,1)), color-stop(49%,rgba(76,206,6,1)), color-stop(51%,rgba(22,193,0,1)), color-stop(100%,rgba(75,216,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(195,255,163,1) 0%,rgba(76,206,6,1) 49%,rgba(22,193,0,1) 51%,rgba(75,216,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(195,255,163,1) 0%,rgba(76,206,6,1) 49%,rgba(22,193,0,1) 51%,rgba(75,216,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(195,255,163,1) 0%,rgba(76,206,6,1) 49%,rgba(22,193,0,1) 51%,rgba(75,216,65,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(195,255,163,1) 0%,rgba(76,206,6,1) 49%,rgba(22,193,0,1) 51%,rgba(75,216,65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ec3b', endColorstr='#34d008',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.link_btn{
	display:inline-block;
	margin-top:5px;
	margin-right:10px;
	height:26px;
	width:26px;
	float:right;
	color:#ffffff;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #ffffff;
	border-bottom:2px solid #aaaaaa;
	border-left:2px solid #eeeeee;
	border-right:2px solid #999999;
	border-radius:6px;
}

.go_top{
	display:inline-block;
	margin-bottom:-10px;
	margin-right:40%;
	height:30px;
	width:20%;
	float:right;
	color:#ffffff;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #ffffff;
	border-bottom:2px solid #aaaaaa;
	border-left:2px solid #eeeeee;
	border-right:2px solid #999999;
	border-radius:6px;
}

.f_btn{
	display:block;
	position:absolute;
	bottom:2px;
	right:5px;
	margin-top:5px;
	margin-right:10px;
	height:26px;
	width:26px;
	color:#ffffff;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #ffffff;
	border-bottom:2px solid #aaaaaa;
	border-left:2px solid #eeeeee;
	border-right:2px solid #999999;
	border-radius:6px;
}

.m_btn{
	display:block;
	position:absolute;
	bottom:2px;
	right:60px;
	margin-top:5px;
	margin-right:10px;
	height:26px;
	width:26px;
	color:#ffffff;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #ffffff;
	border-bottom:2px solid #aaaaaa;
	border-left:2px solid #eeeeee;
	border-right:2px solid #999999;
	border-radius:6px;
}


.block .shadow{
	margin:5px;
	padding:5px;
	display:inline-block;
	background:rgb(50,50,50);
	background:rgba(0,0,0,0.5);
	border-radius:6px;
}

.cover001{
	position:relative;
	top:0px;
	height:80%;
	padding-left:5px;
	background:url(../img/001.jpg) no-repeat center center;
	background-size:cover;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	border-radius:6px 6px 0px 0px;
}

.cover002{
	position:relative;
	top:0px;
	height:80%;
	padding-left:5px;
	background:url(../img/002.jpg) no-repeat center center;
	background-size:cover;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	border-radius:6px 6px 0px 0px;
}