@charset "utf-8";
/* CSS Document */

body {
    position: relative;
    background-image: url("images/goodbye03.jpg");
    background-size: cover;
    background-position:  left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    transition: background-image 1s ease-in-out; /* 画像の切り替えを滑らかにする */
}
.Main {
	position: relative;
}
.Comment_Title {
    /*text-align: center;*/
    margin: -10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
.Comment_Text {
    position: relative;
    text-align: center;
    font-size: 36px;
    color: white;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
    margin: -20px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}
.Comment_Subtitle {
    position: relative;
    text-align: left;
    font-size: 18px;
    width: 640px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.Character_Animation {
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0px;
    top: 100%;
    right: 0;
    bottom: 0;
    width: 100px;
	z-index: 15;
}
.BottomRightImage {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
}
.Close_Image {
    position: absolute;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	bottom: -90px;
    left: 196px;
	text-align: center;
	z-index: 5;
}
