@charset "utf-8";
/* CSS Document */
#mobile {
	margin: 20px 0px 0px 0px;

}

#mobile h3{
	clear:both;
	width:700px;
	font-size: 16px;
	letter-spacing: 0.25em;
	font-weight: bold;
	background-image: url(/img/bg_title.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F63;
	color: #333;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mobile p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

#mobile strong {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	color: #666;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mobile strong a {
	text-decoration: none;
}
