﻿@charset "utf-8";


/* select contents */

.serviceTitle{
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
.agreeTxtArea{
	height:200px;
	/*overflow-x:hidden;*/
	overflow-y:scroll;
	padding:5px;
	border:1px solid #ccc;
}
.agreeTxtArea ul{
	padding-left:2em;
}
.txtCell span,.txtCell2 span{
	display:block;
	
}
.txtCellLeft{
	padding:5px;
	background-color: #F6F6F6;
	
}
.txtCellRight{
	padding:5px;
	border-bottom:1px #F6F6F6 solid;
}
.mtb60{
	margin-top:60px;
	margin-bottom:60px;
}


.serviceBTNArea{
	margin-bottom:60px;
	
}
.serviceBTN{
	
}


.serviceBTN a:hover,.agreeSbmtBTNArea a:hover,.BTNArea a:hover{
	background-color:#FFF;
	color:#666;
}

.serviceBTNhref,.agreeSbmtBTNhref,.BTNhref{
	border:1px solid #333;
	color:#FFF;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	text-align:center;
	background-color:#666;
	padding:10px;
	display:inherit;
}

.bought{
	border:1px solid #333;
	background-color:#FFF;
	color:#666;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	text-align:center;
	padding:10px;
}

#serviceTV{
	
}
#serviceEX{
	
}

@media screen and (max-width: 767px){
	.serviceBTN,.agreeSbmtBTNArea{
		margin:10px 10px 20px 10px;
	}
	.serviceTitle{
		max-width:640px;
		margin:60px 10px 40px 10px; 
	}
	.buyCheckArea,.CheckArea{
		margin:40px;
	}
	.agreeTxtArea{
		margin:10px;
	}
	.agreeTxtCheckBox{
		margin:10px;
		text-align:center;
	}
	.BTNArea{
		margin:60px 10px;
	}

	.ExitAtt .BTNArea{
		margin:10px;
	}

}
@media screen and (min-width: 768px){
	.serviceBTN,.agreeSbmtBTNArea{
		max-width:640px;
		margin:10px auto 20px auto;
	}
	.serviceTitle{
		max-width:640px;
		margin:60px auto 40px auto; 
	}
	.buyCheckArea,.CheckArea{
		max-width:640px;
		margin:60px auto;
	}
	.agreeTxtArea{
		max-width:640px;
		margin:10px auto;
	}
	.agreeTxtCheckBox{
		max-width:640px;
		margin:0 auto;
		text-align:center;
	}
	.BTNArea{
		margin:60px auto;
		width:640px;
	}
	.ExitAtt .BTNArea{
		margin:10px auto;
		width:640px;
	}
}
/* select contents end */

/* agree check  */
/*
.agreeTxtArea{
	
}
.agreeTxtCheckBox{
	
}
.buyCheckArea{
	
}
.agreeCell{

}
.agreePlan{
	
}
.agreePrice{
	
}
.agreePoint{
	
}
.agreeSbmtBTNArea{
	
}
.agreeSbmtBTN{
	margin:10px auto;
	max-width:640px;
}
.agreeSbmtBTN a:hover{
	background-color:#FFF;
	color:#666;
}
.agreeSbmtBTNhref{
	border:1px solid #333;
	color:#FFF;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	text-align:center;
	background-color:#666;
	padding:10px;
	display:inherit;
}*/
/* agree check  */

/* agreeTxt */

.liDisc li{
	list-style-type:disc;
}

.liNum li{
	list-style-type:decimal;
}
.liAlp li{
	list-style-type:lower-roman;
}

.titleTxt{
	font-weight:bold;
	font-size:14px;
	
}
.UpdateDay{
	font-size:12px;
	margin-bottom:16px;
}
.txt{
	padding:10px 0 20px 0;
	font-size:12px;
	
}
.Company,.UpdateDay{
	font-size:12px;
	line-height:1.2em;
}
.CompanyLeft,.UpdateDayLeft{
	width:4.5em;
	display:inline-block;
	vertical-align:top;
}
.CompanyRight,.UpdateDayRight{
	display:inline-block;
}
.hidden{
	display:none;
}
.block{
	display:block;
}

.ol {
	counter-reset: cnt;
	list-style: none;
}

.ol li::before {
	counter-increment: cnt;
	content: counters(cnt, ".") ". ";
}






/* agreeTxt end */


/* exit att */
.ExitAtt{
	margin-bottom:60px;
}
.ExitAttTitle{
	padding:10px;
	text-align:center;
	font-size:24px;
	line-height:1.2em;
	margin-top:60px;
}
.ExitAttTxt01{
	padding:30px 10px;
	text-align:center;
}
.ExitAttTxt02{
	padding:20px 10px;
	text-align:center;
	color:#0000FF;
}
.ExitAttTxt03{
	padding:80px 10px;
	text-align:center;
	font-size:21px;	
	line-height:1.2em;
}
.ExitAttImg01{
	max-width:560px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.ExitAttImg01 img{
	width:100%;
}
.Transparence02{
	opacity:0.2;
}
.ExitAtt .BTNArea a:hover{
	opacity:1;
}
.CheckArea{
	display:none;
}
.hidden{
	display:none;
}
.block{
	display:block;
}
/* exit att */

