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


	渋谷文化プロジェクト
	
	SHIBUYA YESTERDAY, TODAY AND TOMORROW
	
	05 : 4 TIPS FOR A SMOOTHER TRIP
	
	style.css


*/


/* --------------------------------------
	05 : 4 TIPS FOR A SMOOTHER TRIP
--------------------------------------- */

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


#tos #tos_05 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 14px 20px 14px;
	text-align: left;
	overflow: hidden;
}

#tos #tos_05 h1 {
	margin-bottom: 30px;
}

#tos #tos_05 h2 {
	margin: 0 0 20px 0;
	line-height: none;
}
#tos #tos_05 #title .txt_en {
	font-size: 15px;
	color: #000;
	line-height: 1.3;
	margin-top: 1.2em;
}
#tos #tos_05 #title .txt_jp {
	font-size: 12px;
	color: #888;
	line-height: 1.4;
	margin: 0.7em 0 .8em 0;
}


/*  list  */
#tos #tos_05 dl {
	margin: 26px 0 20px 0;
}
#tos #tos_05 dt {
	font-size: 18px;
	line-height: 1.25;
	font-weight: bold;
	margin: 0 0 .2em 0;
}
#tos #tos_05 dt img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
#tos #tos_05 dt span {
	height: 16px;
	vertical-align: middle;
}
#tos #tos_05 dd {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

#tos #tos_05 dl.list_jp { /*  jp txt */
	color: #888;
}
#tos #tos_05 dl.list_jp img { /*  jp img */
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
}
#tos #tos_05 dl.list_jp dt { /*  jp txt */
	font-size: 15px;
}
#tos #tos_05 dl.list_jp dd { /*  jp txt */
	font-size: 13px;
}






/*  box  */

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

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




#tos #tos_05 hr {
	border:solid #bbbbbb;
	border-width:1px 0 0 0;
	margin: 28px 0;
	height:1px;/* for IE6 */
	clear:both;/* for IE6 */
}







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



