/* 予約共通ＣＳＳ (070413) */

/* ----- 基本セレクタ ----- */

/*
▼ コンテンツ
============================================================================= */
.anytime#contents h2 {
	margin-top: 25px;
	width: 235px;
	height: 23px;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #7D7D7D;
}


.anytime#contents h2 span.step {
	margin-left: 3px;
	padding-left: 35px;
	padding-right: 10px;
	color: #7D7D7D;
	font-weight: bold;
	background: transparent url("../img/step.gif") no-repeat 0% 50%;
}


/*
.anytime#contents h2 {
	padding: 0px;
}

/*
▽ 作業内容
============================================================================= */
#procedureText {
	margin-left: 10px;
	margin-bottom: 5px;
	height: 53px;
	width: 510px;
	border-bottom: 1px solid #8EDB29;
}
#procedureText p {
	margin-top: 25px;
	margin-left: 60px;
}
#procedureText p.h13 {
	margin-top: 13px;
}

#procedureText2 {
	margin-left: 10px;
	margin-bottom: 5px;
	width: 515px;
	height: 53px;
	background: transparent url("../img/procedure.gif") no-repeat 10px 0%;
	border-bottom: 1px solid #8EDB29;
	float: left;
}
#procedureText2 p {
	margin-top: 25px;
	margin-left: 60px;
}
#procedureText2 p.h13 {
	margin-top: 13px;
}


/*
#procedureText {
	background: transparent url("../img/procedure.gif") no-repeat 10px 0%;
	float: left;
}
/*-- ワーニングラベル --*
span.warning_position
{
	display:block;
	position:relative;
	border:1px black solid;
	height:50px;
	top:-10px;
	background-color:InfoBackground;
	padding:10px;
	left:10%;
	width:80%;
}

*/
