﻿@charset "UTF-8";

* {
	font-family: sans-serif;
}

body {
	width: 80vw;
	margin: 10px auto;
	background-color: #fff;
}

div#wrapper {
	text-align: left;
	line-height: 130%;
	border-radius: 10px;
	border: solid 1px #999;
	box-shadow: 0px 0px 10px #666;
	background-color: #fff;
}

div#wrapper div#header {
	background-color: #fff;
	margin-right: 1px;
	margin-left: 1px;

}

div#wrapper header {
	margin: 5px 10px auto;
	padding: 10px 30px;
	background-color: #fff;
}

div#wrapper header h1 {
	margin-bottom: 5px;
	float: left;
}

div#wrapper footer {
	margin: 5px;
	padding: 10px 30px;
	border: solid 2px #fff;
	border-radius: 5px;
	background-size: 100% 100%;
	clear: both;
	font-size: 12px;
	text-align: center;
}

div#footer nav {
	margin: 30px;
}

div#wrapper footer ul li {
	/*border: 1px solid #777;*/
	box-sizing: border-box;
}

.fixed {
    position: fixed;
    top: 0;
    width: 80vw;
    z-index: 1;
}

div#wrapper nav #nav {
	padding: 0;
	margin: 0;
	list-style: none;
	clear: both;
}

div#wrapper nav ul li, div#wrapper .fixed ul li {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

div#wrapper nav ul li a, div#wrapper .fixed ul li a {
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 0px #333, 0 1px 0px #555;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	background: #eee;
	background-image: -moz-linear-gradient(top, #eee 0%, #777 50%, #666 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(0.10, #DAD9DA), color-stop(1, #bbb));
	border-left: 1px solid #444;
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.3) inset,
		-1px 0px 0px rgba(255, 255, 255, 0.3) inset,
		0px 1px 1px rgba(0, 0, 0, 0.1) inset,
		0px -1px 1px rgba(0, 0, 0, 0.3) inset,
		0px 1px 3px #666;
}

div#wrapper div#nav ul .orange a {
	orange
	background-image: -moz-linear-gradient(top, #eee 0%, #777 50%, #666 50%, #7ce 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(0.10, #F59F67),  color-stop(1, #F73));
}

div#wrapper div#nav ul .green a {
	green
	background-image: -moz-linear-gradient(top, #eee 0%, #777 50%, #666 50%, #f73 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(0.10, #5FDC8D),  color-stop(1, #9E8));
}

div#wrapper div#nav ul .blue a {
	blue
	background-image: -moz-linear-gradient(top, #eee 0%, #777 50%, #666 50%, #97c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(0.10, #75DBF0),  color-stop(1, #7CE));
}

div#wrapper div#nav ul .purple a {
	purple
	background-image: -moz-linear-gradient(top, #eee 0%, #777 50%, #666 50%, #9e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), color-stop(0.10, #E383F8),  color-stop(1, #97C));
}

div#wrapper div#nav ul li:first-child a {
	border-left: 0px;
	border-radius: 5px 0 0 5px;
	border-left: 0;
	box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.3) inset,
		0px 1px 1px rgba(0, 0, 0, 0.1) inset,
		0px -1px 1px rgba(0, 0, 0, 0.3) inset,
		0px 1px 3px #666;
}

div#wrapper div#nav ul li:last-child a {
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.3) inset,
		0px 1px 1px rgba(0, 0, 0, 0.1) inset,
		0px -1px 1px rgba(0, 0, 0, 0.3) inset,
		0px 1px 3px #666;
}

div#wrapper div#nav ul li a:hover {
	background: #ccc;
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0) inset,
		-1px 0px 0px rgba(255, 255, 255, 0) inset,
		0px 1px 1px rgba(0, 0, 0, 0.1) inset,
		0px -1px 1px rgba(0, 0, 0, 0.3) inset,
		0px 1px 3px #666;
}

div#wrapper div#nav ul .orange a:hover {
	background-image: -moz-linear-gradient(top, #ccc 0%, #999 50%, #888 50%, #f73 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.50, #999), color-stop(0.50, #888), color-stop(1, #f73));
}

div#wrapper div#nav ul .green a:hover {
	background-image: -moz-linear-gradient(top, #ccc 0%, #999 50%, #888 50%, #9e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.50, #999), color-stop(0.50, #888), color-stop(1, #9e8));
}

div#wrapper div#nav ul .blue a:hover {
	background-image: -moz-linear-gradient(top, #ccc 0%, #999 50%, #888 50%, #7ce 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.50, #999), color-stop(0.50, #888), color-stop(1, #7ce));
}

div#wrapper div#nav ul .purple a:hover {
	background-image: -moz-linear-gradient(top, #ccc 0%, #999 50%, #888 50%, #97c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.50, #999), color-stop(0.50, #888), color-stop(1, #97c));
}

div#wrapper div#containts {
	margin-top: 70px;
}

div#wrapper div#containts h1 {
	font-size: 20px;
	font-weight: 70px;
	margin-bottom: 10px;
}

.tmargin {
	margin-top: 1em;
}

.bmargin {
	margin-bottom: 1em;
}

.lmargin {
	margin-left: 1em;
}

.px2 {
	width: 60%;
	margin: auto;
	margin-bottom: 50px;
}

div#wrapper div.content_wrap {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #dfdfdf;
	border-radius:5px;
}

div.content {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #dfdfdf;
	border-radius:5px;
}

div.content_wrap div.content {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 20px;
	padding-bottom: 0px;
	background-color: #dfdfdf;
	border-radius:5px;
}

div#containts {
	width: 80%;
	margin: 0 auto;
}

div#containts div.content b {
	font-weight: bold;
}

div#containts h1, div.content_wrap h2, div.content h2, div.content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #1A8FCE;
	padding: 10px;
	padding-bottom: 10px;
	border-bottom: solid #1A8FCE 1px;
	border-left: solid #1A8FCE 5px;
	background-color: #F7F7F7;
}

@media screen and (max-width: 80%) {
	body {
		padding: 0px;
		margin: 0px;
	}

	div#wrapper {
		border-radius: 0px;
		padding: 0px;
		margin: 0px;
		width: 100%;
		box-shadow: none;
		border: none;
	}

	div#wrapper header {
		border-radius: 0px;
		padding: 10px;
	}

	div#wrapper header h1 {
		font-size: 24px;
	}

	form#mailformWrapper dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}

	form#mailformWrapper dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
}