﻿@charset "UTF-8";

/*------------------------------------------------

  calendardownload

------------------------------------------------*/

.title01{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.title01 span{
	font-size: 14px;
	color: #fff;
	background: #092135;
	line-height: 1;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	margin-right: 10px;
}


.cd-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
	font-size: 14px;
}

.cb-btn a{
	display: block;
	padding: 2px;
	background: #1B3F7F;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}

.cd-data{
	display: flex;
	margin-top: 10px;
}
.cd-data p{
	margin-right: 15px;
	background: #932E3C;
	color: #fff;
	padding: 0px 10px;
}

.cd-box .cb-item {
	width: 25%;
}

.cd-box .cb-list{
	width: 72%;
}
.cd-box .cb-list dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    border-bottom: dashed 1px #ddd;
}
.cd-box .cb-list dl:first-child{
	border: none;
}
.cd-box .cb-list dl:first-child dt, .cd-box .cb-list dl:first-child dd{
	background: #486D21!important;
	color: #fff!important;
}
.cd-box .cb-list dt{
	width: calc(10% - 20px);
    padding: 5px 10px;
    text-align: center;
}
.cd-box .cb-list dd{
	width: calc((74% - 20px) / 3);
    padding: 5px 10px;
    text-align: center;
}
.cd-box .cb-list dd:last-child{
	width: calc(35% - 20px);
}
.cd-box .cb-list dd br{
	display: none;
}

.cd-box.-script .cb-list{
	width: 100%;
}
.cd-box.-script .cb-list dt{
	width: calc(12% - 20px);
}
.cd-box.-script .cb-list dd{
	width: calc((82% - 20px) / 3)!important;
}







@media screen and (max-width: 480px) {


	.cb-btn{
		margin-top: 5px;
	}

	.cd-box .cb-item {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.cd-box .cb-list{
		width: 100%;
	}
	.cd-box .cb-list dl{
		border-bottom: none;
	}
	.cd-box .cb-list dl:first-child dt{
		display: none;
	}
	.cd-box .cb-list dl:first-child dd{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cd-box .cb-list dt{
		width: 100%;
		background: #f2f2f2!important;
	}
	.cd-box .cb-list dd{
		width: calc((100% - 62px) / 3)!important;
		border-right: dashed 1px #ddd;
		word-break: break-all;
	}
	.cd-box .cb-list dd:last-child{
		border-right: none;
	}
	.cd-box .cb-list dd br{
		display: block;
	}

	.cd-box.-script .cb-list dt{
		width: 100%;
	}
	.cd-box.-script .cb-list dd{
		width: calc((100% - 62px) / 3)!important;
	}



}
