@charset "utf-8";


#content h3 {
	font-size: 110%;
	padding-top: 10px;
}

/**************************************************************
　ひよこクラブ
**************************************************************/


/* ----- プログラム -----*/

#content #main div.program dl {
	border-top: 1px solid #2FCACE;
	border-bottom: 1px solid #2FCACE;
	_height: 1%;
	min-height: 1%;
}

#content #main div.program dl dt {
	clear: both;
	width: 270px;
	position: relative;
	border-right: 1px dotted #2FCACE;
}

#content #main div.program dl dt,
#content #main div.program dl dd{
	float: left;
}

#content #main div.program dt.swimming p.age,
#content #main div.program dt.eurythmics p.age,
#content #main div.program dt.rhythm p.age,
#content #main div.program dt.massage p.age,
#content #main div.program dt.english p.age {
	font-weight: normal;
	font-size: 90%
}

#content #main div.program dt.eurythmics p.club,
#content #main div.program dt.rhythm p.club {
	font-weight: bold;
	font-size: 90%
}


#content #main div.program dl dd{
	width: 342px;
	min-height: 140px;
	_height: 140px;
	padding-left: 240px;
	margin-left: -240px;
	border-bottom: 1px #FFF solid;
	font-size: 90%;
}

#content #main div.program dl dd p.link{
	margin-top: -5px;
	margin-bottom: 0;
}

#content #main div.program dl dd.english{
	border-bottom: none;
}


#content #main div.program dl dd.swimming,
#content #main div.program dl dd.rhythm,
#content #main div.program dl dd.english {
	background: #EAFBFB;
}

#content #main div.program dl dt img{
	float: left;
	margin-right: 10px;
}

#content #main div.program dl p{
	margin: 10px;
}

#content #main div.program dl dt p{
	font-weight: bold;
	margin-bottom: 0;
}

#content #main div.program dl dt p span{
	font-size: x-small;
}

#content #main div.program dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}


/* ----- photo -----*/

#content #main p.photo{
	margin-left: -6px;
}

#content #main p.photo img{
	padding-left: 6px;
}

/* ----- １日 -----*/

div.oneday img{
	margin-bottom: 15px;
}


/* ----- ひよこスケジュール　ボタン -----*/

#content #main div.schedule ul.club-babies li a {
	display: block;
	width: 285px;
	height: 72px;
	padding-right: 1px;
	-moz-outline-style: none;
	overflow: hidden;
}
#content #main div.schedule ul.club-babies li{
	list-style: none;
	margin-left: 0;
	float: left;
	padding-right: 20px;
}
#content #main div.schedule ul.club-babies li.nishiarai a {
	background: url(../course/_img/btn_hiyoko-sche_nishi_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-babies li.toneri a {
	background: url(../course/_img/btn_hiyoko-sche_toneri_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-babies li a:hover {
	text-indent: -9999px;
}


/* ----- ひよこスケジュールページ -----*/

body { margin: 30px; }

#schedule h1 {
	margin-bottom: 20px;
	font-size: 140%;
	color: #2FCACE;
	font-weight: bold;
	_height: 1%;
	_position: relative;
}

#schedule h2{
	font-weight: bold;
	margin: 10px 0 0 0;
}
#schedule h2 span{
	color: #39D6D5;
}

#schedule h2.price{
	font-weight: bold;
	margin: 10px 0 1em 0;
}
#schedule h2.price span{
	color: #39D6D5;
}

#schedule div.start {
	width: 600px;
	text-align: right;
}

#schedule p.close {
	margin: 30px 0 30px 0;
	text-align: center;
}


/* ----- ひよこスケジュール表 -----*/

#schedule table.schedule {
	border-bottom: 1px solid #2FCACE;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	vertical-align: middle;
	width: 600px;
}

#schedule table.schedule th{
	background: #2FCACE;
	color: #FFF;
	padding: 6px;
	width: 120px;
	border-left: 1px solid #89E7E6;
	font-weight: bold;
}

#schedule table.schedule th.toneri{
	background: #2FCACE;
	color: #FFF;
	padding: 6px;
	width: 150px;
	border-left: 1px solid #89E7E6;
	font-weight: bold;
}
#schedule table.schedule th.toneri-mon{
	background: #2FCACE;
	color: #FFF;
	padding: 6px;
	width: 150px;
	border-left: 1px solid #89E7E6;
	font-weight: bold;
	border-left: none;
}

#schedule table.schedule td{
	vertical-align: top;
	border-left: 1px solid #89E7E6;
	border-top: 1px solid #2FCACE;
}

#schedule table.schedule th.mon,
#schedule table.schedule td.mon {
	border-left: none;
}

#schedule table.schedule p.time {
	background: #D9F7F7;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #0184AF;
	border-bottom: 1px dotted #89E7E6;
}

#schedule table.schedule td dl{
	margin-top: -1px;
	font-size: 90%;
}

#schedule table.schedule td dl dt{
	font-weight: bold;
	background: #EAFBFB;
	border-top: 1px dotted #89E7E6;
	padding: 5px;
}

#schedule table.schedule td dl dd{
	line-height: 1.5;
	padding: 5px;
}

#schedule table.schedule td dl dd span{
	color: #F60;
}

#schedule table.schedule td dl dd em{
	font-weight: bold;
}


/* ----- ひよこ料金表 -----*/

#schedule table.price {
	border-bottom: 1px solid #2FCACE;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 600px;
}

#schedule table.price th{
	background: #2FCACE;
	color: #FFF;
	padding: 6px;
	border-left: 1px solid #89E7E6;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#schedule table.price th.course { width: 160px; }
#schedule table.price th.info   { width: 360px; }
#schedule table.price th.price  { width: 80px; }

#schedule table.price td{
	vertical-align: middle;
	padding: 6px;
	border-left: 1px solid #89E7E6;
	border-top: 1px solid #2FCACE;
	font-weight: bold;
}

#schedule table.price th.course,
#schedule table.price td.course {
	border-left: none;
}

#schedule table.price td.info { padding: 0; }
#schedule table.price td.price { text-align: center; }

#schedule table.price td span { font-weight: normal; }
#schedule table.price td span span { font-size: 85%; }

#schedule table.price td ul.info { margin: 0; }

#schedule table.price td ul.info li{
	padding: 6px;
	_height: 1%;
	list-style: none;
	margin: 0;
}

#schedule table.price td ul.info li.on {
	border-top: 1px dotted #89E7E6;
	border-bottom: 1px dotted #89E7E6;
}

#schedule table.price td ul.info li.toneri-bottom{
	padding: 6px;
	_height: 1%;
	list-style: none;
	margin: 0;
	border-bottom: none;
}

#schedule ul.explication {
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 85%;
	width: 600px;
}

#schedule ul.explication li span { font-weight: bold; }



/**************************************************************
　Kids
**************************************************************/

#content #main div.course table {
	border-top: 1px solid #2FCACE;
	border-bottom: 1px solid #2FCACE;
}

#content #main div.course table th {
	width: 203px;
	background: #EAFBFB;
	text-align: center;	
	font-weight: bold;
	padding: 8px 0 5px;
}

#content #main div.course table td {
	padding: 2px;
	vertical-align: top;
}

#content #main div.course table td p {
	padding: 5px;
	font-size: 90%;
	margin: 5px 0;
}

#content #main div.course table th,
#content #main div.course table td {
	border-left: 1px dotted #2FCACE;
}

#content #main div.course table .course01 {
	border-left: none;
}

/* ----- スケジュール　ボタン -----*/

#content #main div.schedule ul.club-kids li a {
	display: block;
	width: 285px;
	height: 72px;
	padding-right: 1px;
	-moz-outline-style: none;
	overflow: hidden;
}
#content #main div.schedule ul.club-kids li{
	list-style: none;
	margin-left: 0;
	float: left;
	padding-right: 20px;
}
#content #main div.schedule ul.club-kids li.nishiarai a {
	background: url(../course/_img/btn_kids-sche_nishi_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-kids li.toneri a {
	background: url(../course/_img/btn_kids-sche_toneri_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-kids li a:hover {
	text-indent: -9999px;
}


/**************************************************************
　players
**************************************************************/

.players #content #main div.feature img {
	margin-top: -40px;
}

#content #main div.results h4 {
	font-weight: bold;
	margin: 10px 0;
}

#content #main div.section  em {
	background: #F60;
	color: #FFF;
	font-size: x-small;
	padding: 1px 2px;
	font-weight: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}

#content #main div.results h4 span {
	color: #2FCACE;
	font-size: 86%;
}

#content #main div.results p.clubname {
	margin-left: 18px;
	font-weight: bold;
}

#content #main div.results table {
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin-left: 18px;
	width: 500px;
}

#content #main div.results table td {
	padding: 5px 10px;
	border-bottom: 1px dotted #E4E4E4;
	font-size: 90%;
}

#content #main div.results table td.category01 {
	width: 16em;
	background: #F0F0F0;
}

#content #main div.results table td.category02 {
	width: 13em;
	background: #F7F7F7;
}

#content #main div.results table td.result {
	text-align: center;
	font-weight: bold;
	color: #666;
}

#content #main div.results table td.result-sp {
	text-align: center;
	font-weight: bold;
	color: #FF6600;
}

#content #main div.results table tr.last td {
	border-bottom: none;
}

#content #main div.results ul {
	margin-top: 30px;
	margin-bottom: 5px;
	list-style-image: none;
}

#content #main div.results ul li {
	font-weight: bold;
	margin-bottom: -3px;
	padding-left: 13px;
	background: #FFF url(../_common_img/icn_list.gif) no-repeat 0 50%;
	list-style: none;
}


#content #main div.results p.link {
	margin-left: 18px;
	font-size: 90%;
}

/* ----- スケジュール　ボタン -----*/

#content #main div.schedule ul.club-players li a {
	display: block;
	width: 285px;
	height: 72px;
	padding-right: 1px;
	-moz-outline-style: none;
	overflow: hidden;
}
#content #main div.schedule ul.club-players li{
	list-style: none;
	margin-left: 0;
	float: left;
	padding-right: 20px;
}
#content #main div.schedule ul.club-players li.nishiarai a {
	background: url(../course/_img/btn_players-sche_nishi_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-players li.toneri a {
	background: url(../course/_img/btn_players-sche_toneri_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-players li a:hover {
	text-indent: -9999px;
}


/* ----- 最新情報 -----*/

#content #main div.news div.info p {
	background: #EAFBFB;
	margin: 0;
	padding: 7px;
	width: 336px;
}

#content #main div.news div.info p p.date {
	text-align: right;
}



/**************************************************************
　adults
**************************************************************/

#content #main div.feature dl {
	width: 202px;
	float: left;
	margin: 0 4px 5px 0;
}

#content #main div.feature dl.pressure {
	margin-right: 0;
}

#content #main div.feature dl {
	background: url(../course/_img/bkg_adults_bottom.gif) no-repeat 0 100%;
}

#content #main div.feature dl dt {
	background: url(../course/_img/bkg_adults.gif) no-repeat 0 0;
	padding: 15px;
	_padding: 14px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
}

*:first-child+html #content #main div.feature dl dt {
	padding: 14px;
} 

#content #main div.feature dl dd {
	padding: 0 15px 15px 15px;
	_padding: 0 14px 14px 14px;
	font-size: 90%;
}

*:first-child+html #content #main div.feature dl dd {
	padding: 0 14px 14px 14px;
} 

#content #main div.feature dl.drag {
	clear: both;
	width: 614px;
	background: url(../course/_img/bkg_adults_yoko_bottom.gif) no-repeat 0 100%;
}

#content #main div.feature dl.drag dt {
	float: left;
	width: 65px;
	height: 50px;
	color: #FFF;
	background: url(../course/_img/bkg_adults_yoko.gif) no-repeat 0 0;
	text-align: left;
	padding: 30px 0 0 35px;
	margin: 0;
}

*:first-child+html #content #main div.feature dl.drag dt {
	padding: 30px 0 0 35px;
}

#content #main div.feature dl.drag dd {
	padding: 15px 15px 15px 110px;
	background: url(../course/_img/bkg_adults_yoko.gif) no-repeat 100% 0;
}

*:first-child+html #content #main div.feature dl.drag dd {
	padding: 15px 15px 15px 110px;
}

#content #main div.feature:after,
#content #main div.feature dl.drag:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}


#content #main div.feature ul {
	width: 202px;
	float: left;
	margin: 0 4px 5px 0;
}

/* ----- スケジュール　ボタン -----*/

#content #main div.schedule ul.club-adults li a {
	display: block;
	width: 285px;
	height: 72px;
	padding-right: 1px;
	-moz-outline-style: none;
	overflow: hidden;
}
#content #main div.schedule ul.club-adults li{
	list-style: none;
	margin-left: 0;
	float: left;
	padding-right: 20px;
}
#content #main div.schedule ul.club-adults li.nishiarai a {
	background: url(../course/_img/btn_adults-sche_nishi_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-adults li.toneri a {
	background: url(../course/_img/btn_adults-sche_toneri_on.gif) no-repeat 0 0;
}
#content #main div.schedule ul.club-adults li a:hover {
	text-indent: -9999px;
}



/* curriculum 
------------------------ */

#content #main div.curriculum dl {
	width: 614px;
	font-size: 90%;
	border-top: 1px solid #2FCACE;
	border-bottom: 1px solid #2FCACE;
}

#content #main div.curriculum dl dt {
	padding: 0 7px 0 24px;
	background: url(../_common_img/icn_list.gif) no-repeat 10px 50%;
	font-weight: bold;
	margin: 0;
	float: left;
	width: 110px;
	border-right: 1px dotted #2FCACE;
	clear: both;
}

#content #main div.curriculum dl dd {
	float: left;
	width: 462px;
	padding-left: 10px;
}

#content #main div.curriculum dl .on {
	background: #EAFBFB;
}

#content #main div.curriculum dl dt.on {
	background: #EAFBFB url(../_common_img/icn_list.gif) no-repeat 10px 50%;
}

#content #main div.curriculum dl dt#free {
	background: url(../_common_img/icn_list.gif) no-repeat 10px 24%;
}

#content #main div.curriculum dl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

#content #main div.curriculum dl dt,
#content #main div.curriculum dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
}


.newrecord {
	margin-left: 18px;
}
