<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#sns{

	text-align:right;

	z-index:0;

	margin:5px 0;

}

h1{

	z-index:50;


	top:-5px;

	padding:0 20px;

}

#cosme_tit h1 {
	position:absolute;
}

#cosme{

	width:950px;

	padding:10px;

	background:#fff;

}

#cosme h2 img{

	margin-bottom:20px;

}

#cosme section{

	width:930px;

	margin:20px auto 30px;

	padding-bottom:20px;

	border-bottom:1px dotted #efefef; 

}

#cosme section:last-child{

	width:930px;

	margin:20px auto 0;

	padding-bottom:0;

	border-bottom:none; 

}

#cosme section:after{

  content: "."; 

  display: block; 

  height: 0; 

  font-size:0;	

  clear: both; 

  visibility:hidden;

}

#cosme section img.item{

	float:left;

	margin:0 20px 50px 30px;

}

#cosme section dl img{

	margin-bottom:10px;

}

#cosme section dl dd{

	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;

}

#cosme section dl dd p{

	display:inline-block;

	font-size:16px;

	margin:20px 0;

}

#cosme section dl dd a.btn{

	width:220px;

	padding:10px;

	color:#fff;

	font-size:14px;

	text-align:center;

	margin:0 0 5px 0;

	display:inline-block;

	border-radius: 5px;

	background:#e3007f;

	box-shadow:0 5px #cb0072;

	border-bottom:1px solid #cb0072;

}

#cosme section dl dd a.btn:hover{

	margin:5px 0 0 0;

	text-decoration:none;

	box-shadow:none;

}

</pre></body></html>