@charset "UTF-8";

/* ==========================================================

	正しい測り方のページ

========================================================== */
#fn-header
{
	width: 100%;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 2px solid #941b3b;
	display: block;
	overflow: hidden;
}

#fn-header h1
{
	margin: 0px;
	padding: 7px 7px 0px 7px;
	height: 35px;
	font: 16px/58px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #941b3b;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	text-align: left;
	letter-spacing: -0.15em;
	display: block;
	float:left;
}

#fn-header p
{
	margin: 0px;
	padding: 7px 7px 0px 7px;
	display: block;
	float:right;
	width: 92px;
	height: 35px;
}


/* ==========================================================

	本文

========================================================== */
#howtoArea
{
	width: 99%;
	display: block;
	margin: 10px auto;
	padding: 0px;
}

#howtoArea h3
{
	font: 18px/24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #f7305c;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin: 0px auto;
	padding: 0px 0px 0px 5px;
}

#howtoArea p
{
	width: 98%;
	font: 14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	margin: 0px auto;
	padding: 0px;
}

#howtoArea img
{
	display: block;
	width: 98%;
	margin: 6px auto 0px auto;
	text-align: center;
}

#howtoArea ol
{
	width: 83%;
	list-style: decimal outside;
	color: #936;
}

#howtoArea li
{
	list-style-type: decimal;
	font: 18px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#howtoArea .kuro
{
	font: 14px/18px bold "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

#howtoArea .gray
{
	font: 12px/16px bold "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
}


/* shoplist_Layout
------------------------------------------------------------------ */
#shoplist
{
	width: 100%;
	margin: 10px auto;
	padding: 0px;
	background: url(../sp_img/howto/shoplist_02.gif) repeat;
	-webkit-background-size: 95% 95%;
	background-size: 95% 95%;
}

#shoplist h3
{
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background: #fff;
}

#shoplist h3 img
{
	width: 98%;
	margin: 0px auto -2px auto;
	padding: 0px;
}

#shoplist p
{
	display: block;
	width: 96%;
	text-align: left;
	font: 14px/20px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 15px 0px 0px 3px;
}

#shoplist ul
{
	display: block;
	margin: 0px auto 0px auto;
	padding: 15px 0px;
}

#shoplist li
{
	font: 18px/24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px auto;
	padding: 0px;
}

#shoplist li a
{
	display: block;
	width: 96%;
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px;
	text-decoration: none;
	text-indent: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

	background: #f96888;
	background: url(../sp_img/cmn/icon-arrowWH.png) 10px center no-repeat,
	-moz-linear-gradient(top, #f96888, #f7305c);
	background: url(../sp_img/cmn/icon-arrowWH.png) 10px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, from(#f96888), to(#f7305c));

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	border: 2px solid #fff;
}
