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

/* INFORMATION I */
.adjust-boxI {
 position: relative;
 width: 100%;
 height: auto;
} 
.boxI-1x1:before {
 content: "";
 display: block;
 padding-top: 100%;
}
.innerI {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.adjust-boxI p {
 line-height:1.5em;
}

/* INFORMATION II */
.adjust-boxII {
 position: relative;
 width: 100%;
 height: 100%;
} 
.boxII-1x1:before {
 content: "";
 display: block;
 padding-top: 100%;
}
.innerII {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.adjust-boxII p {
 line-height:1.5em;
}


/* ANIMATION I */
.adjust-boxII {
 position: relative;
 width: 100%;
 height: auto;
} 
.boxII-1x1:before {
 content: "";
 display: block;
 padding-top: 100%;
}
.innerII {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.adjust-boxII p {
 line-height:1.5em;
}

/* FLIER I */
.adjust-boxIII {
 position: relative;
 width: 100%;
 height: auto;
} 
.boxIII-1x1:before {
 content: "";
 display: block;
 padding-top: 100%;
}
.innerIII {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 120%;
}
.adjust-boxIII p {
 line-height:1.5em;
}