body{
  overflow-x: hidden; /* 横スクロールバーを消す */
/*  width: 100%;*/

  margin: 0px 0px 0px 0px;

  font-family:  "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;

/* win: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic" */
/* mac: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN"    */
}
    
header{
    position: fixed; 
    top: 0;
    left: 0;
    min-width: 1050px; 
    z-index: 100;
}

img.img-menu {
height: 60px; 
opacity: 0.9;
}

li {
  text-align: center;
}

.background-style{
/*    background-size: 1000px 640px;*/
/*    height: 630px; */
    height: 100vh; 
    min-height: 640px;

    background-size: cover;  
/*     background-repeat: no-repeat; */
    position: static;
}
.auto-style1 {
	text-align: center;
}

#center{
	height: 450px;
	width: 600px;
/*	position: static; */
	top: 50%;
	left: 50%;
/*	margin-top: -200px; */
/* 	margin-left: -300px; */
}

.auto-style3 {
        border-collapse: collapse;
	color: #FFFFFF;
	line-height: 150%;
	font-size: small;
}
.auto-style3 tr {
    border-bottom: 1px #eee solid;
    border-top:    1px #eee solid;
}
.auto-style3 td, th{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 150%;
    white-space: nowrap;
    
}

.auto-style4 {
	text-align: left;
	background-color: #b0c4de;
}

.auto-style6 {
	color: #FFFFFF;
	font-size: small;
}
.auto-style6  td {
	padding: 5px 10px; 
	line-height: 130%;
	vertical-align: top;
}
.auto-style7 {
	text-align: left;
}
.button-1{
/*    font-size: 1.0em; */
    font-weight: bold;
    padding: 6px 10px; 
    border-radius: 5px;
}
.button-2{
    font-weight: bold;
    padding: 6px 22px; 
    border-radius: 5px;
}
.button-3{
    font-weight: bold;
    padding: 6px 21px; 
    border-radius: 5px;
}

.service-p{
    width: 130px;
}
.service-t{
    width: 180px;
}

/* facebook plug-in */
.fb-page{
    height: 100%;
}

/* page title のページトップからの表示位置 */
.page-title{
    top: 90px;
}

/* contact page title のページトップからの表示位置 */
.page-title-contact{
    top: 50px;
}

/* page title の画像の高さ */
.page-title-img{
    height: 60px;
}
