
html,body {
   font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

}
.c {
 overflow: hidden;
 }
html,
body,
div.background {background:#abced8;
   height: 100%; -webkit-overflow-scrolling: touch;
}
div.background {
   min-height: 100%; 
}
body > div.background {
   height: auto; 
}
/* topボタン */
#page-top {
    position: fixed;
    z-index: 1;            
    display: none;        
    right: 10px;      
    bottom: 90px;       
}
#page-top a {
    display: block;                
    text-align: center;          
    vertical-align: middle;        
    cursor: pointer;           
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6eabd4),to(#4c7fb1)); 
    color: white;                       
    opacity: 0.5;                       
    font-size: 15px;                    
    border-radius: 10px;               
    padding: 10px;                        
}

#about,#portfolio,#contact,#access { 
    overflow : hidden ;
	


}
fieldcontain {
    margin: 0;
    padding: 0;
}
h2 {
    width:100%;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
div#map{
    width:100%;
    height:450px;
    border:4px solid white;
    -webkit-box-sizing: border-box;
    box-sizing:border-box;
}
.style1 {
    font-size: 8px;
    color:#FFFFFF;
}


 .gallery img{
 margin-left:-50px;
 width:100%;
 max-width:450px;
 padding-top:10px;
    
	
}
.main {
    margin-right:auto; margin-left:auto; width:100%;
    text-align:center;
    vertical-align:middle;
    

	}
.main img{
	 width:100%;
	 margin:0 auto;
     max-width:800px;
	 hight:100%;vertical-align:middle;text-align:center;
	 padding-bottom:35px;

}

.ui-mobile .ui-header {
     border: 1px solid #999;
     color: #fff;
     font-weight: bold;
     text-shadow: 1px 1px 2px #696969;
     background-image: -webkit-gradient(linear,left top,left bottom,from(#7FC7AF));
	 background-image: -webkit-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: -moz-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: -ms-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: -o-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: linear-gradient(#7FC7AF,#7FC7AF);
}
input.color {
    color: #333;
    font-weight: 300;
    width: 100%;
}
.ui-bar-b {
    border: 1px solid #456f9a;
    background: #5e87b0;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px 1px #254f7a;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#81a8ce),to(#5e87b0));
    background-image: -webkit-linear-gradient(#81a8ce,#5e87b0);
    background-image: -moz-linear-gradient(#81a8ce,#5e87b0);
    background-image: -ms-linear-gradient(#81a8ce,#5e87b0);
    background-image: -o-linear-gradient(#81a8ce,#5e87b0);
    background-image: linear-gradient(#81a8ce,#5e87b0);
}




#portfolio {
     background:#abced8;
	 padding-bottom:100px;
}
#about {
     background:#abced8;
}
#access {
     background:#abced8;height:900px;
}
#contact {
     background:#abced8;height:950px; 
}
P {  
     font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
     color:#111;
	 text-shadow: 0 1px 1px #daf6f3;
	 font-size:16px;
	 line-height:22px;
	 letter-spacing:4px;
}
#portfolio .footer {
        position: fixed;
        bottom: 0;
	}
#access .footer {
        position: fixed;
        bottom: 0;
	}
#contact .footer {
        position: fixed;
        bottom: 0;

	}
		.footer {
	border: 1px solid #999;
	 height:50px;
     margin:0 auto;
     text-align: center;
     left:-18px;
	 background-image: -webkit-gradient(linear,left top,left bottom,from(#7FC7AF));
	 background-image: -webkit-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: -moz-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: -ms-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: -o-linear-gradient(#7FC7AF,#7FC7AF);
    background-image: linear-gradient(#7FC7AF,#7FC7AF);
}

#business {
     padding-left:200px;}
	 
@media screen and (min-width: 768px)  {
    #contact .footer {
        position: fixed;
        bottom: 0;
	}
	#access .footer {
        position: fixed;
        bottom: 0;
	}
	#name  {
	    max-width:400px;
	}
	#email {
	    margin-left:174px;
	}
	#message {
	    margin-left:0px;
	}
	#business {
	    max-width:300px;
	}
	.ui-grid-b {
	    margin-left:180px;
	} 
}
/* CSS Document */

textarea {width:80%;
}

input[type="text"] {
     border: none;
     color: #525252;
     height: 25px;
     line-height:15px;
     margin-bottom: 12px;
     margin-right: 6px;
     margin-top: 2px;
     outline: 0 none;
     padding: 5px 0px 5px 5px;
     width:90%;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	 box-shadow: inset 0px 0px 3px rgba(0,0,0,0.1);

    
	 font: 15px "Alegreya Sans SC", Helvetica, Arial, sans-serif;
}

/*入力欄にフォーカスしたら変化*/
input[type="text"]:focus,input[type="email"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}

:placeholder-shown {
    color: #4682b4;
	font-size: 13px;
    font-style: italic;
    font-weight: 100;
    line-height: 1;}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #4682b4;
	font-size: 13px;
    font-style: italic;
    font-weight: 100;
    line-height: 1;
	 }

/* Firefox 18- */
:-moz-placeholder {
    color: #4682b4; opacity: 1;
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
    line-height: 1;
     }

/* Firefox 19+ */
::-moz-placeholder {
    color:#4682b4; opacity: 1;
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
    line-height: 1;
    }

/* IE 10+ */
:-ms-input-placeholder {
    color: #4682b4;
	font-size: 13px;
    font-style: italic;
    font-weight: 100;
    line-height: 1;
	 }
::-webkit-input-placeholder {
    color: #4682b4;
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
    line-height: 1;
    
}

