/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/* 全体のフォント */
body {
	font-family: Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	font-size: 15px;
	color: #0a0a0a;
}

body p {
	color: #0a0a0a;
}

/* Gnav */
.nav li {
	font-size: 120%;
}

/* 見出し */
.responsiveslides-slide li .responsiveslides-caption h3,
.responsiveslides-slide li .responsiveslides-caption h3 a {
	color: #fff !important;
}

h3 {
	color: #007f41;
	margin-bottom: 10px !important;
}

/* 最新情報 */
.mieshikaku {
	font-size: .9em;
	line-height: 1.2;
}

.miejisseki {
	font-size: .9em;
	line-height: 1.4;
	margin-bottom: 25px;
}

/* 講師紹介 */
.imagecircle {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}

.widget_recent_entries h4 {
	margin: 0;
}

.widget_recent_entries ul li {
	border-bottom: 1px dashed #ccc;
}

/* 講師案内 */
.ryoukin td {
	font-weight: bold;
}

/* お問い合わせ */
.contact select, textarea, input {
	display: inline-block;
	width: 300px;
	color: #000;
	font-size: .9em;
}

/* 投稿ページ（最新情報） */
.article .post-title {
	color: #007f41;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6;
}

.article .post-title a {
	color: #007f41 !important;
}

.side-widget h3 {
	font-weight: bold;
}

.side-widget ol li, .side-widget ul li {
	text-align: left;
	font-size: .9em;
	padding: 5px 0 0 10px;
	border: 1px dotted #ccc;
}

/* お問い合わせ チェックボックス用 */
.inputcheck input {
	width: auto;
}

.footer {
	margin: 100px 0 auto;
}

.schedule_div{
  border: 5px solid #a0c914;
	margin-bottom: 110px;
}

.schedule_div h1{
 margin-bottom: 30px;
}

.top_schedule{
	width: 60%;
	margin: 0 auto 50px auto;
  overflow: hidden;
}

.top_schedule li{
	margin-bottom: 10px;
	padding-left: 2em;
	border-bottom: 1px dotted #999;
	font-weight: bold;
}

@media all and (max-width: 480px) {
	table,tr,th,td {
		display: block;
		width: 97% !important;
	}
	
	table,tbody,tr {
		margin: 0;
		padding: 0;
		border: none;
	}
	
	table {
		margin-bottom: 30px;
	}
	
	th {
		display: none;
	}
	
	.nav ul {
		list-style: none;
		display: block;
	}
	
	#tinynav1 {
		display: none;
	}
	
	.tinynav {
		display: none;
	}
	
	.nav-section {
		position: static;
	}
	
	.l_tinynav2 {
		background-color: #000;
	}

.top_schedule li{
	margin-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px dotted #999;
	font-weight: bold;
}
}