@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body {
	color: #555;
	font-size: 14px;
	font-family: verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background-image: url("images/hogan.png");
}
/* リンク設定
------------------------------------------------------------*/
a {
	color: #6caefe;
	text-decoration: none;
}
a:hover {
	color: #488fdd;
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/*************
/* ヘッダー
*************/
#header {
	height: 100px;
}
#header h1 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: normal;
}
#wrap {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
	border: 5px solid;
	border-color: #50CF85;
	width: 100%;
	min-width: 960px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}
#wrap.aula {
	border-color: #50CF85;
}
#wrap.message {
	border-color: #3CCDF0;
}
#wrap.lesson {
	border-color: #3E77F8;
}
#wrap.access {
	border-color: #C567FF;
}
#wrap.faq {
	border-color: #FF59E2;
}
#wrap.contact {
	border-color: #FF6161;
}

@media screen and (max-width:959px) {
#wrap {
	border: none;
	border-top: 5px solid #50CF85;
	min-width: inherit
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#wrap {
	overflow: inherit
}
}
/*************
/* ロゴ
*************/
.logo {
	float: left;
}
.logo a {
	color: #555;
}
.logo p {
	float: left;
}
.logo span {
	display: block;
}
.pclogo { display: block !important; }
.splogo { display: none !important; }
.pcNone { display: none !important; }
.tabNone { display: none !important; }
/*************
/* 電話番号
*************/
.info {
	float: right;
	padding-right: 20px;
	text-align: right;
}
/*************
/* ロゴ+電話番号
*************/
.logo, .info .tel {
	font-size: 26px;
	font-weight: bold;
}
.logo span {
	font-size: .47em;
	font-weight: normal;
	line-height: 0.4em;
}
.logo span {
	font-size: .47em;
	line-height: 0.4em;
	color: #50CF85;
}
.info span, .info .open{
	font-size: 12px;
	font-weight: normal;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner {
	clear: both;
	padding: 0;
	position: relative;
	text-align: center;
	margin-bottom: 2em;
}
#mainBanner .inner {
	position: relative;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
}
.prBanner {
	clear: both;
	margin: 5px auto 0;
	padding: 0;
	text-align: center;
}
.prBanner img {
	max-width: 100%;
	height: auto;
}
.slogan {
	color: #fff;
	font-weight: bold;
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 42%;
	left: 40px;
	padding: 5px 10px;
	line-height: 1.4;
	text-align: left;
	text-shadow: 2px 2px 1px #005015, -2px 2px 1px #005015, 2px -2px 1px #005015, -2px -2px 1px #005015;
}
.slogan h2 {
	padding-bottom: 5px;
	font-size: 32px;
}
.slogan p {
	font-size: 20px;
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	clear: both;
	padding-bottom: 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	overflow: hidden;
}
.box {
	padding: 10px;
}
.box img {
	max-width: 100%;
	height: auto;
}
.box h3 {
	font-size: 16px;
	padding: 10px 0 15px;
}
.box h3, .box p {
	text-align: left;
}
.box p.readmore {
	padding: 10px 5px 5px;
	text-align: right;
}
.box p.readmore a {
	padding: 3px 7px;
	border-radius: 3px;
}
/*************
メイン コンテンツ
*************/
section.content article {
	padding: 10px 30px 50px 30px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #ffffff;
}
section.toppage article, section.content .archive {
	border: 0;
}
/* アーカイブページ */
section.content .archive {
	padding: 0;
	border-bottom: 1px dotted #ccc;
}
section.content p {
	margin-bottom: 5px;
}
h3.heading {
	font-size: 180%;
	font-weight: normal;
	padding: 0.1em 0.7em;
	margin-bottom: 5px;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	letter-spacing: 1px;
	position: relative;
}
h3.heading span {
	margin-left: 1em;
	font-weight: normal;
	font-style: italic;
}
.aula h3.heading span {
	color: #50CF85;
}
.message h3.heading span {
	color: #3CCDF0;
}
.content {
	position: relative;
}
.content:before, .content:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 90%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.content:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*折り返し*/
.aula h3.heading {
	background: #E5FBEE;
	box-shadow: 0px 0px 0px 5px #E5FBEE;
	border: dashed 2px #50CF85;
	color: #454545;
}
.aula h3.heading span {
	position: relative;
	margin-left:2.5em;
	color: #50CF85;
}
.aula h3.heading span:before {
	position: absolute;
	top: 0;
	left: -1.3em;
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-image: url(images/nav_icon_aul.png);
	background-size: contain;
	vertical-align: middle;
}
.aula h3.heading:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #fff #fff #50CF85;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.message h3.heading {
	background: #E5FAFF;
	box-shadow: 0px 0px 0px 5px #E5FAFF;
	border: dashed 2px #3CCDF0;
	color: #454545;
}
.message h3.heading span {
	position: relative;
	margin-left:2.5em;
	color: #3CCDF0;
}
.message h3.heading span:before {
	position: absolute;
	top: 0;
	left: -1.3em;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_mes.png);
	background-size: contain;
	vertical-align: middle;
}
.message h3.heading:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #fff #fff #3CCDF0;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.lesson h3.heading {
	background: #E9F3FF;
	box-shadow: 0px 0px 0px 5px #E9F3FF;
	border: dashed 2px #3E77F8;
	color: #454545;
}
.lesson h3.heading span {
	position: relative;
	margin-left:2.5em;
	color: #3E77F8;
}
.lesson h3.heading span:before {
	position: absolute;
	top: 0;
	left: -1.3em;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_les.png);
	background-size: contain;/*vertical-align: middle;*/
}
.lesson h3.heading:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 20px 20px 0;
	
	border-style: solid;
	border-color: #fff #fff #3E77F8;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.faq h3.heading {
	background: #FFEDFC;
	box-shadow: 0px 0px 0px 5px #FFEDFC;
	border: dashed 2px #FF59E2;
	color: #454545;
}
.faq h3.heading span {
	position: relative;
	margin-left:2.5em;
	color: #FF59E2;
}
.faq h3.heading span:before {
	position: absolute;
	top: 0;
	left: -1.3em;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_faq.png);
	background-size: contain;
	vertical-align: middle;
}
.faq h3.heading:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #fff #fff #FF59E2;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.access h3.heading {
	background: #F6E8FF;
	box-shadow: 0px 0px 0px 5px #F6E8FF;
	border: dashed 2px #C567FF;
	color: #454545;
}
.access h3.heading span {
	position: relative;
	margin-left:2.5em;
	color: #C567FF;
}
.access h3.heading span:before {
	position: absolute;
	top: 0;
	left: -1.3em;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_acc.png);
	background-size: contain;
	vertical-align: middle;
}
.access h3.heading:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #fff #fff #C567FF;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.contact h3.heading {
	background: #FFEBE5;
	box-shadow: 0px 0px 0px 5px #FFEBE5;
	border: dashed 2px #FF6161;
	color: #454545;
}
.contact h3.heading span {
	position: relative;
	margin-left:2.5em;
	color: #FF6161
}
.contact h3.heading span:before {
	position: absolute;
	top: 0;
	left: -1.3em;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_con.png);
	background-size: contain;
	vertical-align: middle;
}
.contact h3.heading:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #fff #fff #FF6161;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
section.content img {
	max-width: 90%;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
/*************
/* サイドバー
*************/
/*#sidebar {
	position: relative;
}
#sidebar:before, #sidebar:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 50px;
	left: 8px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 8px #777;
	-moz-box-shadow: 0 15px 8px #777;
	box-shadow: 0 15px 8px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#sidebar:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}*/
#sidebar h3.heading{
	font-size: 21px;
}
#sidebar article {
	clear: both;
	margin-bottom: 20px;
}
#sidebar ul {
	padding: 15px 0;
}
#sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #ebebeb;
}
#sidebar li:last-child {
	border: 0;
	margin-bottom: 0px;
}
#sidebar li a {
	color: #555;
	font-size: 16px;
	display: block;
}
#sidebar li a:hover {
	color: #999;
	font-size: 16px;
	display: block;
}
/*************
/* フッター
*************/
#footer {
	clear: both;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #999;
}
#footer .inner {
	padding: 40px 0;
	overflow: hidden;
}
#footer .grid {
	margin: 0;
}
#footer #info {
	float: left;
}
#footer #info .info {
	float: none;
}
#footer #info .info {
	clear: both;
	padding: 5px 0 0;
	text-align: left;
}
#footer .logo {
	font-size: 18px;
}
#footer .logo span {
	font-size: 0.58em;
	margin: 0.8em 0 0.2em;
}
#footer .info .tel, #footer .info .tel span, #footer #info .open {
	font-size: 12px;
}
ul.footnav {
	float: right;
	width: 620px;
	padding: 10px 0;
}
ul.footnav ul {
	display: none;
}
ul.footnav li {
	float: left;
	margin: 10px 0 10px 0;
	padding: 0 7px 0 8px;
	border-right: 1px solid #ebebeb;
	font-size: 13px;
}
#copyright {
	clear: both;
	padding: 20px 0 10px 0;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	color: #555;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 5px 0 20px;
}
.prev {
	float: left
}
.next {
	float: right;
}
#pageLinks {
	clear: both;
	text-align: center;
}
/* タイポグラフィ
*****************************************************/
.dateLabel {
	margin: 0 0 10px;
	text-align: right;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.post {
	letter-spacing: 0.5px;
	line-height: 1.8em;
	position: relative;
}
.post p {
	padding-bottom: 10px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style: decimal;
}
.post h1 {
	margin: 20px 0;
	padding: 5px 0;
	font-size: 150%;
	color: #000;
	border-bottom: 3px solid #cf6a88;
}
.post h2 {
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: normal;
	color: #333;
	border-bottom: 2px solid #cf6a88;
}
.post h3 {
	margin: 15px 0 5px 0;
	padding: 10px 0 10px 0;
	font-size: 165%;
	font-weight: normal;
	display: flex;
}
.post h4 {
	margin: 10px 0 25px 0;
	padding: 10px 0 10px 0;
	font-size: 130%;
	font-weight: normal;
}
.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}
.post blockquote p {
	padding: 5px 0;
}
.post table {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
}
.post table td {
	border-collapse: collapse;
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #cccccc;
	line-height: 20px;
	vertical-align: top;
}
.post table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border: 1px solid #cccccc;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
.post dt {
	font-weight: bold;
}
.post dd {
	padding-bottom: 10px;
}
.post img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	display: block;
	margin: 5px auto;
}
img.alignright, img.alignleft {
	padding: 4px;
	margin: 0 0 2em 3em;
	display: inline;
}
img.alignleft {
	margin: 0 7px 2px 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
span.fred {
	color: #FF0000;
}
span.fBig {
	font-size: 135%;
	font-weight: bold;
}
span.mark {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.post p span.underline{
	text-decoration: underline;
	text-decoration-color: #11BD86;
 text-decoration-style: double;
 -webkit-text-decoration-color: #11BD86;
 -webkit-text-decoration-style: double;
}
/* あうらとは
------------------------------------------------------------*/
.aula .post h3 {
	color: #11BD86;
}
.hashira li {
	font-weight: bold;
	font-size: 115%;
}
span.arrow1 {
	display: block;
	width: 6em;
	margin: 0 auto;
}
span.arrow1::before {
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 3em;
	height: 1.5em;
	background: #FF6265;
}
.arrow1::after {
	content: "";
	display: block;
	border-top: 2em solid #FF6265;
	border-left: 3em solid transparent;
	border-right: 3em solid transparent;
	transform-origin: left top;
	transform: scaleY(.9);
	margin-bottom: 5px;
}
span.arrow3 {
	display: block;
	width: 4em;
	margin: 0 auto -0.8em;
}
span.arrow3::before {
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 2em;
	height: 1em;
	background: #FF6265;
}
.arrow3::after {
	content: "";
	display: block;
	border-top: 2em solid #FF6265;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	transform-origin: left top;
	transform: scaleY(.5);
}
.arrow2 {
	display: inline-block;
	height: 1em;
	width: 1em;
	background-color: #FF6265;
	position: relative;
	margin: 0 1.5em 0 0.5em;
}
.arrow2:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 1em solid transparent;
	border-left: 1em solid #FF6265;
	left: 1em;
	top: -0.5em;
}
/* メモ　クリップ　Ｂ */
.clip-box-b {
	position: relative;
	margin: 0 auto 3em;
	padding: 1em 1.5em;
	width: 95%; /* ボックス幅 */
	background-color: #FFFDCB; /* ボックス背景色 */
	color: #666666; /* 文章色 */
	box-shadow: 4px 4px 1px #fcdd80; /* 影の色 */
}
.clip-box-b::before {
	position: absolute;
	content: '';
	top: -15px;
	right: 10px;
	height: 55px;
	width: 15px;
	border: 3px solid #C0C0C0; /*クリップ色 */
	background-color: none;
	border-radius: 12px;
	box-shadow: 1px 1px 2px #ccc; /*クリップ影*/
	transform: rotate(10deg);
	z-index: 1;
}
.clip-box-b::after {
	position: absolute;
	content: '';
	top: 0px;
	width: 10px;
	right: 20px;
	border: solid 5px #FFFDC3; /*背景色と同じ色に！*/
	z-index: 2;
}
.clip-box-b dt {
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 140%;
}
.clip-box-b ol {
	margin: 0;
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 0.5em 0;
}
.clip-box-b li {
	list-style-type: none!important; /*数字を一旦消す*/
	position: relative;
	padding: 0.5em 0 0.5em 4em;
	line-height: 1.5em;
}
.clip-box-b ol li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display: inline-block;
	background: #11BD86;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 2em;
	border-radius: 50%;/*円にする*/
	left: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 1em;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clip-box-b ol li:after {/*吹き出しのちょこんと出た部分*/
	content: '';
	display: block;
	position: absolute;
	left: 2.8em;/*左からの位置*/
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #11BD86;
	/*以下 上下中央寄せのため*/
	top: 2em;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clip-box-b dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.clip-box-b p {
	margin: 0;
	padding: 0;
}
.enpBox2 {
	margin: 1em 0;
	padding: 1em;
	background-color: #FFFED9;/*border: dotted 1px #11BD86;*/
}
.aboutPillar{
	text-align: center;
	margin: 2em 0;
}
.divdashBox{
	margin:2em 0;
}
.dashBox {
	margin: 0;
	padding: 0.5em;
	border: 3px dashed #69F1C5;
	text-align: center;
	background: #FFFED9;
}
.box27 {
	position: relative;
	margin: 5em 0 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #11BD86;
}
.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 27px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 20px;
	background: #11BD86;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box27 ul {
	margin: 0;
	padding: 0 1.5em 0 2em;
	position: relative;
}
.box27 ul li {
	margin: 0;
	padding: 3px 0;
	font-size: 115%;
	border-bottom: 2px dotted #ddd;
}
.box27 ul li:before {/*疑似要素*/
	font-family: "FontAwesome";
	content: "\f138";/*アイコンの種類*/
	position: absolute;
	left : 0;/*左端からのアイコンまでの距離*/
	color: #11BD86;/*アイコン色*/
}
.box27 dt {
	font-size: 125%;
}
/* ごあいさつ
------------------------------------------------------------*/

.message .post h3 {
	color: #3CCDF0;
}
/* コース・授業料
------------------------------------------------------------*/
.lesson .post h3 {
	color: #3E77F8;
}

.lesson .post h3:nth-child(2) {
	margin-top: 1em;
}
.lesson .post h3:nth-child(n+3) {
	margin-top: 4em;
}
.lesson .post #taxIcluded{
	margin: 0;
	padding: 0;	
}
.lesson .post h4 {
	position: relative;
	margin-bottom:0;
	font-size: 128%;
	padding-left: 1em;
}
.lesson .post h4 span{
	font-weight: bold;
}
.lesson .post h4:before {/*疑似要素*/
	font-family: "FontAwesome";
	content: "\f0a3";/*アイコンの種類*/
	position: absolute;
	left : 0;/*左端からのアイコンまでの距離*/
	color: #3E77F8;/*アイコン色*/
}

.lesson table{
	width:100%;
}
.lesson table .bgy{
	background-color: #FFFCCC;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.lesson table td:first-child{
	width: 50%;
	/*background-color: #E9F3FF;*/
	font-weight: bold;
	background: #F2F8FF;
}
.lesson table th{
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	vertical-align: middle;
	background: #F2F8FF;
}
.lesson table td{
	text-align: center;
	vertical-align: middle;
}
.scroll table td span{
	display: block;
}
.defaultlist,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 15px 0px 15px 0px !important;
	width: 60%;
}
.post ol.list9{
	margin-left:20px;
	counter-reset:li;
}
.list9 li{
	position:relative;
	display: block;
	padding:5px 0 5px 55px;
	background: #F2F8FF;
	border: 2px solid #3E77F8;
	border-radius: 2px;
	margin-left:-15px !important;
	font-size: 120%;
}
li.list9-count:after{
	counter-increment: li;
	content: counter(li);
	position: absolute;	
	left: 0px;
	top: 0px;
	background: #3E77F8;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 3px solid #3E77F8;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
 
li.list9-count:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:8px; 
	left:33px; 
	height:0; 
	width:0; 
	border-top: 8px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #3E77F8;
}
#sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #3E77F8;
}
/* よくあるご質問
------------------------------------------------------------*/
.faq .post h3 {
	color: #FF59E2;
}
.faq .post ul.faqlist {
	margin: 2em 0;
}
.faq .post ul.faqlist li:first-child {
	border-top: 2px dotted #FF59E2;
}
.faq .post ul.faqlist li {
	border-bottom: 2px dotted #FF59E2;
	padding: 10px 0;
}
.faq .post ul.faqlist dt {
	font-size: 110%;
}
.faq .post ul.faqlist dd {
	margin-top: 1em;
}
.faq dt {
	position: relative;
	line-height: 2em;
	text-indent: 2.5em;
}
.faq dt:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(images/faq/faq_q.png) no-repeat;
	background-size: contain;
}
.faq dd {
	position: relative;
	line-height: 2em;
	text-indent: 2.5em;
}
.faq dd:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(images/faq/faq_a.png) no-repeat;
	background-size: contain;
}
/* アクセス
------------------------------------------------------------*/
.access .post h3 {
	color: #C567FF;
}
.access .post table th {
	background-color: #F9F1FF;
}
#googlemap {
	text-align: center;
}
/* お問い合わせ
------------------------------------------------------------*/
table#contact{
	width: 700px;
}
table#contact tr th {
	background-color: #FFF0EC;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	width: 300px;
}
.fbtn {
	text-align: center;
	margin: 1em;
}
input#submit_btn, input#return_btn{
	padding: 0.5em 2em;
	font-size: 1em;
}
.contact .contact_comp p{
	text-align: center;
	margin-top: 2em;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px) {
.aula_logo{
		width: 210px;
		height: 45px;
	}
nav div.panel {
	display: block !important;
	float: left;
}
a#menu {
	display: none;
}
#mainNav {
	clear: both;
	z-index: 200;
	position: relative;/*letter-spacing: 2px;*/
}
#mainNav li {
	float: left;
	position: relative;
}
#mainNav li a span, #mainNav li a strong {
	display: block;
}
#mainNav li a span {
	color: #bababa;
	font-size: 14px;
}
#mainNav ul ul {
	width: 160px;
	background: #fff;
}
#mainNav li ul {
	display: none;
}
#mainNav li:hover ul {
	display: block;
	position: absolute;
	top: 64px;
	z-index: 500;
}
#mainNav li li {
	margin: 0;
	float: none;
	width: 160px;
	border: 0;
}
#mainNav li li:last-child {
	border: 0;
}
#mainNav li li a {
	width: auto;
	height: auto;
	padding: 5px 10px;
	font-size: 95%;
	text-align: left;
	border: 0;
}
#mainNav li li span {
	padding: 0 10px;
}
#mainNav li.aulaNav a {
	color: #555;
	display: block;
	text-align: center;
	_float: left;
	font-size: 15px;
	width: 160px;
	height: 40px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 2px solid #50CF85;
	border-bottom: 2px solid #50CF85;
}
#mainNav li.current-menu-item.aulaNav a, #mainNav li.aulaNav a:hover {
	color: #ffffff;
	border-color: #50CF85;
	background: #50CF85;
}
#mainNav li.aulaNav a span {
	color: #50CF85;
}
#mainNav li.aulaNav a:hover span {
	color: #ffffff;
}
#mainNav li.aulaNav span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-image: url(images/nav_icon_aul.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.current-menu-item.aulaNav span:before, #mainNav li.aulaNav:hover span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_aul_on.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.messageNav a {
	color: #555;
	display: block;
	text-align: center;
	_float: left;
	font-size: 15px;
	width: 160px;
	height: 40px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 2px solid #3CCDF0;
	border-bottom: 2px solid #3CCDF0;
}
#mainNav li.current-menu-item.messageNav a, #mainNav li.messageNav a:hover {
	color: #ffffff;
	border-color: #3CCDF0;
	background: #3CCDF0;
}
#mainNav li.messageNav a span {
	color: #3CCDF0;
}
#mainNav li.messageNav a:hover span {
	color: #ffffff;
}
#mainNav li.messageNav span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_mes.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.current-menu-item.messageNav span:before , #mainNav li.messageNav:hover span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_mes_on.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.lessonNav > a {
	color: #555;
	display: block;
	text-align: center;
	_float: left;
	font-size: 15px;
	width: 160px;
	height: 40px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 2px solid #3E77F8;
	border-bottom: 2px solid #3E77F8;
}
#mainNav li.lessonNav .sub-menu li a {
	color: #555;
	display: block;
	text-align: center;
	_float: left;
	font-size: 15px;
	width: 160px;
	height: 20px;
	padding: 10px 0;
	background-color: #E9F3FF;
	border-bottom: 1px solid #3E77F8;
}
#mainNav li.current-menu-item.lessonNav a, #mainNav li.lessonNav a:hover {
	color: #ffffff;
	border-color: #3E77F8;
	background: #3E77F8;
}
#mainNav li.lessonNav a span {
	color: #3E77F8;
}
#mainNav li.lessonNav a:hover span {
	color: #ffffff;
}
#mainNav li.lessonNav .sub-menu li a:hover {
	background-color: #3E77F8;
	color: #ffffff;
}
#mainNav li.lessonNav span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_les.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.current-menu-item.lessonNav span:before, #mainNav li.lessonNav:hover span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_les_on.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.accessNav a {
	color: #555;
	display: block;
	text-align: center;
	_float: left;
	font-size: 15px;
	width: 160px;
	height: 40px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 2px solid #C567FF;
	border-bottom: 2px solid #C567FF;
}
#mainNav li.current-menu-item.accessNav a, #mainNav li.accessNav a:hover {
	color: #ffffff;
	border-color: #C567FF;
	background: #C567FF;
}
#mainNav li.accessNav a span {
	color: #C567FF;
}
#mainNav li.accessNav a:hover span {
	color: #ffffff;
}
#mainNav li.accessNav span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_acc.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.current-menu-item.accessNav span:before, #mainNav li.accessNav:hover span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_acc_on.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.faqNav a {
	color: #555;
	display: block;
	text-align: center;
	_float: left;
	font-size: 15px;
	width: 160px;
	height: 40px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 2px solid #FF59E2;
	border-bottom: 2px solid #FF59E2;
}
#mainNav li.current-menu-item.faqNav a, #mainNav li.faqNav a:hover {
	color: #ffffff;
	border-color: #FF59E2;
	background: #FF59E2;
}
#mainNav li.faqNav a span {
	color: #FF59E2;
}
#mainNav li.faqNav a:hover span {
	color: #ffffff;
}
#mainNav li.faqNav span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_faq.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.current-menu-item.faqNav span:before, #mainNav li.faqNav:hover span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_faq_on.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.contactNav a {
	color: #555;
	display: block;
	text-align: center;
	_float: left;
	font-size: 15px;
	width: 160px;
	height: 40px;
	padding: 10px 0;
	background-color: #ffffff;
	border-top: 2px solid #FF6161;
	border-bottom: 2px solid #FF6161;
}
#mainNav li.current-menu-item.contactNav a, #mainNav li.contactNav a:hover {
	color: #ffffff;
	border-color: #FF6161;
	background: #FF6161;
}
#mainNav li.contactNav a span {
	color: #FF6161;
}
#mainNav li.contactNav a:hover span {
	color: #ffffff;
}
#mainNav li.contactNav span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_con.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.current-menu-item.contactNav span:before, #mainNav li.contactNav:hover span:before {
	margin-right: 2px;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_con_on.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li a:hover {
	color: #999;
}
#mainNav li.current-menu-item a, #mainNav li.current-menu-item li a:hover {
	color: #fff;
}
#mainNav li.current-menu-item a span, #mainNav li.current-menu-item li a:hover span {
	color: #fff;
}
#header, #wrapper, .inner {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#wrapper {
	clear: both;
	padding: 20px 0;
}
#main {
	float: right;
	width: 680px;
	padding: 15px 0 0 0;
}
#sidebar {
	float: left;
	width: 250px;
	padding: 15px 0;
	overflow: hidden;
}
#sidebar h3.heading{
	font-size: 21px;
	margin: 0 5px 5px 5px;
}
#sidebar article {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 1em;
	background-color: #ffffff;
}
.logo {
	width: 500px;
}
/* グリッド全体 */
.gridWrapper {
	display: table;
	border-collapse: separate;
	border-spacing: 0px;
}
/* グリッド */
.grid {
	width: 320px;
	display: table-cell;
}
.prBanner {
	margin: 1em auto;
}
}

@media only screen and (max-width:959px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.aula_logo{
	width: 210px;
	height: 45px;
}
.info span, .info .open{
	font-size: 0.8em;
	font-weight: normal;
}
#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto 2em;
	padding: 0;
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-right: 0;
	background-color: #ffffff;
}
#mainNav a.menu {
	color: #555;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
}
#mainNav a#menu span {
	padding-left: 10px;
}
#mainNav a.menu span:before {
	content: "≡ ";
}
#mainNav a.menuOpen span:before {
	content: "× ";
}
#mainNav a#menu:hover {
	cursor: pointer;
}
#mainNav li a span {
	padding-left: 30px;
	position: relative;
}
#mainNav li.aulaNav a span {
	color: #50CF85;
}
#mainNav li.aulaNav span:before {
	position: absolute;
	left: 0.7em;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	background-image: url(images/nav_icon_aul.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.messageNav a span {
	color: #3CCDF0;
}
#mainNav li.messageNav span:before {
	position: absolute;
	left: 0.7em;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_mes.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.lessonNav a span {
	color: #3E77F8;
}
#mainNav li.lessonNav span:before {
	position: absolute;
	left: 0.7em;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_les.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.accessNav a span {
	color: #C567FF;
}
#mainNav li.accessNav span:before {
	position: absolute;
	left: 0.7em;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_acc.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.faqNav a span {
	color: #FF59E2;
}
#mainNav li.faqNav span:before {
	position: absolute;
	left: 0.7em;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_faq.png);
	background-size: contain;
	vertical-align: middle;
}
#mainNav li.contactNav a span {
	color: #FF6161;
}
#mainNav li.contactNav span:before {
	position: absolute;
	left: 0.7em;
	bottom: 0;
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/nav_icon_con.png);
	background-size: contain;
	vertical-align: middle;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
#mainNav ul {
	margin: 0;
	padding: 0;
}
#mainNav li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
}
#mainNav li a, #mainNav li.current-menu-item li a {
	color: #555;
	display: block;
	padding: 11px 10px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
#mainNav ul > li:first-child a {
	border-top: 1px dashed #ccc;
}
#mainNav ul li.lessonNav a {
	border: none;
}
#mainNav ul > li:last-child a {
	border: 0;
}
#mainNav li li:last-child a {
	border-bottom: 1px dashed #ccc;
}
#mainNav li.current-menu-item a, #mainNav li a:hover, #mainNav li.current-menu-item a, #mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active {
	color: #555;
}
#mainNav li li {
	float: left;
	border: 0;
}
#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/sub1.png) no-repeat 15px 9px;
	border: none;
}
#mainNav li li.current-menu-item a, #mainNav li li a:hover, #mainNav li.current-menu-item li a:hover {
	background: url(images/sub1.png) no-repeat 15px -53px;
}
#mainNav li li:last-child a {
	padding-bottom: 15px;
	background: url(images/subLast.png) no-repeat 15px 11px;
	border-bottom: 1px dashed #ccc;
}
#mainNav li li:last-child.current-menu-item a, #mainNav li li:last-child a:hover, #mainNav li.current-menu-item li:last-child a:hover {
	background: url(images/subLast.png) no-repeat 15px -54px;
}
nav div.panel {
	float: none;
}
#header {
	padding-left: 20px;
	padding-right: 20px;
}/*
#main {
	padding-top: 2em;
}*/
section.toppage {
	margin: 0;
}
#sidebar {
	padding-top: 3em;
	padding-bottom: 15px;
}
#sidebar article {
	padding: 7px 8px;
	text-align: center;
}
#footer .grid, #footer ul.footnav {
	float: none;
	width: 100%;
	text-align: center;
}
ul.footnav li {
	float: none;
	display: inline-block;
}
.grid {
	float: left;
	width: 32%;
	margin: 10px 0 0 1%;
}
#footer .grid img, #footer .info {
	float: none;
}
#footer .grid p {
	display: block;
}
#footer #info .info {
	float: none;
	text-align: center;
}
#footer .logo, #footer .info {
	width: 100%;
	float: none;
}
#footer .logo p {
	float: none;
	display: block;
}
#footer .logo img {
	float: none;
	padding: 0;
}
.pclogo { display: none !important; }
.splogo { display: block !important; }

.aula #footer, .aula #copyright {
	background-color: #50CF85;
}
.message #footer, .message #copyright {
	background-color: #3CCDF0;
}
.lesson #footer, .lesson #copyright {
	background-color: #3E77F8;
}
.faq #footer, .faq #copyright {
	background-color: #FF59E2;
}
.access #footer, .access #copyright {
	background-color: #C567FF;
}
.contact #footer, .contact #copyright {
	background-color: #FF6161
}
#footer {
	margin-top: 3em;
 margin-left: calc(((100vw - 100%) / 2) * -1);
 margin-right: calc(((100vw - 100%) / 2) * -1);
	color: #FFFFFF;
}
#copyright {
 margin-left: calc(((100vw - 100%) / 2) * -1);
 margin-right: calc(((100vw - 100%) / 2) * -1);
	color: #FFFFFF;
	padding-top: 0;
}
#footer .aula_logo{
	width: 210px;
	height: 45px;
	height: auto;
	margin: 0 auto;
}
#footer .logo span{
	margin: 0.8em 0 0;
	color: #ffffff;
}	
#footer .info p.tel{
	font-size: 1.5em;
}
#footer a, #footer a:hover, #footer #info {
	color: #FFF;
}
}

@media only screen and (max-width:640px) {
#header {
	height: auto;
	padding-bottom: 20px;
}
#header h1, .logo, .info {
	text-align: center;
}
.pcNone { display: block !important; }
.spNone { display: none !important; }
.aula_logo{
	width: 60%;
	height: auto;
	margin: 0 auto;
}
.logo span{
	margin: 0.1em 0 0.5em;
}
.logo, .info {
	clear: both;
	width: 100%;
	float: none;
}
.logo p {
	float: none;
	display: block;
}
.logo img {
	float: none;
	padding: 0;
}
.box img {
	float: left;
	margin-right: 5px;
}
.box h3 {
	padding-top: 0;
}
.alignleft, .alignright, img.alignleft, img.alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#footer .aula_logo{
	width: 60%;
	height: auto;
	margin: 0 auto;
}
/* お問い合わせ*/
.width100, table#contact,table#contact tr th,table#contact tr td{
	width: 100%;
}/* お問い合わせ*/
}

@media only screen and (max-width:480px) {
.grid {
	width: 100%;
	margin: 10px 0;
}
.box img {
	max-width: 100px;
}
#header {
	height: auto;
	padding-bottom: 10px;
}
.tabNone { display: block !important; }
.info {
	padding-right: 0;
	padding-left: 0;
}
.info .tel {
	font-size: 18px;
	font-weight: bold;
}

.slogan {
	color: #fff;
	font-weight: bold;
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 42%;
	left: 40px;
	padding: 5px 10px;
	line-height: 1.4;
	text-align: left;
	text-shadow: 1px 1px 1px #005015, -1px 1px 1px #005015, 1px -1px 1px #005015, -1px -1px 1px #005015;
}
#mainBanner h2 {
	font-size: 110%;
}
#mainBanner p {
	font-size: 80%;
}
h3.heading {
	font-size: 165%;
}
.post h3 {
	font-size: 145%;
}
h3.heading span {
	margin-left: 1em;
	font-weight: normal;
	font-style: italic;
	font-size: 60%;
}
.aula h3.heading {
	letter-spacing: 0;
}
.aula h3.heading span {
	color: #50CF85;
}
.message h3.heading span {
	color: #3CCDF0;
}
.lesson h3.heading span {
	color: #3E77F8;
}
.faq h3.heading span {
	color: #FF59E2;
}
.access h3.heading span {
	color: #C567FF;
}
.contact h3.heading span {
	color: #FF6161
}	
.aboutPillar .mark{
	display: block;
}
.post p span.underline{
	text-decoration: underline;
	text-decoration-color: #11BD86;
 text-decoration-style: double;
 -webkit-text-decoration-color: #11BD86;
 -webkit-text-decoration-style: double;
}
section.content article {
	padding: 1em 1em 3em 1em;
}
table#contact, table#contact tbody, table#contact tr, table#contact th, table#contact td {
	display: block;
}
#footer ul.footnav {
	margin-top: 1em;
	overflow: hidden;
}
#footer ul.footnav li {
	margin: 0;
}
}
