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


	渋谷文化プロジェクト
	
	SHIBUYA YESTERDAY, TODAY AND TOMORROW
	
	04 : 10 top shopper's snacks
	
	style.css


*/


/* --------------------------------------
	04 : 10 top shopper's snacks
--------------------------------------- */

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


#tos #tos_04 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
}

#tos #tos_04 #inr_grey {
	padding: 0 0 12px 0;
	text-align: left;
	background: #ebebe9;
}

#tos #tos_04 #title .txt_en {
	font-size: 15px;
	color: #000;
	margin: .8em 14px 0 14px;
}
#tos #tos_04 #title .txt_jp {
	font-size: 13px;
	color: #888;
	margin: 1em 14px 0 14px;
}

#tos #tos_04 p .b_yellow { /*  黄色背景  */
	background: #fff100;
	padding: 0.1em 0.2em;
	font-weight: bold;
}


/*  map  */
#tos #tos_04 #map {
	overflow: auto;
	text-align: center;
	margin: 20px -10px 10px 14px;
}



/*  box  */
#tos #tos_04 .box {
	margin: 15px 10px 0 10px;
	padding: 12px 10px 12px 10px;
	background: #fff;
}

#tos #tos_04 .box h2 {
	margin: 0 0 0 -17px;
}
#tos #tos_04 .box h3 {
	margin: .3em 0 .4em 0;
}
#tos #tos_04 .box p.price_en {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 .2em 0;
}
#tos #tos_04 .box p.price_jp {
	font-size: 12px;
	color: #888;
	margin: 0 0 .3em 0;
}
#tos #tos_04 .box p.info_en {
	font-size: 16px;
	line-height: 1.3;
	margin: 10px 0 0 0;
}
#tos #tos_04 .box p.info_jp{
	font-size: 13px;
	color: #888;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

#tos #tos_04 .box img.left {
	float: left;
	margin: 0 .8em 0 0;
}
#tos #tos_04 .box img.right {
	float: right;
	margin: 0 0 0 .8em;
}

#tos #tos_04 .box hr {
	border:solid #999;
	border-width:1px 0 0 0;
	margin: 24px 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}



/*  Get to Know Shibuya  */
#tos #tos_04 #gtks {
	width: 100%;
	background: #52b0c4;
	margin: 0 0 0 0;
	padding: 0 15px 10px 15px;
	text-align: left;
}
#tos #tos_04 #gtks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tos #tos_04 #gtks li {
	margin: 0 0 40px 0;
	vertical-align: top;
}
#tos #tos_04 #gtks li p.txt_en {
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	margin: 14px 0 0 0;
}
#tos #tos_04 #gtks li p.txt_jp{
	font-size: 12px;
	color: #d9ebf0;
	line-height: 1.4;
	margin: 8px 0 0 0;
}



/*  btn next,PREV  */
#tos #tos_04 a img.btn_page {
	width: 52%;
	height: auto;
	margin: 30px 0;
}



