@charset "UTF-8";

/*ページ全体----------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FDDBDD;
	background-color: #FBFBEE;
}

main {
	clear: both;
	min-height: 500px;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}



/*link style----------------------*/

a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:focus { outline:none;}



/*imgの下の空白をなくす----------------------*/
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
/*imgマウスオーバー----------------------*/
a img {
	border-style: none;
	transition: 0.5s;
}
a img:hover {
	opacity: 0.50;
}

a img:focus{
	outline: none;
	overflow : hidden;
    outline : none;
}




/*h1（ロゴ）----------------------*/
h1 {
	padding-top: 20px;
	margin: 0px;
	float: left;
}



/*ヘッダー----------------------*/
header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF7496;
}
#top_btn {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
#top_btn ul {
	float: right;
	width: 318px;
	list-style-type: none;
	margin-top: 20px;
}
#top_btn ul li {
	float: left;
}
#top_btn ul li img{
	margin-left: 5px;
}



/*フッター----------------------*/
footer {
	width: 100%;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF7496;
	font-size: 0.8em;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #FF7496;
}



/*レイアウト----------------------*/
#wrap {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#wrap table {
	width: 99%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF;
}
#wrap table td {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
#wrap table td.bg {
	background-color: #FFEA6B;
	text-align: center;
	vertical-align: middle;
}
#wrap table td ul {
	list-style-type: none;
	padding-left: 0;
}
#wrap table td ul li {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FEDBDD;
	/* border-radius */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 0px;
}
#wrap table th{
	border:1px solid #999;
	background:#dcdcdc;
}
.flex {
	display: flex;
	justify-content: center;
	margin: 0px;
	padding: 0px;
}
#wrap table td.center{
	text-align:center;
}

#wrap table.nobd{
	border:none;
	margin-bottom:0px;
}
#wrap table.nobd td{
	border:none;
}

/*見出し----------------------*/
.tit_enji {
	font-size: 1.6em;
	color: #FFF;
	background-color: #6DD56D;
	background-image: url(../images/common/h2_icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 30px;
	padding-top: 10px;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	clear: both;
}
.tit_teacher {
	font-size: 1.6em;
	color: #FFF;
	background-color: #F5A550;
	background-image: url(../images/common/h2_icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 30px;
	padding-top: 10px;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	clear: both;
}
.tit_mainte {
	font-size: 1.6em;;
	color: #FFF;
	background-color: #7C9CF6;
	background-image: url(../images/common/h2_icon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 30px;
	padding-top: 10px;
	padding-left: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	clear: both;
}


/*フォームボタン----------------------*/
.form_btn {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.form_btn img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}




/*園児票（個人）のリンクボタン----------------------*/

#kojin_list {
	margin: 0px;
	padding: 0px;
}
#kojin_list ul {
	list-style-type: none;
}
#kojin_list ul li {
	background-color: #FFF;
	border: 2px solid #FF7496;
	float: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: 20px;
	/* border-radius */
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}


#wrap table.s_list td{
	line-height: 1.2em;
	padding-top:0px;
	padding-bottom:0px;
}
.item{
	font-weight:bold;
	font-size:1.1em;
	margin:10px;

}
.item_name{
	width:200px;
}