@charset 'UTF-8';
/*===================================================
index
===================================================*/

h3{
font-size: 100%;
font-weight: bold;
}

.tbl-data-01 th{
background: #fffce8;
}

/* BOX */
.box-01{
background: url(/signup/t-hosyou/images/bg_box_01.png) no-repeat left bottom;
padding: 0;
}
.box-01 .inner{
background: url(/signup/t-hosyou/images/bg_box_01_top.png) no-repeat left top;
padding: 15px 20px;
}
.box-01 h3{
color: #0097d8;
margin: 0 0 5px;
font-size:107.1%;
}
.box-01 p{
margin: 0;
font-size:107.1%;
}

.box-02{
background: url(/signup/t-hosyou/images/bg_box_02.png) no-repeat left bottom;
padding: 0;
}
.box-02 .inner{
background: url(/signup/t-hosyou/images/bg_box_02_top.png) no-repeat left top;
padding: 15px 20px;
}
.box-02 h3{
color: #f22857;
margin: 0 0 5px;
font-size:107.1%;
}
.box-02 p{
margin: 0;
font-size:107.1%;
}

.box-02 .list-bullet-01 li{
background-image: url(/signup/t-hosyou/images/icon_bullet_02.png);
}

/* Common */
.mb25{
margin-bottom:25px!important;
}
.normal{
font-weight: normal;
}
.underline{
text-decoration: underline;
}
