@charset "UTF-8";
#container {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.side_menu {
	margin-top: 112px;
}
div.topblock {
	float: right;
	width: 504px;
	margin-right: 97px;
	margin-top: 40px; /* Firefox */
	-webkit-box-shadow: 5px 5px 15px #333; /* Safari and Chrome */
	box-shadow: 5px 5px 15px #333; /* Opera 10.5+, IE */
	padding-top: 30px;
	text-align: center;
	padding-bottom: 55px;
	background-image: url(../img/whiteback.png);
	background-repeat: repeat;
	behavior: url(./css/PIE.htc);
	position: relative;
	margin-bottom: 100px;
}
.topblock h1 {
	margin-bottom: 35px;
}
.topblock p {
	color: #796C64;
	font-size: 138.5%;
	line-height: 160%;
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
div.topblock img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.topblock h2 {
	font-size: 31px;
	line-height: 1.2;
	color: #F00;
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -1px;
}
.topblock .imgbox {
	font-size: 108%;
	color: #796C64;
	width: 318px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 35px;
}

.emailchange {
    border: solid 2px #ccc;
    padding: 5%;
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.changetimebox {
    border: solid 2px #ccc;
    padding: 4%;
    width: 92%;
    margin: 0 auto 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.topblock .changetimebox h2 {
    font-size: 25px;
    line-height: 1.2;
    color: #F00;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: -1px;
}
.topblock .changetimebox p {
    color: #796C64;
    font-size: 138.5%;
    line-height: 140%;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}
.topblock .changetimebox h3 {
    color: #796C64;
    font-size: 138.5%;
    line-height: 1.2;
    margin-bottom: 0px;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-align: left;
}
.changetable {
    border: solid 2px #ccc;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    color: #796C64;
    font-size: 138.5%;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}
.changetable th {
    background-color: #F2EFED;
    padding: 2%;
    text-align: center;
    border: solid 2px #ccc;
    font-weight: bold;
}
.changetable td {
    padding: 2% 2%;
    text-align: left;
    border: solid 2px #ccc;
}
.changetable td.rel {
    position: relative;
}
.changetable td.center {
    text-align: center;
    border: solid 2px #ccc;
}
.changetable td span {
    display: block;
    position: absolute;
    right: -10px;
    top: 7px;
    font-weight: bold;
    font-size: 20px;
}