@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .txt01 {
	color: #095ba5;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 3px;
}

#conts h2 {
	margin-bottom: 17px;
}

#conts .ml3 {
	margin: 0 0 37px 3px;
}

#conts .date {
	margin: 10px 0 15px;
}

#conts .date li {
	background-color: #fff04c;
	color: #000;
	float: left;
	margin-right: 16px;
	font-size: 15px;
	padding: 7px 13px 7px 10px;
	text-align: center;
}

#conts .last {
	font-size: 12px !important;
	background: none !important;
	padding: 9px 0 0 0 !important;
}

#conts .stepBox {
	background-color: #e9f5ff;
	border-radius: 4px;
	position: relative;
	behavior: url(../js/pie.htc);
	margin-bottom: 20px;
}

#conts .stepBox li {
	border-right: 1px solid #d1eaff;
	border-left: 1px solid #f3faff;
	padding: 6px 0 24px 24px;
	float: left;
	width: 214px;
}

#conts .stepBox li span {
	background: url(../images/trip/step_img01.gif) no-repeat center left;
	color: #095ba5;
	font-size: 17px;
	height: 50px;
	padding: 28px 0 0 63px;
	display: inline-block;
	margin-bottom: -5px;
}

#conts .stepBox p {
	width: 180px;
	line-height: 1.7;
	margin-top: 23px;
}

#conts .s1 {
	border-left: none !important;
}

#conts .s2 span {
	background: url(../images/trip/step_img02.gif) no-repeat center left !important;
}

#conts .s3 span {
	background: url(../images/trip/step_img03.gif) no-repeat center left !important;
	padding-top: 6px !important;
	margin: 13px 0 6px !important;
}

#conts .s3 {
	margin-right: 0  !important;
	border-right: none !important;
}

#conts .case {
	border: 3px solid #d3d3d3;
	padding: 18px 27px 15px 27px;
}

#conts .case dt {
	font-weight: bold;
	font-size: 17px;
	color: #095ba5;
	margin-bottom: 4px;
}

#conts .case dd {
	line-height: 1.8;
}

@media all and (min-width: 0px) and (max-width: 700px) {
#conts .txt01,
#conts .ml3,	 
#conts .date,
#conts .imgBox,
#conts .case {
	margin: 0 auto;
	width: 93%;
}

#conts .ml3 {
	margin-bottom: 13px;
}

#conts .date {
	margin-top: 5px;
}

#conts .date li {
	margin: 0 0 10px 0;
	padding: 0 13px 0 10px;
	line-height: 25px;
}

#conts .date li:nth-child(2) {
	margin-bottom: 0;
	
}

#conts .imgBox {
	margin-bottom: 20px;
}
	
#conts .case {
	padding: 13px 0 9px 0;
}	
	
#conts .case dl {
	width: 90%;
	margin: 0 auto;
}
	
	
}