body {
	margin: 0px;
}
.all {
	margin: 0 auto;
	max-width: 800px;
}
/*-----------　index適用　-----------*/
.all .main .index {
	width: 100%;
}
.all .main .index img {
	width: 150px;
}

/*-----------　index適用　-----------*/

.all .top {
	width: 100%;
}
.all .main {
	width: 100%;
}
.all .end {
	width: 100%;
	background-color: #F0F0F0;
	text-align: center;
}
.all .top img {
	width: 100%;
}
.all .end img {
	width: 100%;
}
.main img {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-----------　bleadcrunb部2016-12-10　-----------*/

.main .breadcrumb div {
	border: 1px none #b3b3b3;
	padding: 0.5em;
	clear: right;
	float: left;
	width: auto;
	font-size: small;
	font-weight: bold;
}


/*-----------　ページフッター部分　-----------*/
.all .waku_footerarea {
	max-width: 800px;
	float: left;
	clear: left;
}
.all .waku_end1 {
	clear: right;
	float: left;
	width: 98%;
	margin: 4px;
}

.all .main h2 {
	border-top-style: double;
	border-bottom-style: double;
	clear: both;
}
/*-----------　ページtop部分　-----------*/
.main #page-top #move-page-top {

	display: block ;
	background: #3333ff ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.5s ;
	-moz-transition:all 0.5s ;
	transition:all 0.5s ;
}
