@charset "UTF-8";

@media screen and (min-width: 481px) {

body{
	background-color:#FFF;
	font-family: 'Century Gothic', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:3vw;
	color:#e94395;
}

a:link {
	color: #e94395;
	text-decoration:none;
}

a:visited {
	color: #e94395;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #f97dc2;
}

a:active {
	color: #e94395;
	text-decoration:none;
}

/***********************************/
h1{
	background-color:#000;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1em;
	color:#e94395;
	line-height:1.6em;
	margin:0px;
}
header{
	background-color:#FFF;
	width:100%;
	height:auto;
	margin:0;
	overflow:hidden;
}
#contents{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
.contents_title{
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:5vw;
	color:#eb108e;
	font-weight:bolder;
	text-align:left;
	line-height:2em;
	margin:1% auto 0;
}
.contents_title:before{
	content : "\025b6";
}
.grouptop_text{
	width:96%;
	height:auto;
	overflow:hidden;
	font-size:2.8vw;
	line-height:2em;
	text-align:center;
	padding:1%;
	margin:3% auto;
}
.grouptop_shopbox{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.group_shop_logo{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.group_shop_img{
	width:90%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}

footer{
	background-color:#000;
	text-align:center;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	margin-bottom:0;
}
footer .footer_shoplink_box{
	display:none;
}
footer .sp_footer_shoplink_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:2% auto;
}
footer .sp_footer_shoplink_box .footer_shop{
	display:table-cell;
	vertical-align:middle;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1em;
	text-align:center;
}
footer .sp_footer_shoplink_box .footer_shop a{
	text-decoration:underline;
}
footer p{
	font-size:2vw;
    color:#e94395;
    line-height:2em;
    margin:1% 0;
}

}
