﻿@charset "UTF-8";

@import "../common3rd.css";

/* ================================================================================== 
★　スタッド学習教室 CSS インフォーメーション　★
☆　先生になりませんか：指導者募集説明会のご案内　☆

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

h3{
	padding:10px 0 0;
}

.text-layout p{
	padding:0 0 15px;
}

.text-layout p.briefingBtn{
	padding:0;
	text-align:right;
}

#teacher-briefing{
	margin:10px auto 15px;
}

#teacher-briefing:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#teacher-briefing{
	display: inline-block;
}
/* Mac版IEを除外 \*/
#teacher-briefing { display: block; }
/* */

#teacher-briefingL{
	float:left;
	width:360px;
	font-size:1.2em;
}

#teacher-briefingR{
	float:right;
	width:219px;
}

#teacher-briefingL h4{
	color:#2eba97;
}

#teacher-briefingL ul{
	padding:5px 0 15px 1.2em;
}

#teacher-briefingL li{
	padding:0 0 3px 1em;
	text-indent:-1em;
}




