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


	渋谷文化プロジェクト
	
	SHIBUYA YESTERDAY, TODAY AND TOMORROW
	
	03 : BACK TO THE FUTURE IN SHIBUYA
	
	style.css


*/


/* --------------------------------------
	03 : BACK TO THE FUTURE IN SHIBUYA
--------------------------------------- */

/*  Box Sizing  */
.bsz {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#tos #tos_03 {
	padding: 0 10px 30px 10px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
}

#tos #tos_03 #title {
	position: relative;
	width: 100%;
	padding: 0 10px 10px 10px;
	background: #52b0c4;
	text-align: left;
	overflow: hidden;
}
#tos #tos_03 #title h1 {
	margin: 0 -10px 1em -10px;
}
#tos #tos_03 #title .txt_en {
	font-size: 15px;
	color: #FFF;
}
#tos #tos_03 #title .txt_jp {
	font-size: 13px;
	color: #cfe9ee;
	margin-top: 1em;
}
#tos #tos_03 #title img.title_img {
	float: right;
	width: 38%;
	height: auto;
	margin: 0 0 .3em 1em;
}


#tos #tos_03 #title2 {
	position: relative;
	width: 100%;
	padding: 10px 10px 0 10px;
	background: #cfe8ed;
	text-align: left;
	overflow: hidden;
}
#tos #tos_03 #title2 .txt_en {
	font-size: 14px;
	margin-top: .6em;
}
#tos #tos_03 #title2 .txt_jp {
	clear: left;
	font-size: 13px;
	color: #428b9b;
	margin-top: .6em;
}
#tos #tos_03 #title2 .title2_bottom {
	margin: 0 -10px;
}



/*  start  */
#tos #tos_03 #start {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#tos #tos_03 #start ul {
	list-style: none;
	margin: 0;
	font-size: 0;
}
#tos #tos_03 #start li {
	display: inline-block;
	width: 48%;
}



/*  THE TIME TRAVELLER’S GUIDE  */
#tos #tos_03 #guide {
	width: 100%;
	border: 2px solid #52b0c4;
	margin: 40px 0 0 0;
	padding: 0 8px 20px 8px;
	text-align: left;
	line-height: 1.4;
}
#tos #tos_03 #guide h2 {
	margin: 0 -8px 16px -8px;
}
#tos #tos_03 #guide .txt_en {
	font-size: 15px;
}
#tos #tos_03 #guide .txt_jp {
	font-size: 13px;
	color: #777;
	margin-top: 1em;
}

#tos #tos_03 #guide .guidebox {
	width: 100%;
	margin: 38px 0 0 0;
}
#tos #tos_03 #guide .guidebox h3 {
	width: 100%;
	text-align: center;
}
#tos #tos_03 #guide .guidebox h3 img {
	width: 84%;
	height: auto;
	margin-bottom: 1em;
}




/*  ages  */
#tos #tos_03 #ages {
	position: relative;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
#tos #tos_03 #ages.past {
	background: url(img/ages_past_bg.png) 0 0 repeat-y;
	background-size: 100%;
}
#tos #tos_03 #ages.future {
	background: url(img/ages_future_bg.png) 0 0 repeat-y;
	background-size: 100%;
}

#tos #tos_03 #ages .age {
	width: 100%;
	Xmargin-bottom: 1em;
	overflow: hidden;
}
#tos #tos_03 #ages .age h3 {
	width: 100%;
}
#tos #tos_03 #ages .age h3 img {
	width: 100%;
	height: auto;
}
#tos #tos_03 #ages .age .txt_box {
	text-align: left;
	margin: .8em .4em 1em 12%;
}
#tos #tos_03 #ages .age .txt_box .txt_en {
	font-size: 15px;
}
#tos #tos_03 #ages .age .txt_box .txt_jp {
	font-size: 13px;
	color: #888888;
	margin: .8em 0 0 0;
}

/*  btn back  */
#tos #tos_03 a img.btn_back {
	width: 52%;
	height: auto;
	margin-top: 30px;
}



