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


/*==================================================*/
/*　　　　　　chugaku共通     　                    　*/
/*==================================================*/

.moushikomi{
	border:1px solid #FC7BAF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
	background:#FC7BAF;
	color:#FFF;
	font-size:11px;
}

.moushikomi:hover{
	text-decoration:none;
	background:#FFF;
	color:#FC7BAF;
}

/*============global_nav============*/

#global_nav .hover03,
#global_nav .hover04,
#global_nav .hover05,
#global_nav .hover06,
#global_nav .hover07{
	display:block;
}


/*========contents_right==========*/

#contents_right h2{
	height:150px;
	background:url(../images/h2.jpg) no-repeat;
	margin-bottom:10px;
	text-indent:-8999px;
}

.henkou span.font_size_12px{
	font-size:12px;
	font-weight: 100;
	color:#333333;
}



/*==================================================*/
/*　　　　中学校入試案内 index.html               　*/
/*==================================================*/



/*==================================================*/
/*　　　　　　募集要項 yoko.html      　          　*/
/*==================================================*/

.table_yoko_c{
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	width:690px;
	text-align:center;
	font-size:12px;
}

.table_yoko_c th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:15px 5px;
	background:#E9FBFE;
	font-weight:bold;
	text-align:center;
}

.table_yoko_c td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:15px 5px;
	vertical-align:middle;
}


/*==================================================*/
/*　　      　帰国子女募集要項 syoko.html         　*/
/*==================================================*/

.table_syoko_c{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:690px;
	font-size:12px;
}

.table_syoko_c th{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:15px 5px;
	background:#E9FBFE;
	font-weight:bold;
	text-align:center;
}

.table_syoko_c td{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:15px 5px;
	vertical-align:middle;
}

.kikoku_shijo{
	padding:20px 0;
	margin:0 0 0 10px;
}

.kikoku_shijo a {
	display:block;
	width:80%;
	margin:0 auto;
	border:1px solid #01407A;
	color:#FFF;
	font-size:18px;
	padding:15px 0;
  text-decoration:none;
	text-align:center;

	-moz-text-shadow: 0px -1px 1px rgba(50, 50, 50, 1);
	-webkit-text-shadow: 0px -1px 1px rgba(50, 50, 50, 1);
	-ms-text-shadow: 0px -1px 1px rgba(50, 50, 50, 1);
	text-shadow: 0px -1px 1px rgba(50, 50, 50, 1);

	background: #318ce0; /* Old browsers */
	background: -moz-linear-gradient(top,  #318ce0 0%, #0258a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#318ce0), color-stop(100%,#0258a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #318ce0 0%,#0258a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #318ce0 0%,#0258a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #318ce0 0%,#0258a6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #318ce0 0%,#0258a6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#318ce0', endColorstr='#0258a6',GradientType=0 ); /* IE6-9 */

  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
							-1px 0px 0px rgba(225,225,225,0.3) inset,
							0px 1px 1px rgba(0,0,0,0.1) inset,
							0px -1px 1px rgba(0,0,0,0.3) inset,
							0px 1px 3px #CCC;
				
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.kikoku_shijo a:hover{
	background: #57a9f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #57a9f2 0%, #1680dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57a9f2), color-stop(100%,#1680dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #57a9f2 0%,#1680dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #57a9f2 0%,#1680dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #57a9f2 0%,#1680dd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #57a9f2 0%,#1680dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57a9f2', endColorstr='#1680dd',GradientType=0 ); /* IE6-9 */
	border:1px solid #0074DB;
}

.kikoku_shijo a:before {
	content:"▸";
}

/*==================================================*/
/*　　  卒業生からのメッセージ message.html       　*/
/*==================================================*/

.ob_og{
	border:1px solid #E17071;
	padding:8px 0 5px 5px;
	width:330px;
	font-size:11px;
	height:150px;
	margin-bottom:20px;
	margin-left:10px;
	background:#FBFBFB;
}

.ob_og .title{
	font-size:14px;
	color:#E17071;
	font-weight:bold;
	margin-bottom:20px;
}

.ob_og .title span{
	font-size:11px;
	color:#333333;
}

/*==================================================*/
/*　　          学校案内閲覧 pamph.html           　*/
/*==================================================*/

.pamph{
	float:left;
	margin-bottom:20px;
}

.pamph .btn_pamph{
	margin:20px 0 20px 10px;
}

.kinou{
	margin-left:10px;
	margin-bottom:20px;
	overflow:hidden;
}

.kinou .img_box{
	float:left;
	margin-right:20px;
	width:150px;
	text-align:center;
}

.kinou span{
	font-size:16px;
	color:#0082AA;
	font-weight:bold;
}

.request{
	border-top:1px solid #333333;
	text-align:center;
	padding-top:10px;
}

.request img{
	margin-top:10px;
}

/*==================================================*/
/*　　      	中学校Q&A qa_c.html                 　*/
/*==================================================*/
