@charset "utf-8";
.container {
	height: 100%;
	width: 100%;
	margin-bottom: 30px;
}
header img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#global-nav {
}
#global-nav li {
	height: 40px;
	width: 12%;
	float: left;
	text-align: center;
	line-height: 40px;
}
#global-nav li a {
	text-decoration: none;
	height: 40px;
	display: inline-block;
	width: 100%;
}
#global-nav li input {
	color: #FFFFFF;
	height: 40px;
	display: inline-block;
	width: 100%;
	background-color: transparent;
	border: none;
	text-shadow: -1px 0px 0px;
	line-height: 30px;
}
#global-nav li input:hover {
	color: #00585E;
}
 .one_column {
	width: 100%;
	max-width: 1023px;
	margin-left: auto;
	margin-right: auto;
}
.one_column article {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
article img {
	width: auto;
	height: auto;
	max-width: 280px;
	max-height: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article dl dt {
	margin-top: 15px;
}


.left_column {
	width: 60%;
	float: left;
	margin-left: 3%;
	margin-right: 2%;
	clear: left;
}
.right_column {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-left: 2%;
}
.left_column ul {
	width: 95%;
	height: 30px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.left_column ul li {
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.right_column table {
	width: 90%;
	margin-left: 5%;
	border-top: 1px solid rgba(212,212,212,1.00);
	border-right: 1px solid rgba(212,212,212,1.00);
}
.left_column table {
	width: 90%;
	margin-left: 5%;
	border-top: 1px solid rgba(212,212,212,1.00);
	border-right: 1px solid rgba(212,212,212,1.00);
}
thead tr th {
	background-color: rgba(171,166,166,1.00);
	color: rgba(255,255,255,1.00);
}
.right_column ul li {
	margin-top: 10px;
}
.clearfix #footer_line1 {
	width: 100%;
	height: 2px;
}
.clearfix #footer_line2 {
	width: 100%;
	height: 80px;
}
.clearfix #footer_line3 {
	width: 100%;
	height: 20px;
}
.clearfix #footer_line3 small {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 80%;
	text-align: center;
}
header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2rem;
	font-size: 12px;
}
#move_to_top {
	margin-bottom: 40px;
	margin-left: 70%;
	
}
table{
	width: 100%;
}
table tr td {
	border-width: thin;
	border-color: rgba(212,212,212,1.00);
	text-align: center;
	border-left: 1px solid rgba(212,212,212,1.00);
	border-bottom: 1px solid rgba(212,212,212,1.00);
}
table tr th {
	background-color: rgba(171,166,166,1.00);
	color: rgba(255,255,255,1.00);
}

/*--------------------------------------


max-width 679px


----------------------------------------*/
@media screen and (max-width : 679px ){
body {
	font-size: 13px !important;
	font-size: 1.3rem !important;
}
header h1 {
	font-size: 8px !important;
	font-size: 0.8rem !important;
}
#global-nav {
	width: auto;
	height: auto;
	max-width: 100%;
	min-height: 100%;
}
#global-nav ul{
	height: 100%;
	padding-left: 0px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#global-nav ul li{
	clear: both;
	width: 100%;
	border-bottom: #F0EDBB 1px solid;
	padding: 0px;
}
.one_column article {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
}
.container .right_column {
	clear: both;
	width: 100%;
	margin: 0;
}
.container .right_column h4 {
	margin-left: 0%;
}
.container .left_column {
	width: 100%;
	margin: 0;
}
.container {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
		margin-bottom:30px;
}
.left_column section h4 {
	clear: both;
}
.left_column ul, 
.right_column ul {
	width: 100%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.left_column ul li,
.right_column ul li {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0px;
	border-bottom: #F0EDBB 1px solid;
}
.left_column ul li:last-child, 
.right_column ul li:last-child{
	border-bottom:none;

}
.left_column ul li a,
.right_column ul li a,
.left_column ul li input{
	position: relative;
	display: block;
	margin: 0;
	padding: 10px;
	color: #00585E;
	text-decoration: none;
}
.left_column ul li a:before, 
.right_column ul li a:before,
.left_column ul li input:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 35px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #00585E;
}
.left_column ul li a:after,
.right_column ul li a:after,
.left_column ul li input:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 40px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
}
.left_column ul li input{
	background-color:transparent;
	border:none;
	text-decoration: underline;
}
	.clearfix #footer_line3 small {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1vw;	
	}
#move_to_top a span {
	font-size: 3vw;
}

	
}

/*--------------------------------------


max-width 1023px


----------------------------------------*/

@media screen and (max-width : 1023px ){
body {
	font-size: 14px;
	font-size: 1.4rem;
}
header h1 {
	font-size: 10px;
	font-size: 1.0rem;
}
.container {
	overflow: hidden;
}
#global-nav {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#global-nav li {
	height: 40px;
	width: 24%;
	float: left;
	text-align: center;
	line-height: 40px;
}
#global-nav li a {
	text-decoration: none;
	height: 40px;
	display: inline-block;
	width: 100%;
}

}
