@charset "UTF-8";
/*

	静岡朝日テレビ
	Copyright (C) SATV. All Rights Reserved.

*/
/* --------------------------------------------------
　　#headline　
-------------------------------------------------- */
#headline #pageTitle {}
/* --------------------------------------------------
　　#content　
-------------------------------------------------- */
#content {}
/*　#contHeader　
---------------------------------------- */
/*　#contNav　
---------------------------------------- */
/*　#contMain　
---------------------------------------- */
#content #contMain {
  padding: 0 0 50px !important;
  background: #FFF9CE url("../img/bg_mainVisual.png") no-repeat center top;
}
@media screen and (max-width: 767px) {
  #content #contMain {
    padding: 0 0 50px !important;
    background: #FFF9CE;
  }
}
#content #contMain #contMainMain {
  width: 800px;
  padding: 0 80px;
  margin: 50px auto 0;
  text-align: center;
  background-image: url("../img/fig_home.png"), url("../img/fig_moutain.png");
  background-position: left top 30px, right top 80px;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  #content #contMain #contMainMain {
    width: auto;
    margin: 0 15px;
    padding: 0;
    background: none;
  }
}
#content #contMain #contMainMain #overview p {
  margin: 50px 0;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #content #contMain #contMainMain #overview p {
    margin: 30px 0;
    font-size: 15px;
  }
}