body {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
body:lang(ja) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(en) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(fr) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(it) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(de) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(es) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(ko) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
body:lang(zh-Hans) {
    font-family: 'PingFang SC','Lucida Grande','Hiragino Kaku Gothic ProN','SimSun',Meiryo,sans-serif;
}
body:lang(zh-Hant) {
    font-family: 'PingFang TC','Lucida Grande','Hiragino Kaku Gothic ProN','Microsoft JhengHei',Meiryo,sans-serif;
}
body:lang(es-419) {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
.main-contents {
    width: 100%;
    height: 100%;
}
.content-wrapper {
    width: 100%;
    height: 100%;
	display: none;
    text-align: center;
    background: url("../image/bg_monbopattern_01.svg"), linear-gradient(-170deg, #148EB4, #181B3A, #148EB4);
    background-attachment:fixed;
}
.image-wrapper{
    padding-top: 10px;
}
.notice {
    width: 700px;
    min-height: 85vh;
    display: inline-block;
    height: auto;
    overflow-y: visible;
    margin: 0 0 40px 0;
}
.type{
    width: 430px;
    font-size: 1.3em;
    font-weight: 700;
}
.type:lang(ja){
    transform: rotate(0.03deg);
}
.content-box {
    width: 650px;
    position: relative;
    height: auto;
}
.content-box > .content-preview > .text-wrapper {
    overflow-y: hidden;
}
.content-preview {
    height: auto;
    text-align: left;
    padding: 0 30px;
    border-radius: 8px;
}
.title {
    background-color: #00000000;
    padding-top: 1em;
    padding-bottom: 0.2em;
    line-height: 35px;
    font-weight: 700;
}
.title:lang(ja){
    transform: rotate(0.03deg);
}
.date-text{
    color: #a0a0a0;
    font-weight: 700;
    margin: 0 26px 0 26px;
}
.main-text{
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.6;
    /*-webkit-text-size-adjust: 50%;*/
}
.main-text:lang(ja){
    transform: rotate(0.03deg);
}
.back-button {
    margin: 30px auto 50px auto;
    width: 500px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 0px none;
    border-radius: 30px;
    background-color: #E6E6E6;
    color: #3c494e;
    font-weight: 700;
    font-size: 1.1em;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 20px 1px 2878CC7F;
    cursor: hand;
    cursor:pointer;
}
.back-button:lang(ja){
    transform: rotate(0.03deg);
}
h4 {
    font-size: 21px;
}
.footer{
    padding: 0.6em 0;
    background-color: white;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
}
