@charset "UTF-8";
/* Basic Layout */
html,
body {
	height:100%;
}
body {
	background-color:#fff;
}
html.mopen,
html.mopen body {
	/*overflow: auto;*/

	position: fixed;
/*	z-index: -1;*/
	width: 100%;
	height: 100%;
}

#wrapper {
	height:auto;
	min-height:100%;
	position:relative;
}

/* 共通 */
.full {
	width:100%;
}

/* ヘッダー部 */
header {
	padding:0;
	text-align:left;
	background-color: #fff;

	/*position:fixed;
	left: 0;
	top: 0;
	z-index: 99;*/
	border-bottom: 1px solid #dcdcdc;
}
header .inner {
	padding: .5em 0;
}
#logo {
	width: 124px;
	position: absolute;
	left: 10px;
	top: 12px;

	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12px;
	display: block;
}


/* コンテナー */
main {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0px solid #000;
}

ul.list_page li,
ul.list_info li {
	list-style: disc;
	margin-left: 1em;
}

#bg {
	/*background-color:#fff;*/
	padding-bottom: 5em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 5em; /* .bgの高さと合わせる */
	clear:both;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	background-color:#f3f3f3;
}
footer .inner {
	padding-top: 1.5em;
}

footer small {
	display: inline-block;
	text-align:center;
	font-style:normal;
	font-size:13px;
}

/* トップに戻る */
#btn_top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	right: 5px;
	bottom: 70px;
	border-radius: 100%;
	vertical-align: middle;
}
#btn_top:after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin:0  auto;
}
#btn_top span {
	visibility: hidden;
}














@media handheld, print, screen and (min-width: 480px) {



#bg {
	padding-bottom: 5em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 5em; /* .bgの高さと合わせる */
}

/* トップに戻る */
#btn_top {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 70px;
}
#btn_top:after {
	width: 16px;
	height: 16px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}




/* end of media query */	
}




@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/*footer .inner {
	padding-top: 40px;
}*/

/* トップに戻る */
#btn_top {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 80px;
}
#btn_top:after {
	width: 18px;
	height: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}

/* end of media query(iPad) */	
}



















@media handheld, print, screen and (min-width: 835px) {

	

#bg {
	padding-top: 0;
	padding-bottom: 5em; /* フッタの高さと合わせる */
}
/* フッタ部 */
footer {
	height: 5em; /* .bgの高さと合わせる */
}


/* トップに戻る */
#btn_top {
	width: 70px;
	height: 70px;
	right: 10px;
	bottom: 70px;
}
#btn_top:after {
	width: 18px;
	height: 18px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	top: 42%;
}



/* end of media query */
}




