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

body {
	background-image: url(../store/img/plaster-wall-03.jpg);
	background-repeat: repeat;
	margin: auto;
}
.store{
	height: auto;
	width: 900px;
	margin: 150px auto 50px auto;
	padding: 30px 0 0 50px;
	border: medium solid #000;
	background-attachment: inherit;
	background-image: url(../store/img/ribon.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
@media screen and (max-width:479px)
{
	.store{
		width: 90%;
		margin:80px auto 0px auto;
		padding: 10px;
		border: none;
	}
}

	
	
a:link.os-style4, a:visited.os-style4, a:hover.os-style4{
	text-decoration: none;
	color: black;
}

.button_base:hover {
    cursor: pointer;
}

.icon{
	float: left;
  	display: inline-block;
  	vertical-align: middle;
  	line-height: 160%;
}

.os-style1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 50px;
	line-height: 120%;
}

.os-style2{
	font-size: medium;
	font-weight: bold;
	color: red;
}
@media screen and (max-width:479px)
{
	.os-style2{
		font-size: small;
	}
}

.os-style3 {
	font-size: xx-large;
	width: auto;
	vertical-align: middle;
	padding: 0 10px;
	float: left;
}
.os-style4{
	float: left;
	border: #000000 thin solid;
	background-color: white;
	font-size: large;
	text-align: center;
	padding: 5px 20px;
	margin: 0 10px;
	font-weight: bolder;
	width: 200px;
}
.os-style5{
	float: left;
	width: 150px;
	text-align: center;
	font-size: small;
}
@media screen and (max-width:479px)
{
	.os-style5{
		margin: 10px 0 0 0;
	}
}

.os-style6{
	float: left;
	margin: 0 20px;
	font-weight: bold;
	width: 280px;
}
@media screen and (max-width:479px)
{
	.os-style6{
		width: 50%;
		margin: 15px 0 0 0;
		line-height: 120%;
	}
}

.os-style7{
	float: left;
	margin: 0 20px;
	width: 500px;
}
@media screen and (max-width:479px)
{
	.os-style7{
		margin: 10px;
		width: 90%;
		line-height: 130%;
	}
}


.list{
	width: 60%;
	padding: 0px;
	margin: auto;
	text-align: left;
	list-style-position: inherit;
	list-style-type: square;
}