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

h1{
 font-size:25px;
 margin-bottom:20px;
}

p{
 line-height:130%;
}

li{
 list-style-type:none;
 margin-bottom:5px;
}

table {
 border:1px solid #333333;
 border-collapse: collapse;
 }

th{
 border:1px solid #333333;
 background-color: #F3F5F6;
 padding: 5px;
 font-weight: nomal;
}

td{
 border:1px solid #333333;
 padding: 5px;
}

.tableBox {
 margin:20px 0px;
}

.agreementBox{
 width:100%;
 max-width:500px;
 margin:20px auto 0;
 font-size:14px;
}

.agreementBox dl{
 line-height:130%;
}

.agreementBox dl dt{
 font-weight:bold;
 margin-bottom:10px;
}

.agreementBox dl dd{
 margin-bottom:10px;
 text-indent:-20px;
 padding-left:20px;
}

.agreementBox dl dd.plain{
 text-indent:0;
 padding-left:0;
}

.agreementBox dl dd.num{
 text-indent:-15px;
 padding-left:15px;
 margin-left:18px;
}

.agreementBox .inr_list {
 margin-top: 5px;
 text-indent: 0;
 padding-left: 20px;
}

#contact_box #contact_mode1{
 margin:0 auto;
}




