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

@import url("format.css");
@import url("layout.css");

/* =========================================================
   コンテンツ
========================================================= */

/* 電話 */

article header#phone {
	width: 570px;
	height: 207px;
	background: url(../../hurry/img/phone.gif);
	margin-bottom: 33px;
	padding: 0;
}

#phone h1, #phone h2, #phone h3, #phone p {
 display: none;
}
	
/* 注意 */

article section#attention {
	width: 570px;
	height: 72px;
	background: url(../../hurry/img/attention.gif) no-repeat;
	margin-bottom: 45px;
	padding: 0;
}

article section#attention h3 {
	display:none;
}

/* よく頂くご質問 */

article section#question {
	width: 570px;
	height: 237px;
	background: url(../../hurry/img/question.gif) no-repeat;
	margin-bottom: 45px;
	padding: 0;
}

#question h2, #question h3, #question p {
	display:none;
}

/* 内容のお伺い */

article section#list {
	width: 570px;
	margin-bottom: 50px;
	padding: 0;
}

article section#list p {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 20px;
}

article section#list #list {
	width: 570px;
	height: 431px;
	background: url(../../hurry/img/list.gif) no-repeat;
	margin-bottom: 3px;
	padding: 0;
}

#list #list h2, #list #list h3 {
	display:none;
}

article section#list #pickup {
	width: 570px;
	height: 152px;
	background: url(../../hurry/img/pickup.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#list #pickup h3, #list #pickup p {
	display:none;
}
