@charset "utf-8";

/* リセット */
* { margin:0; padding:0; }

/* clearfix */
*:after { display:block; clear:both; }

/* はみ出し対策 */
body {
	width:100%;
	height:100%;
	/*
	background-image:url(../images/background.png);
	background-attachment:fixed;
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#A9210D;
	*/
}

/* HTMLに対応していないOS対策 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

/* -------- フォント指定 -------- */
#all {
	color:#333;
	font-family:"ＭＳ Ｐゴシック",sans-serif, "ヒラギノ角ゴ Pro W3",Verdana, Arial, Osaka;
	line-height:1.2;
	font-weight: lighter;
	font-size:12px;
	-webkit-text-size-adjust:none;
	padding-bottom:30px;
}

a {
	color: #FF8C00;
}


/* -------- メインのスタイル -------- */
#backgroundImg {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:5;
}
#business_detail_content {
	position:relative;
	z-index:10;
}
.stepBox {
	width:302px;
	margin:0 auto;
}
.stepBox img {
	display:block;
}
.contentsArea {
	width:258px;
	padding:0 22px;
	background-image:url(../images/back_center.png);
	background-size:100% auto;
}
.contentsArea img {
	float:left;
	width:120px;
	margin-right:15px;
	border:1px;
}
.contentsArea .caption {
	float:left;
	width:120px;
}
.contentsArea .caption .title {
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
}
.contentsArea .caption .subtitle {
	font-weight:bold;
	margin-top:5px;
}
.contentsArea .caption ul {
	margin-left:14px;
}




