@charset "utf-8";
/* CSS Document */

/* ---- table_style02 ---- */
table.table_style02 {
	border: 1px solid #666666;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

table.table_style02 th {
	border: 1px solid #666666;
	background-color:#cccccc;
	padding:10px;
}

table.table_style02 td {
	border: 1px solid #666666;
	padding:10px;
}

table.table_style02 .left {
	width:35%;
}

table.table_style02 .left02 {
	width:18%;
}

/* ---- table_style03 ---- */
table.table_style03 {
	border: 1px solid #666666;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

table.table_style03 th {
	border: 1px solid #666666;
	background-color:#dedede;
	padding:7px;
}

table.table_style03 .none {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color:#fff;
	padding:7px;
}

table.table_style03 td {
	border: 1px solid #666666;
	padding:7px;
}

table.table_style03 .left {
	width:35%;
}

table.table_style03 .left02 {
	width:20%;
}

table.table_style03 p{
	margin-bottom:0;
}

.ml45{
	margin-left:45px;
}

.mb05{
	margin-bottom:5px;
}

.txt14{
	font-size:14px;
}

.title {
	margin-bottom: 15px;
	font-weight: bold;
}

a.c5-link:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 4px .1em 0;
		background: url(/support/images/common/arrow_black.png) no-repeat 3px 0;
		background-size: contain;
}

.c5-mt5{
	margin-top: 5px;
}
table.c5-table{
	width: 100%;
	border: none!important;
}

/*
@media screen and (max-width: 981px){
	.c5-table th{
		display: none;
	}
	.c5-table td{
		padding: 0 10px 10px;
		margin: 10px 0;
		display: block;
		width: 100%;
		position: relative;
		box-sizing: border-box;
	}
	.c5-table .c5-table-data:before{
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		content: attr(data-title);
	}
}
*/
