@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 {
	height: 50px;
	position: relative;
	border: 0px solid;
}
#logo {
	position: absolute;
	left: 15px;
	top: 12px;

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

#css3_nav {
	border-bottom: 1px solid #dcdcdc;
	padding: 1em 0;
}
#css3_nav ul {
	padding-left: .5em;
}
#css3_nav li {
	list-style-type: disc;
}


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


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

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


/* トップに戻る */
#btn_top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	right: 20px;
	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) {




/* end of media query */	
}



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





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



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





/* end of media query */
}




