﻿@charset "utf-8";
/* CSS Document */

@media screen and (max-width:639px){
body,div,p,ul,li,dl,dt,dd,h1,h2,h3{
	font-size: 16px;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}


#Wrap{
	/*margin-top:5px;*/
}


#LogoSp{
	text-align:center;
	margin-bottom:20px;
	padding-top:20px;
}
#Logo{
	display:none;
}


/*MENU*/
.Menu{
	display:none;
}


.menuUL {
	height: auto;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
}

label {
	color: #fff;
	padding: 5px;
	display: block;
	margin: 2px;
	border: 1px solid #999999;
	width:25px;
	height:25px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	float:right;
	top:0;
	right:0;
	background-color:#FFFFFF;
}

input[type="checkbox"].on-off{
	display: none;
}

.menuUL ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 0 20px 0; 
	padding: 0 0 5px 0;
	list-style: none;
}
input[type="checkbox"].on-off + ul{
	height: 0;
	overflow: hidden;
	margin:0;
	padding:0;
}

input[type="checkbox"].on-off:checked + ul{
	height: 177px;
}

.menuUL li {
	text-align: center;
	width: 49%;
	float: left;
	border-bottom: 1px solid #FFEB97;
}
.menuUL li:nth-child(even){
	border-left:1px solid #FFEB97;
}
.menuUL li:nth-last-of-type(1) {
	width: 98%;
	border-right:1px solid #FFF8CE;
}

.menuUL li a{
	display:block;	
	padding: 10px;
	text-decoration:none;
	font-size:95%;
	color:#a46836;
	background-color:#FFF8CE;
}


/* Main ---------------------------------------- */
#Main{
	text-align:center;
	margin-top:20px;
}
.TxtBox h2{
	text-align:center;
	margin-bottom:10px;
}
.TxtBox h3{
	margin:10px 0 0;
}
.TxtBox{
	text-align:left;
	margin:0 10px 30px 10px;
}
br.PC{
	display:none;
}

#Main #ListBox ul li{
	margin-bottom:10px;
}

/*Index*/
#News{
	text-align:left;
	margin:0 5px 20px;
}

.IndexMainImages02{
	display:none;
}
.IndexMainText01{
	margin-bottom: 10px;
}
.IndexMainImages01,
.IndexMainText01{
	width:80%;
}
.IndexMainRakuten{
	margin:20px 0;
}
/*Product*/
#ListBox{
	margin-bottom:20px;
}
.RakutenCart{
	margin:10px 0;
	}

/*Company*/
#List01 li{
	border-bottom:1px solid #898989;
	padding:3px 0;
}




/*Footer*/
footer{
	border-top:1px solid #898989;
	padding-top:5px;
}
footer .Menu{
	display:none;

}

#Copylight{
	text-align:center;
}


}/*SmartPhone CSS　END*/
