@charset "utf-8";
/* ==========================================================
	スマホ 640px以下
========================================================== */
@media ( max-width : 640px) {
	/* =========================
	共通
	============================ */
	#guide #header .headerText {
		width: 100%;
		vertical-align: top;
		font-weight: bold;
	}
	#guide #header .headerText .subTitle {
		font-size: 100%;
		letter-spacing: inherit;
	}
	#guide #header .headerText .title {
		font-size: 150%;
		letter-spacing: inherit;
	}
	#guide .explanation {
		margin: 20px 0;
	}
	#guide .explanation li {
		background: url(../images/list_seven.png) 0 8px no-repeat;
		-moz-background-size: 6px 6px;
		background-size: 6px 6px;
		padding-left: 16px;
	}
	#guide .leftText, #guide .rightImg {
		width: 100%;
		float: none;
	}
	#guide .leftText {
		margin-bottom: 10px;
	}
	#guide .leftText .numberImg {
		width: 12%;
		margin-right: 2%;
	}
	#guide .leftText .detailText {
		margin-left: 0;
	}
	#guide h5 {
		width: 84%;
		font-size: 130%;
		line-height: 1.3;
	}
	#guide .numberImg {
		width: 13%;
	}
	#guide .bgGray {
		padding: 10px;
		margin-top: 20px;
	}
}

span.wideyellow {
	background-color: #ffff55;
	padding: 1px 0px;
}