@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　Main Index
---------------------------------------*/
@media screen and (min-width: 600px) {

/* FV
----------------------------- */

.FV-index {
 background: url(img/img_main.png) no-repeat center top;
 margin: 0 auto;
 min-height: 425px;
 padding: 30px 0 0 0;
 position: relative;
 width: 100%;
}

.FV-index .capt{
  color: #04a958;
  font-size: 28px;
  font-weight: bold;
  line-height: 135%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.FV-index .main-box{
  background: rgba(255,255,255,.9);
  margin: 0 auto;
  padding: 5px;
  width: 540px;
}

.FV-index .txt{
  border: 2px solid #193670;
  padding: 25px;
}

/*--[content]--*/
#contents{
  margin-top: 60px;
}

}

@media screen and (max-width: 599px) {
#index p,
#page p,
#category p {
    line-height: 1.7;
}	
#index {
  margin: 0 auto 20px;
  padding: 0;
  width: 95%;
}
.FV-index {
 background: url(img/img_main.png) no-repeat center top;
 background-size: 120% auto;
 margin: 0 auto;
 min-height: 420px;
 padding: 30px 0 0 0;
 position: relative;
 width: 100%;
}

.FV-index .capt{
  color: #04a958;
  font-size: 22px;
  font-weight: bold;
  line-height: 135%;
  margin-bottom: 10px;
  position: relative;
}

.FV-index .main-box{
  background: rgba(255,255,255,.9);
    margin: 40% auto 0;
  padding: 5px;
  width: 100%;
}

.FV-index .txt{
  border: 2px solid #193670;
  font-size: 16px;
  padding: 20px;
}

/*--[content]--*/
#contents{
  margin-top: 50px;
}



}
