body{
	margin: 0;
	background-color: #000;
	font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
	color: #FFF;
}

/*真ん中寄せ*/
.center{
    width: 800px;
    margin: auto;
  }

/*会社概要*/
table{
  width:90%;
  margin:0 auto;
  font-size:12px;
  color: #FFF;
  padding: 0 5%;
  border: none;
  font-size: 15px;
  margin-top: 20px;
}
td{
  border-top: none;
  padding: 10px;
  line-height: 20px;
}

table td:first-child {
  border-right: none;
  width:40%;
  padding: 20px 0px;
}

/*ipadサイズより小さい*/
@media (max-width: 768px) {
  .center{
    width: 100%;
  }
  /*会社概要*/
  table{
    font-size:12px;
    margin-top:0px;
  }
  td{
    border-top: none;
    padding: 5px;
    line-height: 20px;
  }

  table td:first-child {
    border-right: none;
    width:30%;
    padding: 20px 0px;
  }

}


/*フッター*/
.futter{
	font-size: 10px;
	text-align: center;
	color: #FFF;
	padding: 5px;
}

/*ボタン*/
.container {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
}


.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: 200px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
}


/* ここはコピーしなくてOK　*/
.container-02 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e00364;
}

/* ここから下がボタンのCSS　*/
.btn-shine.is-pink:hover {
  text-shadow: 2px 2px 3px #e00364;/* text-shadowを背景色に変更する*/
}

/*事業紹介部分*/
.jigyo{
  margin: 10%
}

.jigyo p{
  text-align: center;
}

/*APP紹介部分*/
.appcontents{
  width: 30%;
  float: left;
  margin: 5% 10%;
}

@media (max-width: 767px) { 
  .appcontents{
    width: 40%;
    float: left;
    margin: 5% 5%;
  }

  h2{
    font-size: 15px;
  }
}