@charset "utf-8";

/* CSS Document */


/*============= .clear ==============*/

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-fix {
    display: inline-table;
    zoom: 1;
}


/*MacIE begin \*/

* html .clear-fix {
    height: 1%;
}

.clear-fix {
    display: block;
}


/*MacIE end*/

.clear_both {
    clear: both;
    font-size: 1px;
}


/*============= .clear end==============*/

body {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
}

div,
p,
ul {
    transition-property: width;
    transition-duration: 0.5s;
}


/*============= header ==============*/

.w940 {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

body > header {
    margin-bottom: 15px;
}

body > header p {
    margin: 0;
    padding: 0;
}

body > header .site_id img {
    padding: 10px 0;
}

body > header .site_id span {
    font-size: 20px;
    display: block;
    padding: 20px 0;
}

button:hover,
a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
}

#pankuzu,
#pankuzu li {
    margin: 0;
    padding: 0
}

#pankuzu {
    text-align: left;
    max-width: 940px;
    margin: 0 auto 15px auto;
}

#pankuzu li {
    display: inline-block;
    position: relative;
    padding: 0 5px 0 13px;
}

#pankuzu li:after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pankuzu li:first-child:after {
    padding-left: 0;
    display: none;
}


/*============= content ==============*/

.main_title {
    border-radius: 20px 20px 0 0;
    padding: 16px 10px 16px 30px;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.main_title p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    flex-grow: 7;
}

.main_title ul,
.main_title ul li {
    margin: 0;
    padding: 0;
}

.main_title ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    flex-grow: 3;
}

.main_title ul li {}

.main_title ul li a {
    font-size: 20px;
    padding: 0 0 0 35px;
}

.main_title ul li:first-child a,
.main_title ul li:nth-child(2) a {
    margin-right: 10px;
}

#l_main_cont {
    margin-bottom: 25px;
    border-radius: 0 0 20px 20px;
}

.l_main_cont2 {
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

.main_cont_inner {
    width: 83%;
    margin: 0 auto;
    padding: 70px 0;
}

#l_seminar_list {
    width: 620px;
    border-radius: 0 0 0 20px;
}

#l_seminar_list p,
#l_seminar_list ul,
#l_seminar_list ul li {
    margin: 0;
    padding: 0;
}

#l_seminar_list ul {
    list-style: none;
    margin-bottom: 35px;
}

#search_conditions {
    display: flex;
    padding: 25px 0;
    margin-bottom: 35px;
}

#calendar_search_conditions {
    display: flex;
}

#l_seminar_list .list_info p.list_info_terms {
    font-size: 13px;
}

#l_seminar_list .list_info p.list_info_num {
    font-size: 27px;
}

.search_cancel {
    width: 80px;
}

.icon_none {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50% background-color: transparent;
}

.icon_cross {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%
}

.icon_cross:before,
.icon_cross:after {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    left: 20%;
    width: 60%;
    height: 2px;
}

.icon_cross:before {
    transform: rotate(45deg);
}

.icon_cross:after {
    transform: rotate(135deg);
}

#l_seminar_list .list_one {
    margin-bottom: 35px;
}

#l_seminar_list .list_one_innner {
    width: 520px;
    margin-left: 80px;
}

.seminar_title {
    font-size: 27px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 5px 0;
    padding: 0;
}

.seminar_title a {
    text-decoration: none;
}

#l_seminar_list .seminar_img {
    max-width: 100%;
    max-height: 240px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

#l_seminar_list .seminar_img img {
    max-width: 100%;
    box-sizing: border-box;
}

.seminar_no_img {
    height: 240px;
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gray;
    text-decoration: none;
}

.seminar_no_img .message_text {
    text-align: center;
    color: white;
    font-size: 32pt;
}

#l_seminar_list .seminar_detail {
    margin-bottom: 25px;
}

dl.seminar_date_list,
dl.seminar_date_list dt,
dl.seminar_date_list dd {
    margin: 1px 0;
    padding: 0;
}

dl.seminar_date_list {
    margin: 0 0 25px 0;
    overflow: hidden;
}

dl.seminar_date_list a {
    color: inherit;
    text-decoration: inherit;
    display: inherit;
}

dl.seminar_date_list dt {
    display: block;
    float: left;
    clear: both;
    width: 100px;
}

dl.seminar_date_list dd {
    font-size: 15px;
    margin-bottom: 5px;
    float: left;
    width: calc(100% - 105px);
}

dl.seminar_date_list dd span {
    display: inline-block;
}

.seminar_place {
    display: inline-block;
    border-radius: 10px;
    min-width: 70px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    padding: 5px 2px 3px 2px !important;
    margin-right: 5px;
}

dl.seminar_date_list .seminar_date {
    width: 120px;
    text-align: right;
}

dl.seminar_date_list .seminar_time {
    width: 110px;
}

.list_no_result {
    margin-left: 80px !important;
}

.btn_box {
    text-align: center;
    margin-bottom: 24px;
    font-size:18px;
}

.btn_box > a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #0099EF;
    border-style: none;
    margin: 5px;
    padding: 5px;
    width: 18em;
}

.mini_btn_box {
    width:300px;
    text-align: center;
    font-size: 14px;
}

.btn_event_list:before {
    content: "";
    background-image: url("/static/icon/icon1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1em;
    width: 1em;
    padding-right: 0.7em;
    vertical-align:middle;
}

.btn_calendar:before {
    content: "";
    background-image: url("/static/icon/icon2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1em;
    width: 1em;
    padding-right: 0.7em;
    vertical-align:middle;
}

.mini_btn_box > a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #0099EF;
    border-style: none;
    margin: 5px;
    padding: 5px;
    width: 18em;
}

/*============= caledar ============= */

table.caledar_table {
    width: 100%;
    border-collapse: collapse;
}

table.caledar_table th,
table.caledar_table td {
    padding: 10px;
    width: 14.28%;
}

table.caledar_table th {
    font-size: 15px;
    text-align: center;
}

table.caledar_table td {
    height: 150px;
    vertical-align: top;
}

table.caledar_table td p {
    margin: 0;
    padding: 0;
}

table.caledar_table .day_num {
    font-size: 25px;
}

table.caledar_table tr.date_detail td {
    height: 120px;
}

table.caledar_table td .date_detail {
    margin-bottom: 15px;
}

table.caledar_table td span {
    display: block;
}

table.caledar_table td .seminar_name {
    font-size: 12px;
}

.calendar_info {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

.calendar_info .calendar_nav {
    margin-right: 15px;
}

.calendar_info p {
    margin: 0;
    padding: 0;
}

.calendar_info a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
}

.calendar_info a.btn_thismonth {
    padding: 6px 20px;
    font-size: 13px;
}

.calendar_info a.btn_prev,
.calendar_info a.btn_next {
    position: relative;
    padding: 15px 20px;
    font-size: 13px;
}

.calendar_info a.btn_next {
    margin-left: -1px;
}

.calendar_info a.btn_prev:after,
.calendar_info a.btn_next:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    bottom: 0;
}

.calendar_info a.btn_prev:after {
    left: calc(50% - 2px);
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.calendar_info a.btn_next:after {
    left: calc(50% - 8px);
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.calendar_info .calendar_month {
    font-size: 60px;
    line-height: 1;
    flex-grow: 2;
}

.calendar_info .calendar_month span {
    font-size: 30px;
}

.calendar_info form {
    display: flex;
}

.calendar_info .search_pack {
    position: relative;
}

.calendar_info .select_event,
.calendar_info .select_place,
.calendar_info .select_time {
    padding: 6px 20px;
    font-size: 13px;
    margin-left: 5px;
}

.calendar_info .select_event_box,
.calendar_info .select_place_box,
.calendar_info .select_time_box {
    box-sizing: border-box;
    position: absolute;
    top: 32px;
    width: 250px;
    padding: 20px;
    display: none;
    right: 0px;
}

.calendar_info .btn_close {
    display: block;
    text-align: center;
    font-size: 15px;
    width: 80%;
    text-decoration: none;
    padding: 8px 0;
    margin: 0 auto;
}

.sp_day_name {
    display: none !important;
}


/*============= material_page ==============*/

.pagetitle_area_inner {
    width: 92%;
    margin: 0 auto;
    padding: 28px 0;
}

.pagetitle_area h1 {
    margin: 0;
    padding: 0;
    font-size: 27px;
    font-weight: normal;
}

.place_prefectures,
.place_prefectures li {
    margin: 0;
    padding: 0;
}

.place_prefectures {
    margin-bottom: 10px;
}

.place_prefectures li {
    display: inline-block;
    margin-bottom: 5px;
}

#material_page {
    display: flex;
    padding: 20px 0 50px 0;
}

.date_block {
    width: 300px;
    margin: 0 0 15px 0;
}

.date_block p,
.date_block ul,
.date_block ul li,
.date_block dl,
.date_block dt,
.date_block dd {
    margin: 0;
    padding: 0;
}

.date_block_main {
    display: flex;
    box-sizing: border-box;
    padding: 25px 0;
}

.date_block .day {
    width: 80px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.date_block .main_info {
    width: 180px;
    margin-left: 15px;
}

.date_block .day span {
    display: block;
    font-size: 13px;
}

.date_block .week {
    font-size: 15px;
}

.date_block .time {
    display: block;
    margin-top: 5px;
}

.material_list {
    box-sizing: border-box;
    padding: 24px;
    margin: 1px;
}

.date_block dl,
.date_block dt,
.date_block dd {
    margin: 0;
    padding: 0;
}

.date_block dl {
    margin-bottom: 15px;
}

.date_block dt,
.date_block dd {
    margin-bottom: 5px;
}

.date_block dt {
    float: left;
}

.date_block dd {
    padding-left: 65px;
}

.btn_register {
    display: block;
    padding: 8px 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin-bottom: 5px;
}

.date_block .closing {
    text-align: center;
}

.material_search {
    width: 300px;
}

h2.h2_title3 {
    font-size: 13px;
}

#search_block ul.material_search_list {
    margin: 0 0 15px 0;
}

#search_block ul.material_search_list li {
    display: inline-block;
    margin-right: 15px;
}

.btn_entry {
    background-color: #3b5998;
    margin-top: 15px;
}

/*============= seminar_cont ==============*/

#seminar_cont {
    width: 81.25%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

#seminar_cont .seminar_img2 {
    margin-bottom: 25px;
}

.organizer_block .name {
    font-size: 18px;
}


/*============= side_cont ==============*/

#l_side_cont {
    width: 320px;
    border-radius: 0 0 20px 0;
}

#side_cont_innner {
    width: 87.5%;
    margin: 0 auto;
    padding: 35px 0
}

input[type=checkbox] {
    display: none;
}

#search_block ul,
#search_block ul li {
    margin: 0;
    padding: 0;
}

#search_block ul {
    list-style-type: none;
    margin-bottom: 30px;
}

#search_block ul li {
    margin-bottom: 2px;
}

.checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 4px 0 4px 25px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    text-align: center;
    width: 16px;
    height: 16px;
    content: '';
}

input[type=checkbox]:checked+.checkbox:before {
    opacity: 1;
    color: #fff;
    content: "✔";
}

input[type=checkbox]:disabled+.checkbox:before {
    color: #555;
    border: 1px dotted #555 !important;
    background-color: #ccc !important;
}

#l_side_cont h2 {
    margin-bottom: 25px;
    font-weight: nomal
}

h2.h2_title2 {
    margin-bottom: 5px;
    font-weight: normal;
}

h2.search_btn {
    display: none;
}

h2.search_title {
    display: block;
}

h2.search_btn,
h2.search_title,
#l_side_cont h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#l_side_cont h3 {
    margin-bottom: 7px;
}

#l_side_cont h3.h3_title2 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

.btn_close {
    display: none;
}


/*============= footer ==============*/

footer {
    padding: 25px;
    text-align: center;
    font-size: 12px;
}

#l_seminar_list nav {
    text-align: center;
}

#l_side_cont hr {
    width: 300px;
    display: block;
    margin: 2em auto 2em 0;
    border-style: double;
    border-color: #ccc;
    border-width: 3px 0 0 0;
}

.site_title_link {
    color: #000;
    text-decoration: none;
}


/*============= entry_form ==============*/

form.bordered,
div.bordered {
    border: 1px solid #ccc;
    padding: 0 0 0.5em 0;
}

form.bordered nav,
div.bordered nav {
    margin-top: 1em;
    text-align: center;
}

form.bordered nav>a,
form.bordered nav>button,
div.bordered nav>a,
div.bordered nav>button {
    margin: 0.6rem;
}

table.entry {
    width: 100%;
    border-collapse: collapse;
}

table.entry tbody {
    border-style: none;
}

table.entry tr {
    height: 5.5em;
    border-style: dashed;
    border-width: 0 0 1px 0;
    border-bottom-color: #ccc;
}

table.entry caption {
    font-size: 1.2rem;
    text-align: center;
    padding: 0.5em 0;
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ccc;
}

table.entry th {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.1em;
    width: 9.5em;
    padding-left: 0.5em;
}

table.entry td {
    line-height: 1.1em;
    word-break: break-all;
}

table.entry td.type {
    width: 4em;
    text-align: left;
}

table.entry td.type span {
    font-weight: bold;
    border-radius: 0.3em;
    padding: 0.2em 0.5em;
    line-height: 1.2em;
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
}

table.entry td.type span.opt {
    color: #0099EF;
    background-color: #fff;
    border: 1px solid #0099EF;
}

table.entry td.type span.req {
    color: #fff;
    background-color: #CC0000;
}

table.entry input,
table.entry select,
table.entry textarea {
    display: block;
    width: 90%;
    padding: 0.4em;
    margin: 0.3em 0;
    font-size: 1rem;
    border: 1px solid #aaa;
    border-radius: 0.2em;
}

table.entry textarea {
    height: 10em;
}

table.entry input[type="number"] {
    width: 5em;
    text-align: center;
    display: inline-block;
}

table.entry input[type="radio"],
table.entry input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

table.entry thead span {
    display: block;
    padding: 0.5em;
    margin: 0.2em;
    text-align: center;
    border-radius: 0.5em;
    border-style: none;
}

table.entry thead span.invalid_msg {
    color: #a00;
    background-color: #FFE4E1;
}

table.entry thead span.confirm_msg {
    color: #000;
    background-color: #AFEEEE;
}

table.entry tbody .invalid_msg {
    color: #d00;
}

table.entry tbody .discription {
    color: #999;
    font-size: 12px;
    line-height: 1.2;
}

table.entry tbody .nowrap {
    margin-right: 10px;
    display: inline-block;
}

table.entry .blank_data {
    color: #808080;
}

.btn_submit {
    font-size: 1.5rem;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #0099EF;
    border-style: none;
    line-height: 1em;
    padding: 0.5em 2em;
}

.btn_back {
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    color: #999999;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    line-height: 1em;
    padding: 0.4em 1.6em;
}

.btn_cancel {
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    color: #0099EF;
    background-color: #fff;
    border: 1px solid #0099EF;
    line-height: 1em;
    padding: 0.4em 1.6em;
}

div.message_area {
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 1.5rem;
    width: 70%;
    text-align: center;
}

div.message_area .result {
    font-size: 1.2rem;
}

#search_form input[type="text"],
#search_form button[type="submit"] {
    font-size: 0.9rem;
    line-height: 1em;
    padding: 0.2em 0.1em;
    border: 1px solid #0099EF !important;
    margin: 0;
    box-sizing: border-box;
}

#search_form input[type="text"] {
    width: 73%;
    margin-right: 3%;
    color: #222222;
}

#search_form button[type="submit"] {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #0099EF;
    border-style: none;
    width: 23%;
}

@media screen and (max-width:640px) {
    .w940 {
        width: 90%;
        margin: 0 auto;
    }
    #l_main_cont {
        display: block;
    }
    #l_side_cont {
        width: 100%;
    }
    #l_seminar_list {
        width: 100%;
    }
    #l_seminar_list .list_one_innner {
        width: 90%;
        margin: 0 auto;
    }
    #side_cont_innner {
        padding: 25px 0 5px 0;
    }
    #l_side_cont h2.search_btn {
        display: block;
        cursor: pointer;
        padding: 10px 20px;
    }
    #l_side_cont h2.search_title {
        display: none;
    }
    .search_box1 {
        display: none;
        margin-bottom: 50px;
    }
    .search_box2 {
        display: none;
        margin-bottom: 50px;
    }
    .search_box3 {
        display: none;
        margin-bottom: 50px;
    }
    #search_block {
        z-index: 2;
    }
    .btn_close {
        display: block;
        text-align: center;
        font-size: 15px;
        width: 80%;
        text-decoration: none;
        padding: 8px 0;
        margin: 0 auto;
    }
    .main_title ul li a span {
        display: none;
        margin-right: 15px;
    }
    dl.seminar_date_detail .seminar_date {
        text-align: left;
    }
    table.caledar_table thead {
        display: none;
    }
    table.caledar_table th,
    table.caledar_table td {
        display: block;
        width: 100%;
        padding: 5px;
    }
    table.caledar_table td {
        height: auto;
    }
    table.caledar_table td.outside_month {
        display: none;
    }
    .calendar_info {
        flex-wrap: wrap;
    }
    .calendar_info .calendar_nav {
        order: 3;
        margin: 5px 0 0 0;
    }
    .calendar_info .calendar_month {
        order: 1;
    }
    .calendar_info .calendar_search {
        order: 2;
        margin: 0 5px 0 0;
    }
    .sp_day_name {
        display: inline !important;
        font-size: 0.5em;
    }
    #material_page {
        display: block;
    }
    .date_block {
        width: 81.25%;
        margin: 0 auto 15px auto;
    }
    .btn_box > a {
        width: 90%;
        margin: 0 auto 15px auto;
    }
    .mini_btn_box {
        width: 81.25%;
        margin: 0 auto 15px auto;
    }
    .mini_btn_box > a {
        width: 90%;
        margin: 0 auto 15px auto;
    }
    .material_search {
        width: 81.25%;
        margin: 0 auto;
        margin-top: 35px;
    }
    #search_block ul.material_search_list {
        margin: 0;
    }
    #seminar_cont {
        width: 100%;
    }
    table.entry th {
        width: auto;
    }
    table.entry td.type {
        width: auto;
    }
    table.entry td.type span {
        padding: 0;
        line-height: 1em;
        padding: 0.1em 0;
    }
    div.message_area {
        width: 80%;
    }
    #pankuzu {
        width: auto;
    }
    .list_no_result {
        padding-bottom: 80px !important;
        width: 80% !important;
        margin: 0 auto !important;
    }

    .calendar_info form {
        display: block;
    }
    .calendar_info .select_event,
    .calendar_info .select_place,
    .calendar_info .select_time {
       margin-left: 0px;
    }
    .calendar_info .select_event_box,
    .calendar_info .select_place_box,
    .calendar_info .select_time_box {
	left: 0px;
    }

}

/*============= exhibitor_list ==============*/

h2.exhibitor_title {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #0099EF;
}

h2.exhibitor_title:before,
h2.exhibitor_title:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 30px solid #0099EF;
}

h2.exhibitor_title:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2.exhibitor_title:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2.exhibitor_title span {
  position: relative;
  display: block;
}

.exhibitor_info {
    margin: 0 15px 25px;
    padding: 5px;
    border: 1px solid #0099EF;
    border-radius: 8px;
}

.exhibitor_info h3 {
    margin: 15px 0;
    text-align: center;
    font-size: 20px;
}

.exhibitor_info .exhibitor_content {
    display: flex;
}

.exhibitor_info .exhibitor_txt {
    font-size: 13px;
}

#l_seminar_list .exhibitor_info .exhibitor_txt p {
    margin: 0 0 20px;
}

#l_seminar_list .exhibitor_info .exhibitor_txt .service_url_area {
    max-width: 120px;
    margin: 0 0 10px;
}

.exhibitor_info .exhibitor_txt .btn_service_url {
    font-size: 14px;
    padding: 5px;
    border-radius: 8px;
}

 .exhibitor_set_img .exhibitor_img {
    max-width: 165px;
}

.exhibitor_area .btn_entry_in_list {
    max-width: 250px;
    margin: 0 auto 25px;
}

.exhibitor_area .btn_entry_in_list .btn_entry {
    font-size: 14px;
    padding: 5px;
}


[class^="dtp-btn-"]{
    font-size: 12px;
    margin: 0 3px;
    padding: .25em .5em;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}
[class^="dtp-btn-"]:hover{
    color: #fff;
    background: #8bc34a;
}
