@media screen and (max-width:640px){
/*
 * compornent
 */
.text-title {
    margin: 0 0 10px 0;
}
.text {
    margin: 3px 0;
    font-size: 9pt;
}
.text-small {
    font-size: 9pt;
}
.text-sub-title{
    font: bold;
    margin-top: 10px;
    font-size: 11pt;
}
.text-list {
    list-style: disc;
}
.text-left {
    text-align: left;
    padding: 0 15px;
}
.text-right {
    text-align: right;
    padding: 0 15px;
}

.button-base {
    margin: 15px 0;
    width: 290px;
    height: 40px;
    background-color:#009933;
    color:#FFFFFF;
    border: none;
    cursor: none;
    opacity: 0.8;
}
.button-base a {
    text-decoration: none;
}
.button-base:hover{
    background-color:#006633;
}
.inner-button{
    text-align: center;
    margin-top: 40px;
}
.main-container {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0;
}
.contents-v1{
    text-align: left;
}
.contents-v2{
    text-align: left;
}
.title-v1 {
    display: block;
    text-align: left;
    border-bottom: solid 1px #FF0000;
    background: none;
    margin: 5px 0 10px 0;
    padding: 10px 0px 0px 15px;
    width:95%;
}
.title-v2 {
    display: block;
    text-align: left;
    border-bottom: solid 1px #FF0000;
    background: none;
    margin: 5px 0 10px 0;
    padding: 10px 0px 0px 15px;
    width:95%;
}
.title-center {
    display: block;
    text-align: left;
    border-bottom: solid 1px #FF0000;
    background: none;
    margin: 5px 0 10px 0;
    padding: 10px 0px 0px 15px;
    width:95%;
}
.title-head{
    width: 100%;
    border-bottom: solid 1px #E4E4E2;
}
.title-head h1{
    margin-bottom: 0;
}
.title-small {
    font-size: 12pt;
}
.table-2col {
    text-align: left;
    font-size: 9pt;
    border-collapse: collapse;
    width: 100%;
}
.table-2col tr {
    height: 55px;
}
.table-2col th,td {
    border-width: 1px 0px;
    border-color: #E4E4E2;
    border-style: solid;
    padding: 15px;
}
.table-2col th {
    width: 20%;
}
.jump-tag{
    margin-bottom: 80px;
}
.inner-box{
    padding: 0 15px;
}

/*
 * gnavi
 */
#gnavi-smp-sticky-wrapper{
    display: block;
}
#gnavi-sticky-wrapper{
    display: none;
}
#gnavi-smp {
    display: block;
    background-color:#666666;
    height: 60px;
    width: 100%;
    vertical-align: middle;
    box-shadow: 0px 1px 10px 1px #E0DBDB;
    z-index: 20;
}
#gnavi-smp ul {
    padding: 0px;
}
#gnavi-smp li {
    display: inline-block;
    color: #FFFFFF;
    vertical-align: middle;
    height: 60px;
}
#gnavi-smp a {
    display: inline-block;
    text-decoration: none;
}
.gnavi-smp-logo {
    width: 85%;
}
.gnavi-smp-logo a{
    height: 46px;
    padding: 7px 0 0 15px;
}
.gnavi-smp-menu {
    border-left: solid 1px #b5b2b2;
    width:14.5%;
    text-align: center;
}
.gnavi-smp-menu a {
    padding-top: 15px;
    height: 45px;
}

#gnavi {
    display: none;
}
/*
 * keyvisual
 */
#kv-smp{
    display: block;
    width: 85%;
    height: 255px;
    box-shadow: 1px 1px 10px 1px #E0DBDB;
    padding: 10px 0;
    margin: 20px auto;
}
.logo-main {
    width: 100%;
    height: 255px;
    background: url(../img/logo.png) no-repeat center;
    background-size: 180px 255px;
}
#kv{
    display: none;
}

#concept {
    background: url(../img/concept.gif) no-repeat right bottom;
    background-size: 100% auto;
    max-width: 640px;
    min-height: 170px;
}
#works {
    background: url(../img/works2.gif) no-repeat right;
    background-size: auto 110px;
    max-width: 640px;
    min-height: 110px;
}
#about-us{ 
    background: url(../img/aboutus.gif) no-repeat right top;
    background-size: auto 110px;
    max-width: 640px;
    min-height: 110px;
}
#about-us a{
    text-decoration: none;
    color: #525151;
}
#access {
    background: url(../img/access2.gif) no-repeat right top;
    background-size: auto 110px;
    max-width: 640px;
    min-height: 110px;
}
#contact-smp{
    display:block;
}
#contact-pc{
    display:none;
}
/*
 * googlemap
 */
#googlemap{
    width:100%;
    height: 300px;
}
}