﻿@charset "utf-8";


/***********************************************************
component02
***********************************************************/

/*----------------------------------------------------------
Table
----------------------------------------------------------*/

/*--------- cTypeTable01 ------------------*/
.cTypeTable01 table{
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
	border:1px solid #b6b6b6;
	-webkit-overflow-scrolling: touch;
}
.cTypeTable01 table th,
.cTypeTable01 table td{
	padding:0.714rem 0.428rem 0.714rem 0.428rem;
	text-align:center;
	vertical-align: middle;
	border:1px solid #b6b6b6;
	word-break:break-all;
}
.cTypeTable01 table thead th {
	background-color: #f1e3dd;
}
.cTypeTable01 table tbody th {
	background-color: #f6f2ef;
}

/* tableTypeA */
