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


	渋谷文化プロジェクト
	
	SHIBUYA YESTERDAY, TODAY AND TOMORROW
	
	01 : 12 hours in Shibuya
	
	style.css


*/


/* --------------------------------------
	01 : 12 hours in Shibuya
--------------------------------------- */
#tos #tos_01 {
	padding: 0 10px;
	background-color: #b7dfdf;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#tos #tos_01 h1#title {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
#tos #tos_01 h1#title img {
	width: 100%;
	height: auto;
}

#tos #tos_01 p.read_01 {
	font-size: 17px;
	line-height: 1.4;
	text-align: center;
	margin: 10px 0;
}

#tos #tos_01 .txt_jp {
	font-size: 13px;
	color: #628b8b;
	line-height: 1.6;
}
#tos #tos_01 p.read_01_jp {
	text-align: center;
	margin: 0 0;
}

#tos #tos_01 p.read_02 {
	font-size: 14px;
	line-height: 1.4;
	margin: 26px 0 8px 0;
	padding: 0 10px;
}
#tos #tos_01 p.read_02:first-letter {
	font-size: 4em;
	line-height: 1;
	float: left;
	margin: 0 .2em 0 0;
	padding: 0 0;
	color: #ed7da6;
	font-weight: bold;
}
#tos #tos_01 img.start {
	display: block;
	margin: 6px auto 20px auto;
	width: 75px;
	height: auto;
}
#tos #tos_01 p.read_02_jp {
	margin: 0 0 20px 0;
	padding: 0 10px;
}



/*  card  */
#tos #tos_01 .card {
	width: 100%px;
	margin-bottom: 20px;
	padding: 5px 10px 10px 10px;
	background: #f6f22b;
	overflow: hidden;
}

#tos #tos_01 .card > img {
	width: 100%;
	height: auto;
	margin: 5px 0;
}
#tos #tos_01 .card img.right {
	float: right;
	margin: 0 0 0 10px;
}
#tos #tos_01 .card h2 {
	display: block;
	width: 100%;
}
#tos #tos_01 .card p {
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
#tos #tos_01 .card p.txt_jp {
	font-size: 12px;
	color: #888616;
	line-height: 1.4;
	margin-top: 6px;
}



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


