@charset "UTF-8";


/*! layout ============================================== */

#base {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	}

header {
	position: relative;
	height: 80px;
	background-color: #ffffff;
	border-bottom: 3px solid #3e3e8f;
	}

main {
	padding: 30px 60px 60px;
	background-color: #ffffff;
	}

footer {
	height: 70px;
	background-color: #303030;
	}


/* smt（layout） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	#base {
		padding: 0;
	}

	header {
		height: 60px;
	}

	main {
		padding: 20px;
	}

	footer {
		height: 50px;
	}
}


/*! head ============================================== */

header .logo {
	position: absolute;
	bottom: 10px;
	right: 40px;
	}

header .logo a {
	display: block;
	width: 177px;
	height: 16px;
	text-indent: -9999px;
	background: url("../gfx/h_logo.gif") no-repeat left center;
	}


/* smt（head） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	header .logo {
		position: absolute;
		bottom: 10px;
		right: 20px;
	}
}


/*! foot ============================================== */

footer small {
	font-size: 11px;
	text-align: center;
	line-height: 70px;
	color: #ffffff;
	}


/* smt（foot） ━━━━━━━━━━ */
@media only screen and (max-width:767px){
	footer small {
		line-height: 50px;
	}
}


/*! page top ============================================== */

.ptop {
	position: fixed;
	bottom: -30px;
	right: 20px;
	z-index: 999;
	}

.ptop a {
	display: block;
	width: 50px;
	height: 30px;
	background-color: #828282;
	border-radius: 4px 4px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	color: #ffffff;
	}

.ptop a:hover {
	text-decoration: none;
	background-color: #4d4d4d;
	color: #ffd053;
	}
