.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

body {
    /*line-height: 1 !important;*/
}

table > a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.title_box {
	display: inline-flex !important;
    text-align: center;
    position: relative;
    width: 100%;
}

.app_btn {
	width: 50%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
}

.regist_button 
{
	font-size: 1.2rem;
	max-width: 400px;
	margin-bottom: 1rem;
}
	
.btn_solid {
    background: #1e88a8;
    color: #fff;
    font-size: 16px;
    border: 1px solid #1e88a8;
    transition: .3s;
    box-shadow: 1px 1px 1px rgb(255 131 100 / 50%);
}

.btn_hollow {
    background: #fff;
    color: #1e88a8;
    font-size: 16px;
    border: 1px solid #1e88a8;
    transition: .3s;
}

@media screen and (max-width: 768px){
	.title_box, .title_box_top {
		text-align: center;
		width: 100%;
	}
}



@media screen and (max-width: 430px){
	.title_box {
		display: inline-grid !important;
		width: 100%;
	}
	.app_btn {
		width: 100%;
	}
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table tbody tr td {
    border: 0;
    padding: 15px 8px;
}

.ui-widget-header {
    border: 1px solid #ddddddbd !important;
    background: white !important;
}

.ui-tabs-tab {
	width:48% !important;
}

.ui-tabs-anchor {
	width:100% !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ff4d4d !important;
    text-decoration: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #fdb87d !important;
	background: #ffe8d5 !important;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 0.5rem !important;
	background: none;
}

.MsoNormalTable > tbody > tr > td {
	padding: 0.25rem 0.5rem !important;
}

.thead, .thead > td {
    color: #ff4d4d;
	padding: 0.5rem !important;
    border: 1px solid #fdb87d;
    text-align: center;
	background: #ffe8d5;
}

.tbody, .tbody > td {
	background: transparent !important;
}

p {
	margin-bottom: 0 !important;
	vertical-align: middle;
}