﻿@charset "UTF-8";

@import "common.css";

/* ================================================================================== 
★　スタッド学習教室 CSS インフォーメーション　★
☆　トップページ関連　☆

■１．フラッシュエリア
■２．スタッドの魅力
	●２-１　枠
	●２-２　Point
■３．NEWS＆バナー
	●３-１　枠
	●３-２　NEWS
	●３-３　バナー


===================================================================================== 

■１．フラッシュエリア

================================================================================== */
#flash-area{
	width:826px;
	margin:0 auto;
}

/*=================================================================================== 

■１-２．フラッシュ下バナー

================================================================================== */
#flash-bottomArea{
	background: url(../images/index/index_point_bg.jpg) left top no-repeat;
	text-align: center;
	padding: 27px 0 0 0;
}

#flash-bottomArea div.bnr{
	width: 820px;
	margin: 0 auto;
}



/*===================================================================================

■２．スタッドの魅力
	●２-１　枠
	●２-２　Point

=====================================================================================

	●２-１　枠

================================================================================== */
#top-pointArea{
	width:840px;
	margin:0 auto;
	background:url(../images/index/index_point_bg.gif) repeat-y top center;
}

#top-pointArea-end{
	padding:0 0 15px;
	background:url(../images/index/index_point_end.gif) no-repeat bottom center;
}

#top-pointArea01{
	width:798px;
	margin:0 auto;
	background:url(../images/index/index_point_in01_bg.gif) repeat-y;
}

#top-pointArea01-top{
	background:url(../images/index/index_point_in01_top.gif) no-repeat top;
}

#top-pointArea01-end{
	padding:9px 0 12px;
	background:url(../images/index/index_point_in01_end.gif) no-repeat bottom;
}

#top-pointArea02{
	width:798px;
	margin:2px auto 0;
	background:url(../images/index/index_point_in02_bg.gif) repeat-y;
}

#top-pointArea02-top{
	background:url(../images/index/index_point_in02_top.gif) no-repeat top;
}

#top-pointArea02-end{
	padding:9px 0 12px;
	background:url(../images/index/index_point_in02_end.gif) no-repeat bottom;
}

/*===================================================================================

	●２-２　Point

================================================================================== */

#top-point01L{
	float:left;
	width:398px;
}

#top-point02R{
	float:right;
	width:398px;
}

p.top-pointNum{
	float:left;
	width:56px;
	text-align:center;
	
}

#top-point01L dl,
#top-point02R dl{
	float:left;
	width:232px;
}

#top-point01L dd,
#top-point02R dd{
	padding:5px 8px 0 0;
	font-size:1.2em;
	line-height:1.3em;
}

.mac #top-point01L dd,
.mac #top-point02R dd{
	font-size:1.1em;
}


.top-pointR{
	float:right;
	width:110px;
}

p.top-pointDtl{
	padding:8px 0 0 5px;
}

p.top-pointDtl03{
	padding:8px 0 0;
}


#top-point01L dd li{
	display:inline;
	padding:0 8px;
	/*zoom:1;*/
}

#top-point01L dd li a{
	display:inline-block;
	padding:0 0 0 3px;
	
	font-size:1.0em;
	line-height:1.6em;
	color:#01afd2;
}

#top-point01L dd li a:hover{
	text-decoration:none;
}

#top-point01L dd li img{
	vertical-align:middle;
}

.top-point03{
	float:left;
	width:266px;
}

.top-point03 dl{
	float:left;
	width:114px;
}

.top-point03 dd{
	padding:5px 0 0 0;
	font-size:1.2em;
	line-height:1.3em;
}

.top-pointR03{
	float:right;
	width:90px;
}

/*===================================================================================

■３．NEWS＆バナー
	●３-１　枠
	●３-２　NEWS
	●３-３　バナー
	
=====================================================================================

	●３-１　枠

================================================================================== */
#top-newsArea{
	width:820px;
	margin:16px auto;
	background:url(../images/common/key_contents_bg.gif) repeat-y center;
}

#top-newsArea-top{
	background:url(../images/index/index_news_top.gif) no-repeat top;
}

#top-newsArea-end{
	padding:0 0 3px 0;
	background:url(../images/common/key_contents_end.gif) no-repeat bottom;
}


#top-newsAreaL{
	float:left;
	width:612px;
	padding:0 0 25px;
}

#top-newsAreaR{
	float:right;
	width:190px;
	padding:14px 0 0;
}

/*===================================================================================

	●３-２　NEWS

================================================================================== */
.top-newsTtl h3{
	float:left;
	width:202px;
	text-align:right;
}

.top-newsTtl p{
	float:right;
	width:96px;
	padding:23px 0 0;
}

#top-newsStudent.top-newsTtl{
	background:url(../images/index/index_news_dot.gif) repeat-x bottom;
}

#top-newsTeacher.top-newsTtl{
	margin:20px 0 0;
	background:url(../images/index/index_news02_dot.gif) repeat-x bottom;
}


#top-newsAreaL dl{
	padding:8px 0 8px 18px;
	border-bottom:1px solid #dfdfdf;
	font-size:1.2em;
}

#top-newsAreaL dt{
	float:left;
	width:90px;
}

.mac #top-newsAreaL dt{
	letter-spacing:-0.1em;
}

#top-newsAreaL dt img{
	vertical-align:middle;
	margin:0 8px 0 0;
}

#top-newsAreaL dd{
	float:right;
	width:500px;
}

#top-newsAreaL dl:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#top-newsAreaL dl {
	display: inline-block;
 }
/* Mac版IEを除外 \*/
#top-newsAreaL dl { display: block; }
/* */

#top-newsAreaL dd a{
	color:#212121;
	text-decoration:none;
}

#top-newsAreaL dd a:hover{
	color:#0099cc;
	text-decoration:underline;
}

/*===================================================================================

	●３-３　バナー

================================================================================== */
#top-newsAreaR ul{
	width:182px;
	margin:0 auto;
}

#top-newsAreaR li{
	padding:0 0 2px;
}


