body {
	margin: 0px;
	padding: 0px;
	font: 120%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #363636;
	background-color: #99794A;	
}

img {
    border: none; 
	
	}
#auto img {
width: 100%;
 height: auto;
}
@media screen and (max-width: 1280px) {

  #big80 img {
    width: 60%;
    height: auto;
} } 

.menu img {
width: 50%;
 height: auto;
}
.bg_left{
	background-image: url(../image_yoga/head_bg_left.gif);
	background-repeat: repeat-x;
}
.bg_right{
	background-image: url(../image_yoga/head_bg_right.gif);
	background-repeat: repeat-x;
}

.head_bg{
	background-image: url(../image_yoga/head_bg.jpg);


}


.h1{
	background-image: url(../image_yoga/bar1.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #57201C;
	width: 95%;
	background-color: #F3EED3;
	padding-left: 10px;
	padding-top: 10px;

}.h2{
	background-image: url(../image_yoga/bar2.gif);	background-repeat: repeat-x;
	font-weight: bold;
	width: 95%;
	height: 30px;
	background-color: #57201C;
	padding-left: 20px;
	padding-top: 10px;
}.h3{
	background-image: url(../image_yoga/bar3.gif);	background-repeat: repeat-x;
	font-weight: bold;
	color: #57201C;
	width: 95%;
	background-color: #57201C;
	padding-left: 20px;	padding-top: 10px;
}
.h4{
	color: #FFFFCC;
	width: 100%;
	background-color: #5E4422;
	padding-top: 2px;
	text-align: center;
}
a:link {
	color: #666600;
}
.mar10 {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.r10 {
padding-right: 10px;

}
.content {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;	


}
.left15 {

	padding-left: 15px;
}
.right15 {
	padding-right: 10px;

}
.pt10 {
	padding-top: 10px;
}

		

.st12{
	font-weight: bold;
	color: #660033;
		}
.sb12{
	font-weight: bold;
	color: #CC0000;
	font-size: 130%;
		}		
.sed12{
	font-weight: bold;	color: #57201C;
	font-size: 100%;

		}

br.clear {
	clear: both;font: 0px/0px;
}

.midasi{
	background-image: url(../image_yoga/yoga_mark.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
	margin-left: 10px;
	color: #630;
}



.left {
	float: left;
}.right {
	float: right;
}
 /* トップ戻る */

#page_top{
	width: 100px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #333;
	opacity: 0.6;
	border-radius: 15px;
}
#page_top a{
	position: relative;
	display: block;
	width: 100px;
	height: 3em;
	text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 100%;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 180%;
  color: #fff;
  position: absolute;
  top: 26px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
