@import url("common.css");
@charset "utf-8";

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_ */


/*============================================================
 コンテンツ全体
=============================================================*/

	div#contents {
		max-width: 960px;
		margin: 0 auto;
		font-size:0.9em;
		line-height: 2.0em;
	}

/*============================================================
 コンテンツ　news
=============================================================*/
div#contents h2 {
	text-align: left;
	margin-bottom:15px;
	background: url(../images/bg_headerLine.jpg) repeat-x bottom;
	padding-bottom: 10px;/*ゴスペル教室とアンダーラインの間隔*/
	font-size:1.0em;
}
	table{
	width: 620px;
	border-collapse: collapse;/*隣接するセルのボーダーを重ねて表示する*/
}
	th {
	padding:10px;/*テーブル内の文字とボーダーまでの間隔*/
	background-color:#e6e6e6;
	font-weight:normal;
	border:1px solid #ccc;
}
td {
	padding:10px;
	border:1px solid #ccc;
}
.lessonimg {
	float:right;
}
.lesson {
	width:960;
	margin-bottom:200px;
	clear:both;
}
.details {
	float:left;
	width:620px;
	padding-right:40px;
	padding-bottom:80px;
}
table {
	margin-bottom:20px;
}

.bardetail {
	width:590px;
	margin-left:20px;
	float:right;
}
.barimg {
	float:left;
}
.bar {
	width:960px;
	height:312px;
	margin-bottom:100px;
}

.bold {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.note li {
    list-style: disc;
    margin-left: 1em;
}

.hall {
    margin-bottom: 80px;
}

.hall img {
    float: left;
    margin-right: 40px;
}

img.plate {
    float: right;
    margin-top: -200px;
}

p.info {
    color: red;
    font-weight: bold;
    margin: 0.5em 0;
}

.m_20 {
	margin-bottom: 20px;
}