/* General options */
html{
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
	margin: 0;
	color: #424242;
	background-color: #fff;
}
img{ border-style: none; }
p {margin: 0;}
a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{
	color: #555;
	text-decoration: none;
}
input,
textarea,
select{
	color: #ccc;
	vertical-align: middle;
	font: 100% 'Open Sans', sans-serif;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	transition: all ease .3s;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border: none;
	padding: 0;
}
.form-control{
	-webkit-appearance: none;
}
form,fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
blockquote,
q{quotes: none;}
q:before,
q:after {content: '';}

::-moz-placeholder,
:-moz-placeholder{opacity: 1;}
::-moz-placeholder{color: #333;}
:-ms-input-placeholder{color: #333;}
::-webkit-input-placeholder{color: #333;}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{outline: none;}
input[type="search"] {
	-webkit-appearance: textfield;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper{
	overflow: hidden;
	position: relative;
}
.container{
	padding: 0 10px;
	max-width: 980px;
	margin: 0 auto;
	box-sizing: content-box;
}
.container:after{
	content: '';
	clear: both;
	display: block;
}
h1{
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0;
}
h2{
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin: 0;
}

/*

#proHeader{
	padding: 10px;
}
#proHeader p{
	display: inline;
	padding-right: 3px;
}
#proHeader div.close{
	background: url("../images/icon_close_popup.gif") no-repeat left center;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align:right;
	color: #1E0FCA;
	font-size: 10px;
	padding-left: 16px
}
#proHeader div.close a{
	color: #0070C0;
}

#proFooter{
	padding: 0 10px;
	text-align: left;
	border-top: 1px solid #CCCCCC;
}
#proFooter a{
	font-size: 10px;
	color: #435B67;
	font-weight: bold;
	text-decoration: underline;
}
#proFooter img{
	padding-top: 5px;
}

*/
#header{
		font: 400 18px/22px 'Open Sans', sans-serif;
	position: relative;
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	z-index: 200;
	padding: 13px 18px;
	min-height: 106px;
	overflow: hidden;
}
#header .logo{
	float: left;
	width: 76px;
	height: 79px;
	background: url("../images/logo.png") no-repeat 50% 50%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 0;
}
#header .logo a{
	display: block;
	min-height: 100%;
}
#header .header-holder{
	float: right;
	line-height: 79px;
}
#header .header-holder span{
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
}

.content{}
.content img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.content a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.main_ttl {
	width: 980px;
	height: 570px;
	margin: 0;
	padding: 0;
	background: url(../images/h2_bg.png) center top no-repeat;
	display: inline-block;
}
.main_ttl img.img-visual2 {
	margin-top: -30px;
}
.main_ttl img.img-trainer {
	margin: 0 auto;
	margin-top: 17px;
}

.items{
	width: 980px;
	height: 1444px;
	margin: 0;
	padding: 0;
	background: url(../images/item_bg.png) center top no-repeat;
}
.items li.top {
	width: 980px;
	height: 410px;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	background: url(../images/img-item01.png) center top no-repeat;
	display: inline-block;
}
.items li.top a.plug_btn {
	display: block;
	width: 457px;
	height: 65px;
	margin-top: 245px;
	margin-left: 517px;
}
.items li.top a.m_plus_btn {
	display: block;
	width: 102px;
	height: 65px;
	margin-top: -31px;
	margin-left: 752px;
}
.items li.bottom {
	width: 980px;
	height: 533px;
	margin: 0 auto;
	margin-top: 480px;
	padding: 0;
	background: url(../images/img-item02.png) center top no-repeat;
	display: inline-block;
}

.baner{
	position: relative;
	width: 980px;
}
.baner .link-group{
	width: 518px;
	position: absolute;
	top: 148px;
	left: 25px;
}
.baner .link-group .btn{
	display: block;
}
.baner .link-group2{
	width: 380px;
	position: absolute;
	top: 181px;
	right: 56px;
}
.baner .link-group2 .btn2{
	width: 380px;
	height: 65px;
	margin-left: 35px;
	display: block;
}
.baner .link-group2 .btn3{
	width: 380px;
	height: 65px;
	margin-top: 9px;
	margin-left: 35px;
	display: block;
}

.company{
	margin-top: 28px;
	padding: 10px 26px 40px 26px;
}
.company .img-group,
.company .btn-group{
	overflow: hidden;
}
.company .img-group img{
	width: 60%;
}
.company .img-group img:first-child{
	float: left;
	margin: 0 -98px 10px 0;
}
.company .img-group img:last-child{
	float: right;
	margin: 0 0 10px -98px;
}
.company .btn-group .btn:first-child{
	float: left;
	max-width: 40%;
}
.company .btn-group .btn:last-child{
	float: right;
	max-width: 40%;
}