@charset "UTF-8";
/* CSS Document */

/*初期設定*/
* {
	margin:0;
	padding:0;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 500;
	font-size:16px;
	line-height: 1.48;
	color: #7f4f21;
	font-weight: 500;
	/*max-width: 700px;*/
	margin: 0 auto;
	background: #fff;
	/*border: 1px solid #000;*/
}

/*floatクリア用*/
.clear {
	clear:both;
}

/*メインコンテンツブロック*/

.clearfix:after {
  content: " ";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow:visible;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a img{
	border:none;
	outline:none;
}
a:hover{
	opacity: 0.8;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
	
}
img{
	display: block;
}
p{
	line-height: 1.48;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
	table-layout: fixed;
}
table img{
	display: block;
}
table td, table th{
	box-sizing: border-box;
} 
.right{
	float:right;
}
.left{
	float:left;
}
.rela{
	position:relative;
}
.abso{
	position:absolute;
}
h1,h2,h3{
	text-align: center;
	margin: 0 auto;
}
ul li {
	list-style: none;
	list-style-position: inside;

}
ol li{
	list-style-position: inside;
	margin: 10px 0; 
}
.w630{
	width: 630px;
	margin:  0 auto;
}
.w800{
	width: 800px;
	margin: 0 auto;
}
.w1000{
	max-width: 1000px;
	margin: 0 auto;
}
.red{
	color: #ff0000;
}
.mb50{
	margin-bottom: 50px;
}
.mt20{
	margin-top: 20px;
}