@charset "UTF-8";

@media screen and (min-width: 751px) {
body{
	background-color:#FFF;
	font-family: 'Century Gothic', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	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:14px;
	color:#e94395;
	line-height:2em;
	margin:0px;
}
header{
	background-color:#FFF;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:20px auto;
}
#contents{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto 10px;
}
.contents_title{
	width:900px;
	height:auto;
	overflow:hidden;
	font-size:35px;
	color:#eb108e;
	font-weight:bolder;
	text-align:left;
	line-height:2em;
	margin:10px auto 0;
}
.contents_title:before{
	content : "\025b6";
}
.grouptop_text{
	width:1000px;
	height:auto;
	overflow:hidden;
	font-size:24px;
	line-height:2em;
	text-align:center;
	margin:10px auto 20px;
}
.grouptop_shopbox{
	display:table;
	table-layout:fixed;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:10px auto 0;
}
.group_shop_logo{
	display:table-cell;
	vertical-align:middle;
	width:480px;
	padding:10px;
}
.group_shop_img{
	display:table-cell;
	vertical-align:middle;
	width:480px;
	padding:10px;
}

footer{
	background-color:#000;
	text-align:center;
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    margin-bottom:0;
}
footer .sp_footer_shoplink_box{
	display:none;
}
footer .footer_shoplink_box{
	display:table;
	table-layout:fixed;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:5px auto;
}
footer .footer_shoplink_box .footer_shop{
	display:table-cell;
	vertical-align:middle;
	width:250px;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align:center;
}
footer .footer_shoplink_box .footer_shop a{
	text-decoration:underline;
}
footer p{
	font-size:14px;
	color:#e94395;
    line-height:1.4em;
    padding:3px 0
    margin:5px 0;
}

}