@charset "UTF-8";

/*//////基本構成////// */

 * {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#221E1F;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	margin-top: 0px;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	left: 0;
	overflow-x: hidden;
	　-webkit-text-size-adjust: 100%;
   }


a {
	text-decoration: underline;
}

a:hover {
   text-decoration:underline;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
border:0;
   vertical-align:bottom;
}
body, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	margin-top: 0px;
	
	}
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b89759;
	}

#contents {
	width: 96%;
	padding-top: 0;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 10px;
}


.button01 {
	display: inline-block;
	width: 80%;
	height: 27px;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: #ba9140;
	text-align: center;
	font-weight: bold;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	}

.topleft01 {
	width: 50%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.topright01 {
	width: 50%;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.img01 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}
.txt01 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 144%;
	line-height: 140%;
	}

.txt02 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ba9140;
}
.txt03 {
	margin-top: 10px;
	margin-bottom: 10px;
	
	}
.txt03 img {
	float: left;
	margin-right: 10px;
	height: 150px;
}
.txt03 p {
	overflow: auto;
	height: 150px;
}

.txt04 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.txt05 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
		}


#topbt {
	width: 100%;
	padding-top: 0;
	
}
#page {
	width: 15%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
			}

.fontstyle01 {
	color: #ba9140;
}
.fontstyle02 {
	color: #ba9140;
	font-size: 144%;
}

#footer {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 110%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d6c37c;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #b89759;
			}


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {overflow:hidden;}
