@charset "shift_jis";

/* =========================================================
#iPhoneLinkNew
========================================================= */

/* スマホページ誘導バナー */
#iPhoneLinkNew {
	display: none;
	width: 980px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 180px;
	background: url(//www.rals.net/img/bg_iphonelinknew_01.png) repeat-x;
}
#iPhoneLinkNewInner {
	width: 930px;
	height: 180px;
	margin: 0 auto;
	background-image: url(../img/bg_iphonelinknew_01.png),
                      url(//www.rals.net/img/bg_iphonelinknew_02.png);
    background-repeat: no-repeat,
                       no-repeat;
    background-position: bottom left,
                         center right;
    background-size: 197px 160px,
                         45px 90px;
}
#iPhoneLinkNewInner a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	display: block;
	/*--80〜160--*/
	width: 675px;
	height: 130px;
	/*--40〜50--*/
	font-size: 50px;
	font-weight:bold;
	/*--80〜160--*/
	line-height: 65px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 20px;
	padding: 25px 0 25px 255px;
}
#iPhoneLinkNewInner a span {
	color: #F90;
}
