.sun-tb{
	
}
.sun-tb th{
	background-color: #eee;
	width: 64px;
	text-align: center;
}
.sun-tb td{
	font-size: 13px;
}

.ttl-1{
	font-size: 20px;
}

.ttl-1 span{
	font-size: 30px;
	margin-left: 10px;
}

.howto-area{
	background-color: #f3f3f3;
	padding:24px;
}
.howto-area .ttl{
	border-bottom: 1px solid #ccc;
	color: #bb3f00;
    font-size: 30px;
    position: relative;
    padding-bottom: 16px;
	text-align: center;
}
.howto-area table{
	border-collapse: collapse;
}
.howto-area table th{
	border: 1px solid #ccc;
	padding: 16px;
	width: 250px;
	font-size: 15px;
	font-weight: normal;
	background-color: #FEFCED;
	color: #c76430;
}
.howto-area table td{
	border: 1px solid #ccc;	
	padding: 16px;
	background-color: #fff;
}
.howto-area table .pf th,
.howto-area table .pf td
{
	
	font-weight: bold !important;
}
.howto-area table .pf th
{
	background-color: #c4e5f5;
	font-size: 20px;
	color: #1179af;
}
.howto-area table .pf td
{
	background-color: #e9f8ff;
}
.howto-area table .pf{

}

@media (max-width: 768px) {
.howto-area table th {

    width: 100px;
    font-size: 12px;
	    padding: 8x;

}
	.howto-area table td {
		font-size: 12px;
    padding: 8px;

}
	
	.howto-area table .pf th {

    font-size: 12px;

}
	.howto-area {
    background-color: #f3f3f3;
    padding:24px 8px 8px;
}
	
	.howto-area .ttl {
    border-bottom: 1px solid #ccc;
    color: #bb3f00;
    font-size: 24px;
    position: relative;
    padding-bottom: 16px;
    text-align: center;
}
	

}