@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}	body{
		background-color: #ff6eb0;
		margin:0px;
		padding:0px;
		}
	.header{
		padding:0 26px;
		}
	.wrapper{
		width:1010px;
		background: #fff ;
		margin:0 auto;
		}
	.container{
		padding:0 26px;
		text-align:center;
		}
	.oshirase{
		text-align:center;
		width:960px;
		border-bottom:#cdcdcd solid 3px;
		}
	.oshirase h2{
        background:url(/images/oshirase.gif) no-repeat;
		text-align:center;
		height:76px;
		font-size:34px;
		color:#0072ff;
		border-bottom:#0072ff solid 3px;
		line-height:120%;
		padding-bottom:10px;
		}
	.oshirase #feed{
        font-size:20px;
		text-align:left;
		line-height:56px;
		list-style-image:url(../images/icon_list.png); 
		}
	.setumei{
　　	text-align:center;
　　	width:960px;
		}	
	.setumei #teacher,#schedule{
		text-align:left;
		}
	.setumei #tokucho h2:before {
		content: url(/images/icon_strongpoint.png);
		margin: 10px;
		position: relative;
		top:12px;
		}
	.setumei #schedule h2:before {
        content: url(/images/icon_schedule.png);
    	margin: 10px 10px 30px 10px;
    	position: relative;
    	top:12px;
		}
	.setumei #teacher h2:before {
        content: url(/images/icon_teacher.png);
        margin: 10px;
        position: relative;
        top:12px;
		}
	.setumei #tokucho h2{
		font-size:36px;
		}
	.setumei #schedule h2{
		font-size:34px;
		}
	.setumei #teacher h2{
		font-size:34px;
		}
    .setumei #schedule{
		width:50%;
		float:left;
		}
	.setumei #teacher{
		width:49%;
		float:right;
		}
	.setumei h2 {
		background-color:#ff288a;
		color:#fff;
		padding:5px 0 25px 0;
		}
	.setumei #teacher h3 {
		color:#ff288a;
		font-size:28px;
		}
	.setumei p {
		line-height:140%;
		}
	#tokucho_left {
		text-align:left;
		float:left;
		width:60%;
		}
	#tokucho_left h3 {
		display:block;  
    	line-height:120%;
		background-repeat: no-repeat; 
		background-position:left center;
    	padding-top:5px;
		padding-bottom:none;
    	padding-left:65px;
		font-size:34px;
		margin-bottom:0px;
		margin-top:5px;
		}
	#tokucho_left #one {
		height:70px;
		background-image: url(/images/icon_1.png);
		margin-bottom:20px;
		}
	#tokucho_left #two {
		height:50px;
		background-image: url(/images/icon_2.png);
		}
	#tokucho_left #three {
		height:50px;
		background-image: url(/images/icon_3.png);
		}
	#tokucho_left #four {
		height:50px;
    	background-image: url(/images/icon_4.png);
		}
	#tokucho_left p {
    	padding-left:65px;
		margin-top:0px;
	    margin-bottom:40px;
		}
	#tokucho_right {
		float:right;
		width:40%;
		}
	#tokucho_right img {
        margin-top:5px;
		margin-bottom:15px;
        }
    .movie {
		clear:both;
		background-image:url(../images/bg_green.gif);
		padding:10px 25px 25px 25px;
		}
	.movie h2{
	    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
		font-size:34px;
		color:#fff;
		background-color:#01bf83;
		padding:10px;
		}
	.map h2 {
		clear:both;
		}
	.map h2 {
    	display:block;   
    	background-image: url(/images/icon_tel.png);
    	background-repeat: no-repeat;
		background-position:110px 28px;
    	padding-top:20px;
    	padding-left:0px;
		height:100px;
		border-bottom:solid #ff288a 3px;
		font-size:34px;
		line-height:120%;
		}
	.map h3 {
        font-size:36px;
		color:#ff288a;
		line-height:120%;
		padding-top:0px;
		margin-top:0px;
		}

	.map p {
		font-size:24px;
		line-height:130%;
		}
    .contact{
		clear:both;
		background-image:url(/images/bg_contact.gif);
		margin:25px;
		padding:15px 0;
		}
    .contact #mailformpro{
		margin:0 auto;
		}
    .contact h2{
		font-size:34px;
		color:#000;
		text-align:center;
		}
	.contact p{
		text-align:center;
		line-height:120%;
		}
		
    .backtotop {
	    border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
		background-color:#ececec;
		padding:6px;
		width:150px;
		float:right;
		margin-bottom:15px;
		margin-top:15px;
		}
	.backtotop a{
		font-size:16px;
		font-weight:bold;
		color:#000;
		display:block;
		padding:10px;
		}

	.footer {
		bottom: 0;
		width: 100%;
		height: 100px;
		background-color:#ffc5e0;
		text-align:center;
		padding-top:20px;
		}