@media screen and (max-width:768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

#container{
width:100%;
}

html, body, div, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, font, img, s,
dl, dt, dd, ol, ul, li, form, a,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 95%;
	line-height: 160%;
	vertical-align: baseline;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	word-break: break-all;
	}

body{
  background-color : #c3c3c3;
  background-image:url("images/m_top.jpg") ;
  background-size:contain;
  background-position: center 0%;
  background-repeat : repeat;
  font-size : 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  text-align: left;
  overflow-x: hidden;
  position: static;
}

a:link{
	color: #755da2;
}

header{
  background-color: rgba(0,0,0,1);
  height: 200px;
  padding:7% 10%;
}

#toplogo{
  text-align: center;
  padding-top: 15px;
  margin-bottom: 5%;
}
#overview{
  color: #999;
  font-size: 75%;
}
#topmail{
  margin: 7% 0% 1% 0%;
  text-align: center;
}
nav{
	background-color: rgba(256,256,256,0.9);
  height: 50px;
	margin-bottom: 100px;
}
nav ul{
	  padding-top: 12px;
}

nav li{
	list-style: none;
	padding: 0px 5px;
		font-size: 100%;
}


#info{
  width: 80%;
  background-color: #ffffff;
  padding: 30px 30px;
  box-shadow: 7px 7px;
  position:relative;top:100px; z-index:100;
  margin:0px auto 80px auto;
}
#info img{
  margin: 10px 0px 20px 0px ;
}

#info p.marginue{
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: dotted 1px #000000;
}

#shop{
  width: 100%;
  background-color: #d7d7d7;
  padding: 100px 0px 20px;
  z-index:90;
  text-align: center;
}
#shop p{
margin-bottom: 40px;
}

#shop ul{
  list-style: none;
margin-bottom: 50px;
}

#shop li{
margin-bottom: 20px;
}
#shop li img,#works li img{
width: 90%;
}
.inline {
	text-align: center;
}
.inline li {
	display: inline;
}
li.inline{
	text-align: center;
	display: inline;
	margin-right: 10px;
}

#shop li.inline img{
width: 27%;
}

#sns{
  clear: both;
  background-color: rgba(255,255,255,0.9);
  padding: 30px 5%;
}

#works{
  width: 100%;
  background-color: #755da2;
  padding: 30px 0px 10px;
  z-index:90;
  text-align: center;
}

#works h2 img{
margin: 20px 0px 20px 0px;
}

#works li{
  margin-bottom: 20px;
  list-style: none;

}

#prof{
	background-color: rgba(0,0,0,0.9);
	color: #d7d7d7;
	padding: 10% 5%;
	text-align: left;
}

#prof img{
	margin: 10px 0px 30px 0px;
	text-align: center;
}

footer{
	background-color: rgba(255,255,255,1);
	padding: 5%;
	font-size : 80%;
}
footer p{
	text-align: right;
}
