﻿@charset "UTF-8";

#content{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
	height: 100px;
	line-height: 80px;

	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}


.rightBlock{
	padding-left: 20px;
	margin-right: 30px;
	margin-top: 15px;

	background: url(/-/Media/Ricoh/Sites/co_jp/3dp/question/answer/images/close.gif?1) no-repeat left center;

	float: right;
	cursor: pointer;
}

.txtBlock{
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;

	margin-top: -12px;
	top: 50%;
}

header .inner{
	width: 100%;
}

header h2{
	padding-left: 30px;
}

footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

footer .inner{
	width: 100%;
	padding: 0px;
	height: 60px;
}

footer .inner .copyright{
	line-height: 60px;
	float: right;
	padding-right: 30px;
}

