@charset "UTF-8";

html {
  position: relative;
  min-height: 100%;
}

body {
	padding-top: 50px;
	margin-bottom: 60px;
}

.input-w90 {
    width: 90px;
}

/* フッター */
#footer{
    background-color: #000;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color : #fff;
    margin-top:10px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* 画面タイトル */
h2{
	margin-top: 5px;
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}

h2:before{
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:12px;
	width:12px;
	display:block;
	position:absolute;
	top:14px;
	left:7px;
	background-color:#6B0CE8;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}

h2:after{
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:15px;
	width:15px;
	display:block;
	position:absolute;
	top:7px;
	left:2px;
	background-color:#00A8FF;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

div.help-contents{
	margin: 10px;
}

.short{
	width:40px;
}
.middle{
	width:125px;
}
.vertical-middle{
	display:inline-block;
	vertical-align:middle;
}
.vertical-middle-td{
	vertical-align:middle !important;
}
.margin-right{
	margin-right:50px;
}
.line-height-middle{
	line-height:2.5;
}

/* 申請内容確認画面 */
.detail_confirmation table td:nth-child(2){
	text-align: right;
	width:60%;
}
.detail_confirmation table td:nth-child(1){
	vertical-align:middle;
}

/* 契約内容確認画面 */
.contract_detail_confirmation table td:nth-child(1){
	text-align: left;
	vertical-align:middle;
	width:50%;
}

.contract_detail_confirmation table.contract_date td:nth-child(2){
	text-align: right;
	vertical-align:middle;
	width:50%;
}

.contract_detail_confirmation table.contract_detail_left th{
	text-align: center;
	vertical-align:middle;
}

.contract_detail_confirmation table.contract_detail_left td:nth-child(2),
.contract_detail_confirmation table.contract_detail_left td:nth-child(3){
	width:25%;
	text-align: right;
	vertical-align:middle;
}

.contract_detail_confirmation table.contract_detail_left.bottom td:nth-child(2){
	width:50%;
}

.contract_detail_confirmation table.contract_detail_right td:nth-child(2){
	width:50%;
	text-align: left;
	vertical-align:middle;
}

/* 申請者区分選択 */
.classification_selection .msgrow{
	margin:25px;
}
.classification_selection .selectrow{
	margin-bottom:75px;
}

/* 申込書入力 */
.application_form_input table td:nth-child(1){
	text-align: left;
	vertical-align:middle;
	width:50%;
}
.application_form_input table td:nth-child(2){
	text-align: left;
	vertical-align:middle;
	width:50%;
}
.application_form_input table.yutyo th,
.application_form_input table.yutyo td{
	text-align: center;
	vertical-align:middle;
}
.application_form_input table.yutyo th:nth-child(1),
.application_form_input table.yutyo td:nth-child(1){
	width:10%;
}
.application_form_input table.yutyo th:nth-child(2),
.application_form_input table.yutyo td:nth-child(2){
	width:30%;
}

/* 文字整形 */
.caution{
	color: red;
}

/* 幅整形 */
.w325{
	width: 325px !important;
}
.w60{
	width: 60px !important;
}
.w45{
	width: 45px !important;
}
.w100{
	width: 100px !important;
}
.w5p{
    width: 5% !important;
}
.w10p{
    width: 10% !important;
}
.w15p{
    width: 15% !important;
}
.w20p{
    width: 20% !important;
}
.w25p{
    width: 25% !important;
}
.w30p{
    width: 30% !important;
}
.w40p{
    width: 40% !important;
}
.w60p{
    width: 60% !important;
}
.w80p{
    width: 80% !important;
}

/*エラーメッセージ*/
div.error_msg{
    color:red;
    background-color: white;
    margin-right: auto;
}

.top_page_link {
	color: #9d9d9d;
}

.top_page_link:hover {
	background-color: transparent;
	color: #fff;
}

.top_td_width {
    width: 25%;
}

.width_100px {
    min-width: 120px;
    margin-left:6px;
    margin-right:6px;
}

/*ページング*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color:#5cb85c;
    border-color:#4cae4c;
}


/* BCCV2用 */
/* panelコンポーネント内に配置するブロック要素のmarginを確保 */
.home .panel-body div{
	padding-top: 5px;
	padding-bottom: 5px;
}
.home .panel-body a{
	font-weight: bold;
}
/* 申請パネル */
.panel-body .application{
	background-color:#98d98e !important;
	border-color:#98d98e !important;
}
/* 連絡パネル */
.panel-body .contact{
	background-color:#e597b2 !important;
	border-color:#e597b2 !important;
}
/* 問合せパネル */
.panel-body .inquiry{
	background-color:#89c3eb !important;
	border-color:#89c3eb !important;
}
/* 未読 */
.panel-body .unread{
	background-color:#ff2323 !important;
	border-color:#ff2323 !important;
}
/* カスタムレスポンシブテーブル */
.bv2-table-responsive {
	width: 95%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 10px auto;
}
.bv2-table-responsive th,
.bv2-table-responsive td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
.bv2-table-responsive th {
	background-color: #dff0d8;
}
.bv2-table-responsive td {
	vertical-align: top;
}
/* 新規ボタンエリア */
.bv2-add-button-area {
	margin-bottom: 10px;
}
/* 検索 */
.message_search .select2-container .select2-selection {
    height: 40px;
    overflow-y: scroll;
}
.tr_bold{
	font-weight: bold;
}
.message_header_list td{
	vertical-align: middle !important;
}

.message_header_list th:nth-child(1){
	width:3%;
}
.message_header_list th:nth-child(2){
	width:5%;
}
.message_header_list th:nth-child(3){
	width:5%;
}
.message_header_list th:nth-child(4){
	width:6%;
}
.message_header_list th:nth-child(5){
	width:12%;
}
.message_header_list th:nth-child(6){
	width:20%;
}
.message_header_list th:nth-child(7){
	width:12%;
}
.message_header_list th:nth-child(8){
	width:12%;
}
.message_header_list th:nth-child(9){
	width:12%;
}
.message_header_list th:nth-child(10){
	width:8%;
}
.message_header_list th:nth-child(11){
	width:5%;
}
.message_header_list td:nth-child(1),
.message_header_list th:nth-child(1),
.message_header_list td:nth-child(2)
{
	text-align: center !important;
}

/* メッセージ */
.td_middle td{
    vertical-align: middle !important;
}
.change_button_margin{
    margin-left:50px;
}
.browse_header_table .select2-container .select2-selection {
    height: 60px;
    overflow-y: scroll;
}
.browse_message_table .panel{
    margin-bottom: 0;
    height: 52px;
}
.browse_message_table .panel-body{
    padding-bottom: 13px;
    padding-top: 13px;
}
.text-yellow{
	color: #ffd76e;
}
/* マスター */
.master_table{
	overflow-y: scroll;
	height: 68vh;
}
.classification .select2-container .select2-selection {
    height: 90px;
    overflow-y: scroll;
}

/* bootstrapのversion変更対応 */
input[type="checkbox"], input[type="radio"] {
    margin: 4px 3px 0 6px;
    margin-top: 1px\9;
    line-height: normal;
}
.btn-blo {
    display: inline;
}
