html,body {
	height:100%;
	margin: 0px auto;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#optimal{
	max-width: 640px;
	margin: 0 auto;
}

/*--------------- ヘッダー ---------------*/
#header{
	max-width: 640px;
	position: fixed;  
    margin: 0 auto;
	top: 0px;
	background-color: #000;
}
#header img {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}


#title-btn-link{
	text-align: center;
	margin-bottom: 5px;
}

#title-btn-link a{
	text-decoration: none;
}

/* ボタンが2つの場合 */
#title-btn-link img{
	/*width: 49%;*/
	width: 45%;
	text-align: center;
}


/* ボタンが3つの場合 *//*
#title-btn-link img{
	width: 32%;
}
*/

#space img{
	max-width: 640px;
	width: 100%;
}

/*--------------- コンテンツ ---------------*/
#category01-title{
	margin-bottom: 0px;
}
#category01-title img{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
#category01 img{
	max-width: 640px;
	width: 100%;
	margin: 0 auto 7px;
}

#contact_tittle img{
	max-width: 640px;
	width: 100%;
}

#contact_info{
	font-weight: bolder;
}
#contact_info ul{
	margin-top: 0px;
	padding-left: 20px;
}
#contact_info li{
	line-height: 20px;
	margin-bottom: 10px;
}

.top_gw{
/*	margin-bottom: 0px;
*/	
}
.top_gw img{
	width: 100%;
	margin: 0px auto;
}
.contents{
	background-color: #FDD23E;
	width: 100%;
	margin: 0px auto;
	padding-bottom: 6px;
}

.contents img{
	width: 100%;
	margin: 0px auto;
}
.item-half{
	display: flex;
	justify-content: center;
	line-height: 1.25em;
}
.item-block-l{
	margin-top: 4px;
	margin-left: 10px;
	text-align: center;
	display: flex;
/*	flex-direction: column;
*/}
.item-block-r{
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	display: flex;
/*	flex-direction: column;
*/}
.Category_under{
	margin-top: 5px;
	text-align: center;
}
.Category_under img{
	width: 97%;
}


#space{
	height: 50px;
}
@media all and (max-width:640px)
{
	#space{
		height: 100px;
	}
}
/*
#store_list {
	margin-top: 30px;
	margin-left: 20px;
}
*/
/*
#store_list a{
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	padding: 10px;
	color: #fff;
	background-color: #000;
}
*/

/*--------------- フッター ---------------*/
#footer{
	max-width: 640px;
	position: fixed;
	background-color: #000;
}
#footer img {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

#page_bottom{
	max-width: 640px;
	position: fixed;
	bottom: 0px;
	background-color: #000;
}
#page_bottom img{
	/*padding-top: 10px;*/
	max-width: 640px;
	width: 100%;
}


#page_bottom2{
	position: fixed;  
	right: 5%;
	max-width: 50px;
	width: 15%;
	/*bottom: 50px;*/
}
/*
#page_bottom img, #page_bottom2 img{
	max-width: 100%;
}
*/
#linebtn{
	display: none;
}