@charset "utf-8";

body {
	background: url(../images/bg_paper.jpg) 0 0 repeat;
	background: url(../images/bg_paper2.png) 0 0 repeat;
	min-height: 1120px;
}

/* ------------------------------------------------------------ */

.container {
	position: relative;
	margin: 20px auto 0 auto;
	width: 1200px;
	height: 860px;
	background: url(../images/new_shita1.png) 0 0 no-repeat;
	z-index: 10;
}

.container.top {
	background: url(../images/new_hyoshi1.png) 0 0 no-repeat;
}

.container.last {
	background: url(../images/new_urahyoshi1.png) 0 0 no-repeat;
}

.container.print {
	background: url(../images/new_urahyoshi2.png) 0 0 no-repeat;
}

/* ------------------------------------------------------------ */

.page {
	position: relative;
	width: 600px;
	height: 860px;
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ------------------------------------------------------------ */

.page-left:not(.top):not(.last):not(.print) {
	background: url(../images/new_ue_left1.png) 0 0 no-repeat;
}

.page-right:not(.top):not(.last):not(.print) {
	background: url(../images/new_ue_right1.png) 0 0 no-repeat;
}

/* ------------------------------------------------------------ */

.page-left.title h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -125px;
	width: 248px;
	height: 248px;
	font: normal 36px/248px 'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝','serif';
	text-align: center;
	background: rgba(0,0,0,0.02);
	border: 1px solid #999;
}

.page-left.title.top h1 {
	line-height: 208px;
}

.page-left.title h1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -130px;
	width: 258px;
	height: 258px;
	border: 1px solid #999;
}

.page-left.title h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -125px 0 0 -125px;
	width: 248px;
	font: normal 18px/288px 'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝','serif';
	text-align: center;
}

/* ------------------------------------------------------------ */

.page-left.top {
	
}

.page-left.top form {
	text-align: center;
}

.page-left.top form p {
	margin: 120px 0 20px 0;
	font-size: 16px;
	text-align: center;
}

.page-left.top ul {
	margin: 10px auto 0 auto;
	width: 540px;
}

.page-left.top li {
	display: inline-block;
	padding: 10px 0 0 0;
	width: 180px;
	font-size: 11px;
	text-align: center;
	float: left;
}

.page-left.top li a {
	font-size: inherit;
}

.page-left.top li img {
	margin-top: 5px;
	width: 85%;
	height: auto;
}

.page-left.top .forYou {
	margin: 80px 0 0 0;
	font-size: 15px;
	text-align: center;
}

.page-left.top p.copyright {
	margin: 80px 50px 0 50px;
	font-size: 11px;
}

.page-left.top p.copyright a {
	font-size: inherit;
}

.page-left.print div.howto {
	position: relative;
	margin: 120px 120px 0 90px;
	height: 620px;
}

.page-left.print div.howto:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 390px;
	height: 620px;
	background: url(../images/bg_cloth.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	box-shadow: 0 0 5px #000;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.page-left.print div.howto ul {
	position: relative;
	padding: 40px 20px;
	height: 540px;
	background: url(../images/bg_cloth.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	box-shadow: 0 0 5px #000;
	z-index: 1;
}

.page-left.print div.howto li {
	margin: 0 0 10px 10px;
	list-style-type: disc;
	font-size: 13px;
}

.page-left.print div.howto li:last-of-type {
	margin: 0 0 0 10px;
}

/* ------------------------------------------------------------ */

.page-right.top form {
	position: absolute;
	left: 124px;
	bottom: 166px;
	width: 360px;
	height: 60px;
	text-align: center;
}

.page-right.top form input {
	margin: 12px 0 0 0;
	width: 300px;
	background: none;
	border: none;
}

/* --------------------------裏表紙---------------------------------- */

/* 広告 */
.page-right.last div.koukoku1 {
    min-height: 90px;

}

.page-right.last div.koukoku1 > ul,
.page-right.last div.koukoku2 > ul {
	margin: 0 0 0 20px;
	text-align: center;
}

.page-right.last div.koukoku2 > ul {
	margin-top: 280px;
}

.page-right.last div.koukoku1 > ul > li,
.page-right.last div.koukoku2 > ul > li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #999;
}

/* 前頁・最初のページへ・印刷用PDFの作成・保存（ユーザー登録）のボタン */
.page-right.last div.operations {
    overflow: hidden;
}

.page-right.last div.operations > ul {
    position: absolute;
    top: 28%;
    left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.page-right.last div.operations > ul > li {
    margin: 20px 0 20px 0;
}

.page-right.last div.operations > ul > li > a {
    width: 200px;
}

/* ------------------------------------------------------------ */

.page-right.print form {
	position: absolute;
	left: 124px;
	top: 166px;
	width: 360px;
	height: 630px;
	text-align: center;
}

.page-right.print form input {
	position: absolute;
	left: 30px;
	width: 300px;
	font-family:'ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝','serif';
	line-height: 1;
}

.page-right.print form input.title_main {
	position: absolute;
	top: 35px;
	height: 80px;
	font-size: 36px;
	text-align: center;
}

.page-right.print form input.title_sub {
	top: 130px;
	font-size: 18px;
	text-align: center;
}

.page-right.print form input.user_name {
	bottom: 113px;
	font-size: 20px;
	text-align: center;
}
.page-right.print form span.fi-print {
    margin: 560px 0 0 0;
}

nav.TandL {
	position: fixed;
	bottom: 30px;
	margin: 0 200px 0 200px;
	padding: 20px 0;
	width: 880px;
	z-index: 10;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	border-radius: 10px;
}

nav.TandL a {
	display: inline-block;
	margin:  0 5px;
	padding: 0 15px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.1);
	border: 1px solid #fff;
	border-radius: 6px;
}

nav.TandL a:hover {
	background: rgba(0,0,0,0.3);
}

/* ------------------------------------------------------------ */

.otherForm p.announce {
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	width: 96%;
	text-align: center;
	border-bottom: 1px dotted #666;
}

.otherForm > form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 470px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.otherForm > form table {
	margin: 0 0 20px 0;
	width: 100%;
}

.otherForm > form td {
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
}

.otherForm > form td:nth-of-type(1) {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}

.otherForm > form .area_button {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 96%;
	border-top: 1px dotted #666;
}

.otherForm > form ul {
	margin: 60px auto 0 auto;
	width: 96%;
}

.otherForm > form li {
	padding-bottom: 10px;
	text-align: center;
}

/* ------------------------------------------------------------ */

.complete > div.box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 470px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.complete > div.box.red {
	margin: 0 auto;
	padding: 35px;
	width: 380px;
	background-color: rgba(255,0,0,0.1);
	border-radius: 5px;
}

.complete > div.box p {
	line-height: 1.8;
}

/* Footer */
/* ------------------------------------------------------------ */

body.top footer#footer,
body.last footer#footer {
	margin: 110px 0 0 0;
}

/* Add */
/* ------------------------------------------------------------ */
#top_concept {
	width:520px;
	margin:30px auto 0;
}
#top_concept h2 {
	font-weight:bold;
	text-align:center;
}
#top_concept .inr {
	border:1px solid #444;
	border-radius:6px;
	padding:12px;
	background-color:#FFF;
}
#top_concept p {
	font-size:14px;
}
.page-left.top p.copyright {
    margin: 15px 50px 0;
}
body.top .page-left {
	overflow:visible;
}

