@import url("Grid.css");


/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Containers */

.container {
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	margin-top:1em;
}

.container.\31 25\25 {
	width: 100%;
	max-width: 75em;
	min-width: 60em;
}

.container.\37 5\25 {
	width: 45em;
}

.container.\35 0\25 {
	width: 30em;
}

.container.\32 5\25 {
	width: 15em;
}

.container {
	width: 60em;
}

@media screen and (max-width: 1680px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 75em;
		min-width: 60em;
	}

	.container.\37 5\25 {
		width: 45em;
	}

	.container.\35 0\25 {
		width: 30em;
	}

	.container.\32 5\25 {
		width: 15em;
	}

	.container {
		width: 95% !important;
	}

}

@media screen and (max-width: 1140px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 112.5%;
		min-width: 90%;
	}

	.container.\37 5\25 {
		width: 67.5%;
	}

	.container.\35 0\25 {
		width: 45%;
	}

	.container.\32 5\25 {
		width: 22.5%;
	}

	.container {
		width: 95%;
	}

}

@media screen and (max-width: 980px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 95% !important;
	}

}

@media screen and (max-width: 736px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 95% !important;
	}

}

@media screen and (max-width: 480px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 95% !important;
	}

}

@media screen and (max-width: 320px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 95% !important;
	}

}




/* Basic */

body, input, select, textarea {
	color: #666;
	font-weight: 300;
	line-height: 1.65em !important;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	border-bottom: dotted 1px #666;
	color: inherit;
	text-decoration: none;
}

	a:hover {
		border-bottom-color: transparent !important;
		color: #6bd4c8;
	}

strong, b {
	color: #555;
	font-weight: 400;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
	line-height: 1em;
	margin: 0 0 1em 0;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

h1 {
	font-size: 2.25em;
	line-height: 1.35em;
}

h2 {
	font-size: 2em;
	line-height: 1.35em;
}

h3 {
	font-size: 1.35em;
	line-height: 1.5em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 1px rgba(144, 144, 144, 0.5);
	margin: 2em 0;
}

	hr.major {
		margin: 3em 0;
	}

blockquote {
	border-left: solid 4px rgba(144, 144, 144, 0.5);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: solid 1px rgba(144, 144, 144, 0.5);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

	pre code {
		display: block;
		line-height: 1.75em;
		padding: 1em 1.5em;
		overflow-x: auto;
	}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

header p {
	color: #999;
	margin: 0 0 1.5em 0;
	position: relative;
}

header h2 + p {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: -1em;
}

header h3 + p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: -0.8em;
}

header h4 + p,
header h5 + p,
header h6 + p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: -0.6em;
}

header.major {
	margin: 0 0 1em 0;
}

	header.major:after {
		background: rgba(144, 144, 144, 0.5);
		content: '';
		display: inline-block;
		height: 1px;
		margin-top: 1.5em;
		width: 6em;
	}

	header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
		margin: 0;
	}

	header.major p {
		margin: 0.7em 0 0 0;
	}

header.special {
	text-align: center;
}


/* Box */

.box {
	background-color:#ffffff !important;
	border-radius: 4px;
	border: solid 1px rgba(144, 144, 144, 0.5);
	margin-bottom: 3em;
	padding: 1.5em;
}

	.box > :last-child,
	.box > :last-child > :last-child,
	.box > :last-child > :last-child > :last-child {
		margin-bottom: 0;
	}



/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
	white-space:nowrap;
}

	table tbody tr {
		border-left: 0;
		border-right: 0;
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.08);
		}
		

	table td {
		padding: 0.75em 0.75em;
	}

	table th {
		color: #555;
		font-size: 0.9em;
		font-weight: 400;
		padding: 0 0.75em 0.2em 0.75em;
		text-align: left;
		font-weight:bold;
	}

	table thead {
		border-bottom: solid 1px rgba(144, 144, 144, 0.5);
	}

	table tfoot {
		border-top: solid 1px rgba(144, 144, 144, 0.5);
	}




	table.alt {
		margin: 0 0 2em 0;
		width: 100%;
		white-space:nowrap;
		border: solid 1px #dddddd;
		border-bottom: none;
		border-spacing:inherit;
	}

		table.alt td:nth-child(2n + 1) {
			background-color:#F9F9F9;
		}
		

	table.alt td {
		padding: 0.75em 0.75em;
		border-bottom: solid 1px #dddddd;
	}

	table.alt th {
		color: #555;
		font-size: 0.9em;
		font-weight: 400;
		padding: 0 0.75em 0.2em 0.75em;
		text-align: left;
		font-weight:bold;
		border-right: solid 1px #dddddd;
		border-bottom: solid 1px #dddddd;
		background-color: #F4F4FF;
	}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #096484;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.5);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
	height: 2.75em;
	line-height: 2.75em;
	padding: 0 1em;
	text-align: center;
	text-decoration: none;
	text-indent: 0.125em;
	text-transform: uppercase;
	white-space: nowrap;
}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	.button:hover {
		background-color: #52ACCC;
	}

	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
	.button:active {
		background-color: #82DDFF;
	}

	input[type="submit"].icon,
	input[type="reset"].icon,
	input[type="button"].icon,
	.button.icon {
		padding-left: 1.35em;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	.button.fit {
		display: block;
		margin: 0 0 1em 0;
		width: 100%;
	}
	

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	.button.small {
		font-size: 0.7em;
		background-color: #555555;
	}

		input[type="submit"].small:hover,
		input[type="reset"].small:hover,
		input[type="button"].small:hover,
		.button.small:hover {
			background-color: #959595;
		}

		input[type="submit"].small:active,
		input[type="reset"].small:active,
		input[type="button"].small:active,
		.button.small:active {
			background-color: #cccccc;
		}
		
		







/* Main */
.main {
	padding: 6em 0 4em 0 ;
}


/* Form */

form {
	margin: 0 0 0 0;
}


/*
label {
	color: #555;
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0 0 1em 0;
}
*/
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: none;
	border: solid 1px rgba(144, 144, 144, 0.7);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

	input[type="text"]:invalid,
	input[type="password"]:invalid,
	input[type="email"]:invalid,
	select:invalid,
	textarea:invalid {
		box-shadow: none;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
		border-color: #6bd4c8;
	}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

	.select-wrapper:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	.select-wrapper:before {
		color: rgba(144, 144, 144, 0.5);
		content: '\f078';
		display: block;
		height: 2.75em;
		line-height: 2.75em;
		pointer-events: none;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 2.75em;
	}

	.select-wrapper select::-ms-expand {
		display: none;
	}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

::-webkit-input-placeholder {
	color: #999 !important;
	opacity: 0.3;
}

:-moz-placeholder {
	color: #999 !important;
	opacity: 0.3;
}

::-moz-placeholder {
	color: #999 !important;
	opacity: 0.3;
}

:-ms-input-placeholder {
	color: #999 !important;
	opacity: 0.3;
}

.formerize-placeholder {
	color: #999 !important;
	opacity: 0.3;
}


/* ==================================================
 List
================================================== */

ul.p_attention {
	list-style: disc;
	margin: 0 0 2em 0;
	padding: 0 2em;
	font-size:0.7em;
	line-height:1.3em;
}

	ul.p_attention li {
		padding-left: 0.5em;
	}






/* tab */
.tab-content input[type="radio"] {
	display: none;
}

.tab-content label {
	display: inline-block;
	padding: 5px 20px;
	color: #ffffff;
	background-color: #959595;
	cursor: pointer;
	border-radius: 6px 6px 0 0;
	box-sizing: border-box;
}

.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
	color: #ffffff;
	background-color: #555555;
}

.tab-content .tab-box {
	padding:10px 0 0 0; 
	border-top: solid 8px #cccccc;
}

.tab-content > .tab-box > div {
	display: none;
}

#tab0:checked ~ .tab-box > #tabView0 {
	display: block;
}

#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
}

#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
}

#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
}



/* Message */
.mess{
	padding:1em 0;
}

.mess.messerror{
	color:#C00;
}




/* XLarge */
@media screen and (max-width: 1680px) {

	/* Basic */

		body, input, select, textarea {
			font-size: 13pt;
		}

		button {
			font-size: 10pt;
			line-height:1em;
		}

	/* Header */

		#header {
			padding: 6em 0 6em 0 ;
		}

}

/* Large */
@media screen and (max-width: 1140px) {

	/* Basic */

		body, input, select, textarea {
			font-size: 12pt;
		}

		button {
			font-size: 10pt;
			line-height:1em;
		}

		h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
			display: none;
		}


	/* Main */

		.main {
			padding: 4em 0 2em 0 ;
		}


	/* Header */

		#header {
			padding: 5em 0 5em 0 ;
			background-attachment: scroll;
		}

			#header br {
				display: inline;
			}

	/* Footer */

		#footer {
			padding: 4em 0 4em 0 ;
			background-attachment: scroll;
		}

}

/* Medium */
@media screen and (max-width: 980px) {

	/* List */

		ul.major-icons li {
			padding: 2em;
		}

			ul.major-icons li .icon {
				height: 7em;
				line-height: 7em;
				width: 7em;
			}

	/* Main */

		.main {
			padding: 5em 3em 3em 3em ;
		}

	/* Header */

		#header {
			padding: 8em 3em 8em 3em ;
		}

	/* Footer */

		#footer {
			padding: 5em 3em 5em 3em ;
		}

	/* One */

		#one {
			text-align: center;
		}

	/* Two */

		#two {
			text-align: center;
		}

}

/* Small */
@media screen and (max-width: 736px) {

	/* Basic */

		body, input, select, textarea {
			font-size: 11pt;
		}

		button {
			font-size: 9pt;
			line-height:1em;
		}
		
		h1 {
			font-size: 1.75em;
		}

		h2 {
			font-size: 1.5em;
		}

		h3 {
			font-size: 1.1em;
		}

		h4 {
			font-size: 1em;
		}

		}

	/* Button */

		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			height: 3em;
			line-height: 3em;
		}

	/* Main */

		.main {
			padding: 3em 1.5em 1em 1.5em ;
		}

	/* Header */

		#header {
			padding: 4em 3em 4em 3em ;
		}

			#header .actions {
				margin: 2em 0 0 0;
			}

	/* Footer */

		#footer {
			padding: 3em 1.5em 3em 1.5em ;
		}

}


/* XSmall */
@media screen and (max-width: 480px) {

	/* List */

		ul.actions {
			margin: 0 0 2em 0;
		}

			ul.actions li {
				display: block;
				padding: 1em 0 0 0;
				text-align: center;
				width: 100%;
			}

				ul.actions li:first-child {
					padding-top: 0;
				}

				ul.actions li > * {
					margin: 0 !important;
					width: 100%;
				}

					ul.actions li > *.icon:before {
						margin-left: -2em;
					}

			ul.actions.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.small li:first-child {
					padding-top: 0;
				}

	/* Button */

		input[type="submit"],
		input[type="reset"]{
			padding: 0;
		}

	/* Main */

		.main {
			padding: 2em 1.5em 0.1em 1.5em ;
		}

	/* Header */

		#header {
			padding: 4em 2em 4em 2em ;
		}

			#header br {
				display: none;
			}

	/* Footer */

		#footer {
			padding: 2em 1.5em 2em 1.5em ;
		}

			#footer .copyright {
				margin: 1.5em 0 0 0;
			}

				#footer .copyright li {
					border: 0;
					display: block;
					margin: 1em 0 0 0;
					padding: 0;
				}

					#footer .copyright li:first-child {
						margin-top: 0;
					}

}

/* XXSmall */
@media screen and (max-width: 320px) {

	/* Basic */

		html, body {
			min-width: 320px;
		}

	/* Main */

		.main {
			padding: 2em 1em 0.1em 1em ;
		}

	/* Header */

		#header {
			padding: 3em 1em 3em 1em ;
		}

	/* Footer */

		#footer {
			padding: 2em 1em 2em 1em ;
		}

}












