@charset "utf-8";
/* ============================================================
＠＠
初期化

%update / 2013.11.11

------------------
【目次】
------------------
▼initialization
▼other hack
============================================================ */

/* ------------------------------------------------------------
▼initialization
------------------------------------------------------------ */
div,p,dl,dt,dd,ul,ol,li,table,tr,th,td,
h1,h2,h3,h4,h5,h6,form,input,textarea,button,fieldset,blockquote {
	margin: 0;
	padding: 0;
	zoom: 1;  /* for IE hasLayout true */
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 75%; /* 12px */
	/* =================================================
	about font-size: default 12px ※入れ子でない場合のみ
	10px => 83.3%		11px => 91.7%		12px => 100%
	13px => 108.3%		14px => 116.7%		15px => 125%
	16px => 133.3%		17px => 141.7%		18px => 150%
	19px => 158.3%		20px => 166.7%		21px => 175%
	22px => 183.3%		23px => 191.7%		24px => 200%
	25px => 208.3%		26px => 216.7%		27px => 225%
	==================================================== */
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	font-style: normal;
	font-weight: normal;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック','MS PGothic',Verdana, Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}
input,textarea {
	padding: 0px;
	vertical-align: middle;
	line-height: 1.3;
}
select {
	padding: 0px;
	vertical-align: middle;
}
button {
	font-size: 100%;
	cursor: pointer;
	border-color: none;
	border-style: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}
button:disabled {
	opacity: 0.3 !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
hr {
	display: none;
}
img {
	border: none;
	vertical-align: top;
	outline: none;
}
li {
	list-style: none;
}
table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	overflow: auto;
}
map {
	display: none;
}
a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: underline;
	outline: none;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a.hover {
	color: #333333;
	text-decoration: none;
	outline: none;
}
sub {
	vertical-align: 0;
	line-height: 1.0em;
}
sup {
	vertical-align: 0.3em;
	line-height: 1.0em;
}

/* Footer Float Banner */
.PgFixMenuSmartphone{
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
}
.PgFixMenuSmartphone img{
	width:100%;
}
