@charset "UTF-8";
/* CSS Document */

@media print, screen and (min-width: 769px){
	
	.compDiv{
		width:800px;
		height:auto;
		margin-top:100px;
		margin-left:auto;
		margin-right:auto;
	}
	.compline{
		border-top:1px solid #dedede;
	}
	.compline2{
		padding-bottom:100px;
	}
	.compUl{
		list-style:none;
	}
	.compUl li{
		float:left;
		padding-top:24px;
		padding-bottom:24px;
	}
	.compUl li:nth-child(1){
		width:300px;
		height:auto;
		box-sizing: border-box;
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		padding-left:53px;
	}
	.compUl li:nth-child(2){
		box-sizing: border-box;
		font-size:14px;
		line-height:14px;
	}
	.compUl2 li:nth-child(2){
		line-height:24px;
	}
	


}




/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/




@media screen and (max-width: 768px){
	

    .compDiv{
		width:94vw;;
		height:auto;
		margin-top:100px;
		margin-left:auto;
		margin-right:auto;
	}
	.compline{
		border-top:1px solid #dedede;
	}
	.compline2{
		padding-bottom:100px;
	}
	.compUl{
		list-style:none;
	}
	.compUl li{
		float:left;
		padding-top:24px;
		padding-bottom:24px;
	}
	.compUl li:nth-child(1){
		width:25vw;
		height:auto;
		box-sizing: border-box;
		font-size:14px;
		font-weight:bold;
		line-height:14px;
		padding-left:2vw;
	}
	.compUl li:nth-child(2){
		box-sizing: border-box;
		font-size:14px;
		line-height:14px;
	}
	.compUl2 li:nth-child(2){
		line-height:24px;
	}

}
