﻿@charset "utf-8";

/* 【「園の紹介」用CSSファイル】 */

/* ▼基本スタイル */

body#intro h2 {
	background-image: url(../images/title_intro.png);
}

/* ▼園の紹介サブナビゲーション */

body#intro #nav { margin-bottom: 10px; }

body#intro #nav ul {
	list-style: none;
	font-size: 12px;
}

body#intro #nav ul li {
	display: inline;
	background-image: url(../images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-right: 10px;
}

body#intro #nav ul li a {
	text-decoration: none;
	color: #FF64A0;
	margin-left: 10px;
}

body#intro #nav ul li a:hover {
	color: #FFA0A0;
	text-decoration: underline;
}

/* ▼理念ページ */

body#intro div#idea {
	background-image: url(../images/idea_01.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	text-indent: -9999px;
	margin-bottom: 22px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	height: 450px;
}

body#intro.idea div#feature div {
	float: left;
	margin-right: 50px;
}

/* ▼概要ページ */

body#intro.profile .txt dl {
	font-size: 12px;
	margin-left: 15px;
}

body#intro.profile .txt dl dd {
}

body#intro.profile .txt dl dt {
	margin-left: 180px;
	margin-top: -20px;
	line-height: 22px;
	margin-bottom: 20px;
}

/* ▼入所案内ページ */

.enterTitle {
	font-size: 12px;
	margin-bottom: 12px;
	font-weight: normal;
}

.enterTopic {
	font-size: 12px;
	font-weight: normal;
	width: 890px;
	border-bottom: 1px solid #FFC8C8;
	margin-bottom: 10px;
	background-image: url(../images/rectangle_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-indent: 15px;
}

#enter div { margin-left: 10px; }

#enterCond {
	border: 1px solid #FFC8C8;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 480px;
}

#enter div ol {
	list-style: decimal inside;
}

/* ▼料金表ページ */

body#intro.price #openDay {
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 15px;
}

body#intro.price #openDay .coreTime,
body#intro.price .txt .head
{
	font-size: 16px;
	color: #FF6478;
	background-color: #FFE6E6;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

body#intro.price .tableDesc {
	font-size: 12px;
	margin-left: 5px;
}


body#intro.price div.tableDesc {
	width: 880px;
}

body#intro.price .tableDesc p { float: left; }

body#intro.price .tableDesc p.rate {
	font-size: 12px;
	float: right;
	margin-right: 10px;
}

body#intro.price table {
	clear: both;
}

body#intro.price .priceDesc {
	margin-left: 15px;
	font-size: 12px;
	margin-bottom: 15px;
	float: left;
}

body#intro.price .priceDesc dl { margin-bottom: 15px; }

body#intro.price .priceDesc dt { margin-top: 15px; }

body#intro.price .priceDesc dd {
	padding-left: 15px;
	margin-right: 30px;
}

body#intro.price div.priceDescBottom  {
	clear: both;
	font-size: 12px;
	margin-left: 15px;
	margin-bottom: 15px;
}

body#intro.price .table_subDesc{
	float: right;
	margin-right: 25px;
}