@charset "utf-8";

/* yoga.css
------------------------------------------ */
.headerArea {
    height: 420px;
}
.bannerArea {
    padding-top: 8px;
    height: 420px;
}
.bannerArea .lead {
    padding: 270px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
body {
    border-top: 8px solid #ceafd2;
}
.naviArea li.yoga {
    background:#ceafd2;
}
#menuArea li.m06{
    background:#ceafd2;
}
h2.title {
    background: #ceafd2;
    margin-top: 0;
    padding: 20px 0 15px;
    text-align: center;
}
.bannerArea ul li:first-child {
    background:url("../img/main_banner.jpg") no-repeat scroll center center / cover ;
    height: 420px;
}


/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:30px auto;
    max-width:100%;
    background:url(../img/bg_title.jpg) no-repeat center top;
}
.summaryArea h3{
    text-align:center;
    margin-top:110px;
}
.summaryArea p.lead{
    font-size:16px;
    line-height:1.6;
    text-align:center;
}
.summarySec{
    padding-top:30px;
}
.summaryArea p.photo{
    float:none;
    width:90%;
    margin:0 auto;
}
.summaryArea p.info{
    width:90%;
    font-size:16px;
    line-height:1.8;
    text-align:justify;
    margin:10px auto 0;
}
.summaryArea p.info img{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
}

.detailArea{
	width: 96%;
    margin:30px auto 0;
    border:1px solid #ceafd2;
    border-radius:8px;
    padding:20px 1%;
}
.detailArea h3{
    width: 90%;
    color:#ceafd2;
    margin:10px auto 0;
}
.detailArea ul li{
    line-height:1.8;
}
.detailArea p{
    width:90%;
    margin:20px auto 0;
    line-height:1.8;
    font-size:16px;
}
.detailArea ul.date{
    margin-top:10px;
    border-radius:8px;
    padding:20px 30px;
    font-size:18px;
}
.detailArea ul.date li {
    border-bottom: 1px solid #bbbbbb;
    clear: both;
    color: #684571;
}
.detailArea ul.date li span {
	background: #684571 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    min-width: 90%;
    float: right;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 4px 16px;
}
.detailArea ul.date li a{
    border-radius: 4px;
    border: 1px solid #ceafd2;
    padding:3px 10px;
    font-size:14px;
    margin-left:10px;
    float: right;
}
.detailArea dl{
    border-bottom:1px solid #bbbbbb;
    margin-top:20px;
    font-size:16px;
}
.detailArea dl dt{
    display: inline-block;
    background:#ededed;
    margin-bottom:10px;
    border-radius:5px;
    padding:10px 20px;
	font-size: 18px;
}
.detailArea dl dd{
    line-height:1.8;
}
.newsArea{
    position:relative;
    margin:30px auto;
    max-width:980px;
    border-top:1px solid #bbbbbb;
    padding-top:50px;
}
.newsArea p.photo{
    float:left;
    width:306px;
}
.newsArea p.lead{
    float:right;
    font-size:16px;
    line-height:1.8;
    text-align:left;
    margin-top:10px;
    width:100%;
}
.newsArea p.icon{
    position:absolute;
    top:0;
    left:10px;
}

.detailleft{
	width: 96%;
	float:none;
	margin: 20px auto 0;
}
.detailright{
    width: 96%;
    margin: 20px auto 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

header {
    background: url("../img/main_banner.jpg");
}

.yogaShop a{
    color: white;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #684670;
    width: 270px;
    height: 50px;
    margin: -30px auto 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 18px;
}