@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, hr, ul, ol, li, form, img {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border: none;
}

.noborder {
	border: none !important;
}

.nospace {
	margin: 0 !important;
	padding: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.none {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block }
/* End hide from IE-mac */

/* 基本設定
----------------------------------------------------------------------------------------------------*/

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textLeft {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.left,
.left1,
.left2,
.left3,
.left4,
.left5 {
	float: left;
}

.right,
.right1,
.right2,
.right3,
.right4,
.right5 {
	float: right
}

.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10 {
	clear: both;
}

.marginB5 {
	margin-bottom: 5px;
}

.marginB10 {
	margin-bottom: 10px;
}

.marginB15 {
	margin-bottom: 15px;
}

.marginB20 {
	margin-bottom: 20px;
}

.marginB30 {
	margin-bottom: 30px;
}

.marginB40 {
	margin-bottom: 40px;
}

.marginB50 {
	margin-bottom: 50px;
}

.marginB60 {
	margin-bottom: 60px;
}

.marginB85 {
	margin-bottom: 85px;
}

body {
	* padding: 0 0 0 1px;
	text-align: center;
	background: #F4F3EE url(../common/com_bg02.gif) repeat-y;
	background-position: center top;
}

#body {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	color: #333333;
}

#body .overBtn a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.bread {
	margin: 30px 0 0;
	padding: 0 0 15px 25px;
}

/* ヘッダー
----------------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	width: 947px;
	height: 111px;
	margin: 0 1px;
	* margin: 0 1px 0 2px;
	overflow: hideen;
	background: url(../common/head_bg01.gif) repeat-x;
	background-position: center top;
}

#header h1 {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 322px;
	height: 51px;
	overflow: hidden;
	font-size: 5px;
}

#header h2 {
	position: absolute;
	font-weight: normal;
	left: 30px;
	top: 75px;
	overflow: hidden;
}

#header .barcode {
	position: absolute;
	left: 428px;
	top: 0;
	width: 165px;
	height: 61px;
	overflow: hidden;
}

#header .tel {
	position: absolute;
	left: 615px;
	top: 12px;
	width: 166px;
	height: 48px;
	overflow: hidden;
	font-size: 5px;
}

#header .siryou {
	position: absolute;
	left: 800px;
	top: 0;
	width: 124px;
	height: 64px;
	overflow: hidden;
}

#header .siryou a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*
#header .top {
	position: absolute;
	left: 43px;
	top: 108px;
	width: 80px;
	height: 25px;
	overflow: hidden;
	font-size: 5px;
}
*/

#mainNavi {
	position: relative;
	left: 438px;
	top: 82px;
	width: 480px;
	height: 13px;
}

#mainNavi li a {
	position: absolute;
	display: block;
	top: 0;
	height: 20px;
	text-indent: -9999px;
	text-align: left;
	z-index: 1;
}

#mainNavi .n1 a {
	left: 0;
	width: 38px;
	background: url(../common/head_nv01.gif) no-repeat;
}

#mainNavi .n2 a {
	left: 48px;
	width: 140px;
	background: url(../common/head_nv02.gif) no-repeat;
}

#mainNavi .n3 a {
	left: 195px;
	width: 140px;
	background: url(../common/head_nv03.gif) no-repeat;
}

#mainNavi .n4 a {
	left: 342px;
	width: 140px;
	background: url(../common/head_nv04.gif) no-repeat;
}

#mainNavi  a:hover,
#mainNavi .at a {
	background-position: 0 -20px;
}

/* フッター
----------------------------------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #CCCCCC;
	padding: 20px 30px 20px;
}

#footer .box1 {
	margin: 0 0 15px;
}

#footer .footNavi {
	float: left;
}

#footer .footNavi li {
	display: inline;
	padding: 0 15px 0;
	border-right: 1px solid #333333;
}

#footer .footNavi .last {
	border-right: none;
}
/*
#footer address {
	text-align: right;
	font-style: normal;
}
*/
.pagetop {
	text-align: right;
	margin: 0 1px 0 0;

}

.pagetop a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/* コンテンツ
----------------------------------------------------------------------------------------------------*/

.contents {
	padding: 0 30px 0 25px;
}

#leftContents {
	float: left;
	width: 244px;
}

#leftContents p {
	margin: 0 0 10px;
}

#leftContents a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#leftContents .contentsFrame1 {
	background: url(../common/left_bg01.jpg) no-repeat;
	background-position: left top;
	padding: 20px 0 0;
	margin: 0 0 20px;
}

#leftContents .contentsFrame2 {
	text-align: center;
	background: url(../common/left_bg02.jpg) no-repeat;
	background-position: left bottom;
	padding: 0 0 10px;
}

#leftContents .contentsFrame2 h3 {
	margin: 0 0 10px;
}


#leftContents .contentsFrame3 {
	margin: 0 7px 15px;
	background: url(../common/left_bg03.gif) no-repeat;
	background-position: left bottom;
}

#leftContents .contentsFrame3 .box1 li {
	padding: 0 0 10px 20px;
	margin: 10px 15px 0;
	border-bottom: 1px #CFCFCF dotted;
	background: url(../common/com_ar01.gif) no-repeat;
	background-position: left 0.3em;
}

#leftContents .contentsFrame3 .box1 .last {
	border-bottom: none;
}

#rightContents {
	float: right;
	width: 640px;
}

/* 説明会検索・お問い合わせ 部分 */
#btnArea {
	margin: 0 0 30px;
	padding: 10px 10px 10px 20px;
	background: url(../common/com_bg01.gif) no-repeat;
	background-position: left top;
}

#btnArea .left1 {
	width: 170px;
	margin: 13px 30px 0 0;
}

#btnArea .left2 ,
#btnArea .right {
	width: 200px;
}

#btnArea a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* スタッフからひとこと（わたしがサポートします）部分 */
#staffArea .contentsFrame1 {
	height: 15px;
	background: url(../images/con_bg01.gif) no-repeat;
	background-position: left top;
	font-size: 5px;
}

#staffArea .contentsFrame2 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 20px 20px;
	background: url(../images/con_bg02.gif) no-repeat;
	background-position: left bottom;
}

#staffArea .contentsFrame2 h5 {
	margin: 0 0 10px;
}

#staffArea .contentsFrame2 .images {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 176px;
	text-align: right;
}

#staffArea .contentsFrame2 .text {
	width: 445px;
}

/* 中ページの下部の内部リンク */
#naviArea {
	margin: 0 0 20px;
}

#naviArea li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #333333;
}

#naviArea .last {
	border-right: none;
}


/* トップページ
----------------------------------------------------------------------------------------------------*/

#top .box1 {
	background: url(../images/top_bg01.jpg) no-repeat;
	background-position: center top;
	position:relative;
	height: 615px;
	margin: 0 0 20px ;
}

#top .box1 .left {
	position: absolute;
	top: 23px;
	left: 33px;
}

#top .box1 .right {
	width: 244px;
	position: absolute;
	top: 30px;
	right: 20px;
}

#top .contentsFrame1 {
	background-position: left top;
	padding: 20px 0 0;
}
#top .bannar a:hover img ,
#top .contentsFrame1 a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#top .contentsFrame2 {
	text-align: center;
	background-position: left bottom;
	padding: 0 0 10px;
}

#top .contentsFrame2 h3 ,
#top .contentsFrame2 p {
	margin: 0 0 5px;
}

#top .box1 .bannar {
	position: absolute;
	width: 245px;
	height:79px;
	top: 325px;
	right: 20px;
}


#top .box2 {
	position: absolute;
	top: 410px;
	left: 0;
	padding: 0 30px 0 25px;
}

#top .box2 .left1 {
	width: 291px;
	margin: 0 14px 0 0;
}

#top .box2 .left2 {
	width: 298px;
	margin: 0 6px 0 0;
}
#top .box2 .right1 {
	width: 286px;
}

#top .box3 {
	margin: 0 30px 0 20px;
	padding: 0 ;
}

#top .box3 .left1 {
	width: 284px;
	margin: 0 20px 0 0;
}

#top .box3 .left2 {
	width: 284px;
	margin: 0 34px 0 0;
}

#top .box3 .right {
	width: 260px;
	padding: 13px 0 0;
}

#top .box3 .right p {
	border-top: 1px #B0B0B0 dotted;
	padding: 10px 0 0;
	margin: 0 0 10px;
}

#top .box3 .right .noboder {
	border-top: none;
}

#top .box3 a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}




/* 会場提供者募集
----------------------------------------------------------------------------------------------------*/

#offer p {
	margin: 0 0 20px;
}

#offer h5 {
	margin: 0 0 15px;
}

#offer table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 2px solid #DFDFDF;
}

#offer th ,
#offer td {
	padding: 5px 10px;
	border: 1px solid #DFDFDF;
	text-align: left;
	vertical-align: top;
}

#offer th {
	color: #FFFFFF;
	background: #F590CA;
	vertical-align: middle;
	white-space: nowrap;
}


#offer .box1 {
	position:relative;
	height: 119px;
}

#offer .box1 h4 {
	position: absolute;
	width: 640px;
	height: 184px;
	left: 0;
	top: -65px;
}


/* 学研教室の仕事を知る
----------------------------------------------------------------------------------------------------*/

#content h3 {
	margin: 0 0 60px;
}

#content .box1 {
	position: relative;
	margin: 0 0 80px;
}

#content .box1 .images {
	position: absolute;
	top: -100px;
	right: 0;
	width: 395px;
	height: 204px;
}

#content .box2 {
	margin: 0 0 30px;
}

#content .box2 h5 {
	margin: 0 0 35px;
}

#content .box2 h6 {
	margin: 0 0 15px;
}

#content .box2 p {
	margin: 0 0 20px;
	padding: 0 30px;
}

#content .box3 {
	margin: 0 0 60px;
}

#content #staffArea .contentsFrame2 .images {
	width: 177px;
	height: 174px;
}

/* 学研教室の先生になる & 学研教室の先生になる & 学研教室の仕事を知る
----------------------------------------------------------------------------------------------------*/
#become h3 ,
#teacher h3 ,
#workstyle h3 {
	margin: 0 0 20px;
}

#become .box1 ,
#teacher .box1 ,
#workstyle .box1 {
	margin: 0 0 20px;
}

#become .box1 h4 ,
#teacher .box1 h4 ,
#workstyle .box1 h4 {
	background: url(../common/com_bg03.gif) no-repeat;
	background-position: left top;
	font-weight: bold;
	padding: 6px 30px;
	margin: 0 0 10px;
}

#become .box1 p ,
#teacher .box1 p ,
#workstyle .box1 p {
	margin: 0 30px 0;
}

#become .box1 .left ,
#become .box1 .right ,
#teacher .box1 .left ,
#teacher .box1 .right ,
#workstyle .box1 .left ,
#workstyle .box1 .right {
	width: 310px;
}


/* 学研教室の仕事を知る 指導の流れ
----------------------------------------------------------------------------------------------------*/

#flow h3 {
	margin: 0 0 30px;
}

#flow .box1 {
	position: relative;
	margin: 0 0 60px;
}

#flow .box1 h4 {
	margin: 0 0 20px;
}

#flow .box1 .images {
	position: absolute;
	bottom: -71px;
	right: 35px;
	width: 267px;
	height: 319px;
}

#flow .box1 .text {
	width: 370px;
}

#flow .box2 {
	margin: 0 0 20px;
	padding: 0 35px 20px 25px;
	background: url(../images/flo_ar01.gif) no-repeat;
	background-position: bottom center;

}

#flow .box2 .left {
	width: 440px;
	margin: 15px 0 0;
}

#flow .box2 .right {
	width: 121px;
	text-align: right;
}

#flow .box3 {
	margin: 0 0 30px;
	background: none;
}

#flow #staffArea .contentsFrame2 .images {
	width: 162px;
	height: 165px;
}

#flow .box4 {
	margin: 0 0 50px;
	padding: 10px 20px;
}

#flow .box4 .left {
	margin: 25px 0 0;
	width: 291px;
}

#flow .box4 .right {
	width: 295px;
}


/* 学研教室の仕事を知る 開室コース
----------------------------------------------------------------------------------------------------*/

#open h3 {
	margin: 0 0 30px;
}

#open .box1 {
	position: relative;
	margin: 0 0 30px;
}

#open .box1 h4 {
	margin: 0 0 30px;
}

#open .box1 .images {
	position: absolute;
	top: -75px;
	right: 0;
	width: 376px;
	height: 189px;
}

#open .text {
	width: 610px;
}

#open h5 {
	margin: 0 0 10px;
}

#open .box2 {
	margin: 0 0 30px;
}

#open .box3 {
	margin: 0 0 60px;
}

#open .box2 table ,
#open .box3 table {
	width: 100%;
	border-collapse: collapse;
}

#open th ,
#open td {
	padding: 10px;
	border: 1px solid #DFDFDF;
	vertical-align: middle;
	text-align: center;
}

#open th {
	background: #F2ECDD;
}

#open td {
	text-align: left;
}

#open table .nowrap {
	text-align: center;
}

#open .t1 th {
	color: #FFFFFF;
	background: #F590CA;
}

#open table .fast {
	border: none;
	text-align: left;
	padding: 10px 0;
}

#open table .title {
	border: none;
	text-align: left;
	padding: 30px 0 10px;
}

#open td a {
	padding: 0 0 0 20px;
	background: url(../images/ope_ar01.gif) no-repeat;
	background-position: left center;
}

#open td img {
	margin-bottom: 0;
} 

#open #staffArea .contentsFrame2 .images {
	width: 168px;
	height: 144px;
}

/* 学研教室の仕事を知る 学研教室の理念
----------------------------------------------------------------------------------------------------*/

#cause h3 {
	margin: 0 0 30px;
}

#cause .box1 {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 3px;
}

#cause .box1 .images {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 314px;
	height: 137px;
}

#cause .box2 {
	margin: 0 0 30px;
}

#cause .box2 h5 {
	margin: 0 0 20px;
}

#cause .box2 .text {
	padding: 0 10px 0 0;
	margin: 0 0 90px;
}

#cause .box2 .left {
	width: 350px;
}

#cause .box2 .right {
	width: 281px;
}

#cause .box3 {
	margin: 0 0 30px;
	padding: 10px 40px 0;
	background: url(../images/cau_bg01.gif) no-repeat;
	background-position: left top;
}

#cause .box3 h5 {
	margin: 0 0 15px;
	text-align: center;
}

#cause .box3 p {
	padding: 0 0 2em;
}

#cause .box4 {
	margin: 0 0 40px;
}

#cause .box4 h5 {
	margin: 0 0 20px;
}

#cause #staffArea .contentsFrame2 .images {
	width: 162px;
	height: 158px;
}


/* 学研教室の仕事を知る 学研教室の理念 学研教室はここから始まりました
----------------------------------------------------------------------------------------------------*/

#start h3 {
	margin: 0 0 60px;
}

#start h5 {
	margin: 0 0 20px;
}

#start h6 {
	padding: 0 0 0 1em;
	margin: 0 0 10px;
}

#start .box1 {
	position: relative;
	padding: 0 0 70px;
	margin: 0 0 20px;
}

#start .box1 .images {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 324px;
	height: 265px;
	margin: 0;
}

#start .box2 {
	margin: 0 0 40px;
}

#start .box3 {
	border-bottom: 1px #DBD6C7 solid;
	margin: 0 0 20px;
}

#start .box3 p {
	margin: 0 0 20px;
}

#start .fGray {
	margin: 0 0 40px;
}



/* 学研教室の仕事を知る 学研教室の体験談 先輩先生の体験談

#narrative h3 {
	margin: 0 0 20px;
}

#narrative .box1 {
	padding: 0 5px;
}

#narrative .box2 {
	margin: 0 0 20px;
}

#narrative .box2 h4 {
	margin: 0 0 10px;
	padding: 0.2em 0 0.5em 15px;
	background: url(../images/nar_bg01.gif) no-repeat;
	background-position: left top;
}

#narrative .box2 h5 {
	margin: 0 0 15px;
	font-weight: normal;
}

#narrative .box2 .left1 {
	width: 170px;
}

#narrative .box2 .right1 {
	width: 445px;
}

#narrative .box2 .left2 {
	width: 455px;
}

#narrative .box2 .right2 {
	width: 160px;
}

#narrative .box2 .left3 {
	width: 250px;
}

#narrative .box2 .right3 {
	width: 365px;
}

#narrative .box2 .left4 {
	width: 365px;
}

#narrative .box2 .right4 {
	width: 250px;
}

#narrative .box2 .left5 {
	width: 190px;
}

#narrative .box2 .right5 {
	width: 425px;
}
----------------------------------------------------------------------------------------------------*/


/* 学研教室の仕事を知る 学研教室の体験談 先生の教室訪問
----------------------------------------------------------------------------------------------------*/

#room h3 {
	margin: 0 0 20px;
}

#room .box1 {
	margin: 0 0 35px;
}

#room .box1 h5{ 
	font-weight: normal;
}

#room .box1 .left {
	width: 140px;
}

#room .box1 .right {
	width: 480px;
}

#room .box2 h4 {
	margin: 0 0 30px;
}

#room .box4 {
	background: url(../images/roo_bg01.gif) repeat-x;
	background-position: left center;
}

#room .box2 p {
	margin: 0 0 30px;
}

#room .box3 {
	margin: 0 0 35px;
	padding: 25px 15px 20px;
	background:url(../images/roo_bg02.gif) no-repeat;
}

#room .box3 .left1 {
	width: 191px;
	margin: 0 15px 0 0;
}

#room .box3 .left2 {
	width: 280px;
	margin: 10px 0 0;
}

#room .box3 .left2 h4 {
	margin: 0 0 5px;
}

#room .box3 .left2 h5 {
	margin: 0 0 10px;
}

/* 学研教室の仕事を知る 学研教室の体験談 私が学研教室を選んだ理由
----------------------------------------------------------------------------------------------------*/
#select h3 {
	margin: 0 0 20px;
}

#select h4 {
	margin: 0 0 30px;
}

#select .fastFlame1 {
	background: url(../images/sel_bg02.gif) no-repeat;
	background-position: left bottom;
	margin: 0 0 20px;
}

#select .fastFlame2 {
	background: url(../images/sel_bg01.gif) no-repeat;
	background-position: left top;
}

#select .secondFlame1 {
	background: url(../images/sel_bg04.gif) no-repeat;
	background-position: left bottom;
	margin: 0 0 20px;
}

#select .secondFlame2 {
	background: url(../images/sel_bg03.gif) no-repeat;
	background-position: left top;
}

#select .thirdFlame1 {
	background: url(../images/sel_bg06.gif) no-repeat;
	background-position: left bottom;
	margin: 0 0 20px;
}

#select .thirdFlame2 {
	background: url(../images/sel_bg05.gif) no-repeat;
	background-position: left top;
}

#select .left ,
#select .right {
	width: 200px;
	position: relative;
	padding: 0 0 20px;
}

#select .left {
	margin: 0 20px 0 0;
}

#select .images {
	position: relative;
	left: 0;
	top: -15px;
	width: 200px;
	height: 117px;
}

#select .text {
	padding: 0 15px;
}



/* 学研教室の仕事を知る 学研教室の先生になる
----------------------------------------------------------------------------------------------------*/

#step h3 {
	margin: 0 0 25px;
}

#step .box1 {
	position: relative;
	margin: 0 0 25px;
/*
	padding: 0 0 65px;
*/	
}

#step .box1 h4 {
	margin: 0 0 30px;
}

#step .box1 .images {
	position: absolute;
	top: -75px;
	right: 0;
	width: 325px;
	height: 205px;
}

#step .box2 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	background: url(../images/flo_ar01.gif) no-repeat;
	background-position: bottom center;
}

#step .box2 h5 {
	margin: 0 0 15px;
}

#step .box2 p {
	margin: 0 0 20px;
	padding: 0 30px;
}

#step .ar1 {
	padding: 0 0 0 25px;
	background: url(../images/ste_ar01.gif) no-repeat;
	background-position: left 0.3em;
}

#step .box3 {
	margin: 0 0 30px;
	padding: 10px;
	background: #FFF2F7;
}

#step .box4 {
	position: relative;
	margin: 0 0 10px;
}

#step .box4 .text {
	width: 510px;
}

#step .box4 .text h6 {
	margin: 0 0 5px;
}

#step .box4 .text p {
	margin: 0 0 0 28px;
	padding: 0 0 0 1.5em;
	background: url(../images/ste_ar02.gif) no-repeat;
	background-position: left 0.3em;
}

#step .box4 .images {
	position: absolute;
	width: 121px;
	height: 121px;
	right: 0;
	top: 0;
}



#step .box3 table {
	width: 100%;
	margin: 0 0 5px;
	border-collapse: collapse;
}

#step .box3 th ,
#step .box3 td {
	padding: 10px;
	border: 1px solid #DFDFDF;
	vertical-align: top;
	text-align: left;
}

#step .box3 th {
	background: #FFE6F0;
	text-align: left;
	white-space: nowrap;
}

#step .box3 td {
	text-align: left;
	background: #FFFFFF;
}

#step .box3 td .list {
	padding: 0 10px 0 20px;
	background: url(../images/ste_ar02.gif) no-repeat;
	background-position: left 0.3em;
}

#step .box5 {
	margin: 0 0 15px;
	padding: 0 0 20px;
	background: url(../images/flo_ar01.gif) no-repeat;
	background-position: bottom center;
}

#step .box6 {
	background: url(../images/ste_bg01.gif) no-repeat;
	background-position: left bottom;
	margin: 0 0 70px;
}

#step .box6 h5 {
	margin: 0 0 20px;
}

#step .box6 p {
	padding: 0 25px;
	margin: 25px;
}

#step #staffArea .contentsFrame2 .images {
	width: 168px;
	height: 163px;
}


/* 学研教室の仕事を知る 募集要項
----------------------------------------------------------------------------------------------------*/

#recruiter h3 {
	margin: 0 0 25px;
}

#recruiter .box1 {
	position: relative;
	margin: 0 0 30px;
}

#recruiter .box1 .images {
	position: absolute;
	bottom: -54px;
	right: 0;
	width: 344px;
	height: 227px;
}

#recruiter h5 {
	margin: 0 0 25px;
}

#recruiter .list1 {
	margin: 0 0 35px;
}

#recruiter .list1 li {
	padding: 0 0 0 30px;
	background: url(../images/rec_ar01.gif) no-repeat;
	background-position: left 0.2em;
}


#recruiter table {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
}

#recruiter th ,
#recruiter td {
	padding: 10px;
	border: 1px solid #DFDFDF;
	vertical-align: top;
}

#recruiter th {
	padding: 10px 30px;
	background: #FFE6F0;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

#recruiter td {
	text-align: left;
	background: #FFFFFF;
}

#recruiter #staffArea .contentsFrame2 .images {
	width: 159px;
	height: 162px;
}


/* 学研教室の仕事を知る 充実のサポート体制
----------------------------------------------------------------------------------------------------*/

#support h3 {
	margin: 0 0 30px;
}

#support .box1 {
	position: relative;
	margin: 0 0 30px;
}

#support .box1 h4 {
	margin: 0 0 20px;
}

#support .box1 .images {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 280px;
	height: 272px;
}

#support .box1 .text {
	width: 300px;
}

#support .box2 {
	margin: 0 0 50px;
}

#support .box2 h5 {
	margin: 0 0 10px;
}

#support .box3 {
	margin: 0 0 30px;
}

#support .box3 p {
	padding: 0 130px 0 30px;
}

#support .box3 .textRight {
	padding: 0;
}

#support .box4 {
	position: relative;
	margin: 0 0 30px;
}

#support .box4 .text {
	width: 475px;
}

#support .box4 .text p {
	padding: 0 10px 0 30px;
}

#support .box4 .images1 {
	position: absolute;
	width: 146px;
	height: 143px;
	top: -20px;
	right: 0;
}

#support .box4 .images2 {
	position: absolute;
	width: 140px;
	height: 100px;
	top: -10px;
	right: 0;
}


#support #staffArea .contentsFrame2 .images {
	width: 152px;
	height: 168px;
}


/* 春のスタート応援キャンペーン
----------------------------------------------------------------------------------------------------*/
#spring h3 {
	margin: 0 0 5px;
}

#spring h4 {
	margin: 0 0 20px;
}

#spring h5 {
	margin: 0 0 20px;
}

#spring table {
	width: 100%;
	margin: 0 0 25px;
	border-collapse: collapse;
	border: 2px solid #DFDFDF;
}

#spring th ,
#spring td {
	padding: 5px 10px;
	border: 1px solid #DFDFDF;
	text-align: left;
}

#spring th {
	color: #FFFFFF;
	background: #F590CA;
	vertical-align: middle;
	white-space: nowrap;
}

#spring td {
	vertical-align: top;
}

#spring .box1 {
	background:url(../images/spr_bg03.gif) no-repeat;
	background-position: top left;
	margin: 0 0 20px;
}

#spring .box2 {
	background:url(../images/spr_bg04.gif) no-repeat;
	background-position: bottom left;
	padding: 15px 20px;
}

#spring .box3 {
	margin: 0 0 10px;
}

#spring .box3 h6 {
	margin: 0 0 5px;
}

#spring .box3 .left {
	width: 290px;
}

#spring .box3 .right {
	width: 304px;
}

#spring .box4 {
	width: 280px;
	background:url(../images/spr_bg01.gif) no-repeat;
	background-position: top left;
}

#spring .box5 {
	background:url(../images/spr_bg02.gif) no-repeat;
	background-position: bottom left;
}

#spring .box5 ul {
	margin: 0 10px 0 30px;
	padding: 15px 0 10px;
}

#spring .box5 li {
	list-style-type: disc;
}

#spring .box5 .last {
	list-style-type: none;
	text-align: right;
}

#spring .box6 {
	text-align: center;
	margin: 0 0 20px;
	font-weight: bold;
}


