@media (max-width: 1199px){
body {
	font: 100%/1.4;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
/*HTML5 サポート - 新しい HTML5 タグを display:block に設定 - */
header, section, footer, aside, article, figure, figcaption, cite, time, main {
	padding: 0;
	margin: 0;
	display: block;
}

/* Android標準ブラウザバグ対応 */
article, figure, figcaption, cite, time, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, p {
	background-color:rgba(255,255,255,0.01);
}

/* Android chromeバグ対応 */
p, dl, dt, dd, ul, li {
	max-height:100%;
}
footer p {
	text-align:center;
	font-size:0.8em;
}

/*footer {
	/*margin-top:80px;
	border-top:#663300 2px solid;
	padding:20px 0 40px 0;
	text-align:center;*/
}
/*#pageTop_smp{
	/*display:block;
	position: fixed;
	width:20%;
	height:0;
	padding-bottom: 5.5%;
	background-size: contain;
	bottom:0;
	background:url(../images/pc/common/btn_pagetop.png) no-repeat;
	float: right;
	z-index: 4;
	}*/
}

#pageTop{
	display:block;
	position: fixed;
	width:110px;
	height:30px;
	bottom:110px;
	right: 100px;
	background:url(../images/pc/common/btn_pagetop.png) no-repeat;
	float: right;
	z-index: 4;
	}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, h1, h2, h3, h4, h5, h6, p, div, img, menu, input, label {
	padding: 0;
	margin: 0;
}
li, dt, dd {
	padding: 0;
	margin: 0;
	list-style:none;
}
img {
	vertical-align:bottom;
}
a img {
	border: none;
}
/* ~~ レイアウト情報 ~~ */


/* ~~ その他の float/clear クラス ~~ */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}