@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong ,table
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: normal;
}
div {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
img, a img {
    border: none;
}
iframe {
    border: none;
}
strong {
    font-weight: bold;
}
a:hover {
    text-decoration: none !important;
}
html {
    overflow-y: scroll;
}
html, body {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000;
    letter-spacing: -.1px;
    min-width: 700px;
    font-size: 62%;
    line-height: 1.4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}
#exterior_wrapper {
    overflow: hidden;
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 100%;
    min-width: 700px;
}
ul{
    position: relative;
    margin: 50px auto;
    width: 650px;
    font-size: 14px;
    border: 1px solid #595656;
}
ul li{
    width: 100%;
}
.type,.text{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #595656;
}
li .type{
    padding: 10px 0;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
li .text{
    padding: 10px 20px;
}
li .text small{
    padding: 3px 0;
    display: block;
}
li:last-child > .text{
    border: none;
}
ul li .text ul{
    margin: 0;
    width: 100%;
    border: none;
}
ul li .text ul li{
    padding: 7px 0;
}
ul li .circle ul{
    padding: 5px 20px;
    list-style-type: disc;
}
ul li .decimal ul{
    padding: 5px 20px;
    list-style-type: decimal;
}