@charset "utf-8";

.mb30 {
	margin-bottom:3rem;
}
.mb15 {
	margin-bottom:1.5rem;
}
#ctt h4 {
	font-size:4rem;
	margin-bottom:4rem;
}
.tb_wrap {
	margin-bottom:6rem;
	overflow:auto;
}
.tb_wrap table {
	width:100%;
/*	min-width:1080px;*/
	font-size:1.8rem;
	text-align:center;
}
.tb_wrap thead{
	border-top:2px solid #333;	
	border-bottom:1px solid #333;
}
.tb_wrap thead th{
	font-weight:bold;
}
.tb_wrap thead th span {
	font-size:1.5rem;
}
.tb_wrap tbody tr{
	border-bottom:1px solid #ddd;
}
.tb_wrap tbody tr th{
	font-weight:500;
}
.tb_wrap th, .tb_wrap td{
	padding:2rem 1rem;
	color:#282828;
	border-right:1px solid #ddd;
}
.tb_wrap .multi_row th{
	padding:1.5rem 0;
}
.tb_wrap th {
	font-weight:500;
}
.tb_wrap .left{
	text-align:left;
	padding-left:3rem;
}
.tb_wrap .nbdr{
	border-right:0;
}
.tb_wrap .bdb{
	border-bottom:1px solid #ddd;;
}
.tb_wrap .tbem_top{
	border-width:3px 3px 0 3px;	
}
.tb_wrap .tbem_mid{
	border-width:0 3px;
}
.tb_wrap .tbem_bottom{
	border-width:0 3px 3px 3px;
}
.tb_wrap td ul{
	text-align:left;
	margin-left:3rem;
}
.tb_wrap td ul li:last-child{
	margin-bottom:0;
}

#ctt .dotlist > li p {
	width:130px;
	font-size:1.6rem;
	text-align:left;
	display:inline-block;
	margin-bottom:5px;
}
#ctt .dotlist > li:last-child p {
	margin-bottom:0;
}

#ctt .con01 {
	font-size:1.8rem;
	margin-bottom:7rem;
}
#ctt .con01 h5{	
	font-size:3rem;
	margin-bottom:3rem;
}
#ctt .con01 .conbox{
	padding:3rem;
	border:1px solid #ddd;
	border-radius:3rem;
	margin-bottom:4rem;
}
#ctt .con01 .conbox .sub{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:1.5rem;
}
#ctt .con01 .conbox .dottxt{
	line-height:1.6;
}
#ctt .con01 .conbox .dottxt.mb30{
	margin-bottom:3rem;
}
#ctt .con01 .conbox .lt{
	margin-bottom:2rem
}
#ctt .con01 .list_detail{
	padding-left:1.5rem;
	line-height:1.6;
	margin-bottom:1rem
}
#ctt .theme_btn {
    display: inline-block;
    width: 250px;
    font-size: 1.8rem;
    padding: 2rem 0 2rem 3.5rem;
    border: 1px solid #333;
    background-image: url("/theme/basic/img/download.png");
    background-repeat: no-repeat;
    background-position: right 3rem center;
}
#ctt .theme_btn:hover {
    color: #fff;
    border: 1px solid transparent;
    background-image: url("/theme/basic/img/download_w.png")
}

@media all and (max-width:1024px){
	.tb_wrap th, .tb_wrap td {
		font-size:1.5rem;
	}
	.tb_wrap td ul {
		margin-left:0;
	}
	.tb_wrap	.dottxt{
		font-size:1.5rem;
	}
}