@charset "UTF-8";

html, body {
	width: 100%;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	color: #ededed;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#c1272d; 
}

* html body{  
    overflow: hidden;  
}

#container {
	width: 100%;
	height:100%;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	text-align: left;
	overflow: visible;  
	background-color:#c1272d; 
}

#navi {
	width: 100%;
	height: 20vw;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: visible; 
        background: url(http://tokyo-alphaville.com/image/tav_iphone_navi_feed.gif) no-repeat;
        background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
}

/* ***********************************************************************
▼ smart_navi_css
*********************************************************************** */
#smart_navi {
	width: 100%;
	height: 15vw;
	margin: 5vw 0 0 0;
	padding: 0;
	list-style:none;
	float: left; 
	display: inline;
}

#smart_navi span {
	display: none; 
	margin: 0;
	padding: 0;
}

#smart_navi_home a {
	width: 25%;
	height: 12vw;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#smart_navi_home a:hover{
	 background-position:0 -15px;
}

#smart_navi_words a {
	width: 25%;
	height: 12vw;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#smart_navi_words a:hover{
	 background-position:-35px -15px;
}

#smart_navi_diary a {
	width: 25%;
	height: 12vw;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#smart_navi_diary a:hover{
	 background-position:-73px -15px;
}

#smart_navi_now a {
	width: 25%;
	height: 12vw;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#smart_navi_now a:hover{
	 background-position:-73px -15px;
}


ul {
	margin: 0;
	padding: 0;
}

#tavfeed li {
	font-weight: normal; font-size: 16px; 
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	list-style-type : none;
	border-top:1px solid #d4686c;
	text-align: center;
}

#tavfeed li a{
	font-weight: normal; font-size: 16px;
	width: 80%;
	margin: 0;
	padding: 15px 10%;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	outline:none;
	text-decoration:none;
	color:#f7e4d8;
	display:block;
	-moz-transition-property: all;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition: all 0.2s linear 0;
}

#tavfeed li a:hover{
	font-weight: normal; font-size: 16px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	outline:none;
	color:#f7e4d8;
	background:rgba(0,0,0,0.3);			 	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#33000000', endColorstr='#33000000');
}