@charset "utf-8";

@import "/css/common.css";
@import "/css/contents.css";

/*----------------------------------------------------------------

サポート校ってなに？用CSS

----------------------------------------------------------------*/

/*---------------------------
/support/以下　共通
---------------------------*/
#contentsOuter {
	position:relative;
}

#contentsOuter .masthead {
	margin-left:21px;
	padding-top:32px;
	width:625px;
	height:101px;
	background:url(/images/masthead_bg.jpg) no-repeat left bottom;
}

#contentsOuter .masthead img {
	margin-left:10px;
}
#contentsOuter .masthead h1 {
	margin:0 0 13px 0;
}
#contentsOuter .masthead h1 img {
	margin-left:0;
}

#contentsOuter .mastheadPic {
	position:absolute;
	left:495px;
	top:6px;
	z-index:3;
}

/* IE-expression (fix png alpha) imgタグ用 */
* html #contentsOuter .mastheadPic {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}


/*--- ボトムリンク ---*/
#pageSupportTop #contents .bottomMenu div a,
#pageSupportAbout #contents .bottomMenu a.supportAbout,
#pageSupportMerit #contents .bottomMenu a.supportMerit,
#pageSupportChoice #contents .bottomMenu a.supportChoice,
#pageSupportFreeschool #contents .bottomMenu a.supportFreeschool {
	font-weight:bold;
}




/*---------------------------
/support/index.html 専用 ここから
---------------------------*/
#pageSupportTop #contents .titleBox01 {
	margin-bottom:15px;
	padding-bottom:6px;
	clear:both;
	background:url(/images/title_02_bottom.gif) repeat-y left bottom;
}

#pageSupportTop #contents .titleBox01 h2 {
	padding:8px 0 0 40px;
	min-height:26px;
	height:auto !important;
	height:26px;
	background:url(/images/title_02.gif) no-repeat 0 0;
	font-weight:bold;
	font-size:114%;
}

/*---------------------------
/support/index.html 専用 ここまで
---------------------------*/




/*---------------------------
/support/index.html以外共通 ここから
---------------------------*/
#pageSupportAbout #contents,
#pageSupportMerit #contents,
#pageSupportChoice #contents,
#pageSupportFreeschool #contents {
	padding-top:3px;
	background:url(/images/title_01.gif) no-repeat 0 0;
}

#pageSupportAbout #contents h2,
#pageSupportMerit #contents h2,
#pageSupportChoice #contents h2,
#pageSupportFreeschool #contents h2 {
	margin-bottom:15px;
	padding:5px 15px 8px;
	background:url(/images/title_01_bottom.gif) no-repeat #188FDB left bottom;
	color:#FFF;
	font-weight:bold;
	font-size:144%;
}

#pageSupportAbout #contents .titleBox01,
#pageSupportMerit #contents .titleBox01,
#pageSupportChoice #contents .titleBox01,
#pageSupportFreeschool #contents .titleBox01 {
	margin-bottom:15px;
	padding-bottom:6px;
	clear:both;
	background:url(/images/title_02_bottom.gif) repeat-y left bottom;
}

#pageSupportAbout #contents .titleBox01 h3,
#pageSupportMerit #contents .titleBox01 h3,
#pageSupportChoice #contents .titleBox01 h3,
#pageSupportFreeschool #contents .titleBox01 h3 {
	padding:8px 0 0 40px;
	min-height:26px;
	height:auto !important;
	height:26px;
	background:url(/images/title_02.gif) no-repeat 0 0;
	font-weight:bold;
	font-size:114%;
}

#pageSupportAbout #contents .titleBox02,
#pageSupportMerit #contents .titleBox02,
#pageSupportChoice #contents .titleBox02,
#pageSupportFreeschool #contents .titleBox02 {
	margin:25px 0 5px;
	background:url(/images/line_dotted_05.gif) repeat-x left bottom;
}

#pageSupportAbout #contents .titleBox02 h4,
#pageSupportMerit #contents .titleBox02 h4,
#pageSupportChoice #contents .titleBox02 h4,
#pageSupportFreeschool #contents .titleBox02 h4 {
	padding:0 0 3px 25px;
	background:url(/images/title_03.gif) no-repeat 2px 0.65em;
	color:#0083D7;
	font-weight:bold;
	font-size:107%;
}

/*---------------------------
/support/index.html以外共通 ここまで
---------------------------*/



/*---------------------------
/support/about.html 専用ここから
---------------------------*/
#pageSupportAbout #contents dl {
	margin-bottom:15px;
}

#pageSupportAbout #contents dt {
	color:#F00;
}

#pageSupportAbout #contents dd {
	padding-left:2em;
}

/*---------------------------
/support/about.html 専用 ここまで
---------------------------*/




/*---------------------------
/support/choice.html 専用ここから
---------------------------*/
#pageSupportChoice #contents dd {
	padding-left:2em;
}

#pageSupportChoice #contents dl.supportFee dd {
	margin:-1.6em 0 0 5em;
	padding-left:0;
}

/*---------------------------
/support/choice.html 専用 ここまで
---------------------------*/



/*---------------------------
/support/freeschool.html 専用ここから
---------------------------*/

#pageSupportFreeschool #contents dl dt {
	padding-right:20px;
	float:left;
	width:140px;
}

#pageSupportFreeschool #contents dl dd {
	padding-bottom:15px;
	float:left;
	width:480px;
}

#pageSupportFreeschool #contents h5 {
	padding-bottom:2px;
	font-weight:bold;
	clear:both;
}

#pageSupportFreeschool #contents table {
	width:100%;
	table-layout:fixed;
}

#pageSupportFreeschool #contents th,
#pageSupportFreeschool #contents td {
	padding:10px;
	border:1px solid #CCC;
	background-color:#FFF;
	line-height:1.2;
}

#pageSupportFreeschool #contents th {
	background-color:#F0F0F0;
	text-align:center;
	vertical-align:middle;
}

#pageSupportFreeschool #contents th.school {
	font-weight:bold;
}

#pageSupportFreeschool #contents td.support {
	color:#F00;
}

/*---------------------------
/support/freeschoole.html 専用 ここまで
---------------------------*/
