@charset "utf-8";

/*================================

default

================================*/

@import url(//fonts.googleapis.com/css?family=Cardo:400,400italic,700);

@font-face{ 
	font-family: 'WebIconFonts';
	src: url('http://www.tomorrowland.jp/tomorrowland/shibuya/css/webiconfonts.eot');
	src: url('http://www.tomorrowland.jp/tomorrowland/shibuya/css/WebIconFonts.eot') format('eot'),
         url('http://www.tomorrowland.jp/tomorrowland/shibuya/css/WebIconFonts.woff') format('woff'),
         url('http://www.tomorrowland.jp/tomorrowland/shibuya/css/WebIconFonts.ttf') format('truetype');
	}
.icon {
	font-family: WebIconFonts;
	}

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

body{
	color:#555;
	text-decoration: none;
	font-size:14px;
	line-height:1.8;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-decoration: none;
	}

* html body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}

img{
	border:0;
	vertical-align: bottom;
	}

ul, li, p{
	margin:0;
	padding:0;
	}
ul, li{
	list-style-type:none;
	}


* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	}

/*------------------
clearfix 
--------------------*/

.clearfloat{
	clear:both;
	height:1px;
	overflow:hidden;
	}

.clearfix {
	display: inline-table;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/*================================

a

================================*/

/*黒*/
a{color: #000;text-decoration: none;}
a:link {color: #000;text-decoration: none;}
a:visited {color: #000;text-decoration: none;}
a:hover {color: #777;text-decoration: none;}

/*画像*/
a.alpha:hover img{
	opacity:0.60;
	filter: alpha(opacity=60);
	}

/*================================

PC, SP

================================*/

.pc{		display: block;		}
.tb{		display: none;		}
.sp{		display: none;		}
.pctb{	display: block;		}
.tbsp{	display: none;		}

@media screen and (max-width: 960px) {
.pc{		display: none;		}
.tb{		display: block;		}
.sp{		display: none;		}
.pctb{	display: block;		}
.tbsp{	display: block;		}
	}

@media screen and (max-width: 480px) {
.pc{		display: none;		}
.tb{		display: none;		}
.sp{		display: block;		}
.pctb{	display: none;		}
.tbsp{	display: block;		}
	}


/*================================

コンテンツ

================================*/

#wrapper{
	width:100%;
	margin:0 auto;
	}

#container{
	width:100%;
	min-width:1040px;
	margin:0 auto;
	}

@media screen and (max-width: 480px) {
#container{
	width:100%;
	min-width:100%;
	max-width:100%;
	margin:0 auto;
	}
	}

/*================================

header

================================*/

#header{
	width:100%;
	padding:0 0 0;
	text-align: center;
	position: relative;
	}

@media screen and (max-width: 480px) {
#header{
	width:100%;
	padding:0 0 0;
	text-align: center;
	}
	}

#header img.logo{
	width:300px;
	}

@media screen and (max-width: 480px) {
#header img.logo{
	margin-top:3px;
	width:200px;
	}
	}

#header #pcsns{
	position: absolute;
	top:20px;
	right:40px;
	}

#header #pcsns img{
	width:30px;
	height:30px;
	margin-left:15px;
	}

/*================================

navigation

================================*/

#navigation{
	position: relative;
	width:100%;
	padding:0;
	overflow: hidden;
	font-family:'Cardo', 'Hiragino Mincho ProN', serif;
	font-size:16px;
	background:#f9f8ea;
	}

#navigation ul{
	height:100px;
	margin:0 0;
	padding: 0;
	float: left;
	position: relative;
	left: 50%;
	}

#navigation ul li{
	float: left;
	height:70px;
	position: relative;
	margin: 0 30px;
	left: -50%;
	line-height:100px;
	}
#navigation ul li a{
	display: block;
	height:70px;
	}
#navigation ul li a.stay{
	text-decoration:underline;
	}

#navigation img.sns{
	display: block;
	width:30px;
	height:30px;
	position: absolute;
	top:34px;
	}

#navigation img.tw{
	right:200px;
	}
#navigation img.fb{
	right:140px;
	}
#navigation img.gp{
	right:90px;
	}

/*================================

sns

================================*/

#sns{
	width:100%;
	margin:0 auto 0;
	padding:60px 0 0;
	background: #222;
	text-align: center;
	border-bottom:1px solid #222;
	}
@media screen and (max-width: 480px) {
#sns{
	padding:20px 0;
	}
	}
#sns img{
	width:30px;
	margin:0 8px;
	}
.line{
	display:none;
	}
@media screen and (max-width: 480px) {
.line{
	display:inline;
	}
	}

/*================================

footer

================================*/

#footer{
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	width:100%;
	margin:0 auto 0;
	padding:40px 0 60px 0;
	text-align: center;
	background: #222;
	font-size:16px;
	color:#fff;
	}
@media screen and (max-width: 480px) {
#footer{
	padding:60px 0;
	width:100%;
	font-size:12px;
	}
	}

#footer a{
	color:#fff;
	}


#footer p{
	color:#aaa;
	font-size:10px;
	line-height:2;
	font-weight: normal;
	}


/*================================

pagetop

================================*/

#pgt {
	width: 100%;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	background: #222;
	border-top:1px solid #222;
	}
@media screen and (max-width: 960px) {
#pgt{
	max-width: 100%;
	min-width: 100%;
	}
	}
@media screen and (max-width: 480px) {
#pgt{
	width:100%;
	}
	}