﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html{
margin:0px;
width:100%;
}
body{
width:100%;
position:relative;
font-size:16px;
overflow-x:hidden;
}
img {
max-width: 100%;
height: auto;
}
h1,h2,h3{
text-align:center !important;
}
h2{
font-size:50px;
}
.layout,.box{
width:100% !important;
padding:10px;
}
.sp-on{
display:block;
}
.sp-off{
display:none;
}
.float-left,.float-right{
float:none;
width:100% !important;
}
.works,.company,.contact{
text-align:left;
}
.company ul li .wrap{
left:0px;
}
.works ul li span,.company ul li .wrap span{
width:auto;
display:block;
}
table.form{
width:100%;
}
table.form input,table.form textarea{
width:100%;
}
