@charset "utf-8";

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
html { font-size: 62.5%; }
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3",  Helvetica, Verdana,"ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", "Meiryo", Osaka, sans-serif;
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	color: #333;
}
ul,ol { list-style: none; }
img { border: none; vertical-align: top; }
a:link { color: #39c; text-decoration: none; }
a:visited { color: #39c; text-decoration: none; }
a:hover { text-decoration: underline; }

.hide { display: none; }
.fRed { color: #f00; }
.space { margin-top: 10px; }
.exSpace { margin-top: 30px; }
.spaceL { margin-left: 10px; }
.spaceR { margin-right: 10px; }
.center { text-align: center; }

/* clearfix
------------------------------------------------ */
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
}

.clearfix {
	clear: both;
	*zoom: 1;
}

/* header
------------------------------------------------ */
#header {
	position: relative;
	padding: 10px 0;
	width: 100%;
	height: auto !important;
	background: #fff;
	z-index: 2;
}

	#logo {
		margin: 0 auto;
		width: 38px;
		font-size: .8rem;
	}
		#logo img { width: 100%; }

	#header .menu {
		position: absolute;
		top: 20px;
		left: 3%;
		width: 35px;
		font-size: .8rem;
	}
		#header .menu img { width: 100%; }


/* contents
------------------------------------------------ */
#contents {
	position: relative;
	background: #fff;
	z-index: 1;
}

/* pagetitle */
#pagetitle {
	margin-bottom: 10px;
	font-size: 1rem;
}

	#pagetitle img { width: 100%; }

/* footer
------------------------------------------------ */
#footer {
}

	#pagetop {
		margin: 40px auto 0;
		width: 9%;
	}
	
		#pagetop img { width: 100%; }

	#copyright {
		margin-top: 25px;
		text-align: center;
		font-size: 1.2rem;
	}

/* page_menu
------------------------------------------------ */
#page_menu {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
	overflow: scroll;
	z-index: 1;
}

	#page_menu > nav {
		position: relative;
		border-right: solid #D6D6D6 1px;
		z-index: 1;
	}

		#page_menu > nav ul {
			border-top: solid #D6D6D6 1px;
		}

			#page_menu > nav > ul li {
				position: relative;
				border-bottom: solid #D6D6D6 1px;
			}

				#page_menu > nav > ul li img { width: 100%; }
