@charset "utf-8";

html {
    width		: 100%;
    height		: 100%;
    min-height		: 100%;
    background		: #fff;
}
body {
    min-width : 680px;
    height		: 100%;
    min-height		: 100%;
    padding		: 0;
    margin		: 0px auto;
    background-color	: #fffeff;
    color		: #666;
    line-height		: 170%;
    font-family 	: sans-serif;
    font-size		: 13px;
    position		: relative;
}
h1, h2, h3, h4, h5 {
    margin : 0px;
    padding : 0px;
    font-weight : normal;
}
img {
    border : none;
}
/* contents */
#wrapper {
	position: relative;
	width: 860px;
	margin: 0px auto;
}
#ttl {
	position: relative;
	width: 760px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 26px;
}
#terms_contents {
	width: 680px;
	height: 480px;
	background-color: #fff;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 20px auto;
	padding: 12px;
	border:#ccc solid 1px;
}
#terms_contents h2 {margin: 10px 0 20px;}
#terms_contents h3 {
	border-bottom: #ccc solid 1px;
}
#terms_contents ol li{
    display: list-item;
    margin: 8px 10px 8px 20px;
    list-style: decimal;    
}
.chk {
    position: relative;
	width: 380px;
	margin: 20px auto;
    padding: 8px 0 8px 20px;
    border: #ccc solid 1px;
}
.formCheck {display: none;}
.formTxt {
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
}
.formTxt::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
} 
.formCheck:checked + .formTxt {color: #1757a6;}
.formCheck:checked + .formTxt::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1757a6;
    border-right: 3px solid #1757a6;
}
.btn {
	position: relative;
	width: 400px;
	margin: 20px auto;
}
#submitBtn {
    width: 400px;
	display: inline-block;
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 16px;
	text-align: center;
	color: #FFF;
    border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 2px #ccc;
}
.dllLink_off {background: #999;}
.dllLink_on {background: #1757a6;}
.dllLink_on:hover {
	text-decoration: underline;
	background: #5c89c1;
}
.dllLink_on:active {box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);}
