@charset "UTF-8";
@import "style.css";
@import "a-tag.css";

/*************************************************
	■TOPメニュー部
*************************************************/
.top_menu {
	width: 940px; height: 290px;
	margin: 0px auto 0px auto;
	background:url("../toppage/top.jpg") no-repeat center center;
	position: relative;
}

.top_menu img {
	padding: 0px;
    margin: 0px;
	position: absolute;
	top: 0px; left: 0px;
	overflow: hidden;
}

#Work {
	position: absolute;
	top: 0px;
	left: 100px;
}

#Work img {
    width: 128px;
}

#Member {
	position: absolute;
	top: 85px;
	left: 0px;
}

#Member img {
	width: 166px;
}

#Counseling {
	position: absolute;
	top: 180px;
	left: 100px;
}

#Counseling img {
    width: 128px;
}


#Counselor {
	position: absolute;
	top: 20px;
	left: 300px;
}

#Counselor img {
    width: 134px;
}


#Performance {
	position: absolute;
	top: 80px;
	left: 190px;
}

#Performance img {
    width: 133px;
}

#Counselingroom {
	position: absolute;
	top: 170px;
	left: 280px;
}

#Counselingroom img {
    width: 128px;
}

#CTraining {
	position: absolute;
	top: 20px;
	left: 700px;
}

#CTraining img {
    width: 173px;
}


#Seminar {
	position: absolute;
	top: 90px;
	left: 797px;
	text-align: center;
}

#Seminar img {
    position: absolute;
    width: 141px;
}

#Counselorlink {
	position: absolute;
	top: 180px;
	left: 707px;
}

#Counselorlink img {
    width: 120px;
}


/*************************************************
	■中／メインコンテンツ部
*************************************************/
/* 20201109 追加*/
.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em auto 1.5em 20px;
	padding: 15px 10px;
	width: 720px;
	color: #FF5050;
	font-size: 18px;
	background: #FFE5E5;
	background-position: center center;
	border-radius: 15px;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #FFE5E5;
}
.balloon1 p {
	text-align:center;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
.balloon1 a {
	color: #FF5050;
}
.balloon1:link{
	color: #FF5050;
}
.balloon1:visited{
	color: #FF5050;
}
.balloon1 a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
/* 20201109 ここまで*/

/* 20200407 追加*/
.wrap {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 9pt;
}
.youtube {
	position: relative;
	height: 0;
	margin-bottom: 10px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 95%;
	height: 95%;
}
.wrap p {
	margin: 10px 0px 10px 0px;
	padding-left: 22px;
	background-image: url("../toppage/ms-tips_list.png");
	background-position:  0px 0px;
	background-repeat: no-repeat;
}
.wrap img{
	width: 100%;
	padding-bottom: 10px;
}
.wrap a {
	padding: 8px 0px 8px 0px;
	border: 0px;
}
.wrap a:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}

.float-right{
	float: right;
	width: 49.5%;
}
.float-left{
	float:left;
	width: 49.5%;
}
.wrap:after{
display: block;
clear: both;
content: "";
}
/* 20200407 ここまで*/

.childsmile_link {
	width: 720px;  height: 508px;
	margin: 0px 0px 30px 20px;
	padding: 0px 0px 0px 0px;
	border: 1px #FC9649 solid;
		
	font-size: 9pt;
	line-height: 140%;
	position: relative;
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	behavior: url("../js/pie/PIE.htc");
}

.childsmile_link .title {
	width: 100%; height: 48px;
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url("../toppage/childsmile_link.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #F6D3BA;
	
	text-indent: -9999px;
	overflow: hidden;
	
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	
	behavior: url("../js/pie/PIE.htc");
}

.childsmile_link p {
	width: 670px;
	margin: 10px auto 10px 10px;
	padding-left: 22px;
	
	background-image: url("../toppage/childsmile_link_list.png");
	background-position:  0px 0px;
	background-repeat: no-repeat;
}

.childsmile_link_tb {
	width: 632px;  height: 150px;
	margin: 10px auto 20px 30px;
	padding: 10px auto 10px 30px;
	border: 0px #FFFFFF solid;
	
	background-image: url("../toppage/childsmile_link_tb.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	behavior: url("../js/pie/PIE.htc");

}

.childsmile_link_bn {
	width: 600px;  height: 130px;
	margin: 25px auto 10px 50px;
	padding: 10px auto 10px 30px;
	border: 0px #FFFFFF solid;
	
	background-image: url("../toppage/childsmile_link_bn.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	behavior: url("../js/pie/PIE.htc");

}

.childsmile_link_bn:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}
.counseling_link {
	width: 760px;  height: 232px;
	margin: 54px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 8px #56D3B9 solid;
		
	font-size: 9pt;
	line-height: 140%;
	position: relative;
	
	-webkit-border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	border-radius: 18px 18px 18px 18px;
	
	behavior: url("../js/pie/PIE.htc");
}

.counseling_link .title {
	width: 100%; height: 48px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-image: url("../toppage/counseling_link.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #C9F1EA;
	
	text-indent: -9999px;
	overflow: hidden;
	
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	behavior: url("../js/pie/PIE.htc");
}

.counseling_link_bn {
	width: 160px; height: 160px;
	margin: 0px auto 0px auto;
	
	text-indent: -9999px;
	overflow: hidden;
	
	background-image: url("../toppage/counseling_link_click.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #56D3B9;
	
	display: block;
	position: absolute;
	top: 38px;
	right: 20px;
	
	-webkit-border-radius: 80px 80px 80px 80px;
	-moz-border-radius: 80px 80px 80px 80px;
	border-radius: 80px 80px 80px 80px;
	
	behavior: url("../js/pie/PIE.htc");
	
}

.counseling_link_bn:hover {
	background-color: #90E2D1;
}

.counseling_link p {
	width: 580px;
	margin: 0px auto 0px 10px;
}

.counseling_link p strong {
	width: 87px; height: auto;

 	padding: 0px 0px;
	margin: 0px 0px 5px 0px;
	
	text-indent: -9999px;

	background-image: url("../toppage/counseling_link_area.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	
	position: relative;
	display: block;
}


.counseling_seminar {
	margin: 0px auto 10px auto;
	position: relative;
}

.counseling_seminar p {
 	width: 52%; height: 72px;
	font-size: 10pt;
	padding-left: 22px;
	
	background-image: url("../toppage/counseling_seminar_list.png");
	background-position:  0px 0px;
	background-repeat: no-repeat;
}

.counseling_seminar_bn {
	width: 300px; height: 46px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border: 5px #F3C3D4 solid;
	
	background-image: url("../toppage/counseling_seminar_bn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #D16D9F;
	
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	-webkit-border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	border-radius: 40px 40px 40px 40px;
	
	behavior: url("../js/pie/PIE.htc");

}

.c_training_bn {
	width: 706px;  height: 99px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 3px #72BBFF solid;
	
	background-image: url("../toppage/c_training_bn.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	behavior: url("../js/pie/PIE.htc");

}

.counseling_seminar_bn:hover,
.c_training_bn:hover  {
	filter:alpha(opacity=70);
	opacity:0.7;
}

.block_top-center{
	margin:4px 32px 0 32px;
	}
.seika{
	padding-bottom:16px;
	}
.seika P{
	padding:12px;
	font-size:80%;
	line-height:140%;
	}
.seika IMG{
	margin-top:2px;
	}
.seika LI{
	list-style:none;
	}
.seika DL{
	margin:4px 10px;
	}
.seika DT{
	font-size:75%;
	font-weight:bold;
	color:#666;
	padding:6px 0 0 0px;
	}
.seika DD{
	color:#039;
	font-size:80%;
	padding:0px 4px 5px 20px;
	background:url("../image/dotline-gr-1p.gif") repeat-x 0 bottom;
	line-height:140%;
	}
	
.seika DD.noborder{
	color:#039;
	font-size:80%;
	padding:0px 4px 10px 20px;
	background-image: none;
	line-height:140%;
}
	
.shinchaku DL{
	margin-top:4px;
	}
.shinchaku DT{
	font-size:75%;
	font-weight:bold;
	color:#0066cc;
	padding:8px 0 0 2px;
	}
.shinchaku DD{
	font-size:80%;
	padding:4px 4px 8px 20px;
	background:url("../image/dotline-gr-1p.gif") repeat-x 0 bottom;
	line-height:140%;
	}
.shinchaku UL{
	margin:0px 0 12px 20px;
	line-height:160%;
	}

#top-ws  {
	margin: 0px 0px 50px 0px;
}

#top-ws DL{
	margin:4px 0;
	}
#top-ws DT{
	font-size:75%;
	font-weight:bold;
	color:#f90;
	padding:8px 0 0 2px;
	}
#top-ws DD{
	font-size:80%;
	margin-top:;
	padding:2px 4px 8px 20px;
	background:url("../image/dotline-gr-1p.gif") repeat-x 0 bottom;
	}
	
#top-ws STRONG{
	color:#0066cc;
	}
	
	
span.org {
	color: #ff9c32;
}
/*************************************************
	■インフォメーション
*************************************************/
.information{
	background:url("../menu-right/R_info-bg.png") repeat-y right 0;
	font-size:65%;
	letter-spacing:1px;
	line-height:135%;
	}
	
.info-kobetu{
	background:url("../menu-right/arrow-gr-pk.gif") no-repeat 0 4px;
	margin:10px 15px 0 16px;
	padding-bottom:5px;
	padding-left:12px;
	}
	
.info-kobetu IMG{
	margin-left:8px;
	}
	
.info-kobetu SPAN{
	font-weight:bold;
	color:#c36;
	}


.info-kobetu A:link {
	color:#003399;
	text-decoration: underline;
	}
	
.info-kobetu A:visited {
	color:#003399;
	text-decoration: underline;
	}
	
.info-kobetu A:hover {
	color: #c36;
	text-decoration: none;
	}
	
h2{
	color:#c36;
	}
	
.basis {
	position: relative;
}
	
a.to_workshop {
	font-size: 10pt;
	color: #ff9900;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
	
	
/*************************************************
	■バナー
*************************************************/
.bnr_pane {
	margin: 30px;
	text-align: center;
}

.bnr_pane a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}