@charset "utf-8";

/* yoga.css
------------------------------------------ */
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 ;
}


/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:30px auto;
    max-width:980px;
    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:right;
    width:480px;
    margin-left:20px;
}
.summaryArea p.info{
    font-size:16px;
    line-height:1.8;
    text-align:justify;
    margin-top:10px;
}
.summaryArea p.info img{
    padding-bottom:50px;
    display:block;
}

.detailArea{
    margin-top:30px;
    border:1px solid #ceafd2;
    border-radius:8px;
    padding:20px 30px;
}
.detailArea h3{
    font-size:55px;
    color:#ceafd2;
    margin:30px 0 20px;
}
.detailArea ul li{
    line-height:1.8;
}
.detailArea p{
    margin-top:20px;
    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;
    margin-top: 14px;
    padding-bottom: 8px;
}
.detailArea ul.date li span {
    background: #684571 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    min-width: 36%;
    float:right;
    margin-left: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: 20px;
}
.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:630px;
}
.newsArea p.icon{
    position:absolute;
    top:0;
    left:10px;
}

.detailleft{
	width: 535px;
	float:left;
	margin-right: 20px;
}
.detailright{
	width: 360px;
	float:left;
	margin-top: 20px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.menu1 li.m06 {
    border-bottom: 4px solid #ceafd2;
}

.m06 a { color: #111!important; }

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;
}