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


.clear {
	clear:both;
	}
	
	
.all_result_top {
	background-color:#DB576E;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	color:#FFF;
	text-shadow: 1px 1px 1px #000;
	font-size:17px;
	font-weight:normal;
	padding:8px 10px;
	margin:5px 0;
	}
	
.schoolarea_list {
	margin:10px;
	}
	
.schoolarea_list ul {
	list-style:none;
	}
	
.schoolarea_list ul li {
	margin-bottom:10px;
}

.schoolarea_list a {
	font-weight:bold;
	background: rgb(238,238,238); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
background-image: url("img/teacher-yajirushi-pc.png") no-repeat;
	padding:5px 10px;
	display:block;
	line-height:1.4em;
	color:#333 !important;
	border-color:#333 1px solid;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	}
	
.schoolarea_list a a:hover {
	font-weight:bold;
	}
	
/*
////////////////////////////////////////////////////
▼学区ごとの学校名リストページ
////////////////////////////////////////////////////
*/	
	
.area_top {
	background-color:#003366 ;
	color:#FFF;
	font-size: 16px;
	padding: 5px 8px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	

.school_list{
	margin:10px;
	width:45%;
	float:left;
	}
	
.school_list ul {
	list-style:none;
	margin-left: 10px;
	}

.school_list ul li {
	margin-bottom:10px;
	background: url("img/teacher-yajirushi-pc.png") no-repeat;
	padding-left:15px;
	}
	
.school_list ul a {
	font-weight:bold;
	font-size:16px;
	letter-spacing:0.1em;
}
	
	

/*
////////////////////////////////////////////////////
▼学校ごとの詳細ページ
////////////////////////////////////////////////////
*/	

.school_belong {
	margin:10px 0;
	}
	
.school_detail {
	margin:10px 0;
	}

.school_name {
	font-size:16px;
	font-weight:bold;
	padding: 5px;
	border:#DB576E 1px solid;
	border-left:#DB576E 5px solid;
	margin:15px 5px;
	letter-spacing: 1px;
	}
	
.search_from {
padding: 0 5px;
margin: 0 10px;
margin-bottom: 15px;
}

/*////▼テーブル使わないver////*/

.guide_info {
	width:430px;
	margin:0 auto;
	margin-bottom:5px;
	}

.guide_info ul{
	display:table;
	list-style:none;
	width:430px;
	}

.guide_info li {
	clear:both;
	}
	
.guide_info li div {
	display:block;
	float:left;
	text-align: center;
  vertical-align: middle;
  padding:5px;
  border: 1px solid #84b2e0;
	}

.col1{
	width:200px;
	}

.col2{
	width:200px;
	}

#col_top {
	color: #fff;
	background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  }

/*////▲テーブル使わないverここまで////*/




/*////▼テーブルver////*/


/*////▼テーブル上////*/

.school_belong table {
  border-spacing: 0;
  font-size:16px;
  margin-top:10px;
  margin-left:10px;
}


.school_belong p {
	padding:5px 10px;
	font-size:14px;
	color:#666;
	}
	
/*////▲テーブル上ここまで////*/

/*////▼テーブル下////*/

.school_detail table {
  width: 96%;
  border-spacing: 0;
  font-size:16px;
  margin:0 auto;
}
.school_detail table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
/*  border-left:1px solid #258;*/
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
/*  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;*/
}

.school_detail table th:first-child {
/*  border-radius: 5px 0 0 0;	*/
}
.school_detail table th:last-child {
/*  border-radius:0 5px 0 0;*/
  border-right:1px solid #258;
 /* box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;*/
}
.school_detail table tr td {
  padding: 8px 5px;
  /*border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;*/
  text-align: center;
  vertical-align: middle;
  min-width: 10em;
  border: 1px solid #84b2e0;
}
.school_detail table tr td:last-child {
  /*border-right: 1px solid #84b2e0;*/
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.school_detail table tr {
  background: #fff;
}
.school_detail table tr:nth-child(2n+1) {
  background: #f2f7fc;
}
.school_detail table tr:last-child td {
  /*box-shadow: 2px 2px 1px rgba(0,0,0,0.1);*/
}
.school_detail table tr:last-child td:first-child {
  /*border-radius: 0 0 0 5px;*/
}
.school_detail table tr:last-child td:last-child {
 /* border-radius: 0 0 5px 0;*/
}


/*////テーブルverここまで▲////*/

.school_info {
	/*width:490px;*/
	margin:3px auto;
	padding:10px;
	}

.school_info p {
	line-height:160%;
	}

.special_index {
	background-color:#DB576E;
/*	width:10em; */
	width:12em;
	text-align: center;
	color: white;
	letter-spacing: 0.1em;
	text-shadow:1px 1px 1px #666666;
}

.bb_color {
	border:1px solid #84b2e0;
	padding:10px;
	}

.bb_color p{
	font-size:14px;
	}

.ggl_map {
	margin: 20px 10px;
	padding:5px;
	border:#84b2e0 1px solid;
	text-align:center;
	}



.school_pb ul{
margin: 5px 10px;
padding: 0; 
list-style: none;
display:table;
}
.school_pb li{ 
display: table-cell; 
padding: 5px; 
margin: 0; 
border:1px solid #84b2e0;
}

.color_box {
	background-color:#d2e3f4;
	width: 4em;
	vertical-align: middle;
	text-align:center;
	border-right:-1px solid #84b2e0;
	}

.school_pb li a{

}
.school_pb li a:hover{

}

.url_box {
	}


/*
////////////////////////////////////////////////////
出願状況から引用
////////////////////////////////////////////////////
*/	

.bairitsu_title {
	height:50px;
	position:relative;
	margin-bottom:5px;
}
.bairitsu_title .modoru {
	position:absolute;
	top:0px;
	left:400px;
}
.bairitsu_gaiyou {
	background-image:url(../images/bairitsu-gaiyou-background-pc.png);
	background-repeat:no-repeat;
	background-position:center left;
	min-height:250px;
	padding:20px 15px 20px 200px;
}
.bairitsu_gaiyou .newsBase {
	border-bottom:none;
}
.modoru {
	width:160px;
	text-align:right;
	margin:10px 0px 10px auto;
}
.bairitsu_pattern_midashi {
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	font-size:120%;
	color:#333333;
	background-color:#F8E4E7;
}
.bairitsu_pattern_syousai_midashi {
	padding:10px 10px 10px 10px;
	font-size:120%;
	color:#ffffff;
	background-color:#c22e3f;
}
.bairitsu_nittei_syousai_midashi {
	position:relative;
	padding:15px 10px 15px 10px;
	margin-bottom:10px;
	font-size:110%;
	color:#333333;
	background-color:#F8E4E7;
	position:relative;
}
.check02 {
	margin-bottom:20px;
}
.check02 li {
	background: url("/common/sp/img/icon_btn_arrow.png") no-repeat scroll right center;
	background-size: auto 12px;
	font-size: 18px;
	line-height: 120%;
}
.check02 li a {
	padding: 15px 20px;
	display: block;
}

.check02 span {
	font-size:100%;
}
.bottomBorder li {
	border-bottom: #CCCCCC 1px solid;
}
.bottomBorder li {
	border-bottom: #CCCCCC 1px solid;
}
.bottomBorder li:last-child {
	border-bottom: #CCCCCC 2px solid;	
}
.nittei-syousai {
	font-size:75%!important;
	margin-left:10px;
	font-weight:bold;
}
.bairitsu_chusyaku {
	margin:20px 10px 30px 100px;
	font-size:85%;
	line-height:1.45;
}

.special_index2 {
	background-color:#DB576E;
	width:12em;
	text-align: center;
	color: white;
	letter-spacing: 0.1em;
	text-shadow:1px 1px 1px #666666;
}






	
	
	
	
	
	
	
	
	