@charset "UTF-8";


/*----------------------------------------------------------------------

Reset Style

----------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
  margin: 0;
  padding: 0;
}

img { 
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}



body {
  margin: 0 auto;
  padding: 0;
}

#shop_info{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
}


/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/
#header{
	text-align: center;
	height: 190px;
}

#header img{
	padding-top: 55px;
	padding-bottom: 35px;
}

#navi{
}


.menu a{
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	color: #000;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.menu a:hover {
	color:#fff;
	text-decoration: none;
	background-color: #000;
}

.motionContainer.masonry,
.motionContainer.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.motionContainer.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.motionContainer.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}
/* disable transitions on container */
.motionContainer.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.modules {
  margin: 0 auto 3em;
  padding: 5px;
}
.modules:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modules li {
	width: 200px;
	margin: 5px;
	float: left;
	padding: 0;
	padding: 10px;
	text-align: center;
	padding: 10px 10px 2px;
}

.modules li img {
  max-width: 100% !important;
  /* May I rot in hell for this IE6 hack */
  _width: 95% !important;
  height: auto !important;
}

.linksns {
	text-align: center;
	margin-bottom: 100px;
}

.linksnssub {
	display: inline-block;
	width: 20px;
}

.linksnssub img {
}

.container{
	margin: 0 auto;
}

.test{
	margin: 0 auto;
	width: 100%;
}

.test2{
	margin: 0 auto;
	width: 100%;
}

.test2 img{
	width: 100%;
}

.bottom{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.pdf a{
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
	color: #000;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.pdf a:hover {
	color:#fff;
	text-decoration: none;
	background-color: #000;
}



.pc{
	display: block;
}

.sp{
	display: none;
}

@media only screen and (max-width: 767px) {
#header{
	height: auto;
}

.menu a{
	font-size: 20px;
	width:100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	
}
	
	.pc{
	display: none;
}

.sp{
	display: block;
}
	
}




@media screen and (max-width: 320px) {



.modules li {
  width: 280px;
}
}

