@charset "utf-8";
@font-face{ 
    font-family: 'WebIconFonts';
    src: url('http://www.tomorrowland.jp/15ss/css/webiconfonts.eot');
    src: url('http://www.tomorrowland.jp/15ss/css/WebIconFonts.eot') format('eot'),
         url('WebIconFonts.woff') format('woff'),
         url('WebIconFonts.ttf') format('truetype');
}


/* SP以上 */
@media screen and (min-width : 300px){
}
/* SP横以上 */
@media screen and (min-width : 480px){
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
}

/*------------------
shipsite 
--------------------*/

/* SP以上 */
@media screen and (min-width : 300px){
#shopsite{
	display:block;
	width:100%;
	margin-top:20px;
	padding:30px 0;
	background:#ededed;
	text-align: center;
	font-size:12px;
	}
#shopsite a{
	display:block;
	width:270px;
	height:auto;
	margin:0 auto;
	}
#shopsite div{
	display:table-cell;
	width:270px;
	height:60px;
	margin:0 auto;
	vertical-align:middle;
	text-align: center;
	background:#fff;
	max-height: 9999px;
	border:1px solid #e3e3e3;
	}
#shopsite a:hover div{
	opacity:0.7;
	filter: alpha(opacity=70);
	}
#shopsite p{
	margin:0;
	padding:0;
	font-weight: normal;
	font-size:10px;
	}
#shopsite p span{
	font-size:13px;
	}
}
/* SP横以上 */
@media screen and (min-width : 480px){
#shopsite{
	display:block;
	width:100%;
	margin-top:60px;
	padding:50px 0;
	background:#ededed;
	text-align: center;
	font-size:12px;
	}
#shopsite a{
	display:block;
	width:360px;
	height:auto;
	margin:0 auto;
	}
#shopsite div{
	display:table-cell;
	width:360px;
	height:80px;
	margin:0 auto;
	vertical-align:middle;
	text-align: center;
	background:#fff;
	max-height: 9999px;
	}
#shopsite a:hover div{
	opacity:0.7;
	filter: alpha(opacity=70);
	}
#shopsite p{
	margin:0;
	padding:0;
	font-weight: normal;
	font-size:11px;
	}
#shopsite p span{
	font-size:15px;
	}
}
/* Tablet以上 */
@media screen and (min-width : 768px){
}
/* PC以上 */
@media screen and (min-width : 1024px){
#shopsite{
	display:block;
	width:100%;
	margin-top:60px;
	padding:50px 0;
	background:#ededed;
	text-align: center;
	font-size:12px;
	}
#shopsite a{
	display:block;
	width:510px;
	height:auto;
	margin:0 auto;
	}
#shopsite div{
	display:table-cell;
	width:510px;
	height:100px;
	margin:0 auto;
	vertical-align:middle;
	text-align: center;
	background:#fff;
	}
#shopsite a:hover div{
	opacity:0.7;
	filter: alpha(opacity=70);
	}
#shopsite p{
	margin:0;
	padding:0;
	font-weight: normal;
	font-size:12px;
	}
#shopsite p span{
	font-size:19px;
	}
}