@charset "UTF-8";



/* 共通 table 幅 */
.admission_tbl .w10 { width: 10%; white-space:nowrap; }
.admission_tbl .w15 { width: 15%; white-space:nowrap; }
.admission_tbl .w20 { width: 20%; white-space:nowrap; }
.admission_tbl .w25 { width: 25%; white-space:nowrap; }
.admission_tbl .w30 { width: 30%; white-space:nowrap; }
.admission_tbl .w35 { width: 35%; white-space:nowrap; }
.admission_tbl .w45 { width: 45%; white-space:nowrap; }
.admission_tbl .w50 { width: 50%; white-space:nowrap; }

.admission_tbl .w01 { width: 18%; white-space:nowrap; }
.admission_tbl .w02 { width: 22%; white-space:nowrap; }
.admission_tbl .w03 { width: 21%; white-space:nowrap; }

/* hs_usually.html */
.hs_usually_list li {
	list-style-type: disc;
	list-style-position: inside;

}

.js_usually_list_aside {
	font-size: 10px;
	margin-top: 16px;
}

/*
.nyushi_honkou, 
.nyushi_kantou, 
.nyushi_honkou2, 
.shutugan_honkou, 
.shutugan_kantou, 
.shutugan_honkou2, 
.gakuhi01, 
.gakuhi02,
 th:first-child {
	width:90px;
}

.nyushi_honkou th:nth-child(2) {
	width:120px;
}
.nyushi_honkou2 th:nth-child(2) {
	width:120px;
}
.nyushi_kantou th:nth-child(2) {
	width:120px;
}

.nyushi_honkou th:nth-child(3) {
	width:80px;
}
.nyushi_honkou2 th:nth-child(3) {
	width:80px;
}
.nyushi_kantou th:nth-child(3) {
	width:80px;
}

.nyushi_honkou th:nth-child(4) {
	width:150px;
}
.nyushi_honkou2 th:nth-child(4) {
	width:150px;
}
.nyushi_kantou th:nth-child(4) {
	width:150px;
}

.nyushi_honkou th:nth-child(6) {
	width:170px;
}
.nyushi_honkou2 th:nth-child(6) {
	width:170px;
}
.nyushi_kantou th:nth-child(6) {
	width:170px;
}

.shutugan_honkou th:nth-child(2) {
	width:210px;
} 
.shutugan_kantou th:nth-child(2) {
	width:210px;
}
.shutugan_honkou2 th:nth-child(2) {
	width:210px;
}
*/



/* jhs_usually.html --- 中学校募集要項 ---
------------------------------------------ */

/* 表内 テキスト左寄せ */
table td.align_l { text-align: left; }

/* リスト 表内 */
.tbl_in_list li {
	text-indent: -1.1em;
	padding-left: 1.1em;
}
/* リスト 表の外 */
.notes li {
	text-indent: -1.1em;
	padding-left: 1.1em;
	font-size: 90%;
}

/* faq.html --- 中学校募集要項 ---*/
.admission_faq{
	margin:0;
	border-bottom:1px dotted #999;
}
.admission_faq span {
	font-size:18px;
	display:inline-block;
	padding:5px;
	margin:0;
	font-weight:600;
	background:rgba(95,15,20,1);
	color:#FFF;
}

.admission_faq span.answer{
	display:inline-block;
	font-size:18px;
	padding:5px;
	margin:0;
	font-weight:600;
	background:#FFF;
	color:rgba(95,15,20,1);
}


/* guidance.html ------------------------------------------------ */
.guidance_h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #5F0F14;
	margin-bottom: 20px;
}

.guidance_h3:before {
	content:"｜";
	color:#000;
	margin-right: 10px;
}

.guidance_h3:after {
	content:"｜";
	color:#000;
	margin-left: 10px;
}

.guidance_lead_block {
	overflow:hidden;
}

.guidance_lead_block img {
	float:left;
	margin-right:40px;
}

.guidance_lead_block p {
	float:left;
	margin-top: 30px;
	font-weight: bold;
	font-size: 1.5em;
	color: #5F0F14;
}

.guidance_text_block {
	margin-bottom: 20px;
}

.guidance_text_block img {
	float:left;
}

.guidance_text {
	float: right;
	width:478px;
}

.btn_guidance {
	background-image: url("../admission/images/btn_bg01.png"),url("../admission/images/btn_bg02.png");
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #5F0F14;
	color:#fff !important;
	font-weight: 600;
	width:160px;
	height: 30px;
	padding-top: 6px;
	display:inline-block;
}

.btn_guidance_form {
	background-color: #5F0F14;
	border-radius: 4px;
	display:inline-block;
	color:#fff !important;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 30px;
	padding-top: 14px;
	text-align: center;
	width:100%;
	height:48px;

	/*For Old WebKit*/
background: -webkit-linear-gradient(
	top,
	#71151E 0%,
	#5F0F14 100%
);
	/*For Modern Browser*/
	background: linear-gradient(
	to bottom,
	#71151E 0%,
	#5F0F14 100%
);
}

.btn_guidance_form:after {
	content:url("../admission/images/bullet_guidance.png");
	margin-left: 8px;
}

.guidance_place {
	position:relative;
}

.guidance_place span {
	font-size: 0.9em;
	position:absolute;
	right:180px;
	top:-39px;
}

.guidance_yoyaku_box {
	border: 6px solid #5F0F14;
	text-align: center;
/*	padding:20px 50px;*/
	padding:20px 15px;
	margin-bottom: 50px;
}

.guidance_yoyaku_header {
	color:#5F0F14;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 10px;
}

.guidance_tel,
.guidance_fax {
	font-size: 2.2em;
	font-weight: 600;
}

.guidance_tel span,
.guidance_fax span {
	font-size: 0.7em;
	color:#5F0F14;
	margin-right: 10px;
}






/* hs_guideline.html */

.hs_guideline_list li{
	list-style-type:disc;
	list-style-position:inside;
	margin-left:10px;
}


/* jhs_guideline.html ------------------------------------------------ */

.cap_tit {
	width:100px;
	padding:5px 0px;
	color:#FFF;
	background-color:#80000e;
	text-indent:10px;
	margin-bottom:10px;
	font-weight:bold;
}

/*--- 20161031入試問題 ---*/

.test_year {
	font-weight:600;
	padding: 5px;
	font-size:14px;
	color:rgba(95,15,20,1);
	text-align:left;
	background-color:rgba(95,15,20,0.2);
	margin:5px 0;
}

.test_content dl {
	border-bottom:1px solid rgba(95,15,20,0.2);
}

.test_content dt {
	display:inline-block;
	font-size: 13px;
	padding:5px 10px;
	color:#FFF;
	background-color:#80000e;
	margin:10px;
	font-weight:bold;
}

.test_content dd {
	display:inline-block;
	font-size: 13px;
	margin: 0 10px;
}

/*link_btn*/

a.link_btn {
	display:block;
	width:100%;
	min-height:40px;
	padding:8px 10px 0 55px;
	border:1px solid rgba(95,15,20,1);
	margin:5px 0;
	position:relative;
	color:rgba(95,15,20,1);
	text-decoration:underline;
	font-size:13px;
}

a.link_btn.half_btn {
	display:block;
	width:47%;
	padding:8px 10px 0 55px;
	margin:5px 3% 5px 0;
	position:relative;
	float:left;
}


a.link_btn::before {
	content:'';
	display:block;
	width:45px;
	height:40px;
	background: url(../images/link_btn_icon.png) no-repeat center center;
	border:1px solid rgba(95,15,20,1);
	position:absolute;
	top:-1px;
	left:-1px;
}
a[href$=".pdf"].link_btn::before {
	background: url(../images/link_btn_icon_pdf.png) no-repeat center center;
}
a[].link_btn::before {
	background: url(../images/link_btn_icon_window.png) no-repeat center center;
}





/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {

.js_usually_list_aside {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


.admission_w90{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


/* hs_guideline.html */

.hs_guideline_list {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


/* guidance.html ------------------------------------------------ */

.guidance_lead_block {
	text-align:center;
}
.guidance_lead_block img {
	float:none;
	margin:0 auto;
}
.guidance_lead_block p {
	float:none;
	text-align:left;
}
table.admission_tbl {
    width: 100%;
}
table.admission_tbl tr td:last-child {
    text-align:center;
}
.btn_guidance {
    width: 80px;
    height: auto;
    padding-bottom: 6px;
}





}