@charset "utf-8";
/* CSS Document */
/*チケット　css*/


/*tickets*/
#tickets section h2{
font-size: 3em;
}
#tickets section h3 {
border-left: 7px solid #f9c013;
border-radius: 5px;
background-color: #f9d713;
color: #000000;
margin-bottom: 10px;
font-weight: normal;
/*background-color: #969696;*/
}
#tickets .profile h4{
padding:10px;
margin: 0;
font-size: 1.2em;
}


a {
    color: #FF5700;
    font-weight: bold;
}
a :hover{
    color: #ff935b;
}

.wrap_scroll_table {
    width: 100%;
    margin: 0 auto;
}
.tbl-basic {
    width: 100%;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tbl-basic th {
    background-color: #ED6F1F;
    color: white;
    text-align: center;
}
.tbl-basic td, .tbl-basic th {
    padding: 0.5em 8px;
    border: 1px solid #CECECC;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.4;
}
.th-center td {
    text-align: center;
}
tr.tr-bg, td.td-bg {
    background: #F9F8D0;
}
 @media screen and (max-width: 767px) {
.wrap_scroll_table {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto;
}
.scroll_table, .wrap_scroll_table > table {
    width: 1000px !important;
    margin-bottom: 20px;
}
}