@charset "utf-8";

body {
-webkit-text-size-adjust: 100%;
background: #000;
color: #2b2b2b;
}

a:link,
a:visited {
color: #2b2b2b;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
list-style: none;
}

li {
float: left;
}

img {
text-align: center;
}

#wrap {
margin: 0 auto;
width: 1000px;
position: relative;
}

h1 {
margin: 0 auto 0 -260px;
text-align: center;
}

p {
margin: 0 auto;
text-align: center;
}

.movie {
position: relative;
width: 1280px;
height: 405px;
margin: 44px 0 0-140px;
background: url("../images/movie_bg.png") no-repeat;
}

.movie video {
position: absolute;
top: 0;
left: 50%;
margin-left: -360px;
}

.movie #video_btn {
position: absolute;
width: 720px;
height: 360px;
top: 0;
left: 50%;
margin-left: -360px;
}

.brief {
margin: 100px 0 0;
text-align: center;
}

.brief .img {
margin: 40px 0 0;
}

.solution {
margin: 100px 0 0;
text-align: center;
}

.solution ul {
padding: 0;
width: 100%;
display: block;
}

.solution li {
margin: 3px 0 0 0;
padding: 0;
width: 100%;
display: block;
}

.solution li:first-child {
margin: 55px 0 0 0;
}
.solution li:nth-child(2) {
margin: 3px 0 0 -16px;
}

.result {
margin: 100px 0 0;
display: block;
text-align: center;
}

.result ul {
padding: 0;
width: 100%;
display: block;
}

.result li {
margin: 0;
padding: 0;
width: 100%;
display: block;
}

.result li:first-child {
margin: 20px 0 0 -15px;
}
.result li:nth-child(2) {
margin: 23px 0 0 2px;
}
.result li:nth-child(3) {
margin: 50px 0 0 -15px;
}
.result li:last-child {
margin: 36px 0 0 2px;
padding-bottom: 150px;
}

.cf:after {
content:" ";
display:block;
clear:both;
}
