@charset "utf-8";
/*::::::::::::::::::: 共通部分 :::::::::::::::::::*/
/*--------- 共通class ---------*/

.main_inner{
	width:960px;
	margin:0 auto;
}
/*--------- top ---------*/
.pgtp{
    position: fixed;
    z-index: 7;
    bottom: 5%;
    right: 3%;
}

#top{
	display:inline-block;

}

.index_video {
	width: 600px;
	margin: 80px auto;
}

.txt_index_video {
  display: block;
  text-align: center;
  color: #2d2a26;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 600;
} 

/*--------- footer ---------*/
footer{
	width: 960px;
	margin: 0 auto;
}