@charset "utf-8";
/* CSS Document


	渋谷文化プロジェクト
	
	SHIBUYA YESTERDAY, TODAY AND TOMORROW
	
	common.css


*/


/* ----------------------
   記事ページ
---------------------- */

.entry {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}



/* -------------------
	TimeOut : Common
-------------------- */
#tos {
	position: relative;
	margin: 0;
	padding: 0;
}


/*  Top  */
#tos #top_cover {
	position: relative;
	width: 100%;
}
#tos #top_cover > img {
	width: 100%;
	height: auto;
}
#tos #top_cover #top_timeout {
	position: absolute;
	bottom: 20px;
	right: 20px;
}


/*  nav  */
#tos #to_nav {
	margin: 1px 0 0 0;
	padding: 0;
}
#tos #to_nav ul {
	list-style: none;
}
#tos #to_nav li {
	margin: 0 0 1px 0;
	padding: 0;
}
#tos #to_nav li img {
	width: 100%;
	height: auto;
}





/*  common header  */
#tos #c_header {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#tos #c_header h2 {
	text-align: center;
}
#tos #c_header a img.shibuya {
	width: 139px;
	height: auto;
	margin: 10px auto;
}
#tos #c_header a img.tot {
	position: absolute;
	top: 16px;
	left: 10px;
	width: 35px;
	height: auto;
}
#tos #c_header a img.btn_gnav {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 50px;
	height: auto;
}


/*  drpdown nav  */
#tos #c_header ul#tot_menu {
	position: relative;
	width: 100%;
	background: #777;
}
#tos #c_header ul#tot_menu a.trigger {
	position: absolute;
	top: -36px;
	right: 20px;
	display: block;
	width: 50px;
	height: 20px;
	background: url(img/gnav_btn.png) 0 0 no-repeat;
	background-size: 50px;
	text-indent: -9999px;
	z-index: 100;
}
#tos #c_header ul#tot_menu a.active {
	background: url(img/gnav_btn_active.png) 0 0 no-repeat;
	background-size: 50px;
}
#tos #c_header ul#tot_menu li {
	margin-bottom: 1px;
}
#tos #c_header ul#tot_menu li img {
	width: 100%;
	height: auto;
}



/* social */
#tos ul.btn_social {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 24px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
}
#tos ul.btn_social li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	vertical-align: middle;
	height: 20px;
}
#tos ul.btn_social iframe.twitter-share-button {
	width: 110px !important;
}



/* site link */
#tos ul.site_link {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#tos ul.site_link li {
	font-size: 16px;
	margin: 0 0 0.6em 0;
	padding-left: 10px;
}
#tos ul.site_link li.triangle {
  display: block;
  position: relative;
}
#tos ul.site_link li.triangle::before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}