body {
    margin-bottom: 30px;
    height: 100%;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color: #6e6e6e;
}
.t_header {
     margin: 20px auto;
     width: 915px;
     padding-top: 108px;
     height: 0;
     overflow: hidden;
} 
div, html, body, p, ul, ol, li, a, form, img, table, td, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
input,
select,
textarea {
	box-shadow: inset 0px 9px 11px rgba(0, 0, 0, .05);
	color: #333;
	border:1px solid #e4e4e4;
}
table {
    border-collapse: collapse;
}
img {
    border: medium none;
}
ul, li {
    list-style: none outside none;
}
a, a:active, a:visited {
    color: #09506d;
    text-decoration: underline;
}
a:hover {
    color: #09506d;
    text-decoration: none;
}
.wraper {
    background: none repeat scroll 0 0 ;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-bottom:20px;
}
.nofont {
    font-size: 0;
    line-height: 0;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
.text {font-size:14px; margin:0 auto; width: 940px;}
.text p, .text ul {text-align:justify;margin-bottom:10px;}
.text ul {margin-left:15px;}
.text a, .text a:visited, .text a:active {text-decoration:underline; color:#09506d;}
.text a:hover {text-decoration:none;}
.text li {margin-left:20px;list-style:decimal;}
.newp {margin-top:20px;}

.footer {margin:50px 0;}
.footer .desc {color:#424242; text-align:center; padding-top:20px; margin-bottom:40px; font-size:11px;}
.footer .desc span {color:#ff0000;}
.footer .copy {color:#b8b8b8; font-size:14px; float:left; width:500px; padding-top:80px;}
.footer .copy a {color:#00586b;}
.footer .copy a:hover {color:#829309;}
.footer .follow {float:left; text-align:right; width:450px; padding:13px 10px 40px 0;}
.footer .social {float:left; width:500px; padding-bottom:10px;}
.footer .footer_logo {float:left; text-align:right; width:450px; padding:30px 10px 20px 0;}
.footer .copy span {color:#ff9fbc; } 
.footer .footer_menu {text-align:center; margin:20px 0 40px 0;}
.footer .footer_menu a {font-size:14px; color:#00586b; border-left:2px solid #c1d52e; padding:0px 10px;}
.footer .footer_menu a.menu1 {border-left:0px;}
.footer .footer_menu a:hover {color:#829309;}
.footer .bot_menu {text-align:center; margin:20px 0 20px 0;}
.footer .bot_menu a {font-size:12px; color:#00586b; border-left:2px solid #c1d52e; padding:0px 23px;}
.footer .bot_menu a.menu1 {border-left:0px;}
.footer .bot_menu a:hover {color:#829309;}
#act {color:#829309;}
.rcapt {color:#ff0000;font-style:italic;}

div#i_content h2 {
        margin-top:30px;
}
div#i_content .caption {
        margin: 0;
        font-style:italic;
        text-align:justify;
}
div#i_content .faq {
        list-style-type: none;
}
div#i_content ol {
        margin: 15px 0;
}
div#i_content ol li {
        margin-bottom: 20px;
}
div#i_content ol li dl dt {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
        text-align:justify;
}
div#i_content ol li dl dd {
        line-height: 18px;
        text-align: justify;
        margin: 0;
        padding:0;
}
div#i_content ol li dl dd p {
        margin-bottom: 9px;
        line-height: 18px;
        text-align: justify;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -moz-column-gap: 2em;
        -webkit-column-gap: 2em;
}
div#i_content ol li dl dd p.noSplit {
        -moz-column-count: 0;
        -webkit-column-count: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
}
div.form_body {
	padding-bottom: 30px;
	/*text-align: center;
	width: 915px;*/
	margin: 0 auto;
}
input#btn_continue {
	margin: 20px auto 0;
	padding-left: 40px;
	background-image: url('/members/_theme_citySkape/images/ico_arrow.png');
	background-repeat: no-repeat;
	background-position: 118px 9px;
	text-align: left;
}
input[type="submit"], input[type="button"] {
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: inline;
	background-color: #0b292e;
	width: 173px;
	height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
	margin:0 8px;
	cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #0d4055;
}
form select {
	width: auto;
	height: 30px;
	font-size: 16px;
	background: #FFF;
	margin-top: 4px;
	border:1px solid #e4e4e4;
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;*/
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 4px;
}
form input[type=text], form input[type=password] {
	width: 225px;
	height: 25px;
	font-size: 16px;
	background: #FFF;
	margin-top: 4px;
	border:1px solid #e4e4e4;
	/*border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;*/
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:2px 4px;
}
form .button {
	margin: 25px auto;
	color: #FFF;
	width: auto;
	height: 35px;
	font-size:1.16em/1.0em;
	background-color:#0C6A93;
	padding: 0px 15px;
	border: 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
form .button:hover {
	background-color: #259dcf;
	text-decoration: none;
	cursor: pointer;
}
form, fieldset{
	margin: 0;
	padding: 0;
	border-style :none;
	text-align: center;
}
.form_box {
	/*margin: 20px 0 30px 0;*/
	margin-top: 3px;
	padding: 0;
	display: inline-flex;
	width: 100%;
	height: auto;
	min-height: 560px;
	position: relative;
	background: #fcfcfc;
	border:1px solid #f5f5f5;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	/*border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;*/
}
.account {
	margin: 0 auto;
	clear: both;
}
.account_body {
	width: 100%;
	height: auto;
	padding: 5px 30px;
}
.account_body h1 {
	margin: 10px 0;
	font-size: 26px;
	text-align: center;
	font-weight: 500;
}
.ct_alert{
	margin:10px 0 20px 0;
	padding:0 auto 20px auto;
	width:99%;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.discl {
	font-size: 10px;
	font-style: italic;
}
.reg_table {
	margin: 0 auto;
}
.form_table {
	width: 47%;
	margin:0 auto;
}
.form_table tr,
.form_table td {
	display: block;
	text-align: left;
}
.reg_table td,
.form_table td {
	padding: 3px;
}
.form_table tr input[type=text],
.form_table tr input[type=password],
.form_table tr textarea {
	width: 100%;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.sel {
	width: 102%;
}
#code {
	width: 125px;
}
.ftext {
	text-align:justify;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    /*font-size: 1.25rem;
    font-weight: 700;*/
    font-size: 1.16em/1.0em;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 7px 14px 7px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile + label {
    color: #f1e5e6;
    background-color: #0C6A93;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    background-color: #259dcf;
}

.err_capt {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	color: #ff0000;
}
.err_capt a,
.err_capt a:visited {
	color: #ff0000;
}

.top_msg {
        text-align: center;
        font-weight: bold;
        color: #ff0000;
        font-size: 1em;
	margin: 30px auto 10px auto;
	width: 95%;
}
#txt_copyright {
	color: #fcfcfc;
	text-align: center;
	padding: 20px;
	font-size: 0.9em;
}
.center {
	text-align: center !important;
}
.rcenter {
	text-align: center;
	color: red;
	font-weight: bold;
}

@media (max-width: 768px) {
	body {
		-webkit-text-size-adjust: none;
	}
	div.form_body {
		padding-bottom: 0;
	}
	/* text */
	.text .account .account_body {
		float: none;
		width: 100%;
		/*height: 600px;
		overflow: auto;*/
	}
	/* /text */

	/* embed */
	div.form_body,
	.account_body,
	.form_box,
	.account,
	.text {
		width: 100%;
		box-sizing: border-box;
	}
	.t_header {
	        float: none;
		margin-left: 40px;
	        width: 100%;
	        height: auto;
	}
	.text {
		height: auto !important;
	}
	.text p, .text ul {
		width: 100% !important;
	}
	.text ul {
		padding-right: 10px;
		box-sizing: border-box;
		margin-left: 10px;
	}
	.text a {
		word-break: break-all;
	}
	.account_body {
	    /*padding: 10px 20px;*/
	    margin: 0;
	}

	.form_body {
		margin: 0 !important;
		padding: 0 30px;
	}
	.form_body textarea {
		width: 100% !important;
		min-height: 90px;
	}
	/* /embed */

	
	/* contact */
	.form_body .container {
		margin-left: 0 !important;
	}
	.form_body .reg_table,
	.form_body .form_table {
		/*display: block;*/
		text-align: center;
	}
	.form_body .reg_table tbody,
	.form_body .form_table tbody {
		display: inline-block;
	}
	.form_body .reg_table tr,
	.form_body .reg_table td,
	.form_body .form_table tr,
	.form_body .form_table td {
		display: block;
	 	text-align: left;
	}
	.reg_table tr input[type=text],
 	.reg_table tr input[type=password] {
		width: 100%;
 	}
	/* contact */
	
	/* register */
	.account .form_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		box-sizing: border-box;
	}
        #submit {
                /*margin-left:10%;*/
		text-align: center;
        }
	.form_box .account_body,
	.form_box .text_body {
		width: 50%;
	 	height: auto;
	 	float: left;
	 	box-sizing: border-box;
	}
	#activate {
		float: none;
		width: 100%;
		height: auto;
	}
	.account .text_body .tabletext,
	.account .text_body .text_table {
		width: 100%;
		margin: 0;
	}
	.account .text_body .tabletext {
		height: auto;
		margin-top: 32px;
	}
	.account .text_table li {
		margin-left: 40px;
	}
	.account .text_body .tabletext  h2 {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.account .text_body .tabletext h2 .black {
		font-size: 15px;
	}
	.account .text_body .tabletext .blue {
		font-size: 18px;
	}
	.account .form_body .reg_table tbody,
	.account .form_body .form_table tbody {
		display: block;
		box-sizing: border-box;
	}
	.account div.form_body {
		width: 100%;
	}
	/* /register */	

	/* global */
	.footer {
		padding-bottom: 15px;
	}
	/* /global */
}

@media (max-width: 600px) {
	.account_body {
		padding: 0 5px;
	}
	.account .form_box {
		padding: 5px 15px;
		border: none;
	}
	.long_err {
		text-align: left;
	}
	.form_box .account_body, 
	.form_box .text_body {
		float: none;
		width: 100%;
		height: auto;
	}
	.form_box {
		/* margin-top: 0;*/
	}
	.t_header {
		float: none;
		width: 100%;
		height: auto;
	}
	.form_table {
		width: 100%;
	}
	.sel {
		width: 100%;
	}
	.reg_table tr input[type=text],
	.reg_table tr input[type=password] {
		width: 100% !important;
	}
	.form_box .text_body {
		border-right: none;
		border-bottom: 1px solid #0C6A93;
	}
	.account .text_body .tabletext .blue,
	.account .text_body .tabletext h2 .black {
		font-size: 15px;
	}
	.account .text_body .tabletext .blue {
		font-weight: bold;
	}
	.text_body {
                display: none;
        }


	div#i_content ol li dl dd p {
		moz-column-count: 1 !important;
    	-webkit-column-count: 1 !important;
		-moz-column-gap: 0 !important;
    	-webkit-column-gap: 0 !important;
    }

    /* contact */
    .form_body,
    .form_body textarea,
    form input[type=text], form input[type=password] {
    	box-sizing: border-box;
    }
    form input[type=text], form input[type=password] {
    	height: 30px;
    }
    .form_body {
    	padding: 0;
    }
    
    /* /contact */
}
@media (max-width: 414px) {
	body,
	.text {
		margin-top: 0 !important;
		background: #fcfcfc !important;
	}
}
