@charset "Shift_JIS";
*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

html {
	-webkit-text-size-adjust: none;
}

img, a img  {
    border-style:none;
}


#example{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#main{
	width: 400px;
	margin-left:455px;
	margin-top:50px;
}

#mainphoto{
	width: 600px;
	margin-left:290px;
	margin-top:50px;
}


#floatMenu{
	width: 250px;
	height: 200px;
	position: absolute;
	top: 10px;
	padding-left: 20px;
	left: -1px;
}
#floatMenu p{
	margin-bottom: 0px;
}
h1{
	margin-top: -30px;
	margin-bottom: -30px;
}

.tex{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	font-stretch:extra-condensed;
}

.ad{
	font-size:10px;
	text-align:left;
	padding-top:5px;
	line-height:150%;
}

.line{
	font-size:12px;
	text-align:left;
	padding-top:7px;
	padding-bottom:5px;
	line-height:150%;
	border-top:#666 dotted 1px;
}

.line2{
	font-size:12px;
	text-align:left;
	padding-top:7px;
	padding-bottom:5px;
	line-height:150%;
	border-top:#666 dotted 1px;
	border-bottom:#666 dotted 1px;
}

.linenone{
	font-size:12px;
	text-align:left;
	padding-top:3px;
	line-height:150%;
}


.copy{
	font-size:8px;
	text-align:left;
	padding-top:10px;
	line-height:150%;
}

.date{
	font-size:10px;
	text-align:left;
	padding-bottom:6px;
	padding-top:10px;
	position:absolute;
	right:0px;
	bottom:15px;
	color:#666;
	
}

.kk{
	font-size:10px;
	text-align:left;
	margin:0px;
	line-height:120%;
}

.kkb{
	font-size:10px;
	text-align:center;
	color:#000;
	line-height:180%;
	width:50px;
	float:left;
	border:#999 1px solid;
}

.kkb a:link {
	color: #000;
}
.kkb a:visited {
	color: #000;
}
.kkb a:hover {
	color: #666;
}
.kkb a:active {
	color: #000;
}

.ddv{
	width:7px;
	float:left;
	font-size:10px;
	line-height:200%;	
	
}

.linemenu{
	font-size:5px;
	height:10px;
}

.ttl{
	font-size:16px;
	text-align:left;
	font-weight:bold;
	padding-bottom:15px;
	position:relative;
	padding-top:10px;
	min-height:20px;
	line-height: 130%;
}


.con{
	font-size:12px;
	text-align:left;
	padding-top:15px;
	padding-bottom:5px;
	line-height:185%;
	
}



.news li{
	padding-bottom:60px;
	overflow:hidden;
	zoom:1
}


a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #999;
}
a:active {
	color: #000;
}

#foto{
	outline:none;
}

.shopphoto li{
	float:left;
}

.shopphoto li img{
	padding-right:10px;
	padding-bottom:5px;
}

.clear{
	clear:both;
	height:0;
}



#footer_top a {
	color:#000;
	}

#footer_top a:hover {
	color:#999;
	}
	
#footer_top {
	background-color: #fff;
	right: -1px;
	bottom: 20px;
	position: fixed;
	line-height: 160%;
	padding: 3px 20px 0px 10px;
	width: 25px;
	font-size:12px;
	display:block;
	border:1px solid #999;
	}
	

.button {
	display: flex;
	justify-content: flex-start;
	margin-top: 1em;
}
a.insta {
	display: block;
	background-image:url(../img/insta.png);
	background-repeat:no-repeat;
	width:1.5em;
	height:1.5em;
	background-size:contain;
	background-position:center;
	opacity:1;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a.insta:hover {
	opacity:0.5;
}
/*store*/
a.store {
	display:block;
	background-color:rgba(0,0,0,1.00);
	border-radius:2px;
	line-height:2;
	padding: 0.25em 1em 0.15em 1.15em;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	font-size: 0.65em;
	letter-spacing: 0.05em;
	margin-left: 1.5em;
	width:8.5em;
}
a.store span {
	display: inline-block;
	background-image:url("../img/icon_cart.png");
	background-repeat: no-repeat;
	background-position: center 2px;
	background-size: contain;
	width:1.5em;
	margin-right: 0.5em;
	height: 100%;
}
a.store:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}