@charset 'utf-8';

.common.title02 .mesg{
	margin-left: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}


.common.table.type01 thead th:nth-child(1){
	width: 50%;
}

@media screen and (max-width:767px){

	.common.title02 .mesg{
		display: block;
		margin-left: 0;
		margin-top: 0;
		font-size: 12px;
	}

}

@media screen and (max-width:767px){
	.common.table.type01{
		width: 900px;
	}
	.common.table.type01 thead th:nth-child(1){
		width: 50%;
	}
}
