@charset "utf-8";

/*! TDSL RECAIUS BISINESS  Style v1.0.2 */

/* Propeller reset */
/* Propeller card css */
body {
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	color: #333;
}
.btn-primary {
	background-color: #006ad4;
	border-color: #005dbb;
}
.btn-lg {
	border-radius: 5px;
	color: #fff;
}
.title_btn_font {
}
.list-group-item {
	border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.modal-body {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.mini_input {
	font-size: 70%;
}
.mini_input_in {
	font-size: 70%;
	background-color: #fff;
}
.service_download_btn {
    display: inline-block;
    color: #fff !important;
    font-size: 1.0em;
    border: none;
    text-decoration: none !important;
    font-weight: normal;
    padding: 3px 5px 2px !important;
    margin-left: 5px !important;
}
.bold {
	font-weight: bold;
}

/* Service opt input form css */
.option_form_table th, .option_form_table td {
	font-size: 0.7rem !important;
}
.option_form_table th {
	text-align: center !important;
	background-color: #eee;
	border: 1px solid #ccc !important;
	padding: 2px !important;
	white-space: nowrap;
}
.option_form_table td {
	border: 1px solid #ccc !important;
	padding: 0 2px !important;
}
.check_pos {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.check_pos span {
	padding-left: 0 !important;
	padding-right: 4px !important;
	font-size: 1rem !important;
}
.check_span {
	font-size: 0.85rem !important;
}

/* News */
.news_table_card {
	margin-bottom: 0 !important;
}
.news_table_title {
	padding-top: 0.7rem !important;
	margin-bottom: 0 !important;
}
.news_table_content {
	margin-top: 0.2rem !important;
	margin-bottom: 0.1rem !important;
}
.news_table_body ,date {
	font-size: 0.75rem !important;
	width: 120px !important;
}
.news_table_body .type {
	font-size: 0.75rem !important;
}

/* Service List */
.service_list_btn, .service_list_status {
	font-size:0.85rem !important;
	padding-top: 4px !important;
}
.service_list_status {
	padding-top: 5px !important;
	padding-bottom: 3px !important;
}