@charset "utf-8";
/* CSS Document */

.personal a,
.personal a:link,
.personal a:visited,
.personal strong{
	color:#f96;
}

/*
----------------------------------------------------------------------------------------------------
# link button
----------------------------------------------------------------------------------------------------
*/

a.btn{
	background:#f96;
	color:#fff;
	border:1px outset #f63;
	padding:3px 6px;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
a.btn:link,
a.btn:visited{
	color:#fff;
	zoom:1;
}
a.btn:hover{
	background:#fc9;
	color:#f63;
	border:1px inset #f63;
	text-decoration:none;
	zoom:1;
}
a.btn:active{
	color:#fff;
}

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

.personal #alpha h2{
	border: 1px solid #ccc;
	padding:5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(#fff, #efefef);
	background: linear-gradient(#fff, #efefef);

	behavior: url(/css/PIE.htc);
}

.personal h3,
.personal #alpha h3,
#sb-body h3{
	line-height:1em;
	background:#fff url(../images/icon-duck-20x20.gif) 10px 50% no-repeat;
	color:#f96;
	border:1px solid #f63;
	margin:0 0 20px;
	padding:7px 35px 5px;
	-webkit-box-shadow: #666 0 0 0;
	-moz-box-shadow: #666 0 0 0;
	box-shadow: #666 0 0 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
*html .personal h3,
*html .personal #alpha h3{
	line-height:1.2em;
	zoom:1;
}
.personal h3 a,
.personal #alpha h3 a{
	color:#f96;
	zoom:1;
}
#sb-body .padding h3{
	behavior:none;
	zoom:1;
}

#footer-link h3 {
	border:0;
	line-height: 1.25em;
	padding:0;
	margin: 0 0 20px;
	background: none;
}

#alpha h4{
	color:#444;
	border-bottom:1px dotted #ccc;
	padding:3px;
}

/* search */
#alpha #search{
	margin:0 0 20px;
	/margin:0;
}
#alpha #search .float-left,
#alpha #search .float-right{
	width:340px;
}
#alpha #search .text{
	position:absolute;
	padding:10px;
	z-index:10;
}
#alpha #search .text span{
	font-size:12px;
}
#map-swf{
	width:340px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#map-swf p{
	padding:4em 1em 0;
}
#search #type{
	width:340px;
	height:100px;
	background:url(../images/personal/search-type-bg.jpg) no-repeat;
	padding:.5em 0;
}
#search #use{
	width:340px;
	height:80px;
	background:url(../images/personal/search-use-bg.jpg) no-repeat;
	padding:.5em 0;
}
#search ul{
	zoom:1;
}
#search ul li{
}
#search ul li a{
	color:#444;
	text-decoration:none;
}
#search ul li a:hover{
	text-decoration:underline;
}
#search ul li a img{
	vertical-align:middle;
	padding:3px 3px 3px 0;
}
#search #first{
	width:340px;
	height:60px;
}
#search #first a{
	display:block;
	background:url(../images/personal/first-bg.jpg) no-repeat;
	padding:20px 0 20px 10px;
	border:1px solid #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
#search #first a:hover{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

/* blog */
#blog{
	margin:0 0 20px;
}
#blog .float-left img{
	display:block;
}
#blog a:hover{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

/* recommend */
#recommend,
#recommend .container-wrapper{
	width:100%;
	margin:0 0 10px;
}
#recommend #croissant,
#recommend #voice,
#recommend #kirakira-com,
#recommend #kirakira-exercise,
#recommend #hello-eurythmics,
#recommend #picture-book{
	width:33%;
	margin:0 auto;
	text-align:center;
}
#recommend img{
	display:block;
	margin:0 auto 10px;
	text-align:center;
}
#recommend p{
	font-size:12px;
	margin:0 0 10px;
	padding:0 .5em;
	text-align:left;
}
#recommend p.more{
	text-align:right !important;
}
#recommend a:hover{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#img-picture-book .float-left{
	width:33%;
	margin:0 auto 10px;
	text-align:center;
}



/* childcare entry-content */
.entry-content{
	background:url(../images/entry-content-bg.gif) left bottom no-repeat;
	padding-bottom:117px;
	margin:0 0 20px;
	zoom:1;
}
.summary a{
	cursor:pointer !important;
}
.summary .float-left{
	width:280px;
}
.summary .float-right{
	width:400px;
}
.summary .float-left img{
	margin:0 0 20px;
}
.summary .float-left ul{
	position:relative;
	margin:0;
	padding:0;
}
.summary .float-left li{
	display:inline;
	float:left;
	margin:0 5px 0 0;
}
.summary .float-left li a{
	display:block;
}
.summary .float-left li a img{
	margin:0;
}
.summary .float-right dt{
	width:3em;
	font-weight:normal;
	margin:0;
}
.summary .float-right dd{
	display:block;
	margin:-1.5em 0 0 3em;
}

.more{
	text-align:right;
}

.map{
	margin:0 0 20px;
}
.map .adr{
	display:block;
 	width:320px;
 	height:240px;
	float:left;
}
.map .float-right{
	width:360px;
}

.kids .float-left,
.kids .float-right{
	width:340px;
}
.kids .float-right{
	border-left:1px dotted #f63;
	padding-left:1em;
}
.kids .float-left ul{
	padding:0;
}
.map dl{
}
.map dt,
.kids dt{
	width:7em;
	font-weight:normal;
	margin:0;
}
.map dd,
.kids dd{
	display:block;
	margin:-1.5em 0 0 7em;
}
.map dd p{
	margin:0;
}
.headline{
	display:block;
	min-height:170px;
	_height:140px;
	background:url(../images/headline-bg.gif) 0 0 no-repeat;
	margin:0 0 20px;
	padding:1em 1em 1em 6em;
}
.info .float-left{
	width:33%;
	margin:0 auto 20px;
	text-align:center;
}
.info .float-left img{
	display:block;
	margin:0 auto 10px;
	text-align:center;
}
.info p{
	margin:1em;
}
.info .float-left p{
	text-align:left;
}
.info ol{
	margin:0 0 5px 0;
	padding:0 0 0 1em;
	list-style:none;
}
.info ul{
	list-style:disc;
}
.info .margin-b-01{
	margin:0 0 5px 0;
}

.web-camera dl{
	text-align:center;
}
.web-camera dt{
	margin:0;
	padding:0;
}
.web-camera .note{
	color:#dc143c;
}
.contact{
	margin:0 0 20px;
}

.btn-price a,
.contact a{
	display:block;
	width:220px;
	background:#f96;
	color:#fff !important;
	font-size:14px;
	font-weight:bold;
	border:1px outset #f30;
	text-decoration:none !important;
	padding:10px;
	margin:0 auto;
	text-align:center;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.btn-price a:hover,
.contact a:hover{
	background:#fc9;
	color:#f63 !important;
	border:1px inset #fc9;
	text-decoration:none;
}

#price{
	display:none;
}
.padding{
	height:100%;
	padding:20px;
}
.padding table{
	background:#444;
	float:left;
	margin-right:20px;
}
.padding table caption{
	font-weight:bold;
	white-space:nowrap;
}
.padding th,
.padding td{
	background:#fff;
	padding:3px;
}
.padding th{
	font-weight:normal;
	text-align:center;
}
.padding td{
	text-align:right;
}
.padding ul{
	clear:both;
	padding-left:0;
}



/* kirakira-com */
#kirakira-com .float-left{
	width:400px;
	padding:0 10px 10px 0;
}
#kirakira-com .float-right{
	width:290px;
	text-align:center;
}
#kirakira-com dt,
#kirakira-com dd{
	margin:0;
}

/* kirakira-exercise */
#kirakira-exercise .float-left{
	width:280px;
	padding:0 10px 10px 0;
	text-align:center;
}
#kirakira-exercise .float-right{
	width:410px;
}
#kirakira-exercise dt,
#kirakira-exercise dd{
	margin:0;
}

/* hello-eurythmics */
#hello-eurythmics .float-left{
	width:320px;
}
#hello-eurythmics .float-right{
	width:370px;
	text-align:center;
}
#hello-eurythmics dt,
#hello-eurythmics dd{
	margin:0;
}
/* picture-book */
#picture-book .float-left{
	width:300px;
	padding:0 10px 10px 0;
	text-align:center;
}
#picture-book .float-right{
	width:390px;
}
#picture-book dt,
#picture-book dd{
	margin:0;
}

/* voice */
#voice{
	margin:0 0 20px;
}
#voice .container-wrapper{
	border-bottom:1px dotted #ccc;
	margin:0 0 20px;
}
#voice .float-left{
	width:240px;
	margin:0 1em 1.5em 0;
}


/* faq */
#faq{
	margin:0 0 20px;
}
#faq dt,#faq dd{
	padding:5px 3px;
}
#faq dt{
	background:#efefef;
}
#faq dd{
	margin:0 0 10px;
	padding-left:3em;
}

/* acc-shiki 2011.11.14
---------------------------------------------------------------------------------------------------- */

#acc-shiki h3{
	line-height:1em;
	background:none !important;
	border:none !important;
	margin:0 0 20px;
	padding:0 !important;
	-webkit-box-shadow: #666 0 0 0 !important;
	-moz-box-shadow: #666 0 0 0 !important;
	box-shadow: #666 0 0 0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}
#acc-shiki #outline .float-left,
#acc-shiki #outline .float-right{
	width:49%;
	height:50em;
	background:#fdd;
	margin:0 0 20px;
}
#acc-shiki h4{
	background:#f69;
	color:#fff;
	border:none;
	padding:5px 10px;
	margin:0;
}
#acc-shiki .float-left p{
	width:130px;
	float:right;
	margin:0 0 1em 1em;
}
#acc-shiki .float-left p img{
	display:block;
	width:130px;
	height:85px;
}
#acc-shiki .float-left span{
	display:block;
	color:#444;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
#acc-shiki dl{
	font-size:12px;
	padding:10px;
	margin:0;
}
#acc-shiki dt{
	color:#f69;
	margin:0 0 .5em;
}
#acc-shiki dd{
	margin:0 0 .5em;
}
#acc-shiki ul{
	padding:0 1em 0 1em;
	text-indent:-1em;
}
#acc-shiki ul.disc{
	list-style:disc;
	padding:0 0 0 2em;
	margin:0 0 .5em;
	text-indent:0;
}
#acc-shiki .float-left dl dl,
#acc-shiki .float-right dl dl{
	padding:0;
}
#acc-shiki .float-left dl dl dt,
#acc-shiki .float-right dl dl dt{
	color:#444;
	font-weight:normal;
}
#acc-shiki .float-left dl dl dd,
#acc-shiki .float-right dl dl dd{
	margin:-2.25em 0 .5em 5em;
}

#acc-shiki #about dl{
	font-size:14px;
}
#acc-shiki #about img{
	width:680px;
}
#acc-shiki #about p{
	padding:1em;
	clear:both;
}

/* koushien-kids-room 2012.02.21
---------------------------------------------------------------------------------------------------- */

.kids,
.play{
	margin:0 auto 2em !important;
}
.play .float-left,
.play .float-right{
	width:340px;
}
.play h5{
	color:#f96;
	border-bottom:1px dotted #f96;
	padding:.25em;
}
.play ul{
	border:1px solid #ffddab;
	padding:1px;
}
.play li{
	display:block;
	padding:3px;
}
.play li:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	*zoom:1;
}
.play span{
	float:left;
	white-space:nowrap;
	margin:0 1em;
}
.play .date{
	width:5em;
	text-align:right;
}
.play .versus{
	width:5em;
}
.play .time{
	float:right;
}


/* letter 2012.06.06
---------------------------------------------------------------------------------------------------- */
#letter .container-wrapper{
	padding-bottom:40px;
}
#letter .float-left{
	width:240px;
	height:170px;
	overflow:hidden;
	border:1px solid #cdcdcd;
}
#letter .float-right{
	width:450px;
}
#letter .hidden{
	display:none;
}
#letter .float-right p{
	padding:0 1em;
}

/* acc-nakano-minamidai 2015.04.22
---------------------------------------------------------------------------------------------------- */

#acc-nakano_mm h3{
	line-height:1em;
	background:none !important;
	border:none !important;
	margin:0 0 20px;
	padding:0 !important;
	-webkit-box-shadow: #666 0 0 0 !important;
	-moz-box-shadow: #666 0 0 0 !important;
	box-shadow: #666 0 0 0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}
#acc-nakano_mm h4{
	font-weight: normal;
	color:#000;
	border-bottom: 1px solid #BED9A2;
	padding:0 0 3px 0;
	margin: 0 0 10px 0;
}
#acc-nakano_mm h5{
	font-weight: normal;
	color:#693905;
	margin: 0 0 6px 0;
}
.c006834{
	color: #006834;
}
.nakano_mm_clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.nakano_mm_clearfix{
	min-height:1px;
}

* html .nakano_mm_clearfix{
	height:1px;
/*\*//*/
height:auto;
overflow:hidden;
/**/
}
.nakano_mm_table {
	border-collpse: collapse;
	font-size: 10px;
}
.nakano_mm_table th {
	line-height: 1.3;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
.nakano_mm_table td {
	line-height: 1.3;
}
.bgBCCAB0{
	background-color: #BCCAB0;
	padding: 10px;
}
.bgE0EED4{
	background-color: #E0EED4;
	padding: 10px;
	margin-bottom: 30px;
}
.bgE0EED4 hr{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #FFF;
}
.nakano_mm300 {
	width: 300px;
	padding: 10px 20px;
}
.nakano_mm300 h5 {
	font-size: 18px;
}
.c8B559E {	color: #8B559E !important;}
.cE59C20 {	color: #E59C20 !important;}
.c36B6C0 {	color: #36B6C0 !important;}
.cA38A77 {	color: #A38A77 !important;}
.cEE83A1 {	color: #EE83A1 !important;}
.cA38A77 {	color: #A38A77 !important;}
.nmm_mgnB20 {	margin-bottom: 20px;}
.nmm_pdgT50 {	padding-top: 50px;}

/* SED SCHOOL */
ul.sed_anchor_btn {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}
ul.sed_anchor_btn:after {
	content: "";
	display: block;
	clear: both;
}
ul.sed_anchor_btn li {
	float: left;
}
ul.sed_anchor_btn a,
ul.sed_anchor_btn img {
	display: block;
}
#acc-sed-school p {
	font-size: 16px;
	line-height: 1.8;
	color: #4c4c4c;
	margin-bottom: 15px;
}
.tableSedSchool {
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #ea6d8d;
}
.tableSedSchool th {
	padding: 3px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	background: #ea6d8d;
	border: 2px solid #ea6d8d;
}
.tableSedSchool th.rightSide {
	border-left: 2px solid #fff;
}
.tableSedSchool td {
	padding: 3px;
	color: #4c4c4c;
	font-size: 1.2em;
	text-align: center;
	background: #fff;
	border: 2px solid #ea6d8d;
}
.c-ea6d8d {
	color: #ea6d8d !important;
}
.marker {
	background: #f3de08;
}
div.sedSection {
	padding: 10px;
}
div.cream {
	background-color: #fffded;
}
div.cardboard {
	background-color: #f6f0cb;
}
/* 20160720 */
div#forms-download {
	padding-bottom: 300px;
}
ul.download-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
ul.download-list li {
	font-size: 1.2em;
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
}
ul.download-list a {

}
ul.download-list a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background:url(../images/common/arw-square-orange32.png) 0 0 no-repeat;
	background-size: 16px;
	background:url(../images/common/arw-square-orange16.png) 0 0 no-repeat\9;
}
ul.download-list a.pdf:after {
	position: absolute;
	top: 50%;
	margin: -8px 0 0 5px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(../images/icon-pdf.gif) 0 0 no-repeat;
}
/*20161130*/
h4.personal_h_2nd {
	color: #666;
	font-weight: bold;
	padding: 3px;
	font-size: 1.3em;
	border-bottom: 1px solid #f63;
	margin-bottom: 10px;
}
h5.personal_h_3rd {
	display: inline-block;
	padding: 3px;
	border: 1px solid #666;
	color: #666;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.personal-col-2-1 {
	float: left;
	width: 50%;
}
.personal-col-2-1-inner {
	padding-right: 20px;
}
.personal-col-wrap:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.personal-col-wrap{
	min-height:1px;
}

* html .personal-col-wrap{
	height:1px;
/*\*//*/
height:auto;
overflow:hidden;
/**/
}
.td_udl {
	text-decoration: underline;
}
