@charset "utf-8";
/*---------------------------------
_導入部分
-----------------------------------*/
.main .intro {
	padding-bottom: 70px;
}
.main .intro .catchcopy {
	padding-bottom: 40px;
}
.main .intro .text {
	text-align: center;
	padding-bottom: 30px;
}

/*---------------------------------
_お寺でヨーガについて
-----------------------------------*/
.main .about {
	background-image: url(../img/bg_right.jpg);
	padding-bottom: 70px;
}
.main .about h3 {
	background-image: url(../img/title_about.gif);
}
.main .about dl {
	padding-bottom: 30px;
}
.main .about dl dt {
	width: 100px;
	float:left;
}
.main .about dl dd {
	width: 550px;
	float:right;
}
.main .about ul {
	padding-bottom: 30px;
}

/*---------------------------------
_会場
-----------------------------------*/
.main .access {
	padding-bottom: 70px;
}
.main .access h3 {
	background-image: url(../img/title_access.gif);
}
.main .access .name {
	font-weight: bold;
}
.main .access .map {
	padding-top: 20px;
}

/*---------------------------------
_お寺でヨーガメンバー紹介
-----------------------------------*/
.main .member {
	/*background-image: url(../img/bg_left.jpg);*/
	padding-bottom: 40px;
}
.main .member h3 {
	background-image: url(../img/title_member.gif);
}
.main .member dl.left {
	width: 310px;
	float: left;
}
.main .member dl.right {
	width: 310px;
	float: right;
}
.main .member dl {
	margin-bottom: 30px;
}
.main .member dl dt {
	background-image: url(../img/ico_flower.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 14px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 20px;
}
.main .member dl dd ul {
	padding-bottom: 15px;
}

.message {
	font-weight: bold;
	color: #FF0000;
}

/*=================================

	Utility parts

=================================*/
.firstChild {margin-top: 0 !important;}
/* Margin-top */
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
/* Margin-bottom */
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb90 {margin-bottom: 90px !important;}
/* Margin-left */
.ml00 {margin-left: 0 !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
/* Margin-right */
.mr00 {margin-right: 0 !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
/* text-align */
.aC {text-align: center !important;}
.aL {text-align: left !important;}
.aR {text-align: right !important;}
/* vertical-align */
.vT {vertical-align: text-top !important;}
.vB {vertical-align: text-bottom !important;}
.vM {vertical-align: middle !important;}
