﻿@charset "UTF-8";

@import "../common3rd.css";

/* ================================================================================== 
★　スタッド学習教室 CSS インフォーメーション　★
☆　先生になりませんか：「スタッドの先生」の声　☆

■１．共通項目変更

■２．先輩指導者の声
	●２-１　レイアウト
	●２-２　背景設定
	●２-３　強調文字設定

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

■１．共通項目変更

////////////////////////////////////////////////////////////////////////////////// */
.text-layoutA{
	margin:10px auto 15px;
}

h3{
	padding:10px 0 0;
}

#text-layoutEnd.text-layoutA{
	margin:10px auto 45px;
}

/* /////////////////////////////////////////////////////////////////////////////////  

■２．先輩指導者の声

	●２-１　レイアウト
	●２-２　背景設定
	●２-３　強調文字設定
	
===================================================================================== 

	●２-１　レイアウト

////////////////////////////////////////////////////////////////////////////////// */

.voice-senior{
	width:572px;
	margin:15px auto 20px;
}

.voice-senior-in{
	padding:0 0 10px;
}

.voice-seniorL{
	float:left;
	width:275px;
}

.voice-seniorR{
	float:right;
	width:275px;
}

.voice-senior dd{
	padding:3px 18px;
	font-size:1.2em;
	text-align:justify;
	text-justify:inter-ideograph;
}

/* /////////////////////////////////////////////////////////////////////////////////  

	●２-２　背景設定

////////////////////////////////////////////////////////////////////////////////// */
#voice-senior01.voice-senior{
	background:url(../../images/teacher/voice/voice_bg01.gif) repeat-y;
}

#voice-senior01 .voice-senior-in{
	background:url(../../images/teacher/voice/voice_bg01_end.gif) no-repeat bottom;
}

#voice-senior02.voice-senior{
	background:url(../../images/teacher/voice/voice_bg02.gif) repeat-y;
}

#voice-senior02 .voice-senior-in{
	background:url(../../images/teacher/voice/voice_bg02_end.gif) no-repeat bottom;
}

#voice-senior03.voice-senior{
	margin:15px auto;
	background:url(../../images/teacher/voice/voice_bg03.gif) repeat-y;
}

#voice-senior03 .voice-senior-in{
	background:url(../../images/teacher/voice/voice_bg03_end.gif) no-repeat bottom;
}

/* /////////////////////////////////////////////////////////////////////////////////  

	●２-３　強調文字設定

////////////////////////////////////////////////////////////////////////////////// */
.voice-senior dd span{
	font-weight:bolder;
}

#voice-senior01 .voice-seniorL span{
	color:#f08080;
}

#voice-senior01 .voice-seniorR span{
	color:#65a938;
}

#voice-senior02 .voice-seniorL span{
	color:#d8ac34;
}

#voice-senior02 .voice-seniorR span{
	color:#c874ba;
}

#voice-senior03 .voice-seniorL span{
	color:#2899cd;
}

#voice-senior03 .voice-seniorR span{
	color:#f17d00;
}









