﻿@charset "utf-8";
/*--------------------------------------------
 
　　　境保育園　トップページ用CSS
 
---------------------------------------------*/

.bg {
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	min-height:500px;
}

#main {
	margin-top: 0;
	font-size: 14px;
}
/* =======================================
   メインビジュアル
   ======================================= */
	 
#mainvisual {
	width: auto;
	height: auto;
}
#mainvisual .inner {
	width: 980px;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#mainvisual .inner .logo {
	position: absolute;
	left: 0;
	bottom: 35px;
}
#mainvisual .inner .logo img {
	width: 330px;
	height: 97px;
}

.fade{
    width:100%;
    margin:0 auto;
  }
.fade div{
    width:100%;
    height:auto;
  }
.fade img{
          width:100%;
    height:auto;
  }
  @media screen and (max-width: 640px) {
    .fade{
        width:100%;
        margin:0 auto;
      }
  }

/* =======================================
   お知らせ
   ======================================= */
#main #whatsnew {
	width: 100%;
	padding-top: 3em;
}
#main #whatsnew h2 {
	font-size: 220%;
	font-weight: bold;
	line-height: normal;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #whatsnew dl {
	width: 55%;
	margin-top: 1em;
}
#main #whatsnew dl dt,#main #whatsnew dl dd {
	margin-bottom: 0.4em;
}
#main #whatsnew dl dt {
	color: #76b500;
	width: 6em;
	float: left;
	clear: both;
}
#main #whatsnew dl dd {
	padding-left: 6em;
	font-size: 120%;
	line-height: 1.4em;
}
