@media screen and (min-width: 769px){
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: 100%;
	line-height: 230%;
	vertical-align: baseline;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	word-break: break-all;
	}

body{
  background-color : #c3c3c3;
  background-image:url("images/top.jpg") ;
  background-position: center 0px;
  background-repeat : repeat-x;
  font-size : 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  position: static;
  min-width: 1000px;
}


a:hover{
  filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;
}

a:link{
	color: #755da2;
	text-decoration: none;
}


header{
  background-color: rgba(0,0,0,0.9);
  height: 150px;
  padding: 0px auto;
  text-align: left;
  margin: 0px auto;
}

#toplogo{
  float: left;
  margin: 40px 0px 0px 80px ;
}
#topmail{
  float: right;
  margin: 15px 80px 0px 0px ;
}
#overview{
  float: right;
  margin: 45px 80px 0px 0px ;
  color: #999;
  font-size: 70%;
}
nav{
	background-color: rgba(256,256,256,0.9);
  height: 50px;
	margin-bottom: 100px;
}
nav ul{
	  padding-top: 10px;
}

nav li{
	list-style: none;
	padding: 0px 10px;
}

#info{
  width: 70%;
  background-color: #ffffff;
  clear:both;
  position:relative;top:150px; z-index:100;
  text-align: center;
  padding: 40px 20px 20px;
  margin: 0px 0px 0px 15% ;
  box-shadow: 7px 7px;
}
#info img{
  text-align: center;
  margin: 10px 0px 25px 0px ;
}
#info p{
line-height: 150%;
margin: 0px 60px 30px;
}

#info p.marginue{
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: dotted 1px #000000;
}


#shop{
  width: 100%;
  height: 570px;
  background-color: #d7d7d7;
  padding: 230px 0px 50px 0px;
  z-index:90;
  text-align: center;
}
#shop p{
margin-bottom: 40px;
}

#shop ul li{
  margin-right: 20px;
}

#shop ul{
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
.inline {
	text-align: center;
}
.inline li {
	display: inline;
}

#sns{
  clear: both;
  background-color: rgba(255,255,255,0.9);
  padding: 50px 0px;
}
#works{
  width: 100%;
  background-color: #755da2;
  padding: 50px 0px;
  z-index:90;
  text-align: center;
}

#works li{
margin-right: 20px;
}

#works h2 img{
margin: 20px 0px 20px 0px;
}

#prof{
	background-color: rgba(0,0,0,0.8);
	color: #d7d7d7;
	padding: 0px 0px 50px 0px;
}

#prof img{
	margin: 70px 0px 15px;
}

footer{
	background-color: rgba(255,255,255,1);
	padding: 40px;
	font-size : 80%;
}
footer p{
	text-align: right;
	padding-right: 20px;
}
