@CHARSET "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
}
img.corplogo {
	height: 40px;
    float: left;
}
img.footer_image {
	height: 10px;
}

.container {
    width: calc(100% - 10px); 
    max-width: 1260px; 
    overflow-wrap: break-word; 
    background-color: #FFF; 
    margin: 0 auto;
}

.header {
    background-color: #FFF;
}
.header hr {
    clear: both;
}

/* #content span {
    font-family: 'Meiryo UI';
    font-size: 10.5pt;
}
#content b span {
    font-size: 11pt;
} */

.top_button {
    width: 100px;
    height: 50px;
    background: #ed6d00;
    color: #ffffff;
    float:right;
    margin-top:50px;
}

.submit_button {
	width: 100px;
	height: 25px;
	background: #ed6d00;
	color: #ffffff;
}

.language_select_form {
    text-align: center;
}
.language_select_form div {
    margin: 0px auto; 
    text-align: center;
}
.language_select_form span {
    font-weight: bold;
}
.language_select_form select {
    min-width: 150px; 
    height: 25px; 
    border: 2px solid #ED6D00; 
    font-weight: bold;
}
.language_select_form .submit_button {
    margin: 10px auto;
}

body.error_page {
    word-break: break-all;
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: none;
        overflow-wrap: break-word;
    }

    body.error_page {
        word-break: normal;
    }
}