
/* ------------------------------------------------------------

	UMACA・スマッピーの展開表

------------------------------------------------------------ */

table.basic.striped {

}

table.basic.striped caption { margin-bottom: 5px; }

table.basic.striped tbody th {
	width: 320px;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}

#umaca_umaca table th { background-color: #188542; }
#umaca_smappy table th { background-color: #13598a; }
#umaca_umaca table th.nomal{background-color: #37474F;}

table.basic.striped tbody td {
	text-align: left;
	padding: 15px;
}

/* - 2019.01 UMACA　事業所一覧
---------------------------------------------------------------------- */

.figure_list {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.figure_list figure {
	display: table-cell;
	padding: 5px;
	text-align: center;
	width:50%;
	vertical-align:bottom;
}

.figure_list figure img { max-height: 360px; }

.grid .img.col1 { width: 300px; }

figure figcaption {
	font-size: 1.3rem;
	text-align: center;
	padding-top: 5px;
}

figure figcaption span.block {
	display:block;
	font-size:1.1rem;
}


/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {

	
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
	table.basic.striped tbody th {
		width: 200px;
	}
    
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
	
   table.basic.striped tbody th,
   table.basic.striped tbody td {
		padding: 15px 10px;
		font-size: 1.3rem;
	}
	
	table.basic.striped tbody th { width: 120px; }
	
	table.basic.striped tbody th span { display: block; }
   
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and (max-width: 479px) {
 
    table.basic.striped tbody th,
 	table.basic.striped tbody td { display: block; }
    .scr table.basic.striped tbody td{display:table-cell;}
    table.basic.striped tbody th {
        width: 100%;
        border-top: none;
        border-bottom: none;
    }
    
    table.basic.striped tbody th:first-child { border-top: 1px solid #ccc; }
    
    table.basic.striped tbody th span { display: inline-block; }
	
	.figure_list { display: block; }

	.figure_list figure {
		display: block;
		text-align: center;
		width:100%;
	}
	
	.figure_list figure:first-child { padding-top: 0; }
	
	#umaca_office ul.link_list > li > a span.opt.opt-xs {
		display:block;
	}
 
}


/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
	
	table.basic.striped tbody th,
	table.basic.striped tbody td { font-size: 1.2rem; }
	
}
