@charset "UTF-8";

/* CSS Infomation -------------------------------

Website: あじさい保育園
Design office: contrast - http://www.cs321.jp/

Name   : intro.css
Ver    : 1.0.0
Link   : intro.html
Date   : 2011/04/01
Update : 2011/04/01
Editor : Wataru Shitami

-----------------------------------------------*/



#Headline h2 {
	padding-left: 28px;
	background: url(../img/icon-intro.png) no-repeat 0 2px;
}

#Philosophy {
	margin-bottom: 40px;
}

#PhilosophyDescription {
	width: 400px;
	float: left;
}

#PhilosophyDescription p {
	font-size: 92.3%;
	margin-bottom: 1.6em;
}

#PhilosophyDescription p span {
	color: #EA6390;
}

#PhilosophyImage {
	float: right;
}

#Policy {
	margin-bottom: 80px;
}

#Policy ul {
	width: 400px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#Policy li {
	padding: 15px 0 15px 75px;
	background: url(../img/ajisai.png) no-repeat 0 8px;
	border-top: 1px solid #CCC;
	font-size: 92.3%;
	color: #333;
}

#Policy p {
	font-size: 130.7%;
}

#Children {
	margin-bottom: 80px;
}

#ChildrenPolicy {
	float: left;
}

#Children h3 span {
	font-size: 190%;
}

#ChildrenList {
	width: 400px;
	border-bottom: 1px solid #CCC;
	float: right;
}

.Children {
	padding: 10px 0;
	border-top: 1px solid #CCC;
}

.Children h4 {
	font-size: 115.3%;
	margin-bottom: 10px;
}

.Children li {
	font-size: 84.6%;
}

.Children li span {
	color: #EA6390;
	margin-right: 0.5em;
}

#Outline {
	margin-bottom: 80px;
	position: relative;
}

#Outline h3 span {
	margin-top: 5px;
}

.Letter {
	position: absolute;
	top: 0;
	right: 0;
}

.Letter a {
	display: inline-block;
	width: 222px;
	height: 42px;
	overflow: hidden;
	position: relative;
}

#Outline table {
	width: 800px;
	border-top: 4px solid #F3EDF4;
	border-bottom: 4px solid #F3EDF4;
	margin-bottom: 10px;
}

#Outline th,
#Outline td {
	padding: 10px 0;
	border-bottom: 1px dotted #D3C5D9;
	font-size: 84.6%;
	color: #333;
	text-align: center;
}

#Outline th {
	width: 200px;
	border-right: 1px dotted #D3C5D9;
}

#Specialist {
	width: 320px;
	float: left;
}

#Specialist p {
	font-size: 92.3%;
	color: #333;
	margin-bottom: 20px;
}

#Specialist h4 {
	padding: 5px;
	background-color: #F3EDF4;
	margin-bottom: 10px;
}

#Specialist h4 span {
	font-size: 84.6%;
	margin-left: 1em;
}

#Specialist li p {
	font-size: 84.6%;
	margin-left: 32px;
}

#Map {
	margin-top: 100px;
	float: right;
}

#Map p {
	font-size: 84.6%;
}

div#Gmap iframe {
  width: 100%;
  height: 400px;
  border: none;
}

h3.map {
  margin-bottom: 0;
}