@charset "utf-8";

/* ========================================================
	entrance.css => 入学をお考えの方へ
======================================================== */

/* サイドエリア
============================================================================================================ */
#localNavi dt strong {
	background-image: url(../../../information/common/images/local_navi_title.gif);
}
#localNavi dd li {
	background-image: url(../../../information/common/images/local_navi_arrow.gif);
}
#localNavi dd li strong a {
	color: #882d85;
}

/* メインテキストエリア
============================================================================================================ */
#mainTextArea {
	width: 700px;
	color: #313131;
	font-size: 109%;
}
#mainTextArea p {
	padding-right: 215px;
}


/* ボックスセクション
============================================================================================================ */
.section {
	position: relative;
	width: 710px;
	margin-top: 14px;
	background-image: url(../images/box_bg.gif);
	font-size: 109%;
	line-height: 1.4;
}
.section div {
	min-height: 153px;
	background: url(../images/box_bottom.gif) no-repeat bottom;
}
* html .section div {
	height: 153px;
}
.section div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.section h3 {
	float: left;
	padding: 16px 12px 8px;
}
.section p {
	clear: left;
	padding: 0 230px 0 18px;
}
.section p.ph {
	clear: none;
	float: right;
	padding: 10px 10px 10px 0;
}


.junior-high .section01 p.ph {
	position: absolute;
	bottom: -24px;
	right: 0;
}
.high-school .section01 p.ph {
	position: absolute;
	bottom: -8px;
	right: -10px;
}
.junior-high .section03 p.ph,
.high-school .section06 p.ph {
	position: absolute;
	bottom: -8px;
	right: -10px;
}


/* 保護者の方・中学の先生方へ
============================================================================================================ */
.guardian #mainTextArea {
	position: relative;
	width: 720px;
	margin: 25px 0;
	border-bottom: 1px solid #ffffff;
}
.guardian #mainTextArea p {
	padding-left: 10px;
	padding-right: 215px;
}
.guardian #mainTextArea p.text {
	padding-bottom: 40px;
	border-bottom: 1px solid #c7ac67;
}
.guardian #mainTextArea p.ph {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.guardian #mainTextArea ul {
	margin-top: 10px;
	padding-left: 10px;
}

.section_guardian {
	width: 550px;
	margin: 0 0 10px 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
	font-size: 109%;
	line-height: 1.5;
}
.section_last {
	border-bottom: none;
}
.section_guardian h3 {
	margin-bottom: 8px;
}
.section_guardian p {
	padding-right: 90px;
}



