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


/*-------------概要------------------------*/
.info_table1{
	padding:0;
	margin: 0 auto 20px auto;
	width: 100%;
}
.info_table1 th{
	color:#FFFFFF;
	background-color:#F29200;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
	text-align: left;
}
.info_td2{
	border-bottom:#CCCCCC solid 1px;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	background-color: #F5F5F5;
}


/*-------------サイトマップ------------------------*/

.site_td1{
	border-left:#0099CC solid 3px;
	background-image: url(../img/site_icon1.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	background-position: 5px 10px;
	vertical-align: top;
}
.site_td2{
	border-left:#CCCCCC solid 2px;
	background-image: url(../img/site_icon2.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	vertical-align: top;
	padding: 0 0 0 20px;
}
.site_td2 a{
/*	color:#666666;*/
	color:#09C;
	text-decoration:underline;
}
.site_td3{
	border-left:#CCCCCC solid 1px;
	padding: 0 0 0 20px;
	font-size: 12px;
}
.site_td3 a{
/*	color:#666666;*/
	color:#09C;
	font-size:12px;
	text-decoration:underline;
}

/*-------------フォーム------------------------*/

.EasyTable{
	width:100%;
	margin: 0 0 10px 0;
}
.EasyLeftTd{
	padding:5px;
	border-bottom: 1px solid #CCCCCC;
}
.EasyRightTd{
	padding:5px;
	border-bottom: 1px solid #CCCCCC;
}
input[type="submit"] {
padding:5px;
}




/*-------------園概要------------------------*/

#con_r .gayou01 {
	width: 100%;
	margin-bottom: 30px;
}

.gayou01 th  {
	width: 30%;
	text-align: left;
	background-color: #F6E8C5;
	padding: 10px;
	border-bottom: #FFFFFF 1px solid;
}
.gayou01 td  {
	text-align: left;
	padding: 10px;
	background-color: #FFFFFF;
	border-bottom: #F6E8C5 1px solid;
}

/*-------------子育て支援-----------------------*/
.koso_table{
	margin:0 auto 10px auto;
}
.koso_table th{
	font-weight:bold;
	text-align: left;
	padding: 5px;
	font-style: 18px;
	color: #009933;
	border-bottom: 1px dotted #CCCCCC;
}
.koso_td1{
	font-size:16px;
	padding:5px;
	color: #684522;
	border-bottom: 1px dotted #CCCCCC;
}
@media only screen and (max-width:480px){
    .gayou01 { margin: 0 5px; }
    .gayou01 th,
    .gayou01 td{
        width: 90%;
        display: block;
        border-top: none;
		padding: 10px;
    }
    .gayou01 tr:first-child th   { border-top: 1px solid #ddd; }
}
