@charset "UTF-8";


/* ---------------------------------------------
	タイトル
--------------------------------------------- */
div#entry div.entry_inner h3 {
	margin: 1em 0 0 0;
	height: 26px;
	line-height: 28px;
	padding-left: 25px;
}

.bar-740 {
	background-image: url("../images/main/bar_740.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
.bar-530 {
	background-image: url("../images/main/bar_530.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
div#entry div.entry_inner h4 {
	margin: 1em 0 0 0;
}

div#entry div.entry_inner h4.line {
	background-image: url("../images/main/line2.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
    margin: 30px 0 15px;
    padding-bottom: 5px;
    font-size: 1.2em;	
}

/* ---------------------------------------------
	contents
--------------------------------------------- */
div#entry div.entry_inner div.contents {
	margin: 0 12px 0 12px;
	line-height: 1.6em;
}
div.contents div.inner {
	margin: 0 10px 0 10px;
}

/* ---------------------------------------------
	ボックス
--------------------------------------------- */
div.contents div.boxlist {
	margin: 15px 0 0 0;
	text-align: left;
}

div.contents div.boxlist .left01,
div.contents div.boxlist .left02 {
	text-align: left;
	float: left;
}

div.contents div.boxlist .right01,
div.contents div.boxlist .right02 {
	text-align: left;
	float: right;
}

/* 01 2colum */
div.contents div.boxlist .w245 {
	width: 245px;
}
div.contents div.boxlist .w455 {
	width: 455px;
}

/* 02 2colum half */
div.contents div.boxlist .left02,
div.contents div.boxlist .right02 {
	width: 48%;
}

div.contents div.w335 .left02,
div.contents div.w335 .right02 {
	width: 335px;
	overflow: hidden;
}



/* 03 */
div.contents div.boxlist .left03,
div.contents div.boxlist .center03,
div.contents div.boxlist .right03 {
	float: left;
/*	width: 228px;*/
	width: 32%;
}
div.contents div.boxlist .left03,
div.contents div.boxlist .center03 {
	/*	margin-right: 16px;*/
	margin-right: 1.9%;
}




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

div.contents div.unit {
	margin-bottom: 25px;
	position: relative;
}
div.contents div.unit p {
	text-indent: 1em;
}
div.contents div.unit img {
	float: left;
	margin-right: 20px;
	display: block;
}
div.contents div.unit h4.ml {
	margin-left: 160px !important;
}

/* ---------------------------------------------
	リスト
--------------------------------------------- */

div.contents ul.dis {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}

div.contents ul.pdf {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 25px;
}

div.contents ul.pdf li {
	background-image: url("../images/main/pdf_mark.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 10px;
}

/* ----- */

div.contents dl.flt {}
div.contents dl.flt dt ,
div.contents dl.flt dd {
	float: left;
}
div.contents dl.flt dt {
	clear: left;
}

/* ---------------------------------------------
	グレー囲み枠
--------------------------------------------- */
div.contents div.framebox {
	background-color: #eeeeee;
	padding: 5px;
	margin: 0;
}

div.contents div.frame-inner {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}
div.contents div.pd20 div.frame-inner {
	padding: 20px;
}
div.contents div.pd30 div.frame-inner {
	padding: 30px;
}


/* 各種インデックスページボックス */
div.contents div.frame-inner div.inbox {
	overflow: hidden;
	clear: both;
	background-image: url("../images/main/hbutton001.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
div.contents div.frame-inner div.inbox img.image {
	margin: 0;
}
div.contents div.frame-inner div.inbox img.title {
	margin: 5px 0;
}
div.contents div.frame-inner div.inbox span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	height: 55px;
	overflow: hidden;
	margin-bottom: 20px;
}

/* ボックスのリンク */
div.contents div.anchor a {
	text-decoration: none;
	color: #333;
}

div.contents div.anchor div.framebox:hover {
	text-decoration: none;
	background-color: #e4bfc1;
}

/* 最下部ダウンロードボックス */
div.contents div.dlbox {
	text-align: center;
}
div.contents div.dlbox div.framebox {
	width: 655px;
	margin: 0 auto;
}
div.contents div.dlbox div.framebox div.frame-inner p {
	margin: 15px 0 !important;
}

/* ---------------------------------------------
	左右枠
--------------------------------------------- */
div.contents div.brackets {
	margin: 0;
}

div.contents div.brackets div.frm01 {
	background-image: url("../images/main/box_line1.png");
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}
div.contents div.brackets div.frm02 {
	background-image: url("../images/main/box_line3.png");
	background-repeat: no-repeat;
	background-position: top right;
	overflow: hidden;
}
div.contents div.brackets div.frm03 {
	background-image: url("../images/main/box_line2.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
}
div.contents div.brackets div.frm04 {
	background-image: url("../images/main/box_line2.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}

/*
div.contents div.brackets div.boxlist {
	margin: 5px 20px;
}
*/

/* ---------------------------------------------
	画像ボックス
--------------------------------------------- */
/* 01 */
div.contents div.imagebox01 {
	margin: 0;
}
div.contents div.imagebox01 img {
	overflow: hidden;
	vertical-align: bottom;
}
div.contents div.imagebox01 p {
	margin-top: 5px !important;
	min-height: 90px;
}


/* ---------------------------------------------
	table
--------------------------------------------- */
table.table01 {
	margin-top: 10px 0 10px 0;
	width: 590px;
	border-collapse: collapse;
	border: solid 1px #999;
	text-align: left;
	background-color: #ffffff
;
}
table.table01 th,
table.table01 td {
	border: solid 1px #999;
	padding: 4px 6px;
}
table.table01 th {
	background: #e6e6e6;
	text-align: center;
	white-space: nowrap;
}

/* ---------------------------------------------
                 point
--------------------------------------------- */

div.contents div.point {
	background-image: url("../images/main/hpoint.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	min-height: 65px;
	margin-top: 20px;
}
div.contents div.point img {
	vertical-align: bottom;
}

/* ---------------------------------------------
	YouTube
--------------------------------------------- */
div.contents div.youtube {
	margin: 30px 0 30px 0;
	position: relative;
	text-align: center;
}
div.contents div.youtube img.check {
	position: absolute;
	top: 0;
	left: 0;
}



/* ---------------------------------------------
	ID:2 初めての方へ
--------------------------------------------- */

/* ページ上部 */
div#first div.capt {
	margin-top: 30px;
	margin-left: 10px;
	position: relative;
}
div#first div.capt p {
	margin-top: 15px !important;
	font-size: 12px;
	line-height: 1.6em;
}
div#first div.capt p.top {
	margin-top: 25px !important;
}
div#first div.capt img.capt_bg {
	position: absolute;
	top: 100px;
	right: 3px;
}

/* brackets */
div#first div.brackets {
	position: relative;
	padding-top: 15px;
}
div#first div.brackets a {
	display: block;
	height: 180px;
}
div#first div.brackets img {
	position: absolute;
	top: 0;
	left: 13px;
}
div#first div.brackets p {
	width: 160px;
	position: absolute;
	top: 125px;
	left: 15px;
	font-size: 11px;
}

/* ---------------------------------------------
	ID:11 教員紹介
--------------------------------------------- */
#syokai table {
	border: none;
}
#syokai table th,
#syokai table td {
	padding: 3px 0;
	text-align: left;
}
#syokai table th {
	font-weight: bold;
	color: #f76f01;
	width: 115px;
	font-size: 1.1em;
}
#syokai table th.cate {
	width: 100px;
}
#syokai table td {
	font-weight: bold;
}
#syokai table td.c {
	width: 60px;
}

/* ---------------------------------------------
	ID:18 仏教学科
--------------------------------------------- */

div#bukkyo dl.flt {
	margin: 0;
}
div#bukkyo dl.flt dt {
	width: 85px;
}
div#bukkyo dl.flt dd {
	width: 250px;
}
div#bukkyo dl.flt dt,
div#bukkyo dl.flt dd {
	font-size: 11px;
}

/* ---------------------------------------------
	ID:22 各種行事
--------------------------------------------- */
/* 学園祭動画 */
div#schedule div.unit img#gakusai_btn {
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 0;
}

/* ---------------------------------------------
	ID:26 門前町との交流
--------------------------------------------- */
#monzen div.boxlist div.left01 {
	width: 480px;
}
#monzen div.boxlist div.right01 {
	width: 200px;
}

#monzen div.boxlist div.left01 p {
	margin-top: 20px;
	text-indent: 1em;
}
#monzen div.boxlist div.left01 p.top {
	margin-top: 0 !important;
}

/* ---------------------------------------------
	ID:28 卒業生の声
--------------------------------------------- */
#ob div.mbox {
	margin: 0 0 30px 0;
}
#ob div.mbox div.name {
	float: left;
	width: 170px;
	text-align: center;
}
#ob div.mbox div.name img {
	display: block;
	margin: 0 auto;
}
#ob div.mbox div.name p {
	text-indent: 0;
	font-size: 0.9em;
}

#ob div.mbox div.message01,
#ob div.mbox div.message02 {
	float: left;
	width: 519px;
	padding-left: 30px;
}
#ob div.mbox div.message01 {
	background-image: url("../images/main/hob005.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#ob div.mbox div.message02 {
	background-image: url("../images/main/hob006.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#ob div.mbox div.message01 p,
#ob div.mbox div.message02 p {
	padding: 15px;
	margin: 0 !important;
	min-height: 110px;
	height: auto !important;
	height: 110px;
}
#ob div.mbox div.message01 p {
	background-color: #ffecd0;
}
#ob div.mbox div.message02 p {
	background-color: #e2f2f8;
}

/* ---------------------------------------------
	ID:32 宿坊（寺院）での寄宿体験
--------------------------------------------- */

div#taiken div.unit p {
	text-indent: 0em;
}


/* ---------------------------------------------
	ID:34 Q&A
--------------------------------------------- */
div#entry div.entry_inner div#qa dl dt,
div#entry div.entry_inner div#qa dl dd {
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}
div#entry div.entry_inner div#qa dl {
	margin-top: 20px;
}
div#entry div.entry_inner div#qa dl dt {
	background-image: url("../images/main/hqa_q.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #ababab;
}
div#entry div.entry_inner div#qa dl dd {
	background-image: url("../images/main/hqa_a.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 40px;
/*	text-indent: 1em; */
}
div#entry div.entry_inner div#qa dl dd img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
div#entry div.entry_inner div#qa dl dd ul {
	text-indent: 0;
	margin-left: 18px;
}

/* ---------------------------------------------
	ID:36 60秒でわかる身延山高校
--------------------------------------------- */

div#entry div.entry_inner div#guide div.contents {
	margin: 18px 10px 0 10px;
	border: 1px solid #cccccc;
	line-height: 1.6em;
}

div#guide div.capt {
	background-image: url("../images/main/hguide001.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 364px;
	overflow: hidden;
}
div#guide div.capt ul.imglist {
	list-style: none;
	position: absolute;
	top: 42px;
	right: 35px;
}
div#guide div.capt ul.imglist li {
	margin-bottom: 10px;
}
div#guide div.capt ul.imglist li img {
	vertical-align: bottom;
}

div#guide div.inner {
	margin: 40px 35px 35px 40px;
}

div#guide div.brackets div.boxlist {
	margin: 10px 20px 10px 25px;
}
/* ---------------------------------------------
	line
--------------------------------------------- */
div.contents .dot-line {
	background-image: url("../images/main/line.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	line-height: 1px;
	margin: 25px 0;
}

/* ---------------------------------------------
	font
--------------------------------------------- */
div.contents .fs-min {
	font-size: 0.8em;
}
div.contents .fs-min2 {
	font-size: 0.9em;
}
div.contents .fs-big {
	font-size: 1.3em;
}
div.contents .fs-b {
	font-weight: bold;
}

/* color */
div.contents .cl-red {
	color: red;
}
div.contents .cl-orange {
	color: #f76f01;
}
 
/* ---------------------------------------------
	inline align
--------------------------------------------- */

.inlineL {
	text-align: left;
}
.inlineC {
	text-align: center;
}
.inlineR {
	text-align: right;
}

/* ---------------------------------------------
	float
--------------------------------------------- */

.floatL {
	float: left;
}
.floatR {
	float: right;
}

/* ---------------------------------------------
	clear
--------------------------------------------- */
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
.clearB {
	clear: both;
}

/* ---------------------------------------------
	vertical align
--------------------------------------------- */
.vlineT {
	vertical-align: top    !important;
}
.vlineM {
	vertical-align: middle !important;
}
.vlineB {
	vertical-align: bottom !important;
}

/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.mt00 {
	margin-top:  0   !important;
}
.mt05 {
	margin-top:  5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}

.mr00 {
	margin-right:  0   !important;
}
.mr05 {
	margin-right:  5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr12 {
	margin-right: 12px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mr50 {
	margin-right: 50px !important;
}

.mb00 {
	margin-bottom:  0   !important;
}
.mb05 {
	margin-bottom:  5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

.ml00 {
	margin-left:  0   !important;
}
.ml05 {
	margin-left:  5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml12 {
	margin-left: 12px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml30 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.ml50 {
	margin-left: 50px !important;
}

/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.pt00 {
	padding-top:  0   !important;
}
.pt05 {
	padding-top:  5px !important;
}
.pt10 {
	padding-top: 10px !important;
}

.pr00 {
	padding-right:  0   !important;
}
.pr05 {
	padding-right:  5px !important;
}
.pr10 {
	padding-right: 10px !important;
}

.pb00 {
	padding-bottom:  0   !important;
}
.pb05 {
	padding-bottom:  5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}

.pl00 {
	padding-left:  0   !important;
}
.pl05 {
	padding-left:  5px !important;
}
.pl10 {
	padding-left: 10px !important;
}



