* {
	margin:0;
	padding:0;
}
body {
	background:#bebebe;
	font-size:70%;
	color:#000;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
}
img {
	border:0;
	vertical-align:bottom;
}

ol{
list-style-position:inside;
}

/*ボタン部分--------------------*/
.btnBox{
	width: 90%;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 0.3rem;
}
form{
	width: 44%;
}
.siryoBtn01{
	width: 100%;
}
.moushikomi{
	width: 44%;
}
.moushikomi img{
	width: 100%;
}

/*レイアウト--------------------*/
#wrapper {
	margin:0 auto;
	display:block;
	overflow:hidden;
	width:100%; /*リキッドに*/
	height:auto; /*リキッドに*/
	text-align:left;
	text-decoration:none;

	border-left:1px solid #888888;
	border-right:1px solid #888888;
	background:#fffffff;
}
#contents{

	margin:0 auto;
	padding-left:0%;
	padding-right:0%;
	background:#fff;
	line-height:1.5;
	background:#fffffff;

}
#tour{
	
	margin:0 auto;
	padding:2%;
	background:#fff;
	font-size:100%;
	line-height:1.5;
	

}

.margin5 {
	margin:2%;
}

/*ヘッダー--------------------*/
#header img{
	width:100%;
	height:auto;
}


/*見出し--------------------*/


}
/*画像--------------------*/

#img img{
	width:100%;
	height:auto;
}











/*フォント--------------------*/

.font90 {
	font-size:90%;
}
.font80 {
	font-size:80%;
}
.font140 {
	font-size:140%;
}






/*フッター------------*/

.code {
	text-align: right;
	margin-top: 30px;
}