@charset "utf-8";
@import "base.css";

a{
	text-decoration: none;
}
hr {
	display:none;
}
html{
	/*overflow-x: hidden;*/
}
body{
	width: 100%;
	font-size: 90%;
	/*overflow-x: hidden;*/
	-webkit-overflow-scrolling:touch;
}
#Wrap{

}
input[type="button"],input[type="submit"] {
	border-radius: 0;
	-webkit-appearance: none;
}
.pc_view{
	display: none !important;
}
/*####################　ヘッダ　####################*/
#HeaderWall{
	width: 100%;
}
#HeaderWall img{
	width: 100%;
}
#HeaderWall #Header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/*####################　#Container　####################*/
#Container{
	width: 100%;
	overflow-x: hidden;
	margin: 0 auto;
}
#Container img{
	max-width: 100%;
	height: auto;
}
section{
	width: 100%;
}
/*####################　Navi　####################*/

/*####################　Page TOP　####################*/
#pageTop{
	display: none;
}
#pageTop p.pageTop{
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 9999999;
}
#pageTop p.pageTop a{
	text-indent: -9999px;
	display: block;
	width: 39px;
	height: 83px;
	background: url(../img/go_top.png) no-repeat;

}

/*####################　フッター　####################*/
#Footer{
	width: 100%;
	max-width: 1000px;
	position: relative;
	padding: 20px 0 0;
	background: #40220f;
	margin: 0 auto;
}
#Footer div.FootMenu div.img{
	margin: 0 auto 20px;
	width: 60%;
}
#Footer div.FootMenu ul{
	margin: 20px 0 20px;
	text-align: center;
}
#Footer div.FootMenu ul li{
	color: #fff;
	font-size: 12px;
}
#Footer div.FootMenu ul li a{
	color: #fff;
}
#Footer div.FootMenu address{
	background: #000;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
}


/*####################　クリア　####################*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: .1em;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/
.clearfix + * {
	clear: both;
	* clear: both;
}


