@media (max-width: 768px) {
	body {
	    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	    margin:0;
	    padding:0;
	    color: #333;
	    text-align: center;
	    border-top:5px solid #10A4C6;
	    overflow-x: hidden;
	    width: 100%;
	    min-width: 100%;
		-webkit-font-smoothing: antialiased; //なめらか
		-moz-osx-font-smoothing: grayscale; //なめらか
		
	}
	.wrap{
		overflow: hidden;
	}
	.header{
		height:140px;
	}
	h1{
		width:100%;
		height:140px;
		margin:0 auto;
		padding:0;
	}
	h1 a{
		width:100%;
		height:140px;
		margin:0;
		padding:0;
		background-image: url(../image/logo3.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 80px;
		text-indent: -9000px;
		text-align: left;
		display: block;
	}
	.nav{
		border-bottom: solid 1px #ddd;
		border-top: solid 1px #ddd;
		height:65px;
	}
	.nav ul{
		margin:0 auto;
		padding:0;
		height:65px;
	}
	.nav ul#menu li{
		margin:0;
		padding:0;
		height:65px;
		width:25%;
		float: left;
		display: inline-block;
		list-style: none;
	}
	
	.nav ul li a{
		margin:0;
		padding:0;
		height:65px;
		line-height: 65px;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color:#333;
	}
	.nav ul li a:hover{
		color: #e3007f;
	
	}
	.monthly-pulldown{
		padding:20px 0;
		
	}

}
@media (min-width: 769px) {
	body {
	    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	    margin:0;
	    padding:0;
	    color: #333;
	    text-align: center;
	    border-top:5px solid #10A4C6;
		-webkit-font-smoothing: antialiased; //なめらか
		-moz-osx-font-smoothing: grayscale; //なめらか
	}
	.header{
		height:160px;
	}
	h1{
		width:500px;
		height:160px;
		margin:0 auto;
		padding:0;
	}
	h1 a{
		width:500px;
		height:160px;
		margin:0;
		padding:0;
		background-image: url(../image/logo3.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 110px;
		text-indent: -9000px;
		text-align: left;
		display: block;
	}
	.nav{
		border-bottom: solid 1px #ddd;
		border-top: solid 1px #ddd;
		height:65px;
	}
	.nav ul{
		margin:0 auto;
		padding:0;
		height:65px;
	}
	.nav ul#menu li{
		margin:0;
		padding:0;
		height:65px;
		display: inline-block;
		list-style: none;
	}
	
	.nav ul li a{
		margin:0;
		padding:0 40px;
		height:65px;
		line-height: 65px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color:#333;
	}
	.nav ul li a:hover{
		color: #e3007f;
	
	}
	.monthly-pulldown{
		display: none;
		
	}
}
a:hover{
	color: #e3007f;
}




.nav ul.child{
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
}


.nav ul#menu li ul.child li{
	margin:0;
	padding:0;
	height:40px;
	line-height: 40px;
	display: block;
	list-style: none;
	background-color: #eee;
	border-bottom:1px solid #cccccc;
}

.nav ul#menu li ul.child li a{
	margin:0;
	padding:0 40px;
	height:40px;
	line-height: 40px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#333;
}
.nav ul#menu li ul.child li a:hover{
	background-color: #333;
	color: #ffffff;
}






@media (max-width: 768px) {
	#sample{
		margin:0px auto;
		position: relative;
	
		width:100%;
		overflow: hidden;
		height:130px;
	}
	#sample img{
		width:100%;
		height:auto;
	}
}
@media (min-width: 769px) {
	#sample{
		margin:20px auto;
		position: relative;
	
		width:1000px;
		height:350px;
	}
	#sample img{
		border: solid 10px #ddd;
		border-radius: 20px;
		width:1000px;
		height:auto;
	}
}

.slide{
	margin:20px auto;
	position: relative;
	background-image: url(../image/slide_l.jpg);
	background-size: cover;
	background-position: center center;
	border: solid 10px #ddd;
	border-radius: 20px;
	width:1000px;
	height:350px;
}




.slide ul{
	position: absolute;
	bottom:-55px;
	height:150px;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align: right;
}
.slide ul li{
	list-style: none;
	margin:0 20px;
	padding:0;
	height:150px;
	width:150px;
	display: inline-block;

	position: relative;
}
.slide ul li a{
	background-color: #10A4C6;
	border-radius: 50%;
	height:150px;
	width:150px;
	display: inline-block;
	overflow: hidden;
	color: #ffffff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	text-shadow: 2px 2px 2px #777777;
}
.slide ul li a:hover{
	background-color: #ea4454;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.slide ul li a strong{
	font-size: 18px;
}
.slide ul li a span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :150px;
  text-align:center;
}










@media (max-width: 768px) {
	.topcopy{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding:20px 0;
		margin:auto;
		text-align: center;
		width:100%;
	}
	.topcopy h2{
		margin:0;
		font-size: 20px;
		color: #351042;
	}
	.topcopy p{
		font-size: 14px;
		margin:10px 0 0 0;
		padding:0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

}
@media (min-width: 769px) {
	.topcopy{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding-top:40px;
		margin:auto;
		text-align: center;
		width:850px;
	}
	.topcopy h2{
		margin:0;
		font-size: 24px;
		color: #351042;
	}
	.topcopy p{
		font-size: 16px;
		margin:10px 0 0 0;
		padding:0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}



@media (max-width: 768px) {
	.topnews{
		width:100%;
		text-align: left;
		padding:10px 0 50px 0;
		margin:auto;
		clear: both;
	}
	.topnews h3{
		margin:auto;
		font-size: 20px;
		padding: 15px 10px;
	    border-bottom: solid 1px #ddd;
	    color: #351042;
	}
}
@media (min-width: 769px) {
	.topnews{
		width:850px;
		text-align: left;
		padding:10px 0 50px 0;
		margin:auto;
		clear: both;
	}
	.topnews h3{
		margin:auto;
		font-size: 20px;
		padding: 15px 10px;
	    border-bottom: solid 1px #ddd;
	    color: #351042;
	}

}


.topaccess{
	width:850px;
	text-align: left;
	padding:20px 0 60px 0;
	margin:auto;
}
.topaccess h3{
	margin:auto;
	font-size: 20px;
	padding: 15px 10px;
    border-bottom: solid 1px #ddd;
    color: #351042;
}
.topaccess iframe{
	width:100%;
	height:360px;
	margin:20px 0;
}

@media (max-width: 768px) {
.media-table{
	width:100%;
	margin:15px auto 50px 0;
	text-align: left;
	}
.media-table tr th{
	vertical-align: top;
	padding:10px 10px 10px 5px;
	font-weight: normal;
	border-bottom:1px dotted #cccccc;
	white-space: nowrap;
	font-size: 12px;

	}
.media-table tr td{
	vertical-align: top;
	padding:10px 10px 10px 5px;
	border-bottom:1px dotted #cccccc;
	font-size: 12px;
	}
.media-table tr th strong{
	font-size: 10px;
	text-align: center;
	display: block;
	background-color: #ea4454;
	color:#ffffff;
	padding:5px 15px;
	}
.media-table tr td span{
	font-size: 11px;
	text-align: center;
	display: block;
	float: left;
	background-color: red;
	color:#ffffff;
	padding:5px 15px;
	margin:0 5px 0 0;
	border-radius: 8px;
	font-weight: bold;
	}
}
@media (min-width: 769px) {
.media-table{
	width:100%;
	margin:15px auto 50px 0;
	text-align: left;
	}
.media-table tr th{
	vertical-align: top;
	padding:10px 10px 10px 5px;
	font-weight: normal;
	border-bottom:1px dotted #cccccc;
	white-space: nowrap;
	width:90px;
	}
.media-table tr td{
	vertical-align: top;
	padding:10px 10px 10px 5px;
	border-bottom:1px dotted #cccccc;
	}
.media-table tr th strong{
	font-size: 10px;
	text-align: center;
	display: block;
	background-color: #ea4454;
	color:#ffffff;
	padding:5px 15px;
	}
.media-table tr td span{
	font-size: 11px;
	text-align: center;
	display: block;
	float: left;
	background-color: red;
	color:#ffffff;
	padding:5px 15px;
	margin:0 5px 0 0;
	border-radius: 8px;
	font-weight: bold;
	}
}



.schools-top{
	width:1200px;
	text-align: left;
	margin:auto;
	clear: both;
}
.schools-top-lay{
	width:100%;
	float: left;
	padding:60px 0 50px 0;
}
.schools-top-waku{
	width:300px;
	text-align: center;
	float: left;
	padding:0;
	margin:15px 0;
}
.schools-top-waku div{
	margin:0 15px;
	padding:10px 0 20px 0;
	background-color: #eee;
	font-size: 16px;
	font-weight: bold;
}
.schools-top-waku div img{
	display: block;
	margin:0 0 15px 0;
}



@media (max-width: 768px) {
	.footer{
		background-color:#333;
		clear: both;
		color: #ffffff;
	}
	.footer-lay{
		
		width:100%;
		margin:auto;
		text-align: left;
	}
	.footer-lay1{
		padding:30px 20px 30px 50px;
		font-size: 12px;
	}
	.footer-lay2{

	}

}
@media (min-width: 769px) {
	.footer{
		background-color:#333;
		clear: both;
		min-height:460px;
		color: #ffffff;
	}
	.footer-lay{
		width:960px;
		margin:auto;
		text-align: left;
	}
	.footer-lay1{
		width:400px;
		text-align: left;
		float: left;
		min-height:460px;
		padding-top:60px;
		font-size: 14px;
	}
	.footer-lay2{
		width:560px;
		margin:0 0 0 0px;
		text-align: center;
		float: left;
		min-height:460px;
		text-align: left;
	}

}


.footer-lay1 div.honkohjiname{
	padding:0 0 20px 0;
}
.footer-lay1 div.honkohjiname strong{
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-font-smoothing: antialiased; //なめらか
	-moz-osx-font-smoothing: grayscale; //なめらか
}
.footer-address{
	padding:4px 0;
}
.telfax{
	font-size: 10px;
	font-weight: bold;
	width:40px;
	float: left;
	text-align: center;
	background-color: #eeeeee;
	padding:2px 0px;
	margin:0 10px 0 0;
	color:#333;
	border-radius: 3px;
}

.footer-lay1 a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	border:1px solid #dddddd;
	width:160px;
	padding:5px;
}
.footer-lay2-title{
	width:600px;
	float: left;
	text-align: left ;
}
.footer-lay2 div{
	width:100%;
	padding:10px 0 0 0;
}
.footer-lay2 ul{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	font-size: 14px;
	border-left:1px solid #ffffff;
}
.footer-lay2 ul li{
	list-style: none;
	margin:0;
	padding:0 25px;
	border-right:1px  solid #ffffff;
	display: inline-block;
	list-style: none;
}
.footer-lay2 a{
	color: #ffffff;
}
@media (max-width: 768px) {
	.copyright{
		background-color: #eeeeee;
		font-size: 12px;
		padding:20px 0;
		text-align: center;
	}
	.copyright div{
		width:100%;
		margin:auto;
	}

}
@media (min-width: 769px) {
	.copyright{
		background-color: #eeeeee;
		font-size: 12px;
		padding:20px 0;
	}
	.copyright div{
		width:1200px;
		margin:auto;
		text-align: left;
	}
}




.gs-name{
	padding:60px 0;
	
}
.gs-name h2{
	margin:0;
	font-size: 28px;
	letter-spacing: 2px;
}

.gs-lay{
	width:1000px;
	margin:auto;
	text-align: left;
	clear: both;
}
.gs-name-sub{
	text-align: right;
	margin:0 0 30px 0;
}
.gs-name-sub a{
	font-size: 12px;
}
.gs-name-sub-menu{
	float: left;
	font-size:14px;
}
.gs-name-sub-menu a{
	text-decoration: none;
	color: #e0147f;
	font-size: 14px;
}
.gs-lay-float{
	width:100%;
	float: left;
	padding: 20px 0;
}
.gs-lay-left{
	width:300px;
	float: left;
}
.gs-lay-left img{
	width:280px;
	height:auto;
}
.gs-lay-right{
	width:700px;
	float: left;
}
.gs-lay-float table{
	width:100%;
	font-size: 14px;
	border-bottom:1px dotted #cccccc;

}
.gs-lay-float table tr td{
	border-top:1px dotted #cccccc;
	width:40%;
	padding:15px 5px 15px 0;
}
.gs-lay-float table tr th{
	border-top:1px dotted #cccccc;
	width:10%;
	padding:15px 0 15px 0;
}

.gs-lay-float .gs-lay-right table{
	width:100%;
	font-size: 14px;
	border-bottom:none;
}
.gs-lay-float .gs-lay-right table tr td{
	border-top:1px dotted #cccccc;
	width:39%;
	padding:15px 5px 15px 0;
}
.gs-lay-float .gs-lay-right table tr th{
	border-top:1px dotted #cccccc;
	width:11%;
	padding:15px 0 15px 0;
}

.gs-lay2{
	width:1000px;
	margin:auto;
	text-align: left;
	clear: both;
	padding:10px 0 70px 0;
}
.gs-lay2 h3{
	font-size: 22px;
/*	border-bottom: 1px dotted #cccccc;*/
	padding:30px 0 30px 10px;
	margin:30px 0 20px 0;
	color: #009acd;
}
.gs-lay2 p{
	padding:0 30px;
	margin:30px 0;
}


.gakunen-calendar table{
	width:95%;
	font-size: 14px;
	margin:auto;
	border-top: 1px dashed #cccccc;
}
.gakunen-calendar table tr td{

	width:75%;
	padding:10px 5px 10px 0;
	border-bottom: 1px dashed #cccccc;
}
.gakunen-calendar table tr th{

	width:25%;
	padding:10px 0 10px 10px;
	border-bottom: 1px dashed #cccccc;
}



.kaikoujigen-table{
	width:100%;
	margin:0 auto 40px auto;
	background-color: #cccccc;
	table-layout: fixed;
}

.kaikoujigen-table tr td{
	background-color: #ffffff;
	padding:5px 2px;
	text-align: center;
	min-height:100px;
	font-size: 12px;
	vertical-align: top;
}
.kaikoujigen-table tr th.none{
	width:90px !important;
}
.kaikoujigen-table tr td.tan-i{
	white-space: nowrap;
}
.kaikoujigen-table tr th{
	background-color: #eeeeee;
	padding:8px 5px;
	text-align: center;
}
.kaikoujigen-table tr th.time{
	font-size: 12px;
	font-weight: normal;
}
.kaikoujigen-table tr th span{
	font-size: 12px;
	font-weight: normal;
}
.timetable01{
	width:4% !important;
}
.timetable01a{
	width:8% !important;
}
.timetable01a{
	width:8% !important;
}
.non-fix{
	table-layout: auto !important;
}
.width40{
	width:40% !important;
}
.width20{
	width:20% !important;
}
.width15{
	width:15% !important;
}
.width10{
	width:10% !important;
}
.width5{
	width:5% !important;
}



.kaikoujigen-table-non-fix{
	width:100%;
	margin:0 auto 40px auto;
	background-color: #cccccc;
}

.kaikoujigen-table-non-fix tr td{
	background-color: #ffffff;
	padding:5px 5px;
	text-align: left;
	min-height:100px;
	font-size: 12px;
}
.kaikoujigen-table-non-fix tr th{
	background-color: #eeeeee;
	padding:8px 5px;
	text-align: center;
}



.bikou{
	font-size: 13px;
}
.bikou p{
	padding:0 0px;
	margin:30px 0;
}

.about-lay{
	padding:0 60px;
	line-height: 180%;
}
.contact-lay{
	padding:0 60px;
	line-height: 180%;
}

.contact-lay input{
	width:360px;
	font-size: 16px;
	padding:3px;
}
.contact-lay table{
	margin:0 0 50px 0;
}
.contact-lay table tr th{
	padding:15px;
	white-space: nowrap;
}
.contact-lay table tr td{
	padding:15px;
}
.contact-lay textarea{
	width:480px;
	height:240px;
	font-size: 16px;
	padding:3px;
}
.must_red{
	color:red;
	font-size: 10px;
	display: block;
	text-align: right;
}
.contact_email_small{
	font-size: 10px;
	color: red;
}

.widget-content{
	text-align: center;
}
.widget-content input{
	width:400px;
	font-size: 16px;
	padding:5px;
}


.tag{
	margin:0 100px;
	padding:30px 0;
}
.tag ul{
	float:left;
	width:100%;
}
.tag ul li{
	float:left;
	list-style: none;
	margin:10px;
}
.tag ul li a{
	display: block;
	background-color: #1aa0e5;
	color:#ffffff;
	padding:3px 10px;
	text-decoration: none;
	border-radius: 5px;
}

.search-result{
	clear:both;
	border-top:1px dotted #cccccc;
	padding:20px;
	float:left;
	width: 100%;
}
.search-result h4{
	font-size:20px;
	margin:50px 0;
}
.search-result-waku{
	width:30%;
	float:left;
	margin:10px;
}
.search-result-waku p{
	font-size:12px;
}
.hidden{
	display: none;
}




.pagetitle h2{
	margin:0;
	padding:45px 0 0px 0;
	font-size: 28px;
	letter-spacing: 3px;
	color: #351042;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #10A4C6;
}


@media (max-width: 768px) {
	.houwa-lay{
		width:100%;
		text-align: left;
		padding:30px 0 60px 0;
		margin:auto;
	}
	.houwa-left{
		width:100%;
	}
	.houwa-right{
		display: none;
	}
}
@media (min-width: 769px) {
	.houwa-lay{
		width:900px;
		text-align: left;
		padding:30px 0 60px 0;
		margin:auto;
	}
	.houwa-left{
		width:650px;
		float: left;
	}
	.houwa-right{
		width:250px;
		float: left;
	}
}



.houwa-wrapper{
	width:100%;
	clear:both;
	float: left;
}
.houwa-wrapper img{
	max-width: 100%;
	height:auto;
}

@media (max-width: 768px) {
	.page-lay{
		text-align: left;
		padding:30px 15px 60px 15px;
		margin:auto;
	}
}
@media (min-width: 769px) {
	.page-lay{
		width:900px;
		text-align: left;
		padding:30px 0 60px 0;
		margin:auto;
	}

}


@media (max-width: 768px) {
	.top-2windows{
		width:100%;
		margin:10px auto 10px auto;
		clear: both;
		float: left;
	}
	.top-2windows h3{
		margin:0;
		text-align: center;
		font-size: 18px !important;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.top-2windows-waku{
		width:50%;
		float: left;
	}
	.top-2windows-waku img{
		width:60%;
		height:auto;
		text-align: center;
		margin:auto;
		display: block;
		border-radius: 5px;
	}
	.top-2windows-waku-lay{
		margin:0 1px;
		padding:0;
		text-align: left;
	}
	.top-2windows-waku-right{
		padding:10px 8px;
		font-size: 14px;
	}
	.top-2windows-bot{
		background-color:#10A4C6;
		display: block;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		padding:10px 0 ;
		margin:0 25px;
		border-radius: 8px;
		text-decoration: none;

	}
	a.top-2windows-bot:hover{
		background-color:#ccc;
		color:#fff;
	}
	.top-2windows-waku-right p{
min-height:180px;
margin:10px 0;
overflow: hidden;
	}
}
@media (min-width: 769px) {
	.top-2windows{
		width:1000px;
		margin:60px auto 30px auto;
		clear: both;
		height:260px;
	}
	.top-2windows h3{
		margin:0;
		font-size: 18px !important;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.top-2windows-waku{
		width:50%;
		float: left;
		height:260px;
	}
	.top-2windows-waku img{
		width:140px;
		height:auto;
		float: left;
		border-radius: 7px;
	}
	.top-2windows-waku-lay{
		margin:0 10px;
		padding:15px 15px 10px 15px;
		text-align: left;
		border:1px solid #ccc;
		border-radius: 10px;
	}
	.top-2windows-waku-right{
		margin-left:153px;
		padding:10px 8px;
		font-size: 14px;
	}
	.top-2windows-bot{
		background-color:#10A4C6;
		display: block;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		padding:10px 0 ;
		margin:0 25px;
		border-radius: 8px;
		text-decoration: none;

	}
	a.top-2windows-bot:hover{
		background-color:#ccc;
		color:#fff;
	}
	.top-2windows-waku-right p{
height:120px;
margin:10px 0;
overflow: hidden;
	}
}

	
	
	
		.searchresult-waku{
		margin:10px 10px 55px 10px;
		padding:0 0 10px 0;
	}
	.searchresult-waku h4 {
    font-size: 20px;
    margin: 0;
    padding: 5px 5px 15px 5px;

    border-bottom: 1px solid #77a9a7;
}

.searchresult-waku h4 span {
    font-size: 12px;
    color: #ea4454;
}
.searchresult-waku h4 em {
    font-size: 12px;
    font-style:normal;
}
.blog-excerpt {
    padding: 20px 0px 40px 0;
}
.searchresult-bot {
    background-color: #10A4C6;
    display: block;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 8px 0 8px 0px;
    margin: 0 auto;
    width: 280px;
    border-radius: 20px;
    text-decoration: none;
}
.houwa-right h3 {
	font-size: 16px;
	padding:0;
	margin:20px 0 10px 20px;
}
.houwa-right ul {
    margin: 0;
    padding: 10px 20px 20px 40px;
    text-align: left;
}
.houwa-right ul li {
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
.blog_monthly{
	padding:20px 0 0 25px;
}
