﻿@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {}
html {
	font-size: 75%;
	height: 100%;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a {-webkit-tap-highlight-color: transparent;}
strong {font-weight: bold;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	/*	border-collapse: separate;*/
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {quotes: "" "";}
option {padding-right: 10px;}
/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
a:link {
	text-decoration: nderline;
	color: #0000ff;
}
a:visited {
	text-decoration: nderline;
	color: #0000ff;
}
a:active {
	text-decoration: nderline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}
.alignR {text-align: right !important;}
.alignC {text-align: center !important;}
.red {color: #c31d31;}
.f12 {font-size: 12px;}
.f20 {font-size: 20px;}
.bold {font-weight: bold;}
.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.bo0 {border: 0 !important;}
.f24 {font-size: 24px;}
.f26 {
	font-size: 26px;
	font-weight: bold !important;
}
/*header {
	width: 100%;
	height: 65px;
	position: fixed;
	z-index: 100;
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding: 25px 0 10px;
}
/*header nav {
	position: fixed;
	left: 0;
	top: 0;
}*/
h2 {
	text-align: center;
	margin-bottom: 30px;
}
h3 {
	text-align: center;
	margin-bottom: 20px;
}
#menu {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	background: #f8f8f8;
}
#menu li {
	margin: 20px 0;
    text-align: left;
    font-size: 16px;
}
#menu li a {
	text-decoration: none;
	color: #666;
}
#menu li a img:hover {
	}
@media screen and (max-width: 768px) {
#menu {display: none;}
}
/* #container--------------------------- */
#container {width: 100%;}
.pcshow {display: block !important;}
.spshow {display: none !important;}
@media screen and (max-width: 480px) {
.pcshow {display: none !important;}
.spshow {display: block !important;}
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.inner{
	width: 1000px;
	margin: 0 auto;
}
.indexMainArea{
	margin-top: 68px;
}
.flex{
	display: flex;
	display: -webkit-flex;
}
.flexBetween{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}
.flexAround{
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
}
.flexCenter{
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}
footer{
	background: #f8f8f8;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
.footerInner{
	width: 80%;
	margin: 0 auto;
}
.footerLogo{
	margin-bottom: 20px;
}
.footerLink{
	margin-top: 60px;
}
.copyright{
	padding: 10px 0;
	text-align: center;
}

#elected figure{
	margin-top: 30px;
}