@charset "utf-8";
/* requirements.css */

/**********************************
 * メニュー領域
 *
 **********************************/
/* メニューバー */
#menu {
	margin-bottom: 42px;
}

#menu ul {
	border-bottom: 1px solid #FFFFFF;
}

/**********************************
 * 買取実績領域
 *
 **********************************/
#contents h2 {
	position: absolute;
	top: 200px;
	left: 300px;
	z-index: 1
}


#desc {
	position: relative;
	width: 760px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #666666;
	padding: 2px;
}

#desc2 {
	padding-top: 50px;
	background: #FFFFFF;
}

.corner {
}

.block {
	position: relative;
	width: 760px;
	margin-bottom: 20px;
}

.balloon {
	position: relative;
	margin-top: 20px;
	margin-left: 90px;
	background: url(../images/ans.gif) no-repeat 10px top;
}

p.msg {
	padding-left: 100px;
	background: url(../images/mail.png) no-repeat 40px 3px;
	font-size: 1.2em;
}

p.ans {
	width: 480px;
	margin-left: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #8ACE78;
	text-align: center;
	font-size: 1.2em;
}

p.name {
	position: absolute;
	top: -20px;
	width: 92%;
	text-align: right;
	font-size: 1.2em;
}
