@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
--------------------------------------- */
#tos #tos_05 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 20px 20px;
	background: #fff;
	overflow: hidden;
}

#tos #tos_05 h1#title {
	clear: both;
	width: 100%;
	height: 150px;
	margin: 0 0 30px 0;
	padding: 0;
	border: none;
	background: url(img/h1_title.png) 0 0 no-repeat;
	text-indent: -9999px;
}


#tos #tos_05 h2 {
	margin: 0 0 20px 0;
	line-height: none;
}

#tos #tos_05 .txt_en {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 1.2em;
}
#tos #tos_05 .txt_jp {
	font-size: 12px;
	color: #787878;
	line-height: 1.5;
	margin: 0.7em 0 .8em 0;
}


/*  list  */
#tos #tos_05 dl {
	float: left;
	margin:10px 0 20px 0;
}
#tos #tos_05 dt {
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 .4em 0;
}
#tos #tos_05 dt img {
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-right: 12px;
}
#tos #tos_05 dt span {
	width: 300px;
	width: 17px;
	height: 17px;
	vertical-align: middle;
}
#tos #tos_05 dd {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 1em 31px;
}


#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;
	margin: 0 0 .5em 0;
}
#tos #tos_05 dl.list_jp dd { /*  jp txt */
	font-size: 12px;
	margin: 0 0 1.2em 0;
}


#tos #tos_05 .m-right {
	margin-right: 80px;
}

#tos #tos_05 img.left {
	float: left;
}




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



/*  SNS 位置調節  */
#tos #tos_05 ul.btn_social.right {
	margin: 10px 0 10px 0;
}
