@charset "utf-8";
/* ===================================
+++ BASE +++
=================================== */
body {
background: #111;
}
.gtp__teaser {
text-align: center;
}
.gtp__teaser p {
margin: 0;
padding: 0;
line-height: 0;
}
.gtp__teaser p img {
vertical-align: bottom;
line-height: 0;
width: 100%;
max-width:1000px;
}
.law {
max-width:1000px;
width: 100%;
background: #333;
margin: 0 auto;
}
.law__inner {
font-size: 1.2rem;
margin: 0 auto;
padding: 20px;
max-width:800px;
width: 80%;
height: 250px;
overflow: scroll;
background-color: #fff;
text-align: left;
border: solid 1px #32322c;
}
