@charset "utf-8";
/*Copyright 2016 FSFIELD All Rights Reserved.*/
/* ------------------------------------------------------------

中学部コース

------------------------------------------------------------ */

/* div
---------------------------------------------- */
div.bg_bor01{
	background:url(../junior_high/img/bg_border01.jpg) repeat 0 0;
	height:100%;
	padding:15px;
	margin-bottom:10px;
}

/* table
---------------------------------------------- */
table.type01 th{
	vertical-align:middle !important;
	background:#FFE8C4 !important;
	width:30%;
}

table.type01 th,
table.type01 td{padding:7px !important;}

table.type01 td.table_inner01{
	font-weight:bold;
	color:#01499A;
}

/* all.css上書き
---------------------------------------------- */
.valign_middle{vertical-align:middle !important;}


/* 吹き出し
---------------------------------------------- */
.balloon1-right {
 	position: relative;
	display: inline-block;
	padding:10px;
 	max-width: 100%;
	background: #FAF7BE;
}

.balloon1-right:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #FAF7BE;
}

.balloon1-right p {
	margin: 0;
	padding: 0;
}