@charset "utf-8";
/* CSS Document */





/* indexメイン(改変部）  まとめてリーズナブル*/

.set a{
background:url(../img/mtmt_btn.jpg) no-repeat;
width:587px;
height:112px;
margin-top:20px;
text-indent:-9999px;
display:block;
}

/* ☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★ */


/* indexメイン(改変部）  講座４つ背景画像*/

/* はこを並べる */

ul{/* 箱ならび */
	width:587px;
	list-style:none;
	margin:8px 0;
}


ul.box_two li{/* 2つ箱ならび */
	display:block;
	width:293px;
	float:left;
	list-style:none;
	background-color:#FFFFFF;
}

ul.box_two li a{/* 2つ箱ならび */
	width:293px;
}

.tsugaku{/* 通学講座 */
background:url(../img/kouza_01.jpg) no-repeat;
width:293px;
height:295px;
}

.tsushin {/* 通信講座 */
background:url(../img/kouza_02.jpg) no-repeat;
width:293px;
height:295px;

}


.mogi {/* 模擬試験 */
background:url(../img/kouza_03.jpg) no-repeat;
width:293px;
height:295px;
}


.elearning {/* e-Learning */
background:url(../img/kouza_04.jpg) no-repeat;
width:293px;
height:295px;
}


.copy{/* 各講座コピー文 */
width:130px;
margin-left:160px;
margin-top:93px;
}

.period{/* 開講期間 */
width:150px;
height:40px;
margin-left:130px;
margin-top:54px;
font-weight:bold;
color:#232323;
}

.etc{/* 模試名・e-Learningおすすめ */
width:240px;
height:40px;
margin-left:35px;
margin-top:11px;
font-weight:bold;
color:#232323;
}


.box_two .detail_btn a{/* 詳しくはこちら */
display:block;
margin:0 auto;
margin-top:7px;
width:170px;
height:35px;
text-indent:-9999px;
}




/* ☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★ */


/* indexメイン(改変部）  特典*/
#kaihen .privilege{
	background:url(../img/privilege.jpg) no-repeat;
	height:199px;
	width:587px;

}

#kaihen .privilege dl{
width:450px;
height:145px;
margin-left:23px;
padding-top:70px;
}


.privilege dt{
font-weight:bold;
font-size:15px;
line-height:20px;
background:url(../img/arrow_list.gif) no-repeat;
padding-left:25px;
}


.privilege dd{
background:url(../img/list_read.gif) no-repeat;
padding-left:20px;
margin:0px 0 0 20px;
font-size:11px;
}

/* ☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★ */


/*  indexメイン(改変部）メッセージ部分 */

.message{
	clear:both;
	background:url(../img/background.jpg);
	border: 1px solid #E1DEAA;
	width:567px;
	margin:0 auto;
	margin-top:10px;
}

.photo{
margin-left:5px;
margin-right:10px;
margin-bottom:2px;
margin-top:10px;}

.img_topsp{margin-top:10px;}

.message p{	padding:10px;}

.text_midashi{
	color: #CE2625;
	font-weight: bold;
	font-size:110%;
}


